From 7606befa43d9903d5423ba88fc24abfe63ff2ddc Mon Sep 17 00:00:00 2001 From: MarcoIeni Date: Sun, 26 Mar 2023 09:41:50 +0000 Subject: [PATCH] deploy: f5f8078f46951d16e948df040335188cbce4013e --- functional/lenses.html | 2 +- print.html | 2 +- searchindex.js | 2 +- searchindex.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/functional/lenses.html b/functional/lenses.html index 6311214..aacfa09 100644 --- a/functional/lenses.html +++ b/functional/lenses.html @@ -156,7 +156,7 @@ Nevertheless, exploring the concept may be helpful to understand other patterns in Rust APIs, such as visitors. They also have niche use cases.

Lenses: Uniform Access Across Types

-

A lens is a concept from functional progamming languages that allows +

A lens is a concept from functional programming languages that allows accessing parts of a data type in an abstract, unified way.1 In basic concept, it is similar to the way Rust traits work with type erasure, but it has a bit more power and flexibility.

diff --git a/print.html b/print.html index 34ac0d7..f80b4ce 100644 --- a/print.html +++ b/print.html @@ -3598,7 +3598,7 @@ Nevertheless, exploring the concept may be helpful to understand other patterns in Rust APIs, such as visitors. They also have niche use cases.

Lenses: Uniform Access Across Types

-

A lens is a concept from functional progamming languages that allows +

A lens is a concept from functional programming languages that allows accessing parts of a data type in an abstract, unified way.1 In basic concept, it is similar to the way Rust traits work with type erasure, but it has a bit more power and flexibility.

diff --git a/searchindex.js b/searchindex.js index a5e4dfe..36db5e2 100644 --- a/searchindex.js +++ b/searchindex.js @@ -1 +1 @@ -Object.assign(window.search, {"doc_urls":["intro.html#introduction","intro.html#participation","intro.html#design-patterns","intro.html#design-patterns-in-rust","translations.html#translations","idioms/index.html#idioms","idioms/coercion-arguments.html#use-borrowed-types-for-arguments","idioms/coercion-arguments.html#description","idioms/coercion-arguments.html#example","idioms/coercion-arguments.html#see-also","idioms/concat-format.html#concatenating-strings-with-format","idioms/concat-format.html#description","idioms/concat-format.html#example","idioms/concat-format.html#advantages","idioms/concat-format.html#disadvantages","idioms/ctor.html#constructors","idioms/ctor.html#description","idioms/ctor.html#default-constructors","idioms/ctor.html#see-also","idioms/default.html#the-default-trait","idioms/default.html#description","idioms/default.html#example","idioms/default.html#see-also","idioms/deref.html#collections-are-smart-pointers","idioms/deref.html#description","idioms/deref.html#example","idioms/deref.html#motivation","idioms/deref.html#advantages","idioms/deref.html#disadvantages","idioms/deref.html#discussion","idioms/deref.html#see-also","idioms/dtor-finally.html#finalisation-in-destructors","idioms/dtor-finally.html#description","idioms/dtor-finally.html#example","idioms/dtor-finally.html#motivation","idioms/dtor-finally.html#advantages","idioms/dtor-finally.html#disadvantages","idioms/dtor-finally.html#discussion","idioms/dtor-finally.html#see-also","idioms/mem-replace.html#memtake_-replace_-to-keep-owned-values-in-changed-enums","idioms/mem-replace.html#description","idioms/mem-replace.html#example","idioms/mem-replace.html#motivation","idioms/mem-replace.html#advantages","idioms/mem-replace.html#disadvantages","idioms/mem-replace.html#discussion","idioms/mem-replace.html#see-also","idioms/on-stack-dyn-dispatch.html#on-stack-dynamic-dispatch","idioms/on-stack-dyn-dispatch.html#description","idioms/on-stack-dyn-dispatch.html#example","idioms/on-stack-dyn-dispatch.html#motivation","idioms/on-stack-dyn-dispatch.html#advantages","idioms/on-stack-dyn-dispatch.html#disadvantages","idioms/on-stack-dyn-dispatch.html#discussion","idioms/on-stack-dyn-dispatch.html#see-also","idioms/ffi/intro.html#ffi-idioms","idioms/ffi/errors.html#error-handling-in-ffi","idioms/ffi/errors.html#description","idioms/ffi/errors.html#code-example","idioms/ffi/errors.html#flat-enums","idioms/ffi/errors.html#structured-enums","idioms/ffi/errors.html#custom-error-types","idioms/ffi/errors.html#advantages","idioms/ffi/errors.html#disadvantages","idioms/ffi/accepting-strings.html#accepting-strings","idioms/ffi/accepting-strings.html#description","idioms/ffi/accepting-strings.html#motivation","idioms/ffi/accepting-strings.html#code-example","idioms/ffi/accepting-strings.html#advantages","idioms/ffi/accepting-strings.html#disadvantages","idioms/ffi/passing-strings.html#passing-strings","idioms/ffi/passing-strings.html#description","idioms/ffi/passing-strings.html#motivation","idioms/ffi/passing-strings.html#code-example","idioms/ffi/passing-strings.html#advantages","idioms/ffi/passing-strings.html#disadvantages","idioms/option-iter.html#iterating-over-an-option","idioms/option-iter.html#description","idioms/option-iter.html#examples","idioms/option-iter.html#see-also","idioms/pass-var-to-closure.html#pass-variables-to-closure","idioms/pass-var-to-closure.html#description","idioms/pass-var-to-closure.html#example","idioms/pass-var-to-closure.html#advantages","idioms/pass-var-to-closure.html#disadvantages","idioms/priv-extend.html#non_exhaustive-and-private-fields-for-extensibility","idioms/priv-extend.html#description","idioms/priv-extend.html#example","idioms/priv-extend.html#alternative-private-fields-for-structs","idioms/priv-extend.html#discussion","idioms/priv-extend.html#disadvantages","idioms/priv-extend.html#see-also","idioms/rustdoc-init.html#easy-doc-initialization","idioms/rustdoc-init.html#description","idioms/rustdoc-init.html#motivation","idioms/rustdoc-init.html#example","idioms/rustdoc-init.html#advantages","idioms/rustdoc-init.html#disadvantages","idioms/rustdoc-init.html#discussion","idioms/temporary-mutability.html#temporary-mutability","idioms/temporary-mutability.html#description","idioms/temporary-mutability.html#example","idioms/temporary-mutability.html#advantages","idioms/temporary-mutability.html#disadvantages","idioms/return-consumed-arg-on-error.html#return-consumed-argument-on-error","idioms/return-consumed-arg-on-error.html#description","idioms/return-consumed-arg-on-error.html#example","idioms/return-consumed-arg-on-error.html#motivation","idioms/return-consumed-arg-on-error.html#advantages","idioms/return-consumed-arg-on-error.html#disadvantages","patterns/index.html#design-patterns","patterns/index.html#design-patterns-in-rust","patterns/index.html#yagni","patterns/behavioural/intro.html#behavioural-patterns","patterns/behavioural/command.html#command","patterns/behavioural/command.html#description","patterns/behavioural/command.html#motivation","patterns/behavioural/command.html#example","patterns/behavioural/command.html#approach-using-trait-objects","patterns/behavioural/command.html#approach-using-function-pointers","patterns/behavioural/command.html#approach-using-fn-trait-objects","patterns/behavioural/command.html#discussion","patterns/behavioural/command.html#see-also","patterns/behavioural/interpreter.html#interpreter","patterns/behavioural/interpreter.html#description","patterns/behavioural/interpreter.html#motivation","patterns/behavioural/interpreter.html#context-free-grammar-for-our-problem","patterns/behavioural/interpreter.html#solution","patterns/behavioural/interpreter.html#discussion","patterns/behavioural/interpreter.html#see-also","patterns/behavioural/newtype.html#newtype","patterns/behavioural/newtype.html#description","patterns/behavioural/newtype.html#example","patterns/behavioural/newtype.html#motivation","patterns/behavioural/newtype.html#advantages","patterns/behavioural/newtype.html#disadvantages","patterns/behavioural/newtype.html#discussion","patterns/behavioural/newtype.html#see-also","patterns/behavioural/RAII.html#raii-with-guards","patterns/behavioural/RAII.html#description","patterns/behavioural/RAII.html#example","patterns/behavioural/RAII.html#motivation","patterns/behavioural/RAII.html#advantages","patterns/behavioural/RAII.html#discussion","patterns/behavioural/RAII.html#see-also","patterns/behavioural/strategy.html#strategy-aka-policy","patterns/behavioural/strategy.html#description","patterns/behavioural/strategy.html#motivation","patterns/behavioural/strategy.html#example","patterns/behavioural/strategy.html#advantages","patterns/behavioural/strategy.html#disadvantages","patterns/behavioural/strategy.html#discussion","patterns/behavioural/strategy.html#see-also","patterns/behavioural/visitor.html#visitor","patterns/behavioural/visitor.html#description","patterns/behavioural/visitor.html#example","patterns/behavioural/visitor.html#motivation","patterns/behavioural/visitor.html#discussion","patterns/behavioural/visitor.html#see-also","patterns/creational/intro.html#creational-patterns","patterns/creational/builder.html#builder","patterns/creational/builder.html#description","patterns/creational/builder.html#example","patterns/creational/builder.html#motivation","patterns/creational/builder.html#advantages","patterns/creational/builder.html#disadvantages","patterns/creational/builder.html#discussion","patterns/creational/builder.html#see-also","patterns/creational/fold.html#fold","patterns/creational/fold.html#description","patterns/creational/fold.html#example","patterns/creational/fold.html#motivation","patterns/creational/fold.html#discussion","patterns/creational/fold.html#see-also","patterns/structural/intro.html#structural-patterns","patterns/structural/compose-structs.html#compose-structs-together-for-better-borrowing","patterns/structural/compose-structs.html#description","patterns/structural/compose-structs.html#example","patterns/structural/compose-structs.html#motivation","patterns/structural/compose-structs.html#advantages","patterns/structural/compose-structs.html#disadvantages","patterns/structural/compose-structs.html#discussion","patterns/structural/small-crates.html#prefer-small-crates","patterns/structural/small-crates.html#description","patterns/structural/small-crates.html#advantages","patterns/structural/small-crates.html#disadvantages","patterns/structural/small-crates.html#examples","patterns/structural/small-crates.html#see-also","patterns/structural/unsafe-mods.html#contain-unsafety-in-small-modules","patterns/structural/unsafe-mods.html#description","patterns/structural/unsafe-mods.html#advantages","patterns/structural/unsafe-mods.html#disadvantages","patterns/structural/unsafe-mods.html#examples","patterns/structural/unsafe-mods.html#see-also","patterns/ffi/intro.html#ffi-patterns","patterns/ffi/export.html#object-based-apis","patterns/ffi/export.html#description","patterns/ffi/export.html#motivation","patterns/ffi/export.html#code-example","patterns/ffi/export.html#advantages","patterns/ffi/export.html#disadvantages","patterns/ffi/wrappers.html#type-consolidation-into-wrappers","patterns/ffi/wrappers.html#description","patterns/ffi/wrappers.html#code-example","patterns/ffi/wrappers.html#advantages","patterns/ffi/wrappers.html#disadvantages","patterns/ffi/wrappers.html#trying-to-wrap-iterators-and-failing","anti_patterns/index.html#anti-patterns","anti_patterns/borrow_clone.html#clone-to-satisfy-the-borrow-checker","anti_patterns/borrow_clone.html#description","anti_patterns/borrow_clone.html#example","anti_patterns/borrow_clone.html#motivation","anti_patterns/borrow_clone.html#see-also","anti_patterns/deny-warnings.html#denywarnings","anti_patterns/deny-warnings.html#description","anti_patterns/deny-warnings.html#example","anti_patterns/deny-warnings.html#advantages","anti_patterns/deny-warnings.html#drawbacks","anti_patterns/deny-warnings.html#alternatives","anti_patterns/deny-warnings.html#see-also","anti_patterns/deref.html#deref-polymorphism","anti_patterns/deref.html#description","anti_patterns/deref.html#example","anti_patterns/deref.html#advantages","anti_patterns/deref.html#disadvantages","anti_patterns/deref.html#discussion","anti_patterns/deref.html#see-also","functional/index.html#functional-usage-of-rust","functional/paradigms.html#programming-paradigms","functional/paradigms.html#imperative","functional/paradigms.html#declarative","functional/generics-type-classes.html#generics-as-type-classes","functional/generics-type-classes.html#description","functional/generics-type-classes.html#example","functional/generics-type-classes.html#advantages","functional/generics-type-classes.html#disadvantages","functional/generics-type-classes.html#alternatives","functional/generics-type-classes.html#see-also","functional/lenses.html#lenses-and-prisms","functional/lenses.html#lenses-uniform-access-across-types","functional/lenses.html#prisms-a-higher-order-form-of-optics","functional/lenses.html#see-also","additional_resources/index.html#additional-resources","additional_resources/index.html#talks","additional_resources/index.html#books-online","additional_resources/design-principles.html#design-principles","additional_resources/design-principles.html#a-brief-overview-over-common-design-principles","additional_resources/design-principles.html#solid","additional_resources/design-principles.html#dry-dont-repeat-yourself","additional_resources/design-principles.html#kiss-principle","additional_resources/design-principles.html#law-of-demeter-lod","additional_resources/design-principles.html#design-by-contract-dbc","additional_resources/design-principles.html#encapsulation","additional_resources/design-principles.html#command-query-separationcqs","additional_resources/design-principles.html#principle-of-least-astonishment-pola","additional_resources/design-principles.html#linguistic-modular-units","additional_resources/design-principles.html#self-documentation","additional_resources/design-principles.html#uniform-access","additional_resources/design-principles.html#single-choice","additional_resources/design-principles.html#persistence-closure"],"index":{"documentStore":{"docInfo":{"0":{"body":0,"breadcrumbs":2,"title":1},"1":{"body":7,"breadcrumbs":2,"title":1},"10":{"body":0,"breadcrumbs":7,"title":3},"100":{"body":23,"breadcrumbs":4,"title":1},"101":{"body":28,"breadcrumbs":4,"title":1},"102":{"body":7,"breadcrumbs":4,"title":1},"103":{"body":15,"breadcrumbs":4,"title":1},"104":{"body":0,"breadcrumbs":9,"title":4},"105":{"body":10,"breadcrumbs":6,"title":1},"106":{"body":56,"breadcrumbs":6,"title":1},"107":{"body":42,"breadcrumbs":6,"title":1},"108":{"body":6,"breadcrumbs":6,"title":1},"109":{"body":5,"breadcrumbs":6,"title":1},"11":{"body":22,"breadcrumbs":5,"title":1},"110":{"body":55,"breadcrumbs":4,"title":2},"111":{"body":15,"breadcrumbs":5,"title":3},"112":{"body":39,"breadcrumbs":3,"title":1},"113":{"body":15,"breadcrumbs":5,"title":2},"114":{"body":0,"breadcrumbs":5,"title":1},"115":{"body":10,"breadcrumbs":5,"title":1},"116":{"body":43,"breadcrumbs":5,"title":1},"117":{"body":39,"breadcrumbs":5,"title":1},"118":{"body":112,"breadcrumbs":8,"title":4},"119":{"body":110,"breadcrumbs":8,"title":4},"12":{"body":20,"breadcrumbs":5,"title":1},"120":{"body":97,"breadcrumbs":9,"title":5},"121":{"body":71,"breadcrumbs":5,"title":1},"122":{"body":6,"breadcrumbs":5,"title":1},"123":{"body":0,"breadcrumbs":5,"title":1},"124":{"body":34,"breadcrumbs":5,"title":1},"125":{"body":26,"breadcrumbs":5,"title":1},"126":{"body":72,"breadcrumbs":8,"title":4},"127":{"body":97,"breadcrumbs":5,"title":1},"128":{"body":92,"breadcrumbs":5,"title":1},"129":{"body":6,"breadcrumbs":5,"title":1},"13":{"body":8,"breadcrumbs":5,"title":1},"130":{"body":36,"breadcrumbs":5,"title":1},"131":{"body":16,"breadcrumbs":5,"title":1},"132":{"body":41,"breadcrumbs":5,"title":1},"133":{"body":36,"breadcrumbs":5,"title":1},"134":{"body":31,"breadcrumbs":5,"title":1},"135":{"body":27,"breadcrumbs":5,"title":1},"136":{"body":65,"breadcrumbs":5,"title":1},"137":{"body":17,"breadcrumbs":5,"title":1},"138":{"body":0,"breadcrumbs":7,"title":2},"139":{"body":33,"breadcrumbs":6,"title":1},"14":{"body":18,"breadcrumbs":5,"title":1},"140":{"body":107,"breadcrumbs":6,"title":1},"141":{"body":15,"breadcrumbs":6,"title":1},"142":{"body":7,"breadcrumbs":6,"title":1},"143":{"body":102,"breadcrumbs":6,"title":1},"144":{"body":14,"breadcrumbs":6,"title":1},"145":{"body":0,"breadcrumbs":7,"title":3},"146":{"body":64,"breadcrumbs":5,"title":1},"147":{"body":37,"breadcrumbs":5,"title":1},"148":{"body":130,"breadcrumbs":5,"title":1},"149":{"body":30,"breadcrumbs":5,"title":1},"15":{"body":0,"breadcrumbs":3,"title":1},"150":{"body":19,"breadcrumbs":5,"title":1},"151":{"body":173,"breadcrumbs":5,"title":1},"152":{"body":7,"breadcrumbs":5,"title":1},"153":{"body":0,"breadcrumbs":5,"title":1},"154":{"body":34,"breadcrumbs":5,"title":1},"155":{"body":120,"breadcrumbs":5,"title":1},"156":{"body":27,"breadcrumbs":5,"title":1},"157":{"body":61,"breadcrumbs":5,"title":1},"158":{"body":18,"breadcrumbs":5,"title":1},"159":{"body":32,"breadcrumbs":5,"title":2},"16":{"body":49,"breadcrumbs":3,"title":1},"160":{"body":0,"breadcrumbs":5,"title":1},"161":{"body":5,"breadcrumbs":5,"title":1},"162":{"body":101,"breadcrumbs":5,"title":1},"163":{"body":8,"breadcrumbs":5,"title":1},"164":{"body":15,"breadcrumbs":5,"title":1},"165":{"body":9,"breadcrumbs":5,"title":1},"166":{"body":79,"breadcrumbs":5,"title":1},"167":{"body":20,"breadcrumbs":5,"title":1},"168":{"body":0,"breadcrumbs":5,"title":1},"169":{"body":36,"breadcrumbs":5,"title":1},"17":{"body":109,"breadcrumbs":4,"title":2},"170":{"body":146,"breadcrumbs":5,"title":1},"171":{"body":52,"breadcrumbs":5,"title":1},"172":{"body":100,"breadcrumbs":5,"title":1},"173":{"body":55,"breadcrumbs":5,"title":1},"174":{"body":11,"breadcrumbs":5,"title":2},"175":{"body":4,"breadcrumbs":10,"title":5},"176":{"body":49,"breadcrumbs":6,"title":1},"177":{"body":116,"breadcrumbs":6,"title":1},"178":{"body":3,"breadcrumbs":6,"title":1},"179":{"body":9,"breadcrumbs":6,"title":1},"18":{"body":21,"breadcrumbs":3,"title":1},"180":{"body":20,"breadcrumbs":6,"title":1},"181":{"body":46,"breadcrumbs":6,"title":1},"182":{"body":0,"breadcrumbs":9,"title":3},"183":{"body":39,"breadcrumbs":7,"title":1},"184":{"body":41,"breadcrumbs":7,"title":1},"185":{"body":60,"breadcrumbs":7,"title":1},"186":{"body":21,"breadcrumbs":7,"title":1},"187":{"body":5,"breadcrumbs":7,"title":1},"188":{"body":0,"breadcrumbs":11,"title":4},"189":{"body":40,"breadcrumbs":8,"title":1},"19":{"body":0,"breadcrumbs":5,"title":2},"190":{"body":13,"breadcrumbs":8,"title":1},"191":{"body":8,"breadcrumbs":8,"title":1},"192":{"body":38,"breadcrumbs":8,"title":1},"193":{"body":6,"breadcrumbs":8,"title":1},"194":{"body":46,"breadcrumbs":8,"title":2},"195":{"body":0,"breadcrumbs":12,"title":3},"196":{"body":40,"breadcrumbs":10,"title":1},"197":{"body":112,"breadcrumbs":10,"title":1},"198":{"body":273,"breadcrumbs":11,"title":2},"199":{"body":347,"breadcrumbs":10,"title":1},"2":{"body":52,"breadcrumbs":3,"title":2},"20":{"body":70,"breadcrumbs":4,"title":1},"200":{"body":101,"breadcrumbs":10,"title":1},"201":{"body":0,"breadcrumbs":12,"title":3},"202":{"body":85,"breadcrumbs":10,"title":1},"203":{"body":76,"breadcrumbs":11,"title":2},"204":{"body":17,"breadcrumbs":10,"title":1},"205":{"body":36,"breadcrumbs":10,"title":1},"206":{"body":262,"breadcrumbs":13,"title":4},"207":{"body":35,"breadcrumbs":4,"title":2},"208":{"body":0,"breadcrumbs":10,"title":4},"209":{"body":33,"breadcrumbs":7,"title":1},"21":{"body":72,"breadcrumbs":4,"title":1},"210":{"body":41,"breadcrumbs":7,"title":1},"211":{"body":151,"breadcrumbs":7,"title":1},"212":{"body":22,"breadcrumbs":7,"title":1},"213":{"body":0,"breadcrumbs":4,"title":1},"214":{"body":13,"breadcrumbs":4,"title":1},"215":{"body":2,"breadcrumbs":4,"title":1},"216":{"body":5,"breadcrumbs":4,"title":1},"217":{"body":102,"breadcrumbs":4,"title":1},"218":{"body":106,"breadcrumbs":4,"title":1},"219":{"body":26,"breadcrumbs":4,"title":1},"22":{"body":15,"breadcrumbs":4,"title":1},"220":{"body":0,"breadcrumbs":6,"title":2},"221":{"body":10,"breadcrumbs":5,"title":1},"222":{"body":131,"breadcrumbs":5,"title":1},"223":{"body":9,"breadcrumbs":5,"title":1},"224":{"body":87,"breadcrumbs":5,"title":1},"225":{"body":90,"breadcrumbs":5,"title":1},"226":{"body":13,"breadcrumbs":5,"title":1},"227":{"body":35,"breadcrumbs":5,"title":3},"228":{"body":25,"breadcrumbs":6,"title":2},"229":{"body":61,"breadcrumbs":5,"title":1},"23":{"body":0,"breadcrumbs":7,"title":3},"230":{"body":95,"breadcrumbs":5,"title":1},"231":{"body":0,"breadcrumbs":8,"title":3},"232":{"body":173,"breadcrumbs":6,"title":1},"233":{"body":378,"breadcrumbs":6,"title":1},"234":{"body":44,"breadcrumbs":6,"title":1},"235":{"body":13,"breadcrumbs":6,"title":1},"236":{"body":23,"breadcrumbs":6,"title":1},"237":{"body":147,"breadcrumbs":6,"title":1},"238":{"body":19,"breadcrumbs":6,"title":2},"239":{"body":363,"breadcrumbs":8,"title":4},"24":{"body":12,"breadcrumbs":5,"title":1},"240":{"body":558,"breadcrumbs":9,"title":5},"241":{"body":66,"breadcrumbs":5,"title":1},"242":{"body":4,"breadcrumbs":4,"title":2},"243":{"body":22,"breadcrumbs":3,"title":1},"244":{"body":3,"breadcrumbs":4,"title":2},"245":{"body":0,"breadcrumbs":6,"title":2},"246":{"body":0,"breadcrumbs":10,"title":6},"247":{"body":59,"breadcrumbs":5,"title":1},"248":{"body":8,"breadcrumbs":8,"title":4},"249":{"body":15,"breadcrumbs":6,"title":2},"25":{"body":48,"breadcrumbs":5,"title":1},"250":{"body":14,"breadcrumbs":7,"title":3},"251":{"body":19,"breadcrumbs":7,"title":3},"252":{"body":25,"breadcrumbs":5,"title":1},"253":{"body":17,"breadcrumbs":7,"title":3},"254":{"body":11,"breadcrumbs":7,"title":3},"255":{"body":12,"breadcrumbs":7,"title":3},"256":{"body":15,"breadcrumbs":6,"title":2},"257":{"body":20,"breadcrumbs":6,"title":2},"258":{"body":19,"breadcrumbs":6,"title":2},"259":{"body":25,"breadcrumbs":6,"title":2},"26":{"body":28,"breadcrumbs":5,"title":1},"27":{"body":16,"breadcrumbs":5,"title":1},"28":{"body":21,"breadcrumbs":5,"title":1},"29":{"body":97,"breadcrumbs":5,"title":1},"3":{"body":70,"breadcrumbs":4,"title":3},"30":{"body":7,"breadcrumbs":5,"title":1},"31":{"body":0,"breadcrumbs":5,"title":2},"32":{"body":19,"breadcrumbs":4,"title":1},"33":{"body":35,"breadcrumbs":4,"title":1},"34":{"body":46,"breadcrumbs":4,"title":1},"35":{"body":10,"breadcrumbs":4,"title":1},"36":{"body":51,"breadcrumbs":4,"title":1},"37":{"body":129,"breadcrumbs":4,"title":1},"38":{"body":2,"breadcrumbs":4,"title":1},"39":{"body":0,"breadcrumbs":10,"title":7},"4":{"body":8,"breadcrumbs":3,"title":1},"40":{"body":24,"breadcrumbs":4,"title":1},"41":{"body":90,"breadcrumbs":4,"title":1},"42":{"body":119,"breadcrumbs":4,"title":1},"43":{"body":7,"breadcrumbs":4,"title":1},"44":{"body":38,"breadcrumbs":4,"title":1},"45":{"body":45,"breadcrumbs":4,"title":1},"46":{"body":10,"breadcrumbs":4,"title":1},"47":{"body":0,"breadcrumbs":7,"title":3},"48":{"body":22,"breadcrumbs":5,"title":1},"49":{"body":42,"breadcrumbs":5,"title":1},"5":{"body":61,"breadcrumbs":2,"title":1},"50":{"body":38,"breadcrumbs":5,"title":1},"51":{"body":19,"breadcrumbs":5,"title":1},"52":{"body":23,"breadcrumbs":5,"title":1},"53":{"body":66,"breadcrumbs":5,"title":1},"54":{"body":23,"breadcrumbs":5,"title":1},"55":{"body":44,"breadcrumbs":7,"title":2},"56":{"body":0,"breadcrumbs":10,"title":3},"57":{"body":53,"breadcrumbs":8,"title":1},"58":{"body":0,"breadcrumbs":9,"title":2},"59":{"body":30,"breadcrumbs":9,"title":2},"6":{"body":0,"breadcrumbs":9,"title":4},"60":{"body":104,"breadcrumbs":9,"title":2},"61":{"body":45,"breadcrumbs":10,"title":3},"62":{"body":11,"breadcrumbs":8,"title":1},"63":{"body":7,"breadcrumbs":8,"title":1},"64":{"body":0,"breadcrumbs":9,"title":2},"65":{"body":28,"breadcrumbs":8,"title":1},"66":{"body":83,"breadcrumbs":8,"title":1},"67":{"body":70,"breadcrumbs":9,"title":2},"68":{"body":173,"breadcrumbs":8,"title":1},"69":{"body":1,"breadcrumbs":8,"title":1},"7":{"body":77,"breadcrumbs":6,"title":1},"70":{"body":0,"breadcrumbs":9,"title":2},"71":{"body":36,"breadcrumbs":8,"title":1},"72":{"body":52,"breadcrumbs":8,"title":1},"73":{"body":71,"breadcrumbs":9,"title":2},"74":{"body":85,"breadcrumbs":8,"title":1},"75":{"body":1,"breadcrumbs":8,"title":1},"76":{"body":0,"breadcrumbs":7,"title":3},"77":{"body":18,"breadcrumbs":5,"title":1},"78":{"body":60,"breadcrumbs":5,"title":1},"79":{"body":31,"breadcrumbs":5,"title":1},"8":{"body":262,"breadcrumbs":6,"title":1},"80":{"body":0,"breadcrumbs":7,"title":3},"81":{"body":27,"breadcrumbs":5,"title":1},"82":{"body":42,"breadcrumbs":5,"title":1},"83":{"body":25,"breadcrumbs":5,"title":1},"84":{"body":4,"breadcrumbs":5,"title":1},"85":{"body":0,"breadcrumbs":7,"title":4},"86":{"body":49,"breadcrumbs":4,"title":1},"87":{"body":60,"breadcrumbs":4,"title":1},"88":{"body":94,"breadcrumbs":7,"title":4},"89":{"body":68,"breadcrumbs":4,"title":1},"9":{"body":18,"breadcrumbs":6,"title":1},"90":{"body":63,"breadcrumbs":4,"title":1},"91":{"body":6,"breadcrumbs":4,"title":1},"92":{"body":0,"breadcrumbs":7,"title":3},"93":{"body":15,"breadcrumbs":5,"title":1},"94":{"body":57,"breadcrumbs":5,"title":1},"95":{"body":50,"breadcrumbs":5,"title":1},"96":{"body":7,"breadcrumbs":5,"title":1},"97":{"body":20,"breadcrumbs":5,"title":1},"98":{"body":25,"breadcrumbs":5,"title":1},"99":{"body":0,"breadcrumbs":5,"title":2}},"docs":{"0":{"body":"","breadcrumbs":"Introduction » Introduction","id":"0","title":"Introduction"},"1":{"body":"If you are interested in contributing to this book, check out the contribution guidelines .","breadcrumbs":"Introduction » Participation","id":"1","title":"Participation"},"10":{"body":"","breadcrumbs":"Idioms » Concatenating Strings with format! » Concatenating strings with format!","id":"10","title":"Concatenating strings with format!"},"100":{"body":"Often it is necessary to prepare and process some data, but after that data are only inspected and never modified. The intention can be made explicit by redefining the mutable variable as immutable. It can be done either by processing data within a nested block or by redefining the variable.","breadcrumbs":"Idioms » Temporary mutability » Description","id":"100","title":"Description"},"101":{"body":"Say, vector must be sorted before usage. Using nested block: let data = { let mut data = get_vec(); data.sort(); data\n}; // Here `data` is immutable. Using variable rebinding: let mut data = get_vec();\ndata.sort();\nlet data = data; // Here `data` is immutable.","breadcrumbs":"Idioms » Temporary mutability » Example","id":"101","title":"Example"},"102":{"body":"Compiler ensures that you don't accidentally mutate data after some point.","breadcrumbs":"Idioms » Temporary mutability » Advantages","id":"102","title":"Advantages"},"103":{"body":"Nested block requires additional indentation of block body. One more line to return data from block or redefine variable.","breadcrumbs":"Idioms » Temporary mutability » Disadvantages","id":"103","title":"Disadvantages"},"104":{"body":"","breadcrumbs":"Idioms » Return consumed arg on error » Return consumed argument on error","id":"104","title":"Return consumed argument on error"},"105":{"body":"If a fallible function consumes (moves) an argument, return that argument back inside an error.","breadcrumbs":"Idioms » Return consumed arg on error » Description","id":"105","title":"Description"},"106":{"body":"pub fn send(value: String) -> Result<(), SendError> { println!(\"using {value} in a meaningful way\"); // Simulate non-deterministic fallible action. use std::time::SystemTime; let period = SystemTime::now().duration_since(SystemTime::UNIX_EPOCH).unwrap(); if period.subsec_nanos() % 2 == 1 { Ok(()) } else { Err(SendError(value)) }\n} pub struct SendError(String); fn main() { let mut value = \"imagine this is very long string\".to_string(); let success = 's: { // Try to send value two times. for _ in 0..2 { value = match send(value) { Ok(()) => break 's true, Err(SendError(value)) => value, } } false }; println!(\"success: {}\", success);\n}","breadcrumbs":"Idioms » Return consumed arg on error » Example","id":"106","title":"Example"},"107":{"body":"In case of error you may want to try some alternative way or to retry action in case of non-deterministic function. But if the argument is always consumed, you are forced to clone it on every call, which is not very efficient. The standard library uses this approach in e.g. String::from_utf8 method. When given a vector that doesn't contain valid UTF-8, a FromUtf8Error is returned. You can get original vector back using FromUtf8Error::into_bytes method.","breadcrumbs":"Idioms » Return consumed arg on error » Motivation","id":"107","title":"Motivation"},"108":{"body":"Better performance because of moving arguments whenever possible.","breadcrumbs":"Idioms » Return consumed arg on error » Advantages","id":"108","title":"Advantages"},"109":{"body":"Slightly more complex error types.","breadcrumbs":"Idioms » Return consumed arg on error » Disadvantages","id":"109","title":"Disadvantages"},"11":{"body":"It is possible to build up strings using the push and push_str methods on a mutable String, or using its + operator. However, it is often more convenient to use format!, especially where there is a mix of literal and non-literal strings.","breadcrumbs":"Idioms » Concatenating Strings with format! » Description","id":"11","title":"Description"},"110":{"body":"Design patterns are \"general reusable solutions to a commonly occurring problem within a given context in software design\". Design patterns are a great way to describe the culture of a programming language. Design patterns are very language-specific - what is a pattern in one language may be unnecessary in another due to a language feature, or impossible to express due to a missing feature. If overused, design patterns can add unnecessary complexity to programs. However, they are a great way to share intermediate and advanced level knowledge about a programming language.","breadcrumbs":"Design Patterns » Design Patterns","id":"110","title":"Design Patterns"},"111":{"body":"Rust has many unique features. These features give us great benefit by removing whole classes of problems. Some of them are also patterns that are unique to Rust.","breadcrumbs":"Design Patterns » Design patterns in Rust","id":"111","title":"Design patterns in Rust"},"112":{"body":"YAGNI is an acronym that stands for You Aren't Going to Need It. It's a vital software design principle to apply as you write code. The best code I ever wrote was code I never wrote. If we apply YAGNI to design patterns, we see that the features of Rust allow us to throw out many patterns. For instance, there is no need for the strategy pattern in Rust because we can just use traits .","breadcrumbs":"Design Patterns » YAGNI","id":"112","title":"YAGNI"},"113":{"body":"From Wikipedia : Design patterns that identify common communication patterns among objects. By doing so, these patterns increase flexibility in carrying out communication.","breadcrumbs":"Design Patterns » Behavioural » Behavioural Patterns","id":"113","title":"Behavioural Patterns"},"114":{"body":"","breadcrumbs":"Design Patterns » Behavioural » Command » Command","id":"114","title":"Command"},"115":{"body":"The basic idea of the Command pattern is to separate out actions into its own objects and pass them as parameters.","breadcrumbs":"Design Patterns » Behavioural » Command » Description","id":"115","title":"Description"},"116":{"body":"Suppose we have a sequence of actions or transactions encapsulated as objects. We want these actions or commands to be executed or invoked in some order later at different time. These commands may also be triggered as a result of some event. For example, when a user pushes a button, or on arrival of a data packet. In addition, these commands might be undoable. This may come in useful for operations of an editor. We might want to store logs of executed commands so that we could reapply the changes later if the system crashes.","breadcrumbs":"Design Patterns » Behavioural » Command » Motivation","id":"116","title":"Motivation"},"117":{"body":"Define two database operations create table and add field. Each of these operations is a command which knows how to undo the command, e.g., drop table and remove field. When a user invokes a database migration operation then each command is executed in the defined order, and when the user invokes the rollback operation then the whole set of commands is invoked in reverse order.","breadcrumbs":"Design Patterns » Behavioural » Command » Example","id":"117","title":"Example"},"118":{"body":"We define a common trait which encapsulates our command with two operations execute and rollback. All command structs must implement this trait. pub trait Migration { fn execute(&self) -> &str; fn rollback(&self) -> &str;\n} pub struct CreateTable;\nimpl Migration for CreateTable { fn execute(&self) -> &str { \"create table\" } fn rollback(&self) -> &str { \"drop table\" }\n} pub struct AddField;\nimpl Migration for AddField { fn execute(&self) -> &str { \"add field\" } fn rollback(&self) -> &str { \"remove field\" }\n} struct Schema { commands: Vec>,\n} impl Schema { fn new() -> Self { Self { commands: vec![] } } fn add_migration(&mut self, cmd: Box) { self.commands.push(cmd); } fn execute(&self) -> Vec<&str> { self.commands.iter().map(|cmd| cmd.execute()).collect() } fn rollback(&self) -> Vec<&str> { self.commands .iter() .rev() // reverse iterator's direction .map(|cmd| cmd.rollback()) .collect() }\n} fn main() { let mut schema = Schema::new(); let cmd = Box::new(CreateTable); schema.add_migration(cmd); let cmd = Box::new(AddField); schema.add_migration(cmd); assert_eq!(vec![\"create table\", \"add field\"], schema.execute()); assert_eq!(vec![\"remove field\", \"drop table\"], schema.rollback());\n}","breadcrumbs":"Design Patterns » Behavioural » Command » Approach: Using trait objects","id":"118","title":"Approach: Using trait objects"},"119":{"body":"We could follow another approach by creating each individual command as a different function and store function pointers to invoke these functions later at a different time. Since function pointers implement all three traits Fn, FnMut, and FnOnce we could as well pass and store closures instead of function pointers. type FnPtr = fn() -> String;\nstruct Command { execute: FnPtr, rollback: FnPtr,\n} struct Schema { commands: Vec,\n} impl Schema { fn new() -> Self { Self { commands: vec![] } } fn add_migration(&mut self, execute: FnPtr, rollback: FnPtr) { self.commands.push(Command { execute, rollback }); } fn execute(&self) -> Vec { self.commands.iter().map(|cmd| (cmd.execute)()).collect() } fn rollback(&self) -> Vec { self.commands .iter() .rev() .map(|cmd| (cmd.rollback)()) .collect() }\n} fn add_field() -> String { \"add field\".to_string()\n} fn remove_field() -> String { \"remove field\".to_string()\n} fn main() { let mut schema = Schema::new(); schema.add_migration(|| \"create table\".to_string(), || \"drop table\".to_string()); schema.add_migration(add_field, remove_field); assert_eq!(vec![\"create table\", \"add field\"], schema.execute()); assert_eq!(vec![\"remove field\", \"drop table\"], schema.rollback());\n}","breadcrumbs":"Design Patterns » Behavioural » Command » Approach: Using function pointers","id":"119","title":"Approach: Using function pointers"},"12":{"body":"fn say_hello(name: &str) -> String { // We could construct the result string manually. // let mut result = \"Hello \".to_owned(); // result.push_str(name); // result.push('!'); // result // But using format! is better. format!(\"Hello {}!\", name)\n}","breadcrumbs":"Idioms » Concatenating Strings with format! » Example","id":"12","title":"Example"},"120":{"body":"Finally, instead of defining a common command trait we could store each command implementing the Fn trait separately in vectors. type Migration<'a> = Box &'a str>; struct Schema<'a> { executes: Vec>, rollbacks: Vec>,\n} impl<'a> Schema<'a> { fn new() -> Self { Self { executes: vec![], rollbacks: vec![], } } fn add_migration(&mut self, execute: E, rollback: R) where E: Fn() -> &'a str + 'static, R: Fn() -> &'a str + 'static, { self.executes.push(Box::new(execute)); self.rollbacks.push(Box::new(rollback)); } fn execute(&self) -> Vec<&str> { self.executes.iter().map(|cmd| cmd()).collect() } fn rollback(&self) -> Vec<&str> { self.rollbacks.iter().rev().map(|cmd| cmd()).collect() }\n} fn add_field() -> &'static str { \"add field\"\n} fn remove_field() -> &'static str { \"remove field\"\n} fn main() { let mut schema = Schema::new(); schema.add_migration(|| \"create table\", || \"drop table\"); schema.add_migration(add_field, remove_field); assert_eq!(vec![\"create table\", \"add field\"], schema.execute()); assert_eq!(vec![\"remove field\", \"drop table\"], schema.rollback());\n}","breadcrumbs":"Design Patterns » Behavioural » Command » Approach: Using Fn trait objects","id":"120","title":"Approach: Using Fn trait objects"},"121":{"body":"If our commands are small and may be defined as functions or passed as a closure then using function pointers might be preferable since it does not exploit dynamic dispatch. But if our command is a whole struct with a bunch of functions and variables defined as seperated module then using trait objects would be more suitable. A case of application can be found in actix , which uses trait objects when it registers a handler function for routes. In case of using Fn trait objects we can create and use commands in the same way as we used in case of function pointers. As performance, there is always a trade-off between performance and code simplicity and organisation. Static dispatch gives faster performance, while dynamic dispatch provides flexibility when we structure our application.","breadcrumbs":"Design Patterns » Behavioural » Command » Discussion","id":"121","title":"Discussion"},"122":{"body":"Command pattern Another example for the command pattern","breadcrumbs":"Design Patterns » Behavioural » Command » See also","id":"122","title":"See also"},"123":{"body":"","breadcrumbs":"Design Patterns » Behavioural » Interpreter » Interpreter","id":"123","title":"Interpreter"},"124":{"body":"If a problem occurs very often and requires long and repetitive steps to solve it, then the problem instances might be expressed in a simple language and an interpreter object could solve it by interpreting the sentences written in this simple language. Basically, for any kind of problems we define: A domain specific language , A grammar for this language, An interpreter that solves the problem instances.","breadcrumbs":"Design Patterns » Behavioural » Interpreter » Description","id":"124","title":"Description"},"125":{"body":"Our goal is to translate simple mathematical expressions into postfix expressions (or Reverse Polish notation ) For simplicity, our expressions consist of ten digits 0, ..., 9 and two operations +, -. For example, the expression 2 + 4 is translated into 2 4 +.","breadcrumbs":"Design Patterns » Behavioural » Interpreter » Motivation","id":"125","title":"Motivation"},"126":{"body":"Our task is translating infix expressions into postfix ones. Let's define a context free grammar for a set of infix expressions over 0, ..., 9, +, and -, where: Terminal symbols: 0, ..., 9, +, - Non-terminal symbols: exp, term Start symbol is exp And the following are production rules exp -> exp + term\nexp -> exp - term\nexp -> term\nterm -> 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 NOTE: This grammar should be further transformed depending on what we are going to do with it. For example, we might need to remove left recursion. For more details please see Compilers: Principles,Techniques, and Tools (aka Dragon Book).","breadcrumbs":"Design Patterns » Behavioural » Interpreter » Context Free Grammar for our problem","id":"126","title":"Context Free Grammar for our problem"},"127":{"body":"We simply implement a recursive descent parser. For simplicity's sake, the code panics when an expression is syntactically wrong (for example 2-34 or 2+5- are wrong according to the grammar definition). pub struct Interpreter<'a> { it: std::str::Chars<'a>,\n} impl<'a> Interpreter<'a> { pub fn new(infix: &'a str) -> Self { Self { it: infix.chars() } } fn next_char(&mut self) -> Option { self.it.next() } pub fn interpret(&mut self, out: &mut String) { self.term(out); while let Some(op) = self.next_char() { if op == '+' || op == '-' { self.term(out); out.push(op); } else { panic!(\"Unexpected symbol '{}'\", op); } } } fn term(&mut self, out: &mut String) { match self.next_char() { Some(ch) if ch.is_digit(10) => out.push(ch), Some(ch) => panic!(\"Unexpected symbol '{}'\", ch), None => panic!(\"Unexpected end of string\"), } }\n} pub fn main() { let mut intr = Interpreter::new(\"2+3\"); let mut postfix = String::new(); intr.interpret(&mut postfix); assert_eq!(postfix, \"23+\"); intr = Interpreter::new(\"1-2+3-4\"); postfix.clear(); intr.interpret(&mut postfix); assert_eq!(postfix, \"12-3+4-\");\n}","breadcrumbs":"Design Patterns » Behavioural » Interpreter » Solution","id":"127","title":"Solution"},"128":{"body":"There may be a wrong perception that the Interpreter design pattern is about design grammars for formal languages and implementation of parsers for these grammars. In fact, this pattern is about expressing problem instances in a more specific way and implementing functions/classes/structs that solve these problem instances. Rust language has macro_rules! that allow us to define special syntax and rules on how to expand this syntax into source code. In the following example we create a simple macro_rules! that computes Euclidean length of n dimensional vectors. Writing norm!(x,1,2) might be easier to express and more efficient than packing x,1,2 into a Vec and calling a function computing the length. macro_rules! norm { ($($element:expr),*) => { { let mut n = 0.0; $( n += ($element as f64)*($element as f64); )* n.sqrt() } };\n} fn main() { let x = -3f64; let y = 4f64; assert_eq!(3f64, norm!(x)); assert_eq!(5f64, norm!(x, y)); assert_eq!(0f64, norm!(0, 0, 0)); assert_eq!(1f64, norm!(0.5, -0.5, 0.5, -0.5));\n}","breadcrumbs":"Design Patterns » Behavioural » Interpreter » Discussion","id":"128","title":"Discussion"},"129":{"body":"Interpreter pattern Context free grammar macro_rules!","breadcrumbs":"Design Patterns » Behavioural » Interpreter » See also","id":"129","title":"See also"},"13":{"body":"Using format! is usually the most succinct and readable way to combine strings.","breadcrumbs":"Idioms » Concatenating Strings with format! » Advantages","id":"13","title":"Advantages"},"130":{"body":"What if in some cases we want a type to behave similar to another type or enforce some behaviour at compile time when using only type aliases would not be enough? For example, if we want to create a custom Display implementation for String due to security considerations (e.g. passwords). For such cases we could use the Newtype pattern to provide type safety and encapsulation .","breadcrumbs":"Design Patterns » Behavioural » Newtype » Newtype","id":"130","title":"Newtype"},"131":{"body":"Use a tuple struct with a single field to make an opaque wrapper for a type. This creates a new type, rather than an alias to a type (type items).","breadcrumbs":"Design Patterns » Behavioural » Newtype » Description","id":"131","title":"Description"},"132":{"body":"// Some type, not necessarily in the same module or even crate.\nstruct Foo { //..\n} impl Foo { // These functions are not present on Bar. //..\n} // The newtype.\npub struct Bar(Foo); impl Bar { // Constructor. pub fn new( //.. ) -> Self { //.. } //..\n} fn main() { let b = Bar::new(...); // Foo and Bar are type incompatible, the following do not type check. // let f: Foo = b; // let b: Bar = Foo { ... };\n}","breadcrumbs":"Design Patterns » Behavioural » Newtype » Example","id":"132","title":"Example"},"133":{"body":"The primary motivation for newtypes is abstraction. It allows you to share implementation details between types while precisely controlling the interface. By using a newtype rather than exposing the implementation type as part of an API, it allows you to change implementation backwards compatibly. Newtypes can be used for distinguishing units, e.g., wrapping f64 to give distinguishable Miles and Kilometres.","breadcrumbs":"Design Patterns » Behavioural » Newtype » Motivation","id":"133","title":"Motivation"},"134":{"body":"The wrapped and wrapper types are not type compatible (as opposed to using type), so users of the newtype will never 'confuse' the wrapped and wrapper types. Newtypes are a zero-cost abstraction - there is no runtime overhead. The privacy system ensures that users cannot access the wrapped type (if the field is private, which it is by default).","breadcrumbs":"Design Patterns » Behavioural » Newtype » Advantages","id":"134","title":"Advantages"},"135":{"body":"The downside of newtypes (especially compared with type aliases), is that there is no special language support. This means there can be a lot of boilerplate. You need a 'pass through' method for every method you want to expose on the wrapped type, and an impl for every trait you want to also be implemented for the wrapper type.","breadcrumbs":"Design Patterns » Behavioural » Newtype » Disadvantages","id":"135","title":"Disadvantages"},"136":{"body":"Newtypes are very common in Rust code. Abstraction or representing units are the most common uses, but they can be used for other reasons: restricting functionality (reduce the functions exposed or traits implemented), making a type with copy semantics have move semantics, abstraction by providing a more concrete type and thus hiding internal types, e.g., pub struct Foo(Bar); Here, Bar might be some public, generic type and T1 and T2 are some internal types. Users of our module shouldn't know that we implement Foo by using a Bar, but what we're really hiding here is the types T1 and T2, and how they are used with Bar.","breadcrumbs":"Design Patterns » Behavioural » Newtype » Discussion","id":"136","title":"Discussion"},"137":{"body":"Advanced Types in the book Newtypes in Haskell Type aliases derive_more , a crate for deriving many builtin traits on newtypes. The Newtype Pattern In Rust","breadcrumbs":"Design Patterns » Behavioural » Newtype » See also","id":"137","title":"See also"},"138":{"body":"","breadcrumbs":"Design Patterns » Behavioural » RAII Guards » RAII with guards","id":"138","title":"RAII with guards"},"139":{"body":"RAII stands for \"Resource Acquisition is Initialisation\" which is a terrible name. The essence of the pattern is that resource initialisation is done in the constructor of an object and finalisation in the destructor. This pattern is extended in Rust by using a RAII object as a guard of some resource and relying on the type system to ensure that access is always mediated by the guard object.","breadcrumbs":"Design Patterns » Behavioural » RAII Guards » Description","id":"139","title":"Description"},"14":{"body":"It is usually not the most efficient way to combine strings - a series of push operations on a mutable string is usually the most efficient (especially if the string has been pre-allocated to the expected size).","breadcrumbs":"Idioms » Concatenating Strings with format! » Disadvantages","id":"14","title":"Disadvantages"},"140":{"body":"Mutex guards are the classic example of this pattern from the std library (this is a simplified version of the real implementation): use std::ops::Deref; struct Foo {} struct Mutex { // We keep a reference to our data: T here. //..\n} struct MutexGuard<'a, T: 'a> { data: &'a T, //..\n} // Locking the mutex is explicit.\nimpl Mutex { fn lock(&self) -> MutexGuard { // Lock the underlying OS mutex. //.. // MutexGuard keeps a reference to self MutexGuard { data: self, //.. } }\n} // Destructor for unlocking the mutex.\nimpl<'a, T> Drop for MutexGuard<'a, T> { fn drop(&mut self) { // Unlock the underlying OS mutex. //.. }\n} // Implementing Deref means we can treat MutexGuard like a pointer to T.\nimpl<'a, T> Deref for MutexGuard<'a, T> { type Target = T; fn deref(&self) -> &T { self.data }\n} fn baz(x: Mutex) { let xx = x.lock(); xx.foo(); // foo is a method on Foo. // The borrow checker ensures we can't store a reference to the underlying // Foo which will outlive the guard xx. // x is unlocked when we exit this function and xx's destructor is executed.\n}","breadcrumbs":"Design Patterns » Behavioural » RAII Guards » Example","id":"140","title":"Example"},"141":{"body":"Where a resource must be finalised after use, RAII can be used to do this finalisation. If it is an error to access that resource after finalisation, then this pattern can be used to prevent such errors.","breadcrumbs":"Design Patterns » Behavioural » RAII Guards » Motivation","id":"141","title":"Motivation"},"142":{"body":"Prevents errors where a resource is not finalised and where a resource is used after finalisation.","breadcrumbs":"Design Patterns » Behavioural » RAII Guards » Advantages","id":"142","title":"Advantages"},"143":{"body":"RAII is a useful pattern for ensuring resources are properly deallocated or finalised. We can make use of the borrow checker in Rust to statically prevent errors stemming from using resources after finalisation takes place. The core aim of the borrow checker is to ensure that references to data do not outlive that data. The RAII guard pattern works because the guard object contains a reference to the underlying resource and only exposes such references. Rust ensures that the guard cannot outlive the underlying resource and that references to the resource mediated by the guard cannot outlive the guard. To see how this works it is helpful to examine the signature of deref without lifetime elision: fn deref<'a>(&'a self) -> &'a T { //..\n} The returned reference to the resource has the same lifetime as self ('a). The borrow checker therefore ensures that the lifetime of the reference to T is shorter than the lifetime of self. Note that implementing Deref is not a core part of this pattern, it only makes using the guard object more ergonomic. Implementing a get method on the guard works just as well.","breadcrumbs":"Design Patterns » Behavioural » RAII Guards » Discussion","id":"143","title":"Discussion"},"144":{"body":"Finalisation in destructors idiom RAII is a common pattern in C++: cppreference.com , wikipedia . Style guide entry (currently just a placeholder).","breadcrumbs":"Design Patterns » Behavioural » RAII Guards » See also","id":"144","title":"See also"},"145":{"body":"","breadcrumbs":"Design Patterns » Behavioural » Strategy » Strategy (aka Policy)","id":"145","title":"Strategy (aka Policy)"},"146":{"body":"The Strategy design pattern is a technique that enables separation of concerns. It also allows to decouple software modules through Dependency Inversion . The basic idea behind the Strategy pattern is that, given an algorithm solving a particular problem, we define only the skeleton of the algorithm at an abstract level, and we separate the specific algorithm’s implementation into different parts. In this way, a client using the algorithm may choose a specific implementation, while the general algorithm workflow remains the same. In other words, the abstract specification of the class does not depend on the specific implementation of the derived class, but specific implementation must adhere to the abstract specification. This is why we call it \"Dependency Inversion\".","breadcrumbs":"Design Patterns » Behavioural » Strategy » Description","id":"146","title":"Description"},"147":{"body":"Imagine we are working on a project that generates reports every month. We need the reports to be generated in different formats (strategies), e.g., in JSON or Plain Text formats. But things vary over time, and we don't know what kind of requirement we may get in the future. For example, we may need to generate our report in a completely new format, or just modify one of the existing formats.","breadcrumbs":"Design Patterns » Behavioural » Strategy » Motivation","id":"147","title":"Motivation"},"148":{"body":"In this example our invariants (or abstractions) are Context, Formatter, and Report, while Text and Json are our strategy structs. These strategies have to implement the Formatter trait. use std::collections::HashMap; type Data = HashMap; trait Formatter { fn format(&self, data: &Data, buf: &mut String);\n} struct Report; impl Report { // Write should be used but we kept it as String to ignore error handling fn generate(g: T, s: &mut String) { // backend operations... let mut data = HashMap::new(); data.insert(\"one\".to_string(), 1); data.insert(\"two\".to_string(), 2); // generate report g.format(&data, s); }\n} struct Text;\nimpl Formatter for Text { fn format(&self, data: &Data, buf: &mut String) { for (k, v) in data { let entry = format!(\"{} {}\\n\", k, v); buf.push_str(&entry); } }\n} struct Json;\nimpl Formatter for Json { fn format(&self, data: &Data, buf: &mut String) { buf.push('['); for (k, v) in data.into_iter() { let entry = format!(r#\"{{\"{}\":\"{}\"}}\"#, k, v); buf.push_str(&entry); buf.push(','); } if !data.is_empty() { buf.pop(); // remove extra , at the end } buf.push(']'); }\n} fn main() { let mut s = String::from(\"\"); Report::generate(Text, &mut s); assert!(s.contains(\"one 1\")); assert!(s.contains(\"two 2\")); s.clear(); // reuse the same buffer Report::generate(Json, &mut s); assert!(s.contains(r#\"{\"one\":\"1\"}\"#)); assert!(s.contains(r#\"{\"two\":\"2\"}\"#));\n}","breadcrumbs":"Design Patterns » Behavioural » Strategy » Example","id":"148","title":"Example"},"149":{"body":"The main advantage is separation of concerns. For example, in this case Report does not know anything about specific implementations of Json and Text, whereas the output implementations does not care about how data is preprocessed, stored, and fetched. The only thing they have to know is context and a specific trait and method to implement, i.e,Formatter and run.","breadcrumbs":"Design Patterns » Behavioural » Strategy » Advantages","id":"149","title":"Advantages"},"15":{"body":"","breadcrumbs":"Idioms » Constructor » Constructors","id":"15","title":"Constructors"},"150":{"body":"For each strategy there must be implemented at least one module, so number of modules increases with number of strategies. If there are many strategies to choose from then users have to know how strategies differ from one another.","breadcrumbs":"Design Patterns » Behavioural » Strategy » Disadvantages","id":"150","title":"Disadvantages"},"151":{"body":"In the previous example all strategies are implemented in a single file. Ways of providing different strategies includes: All in one file (as shown in this example, similar to being separated as modules) Separated as modules, E.g. formatter::json module, formatter::text module Use compiler feature flags, E.g. json feature, text feature Separated as crates, E.g. json crate, text crate Serde crate is a good example of the Strategy pattern in action. Serde allows full customization of the serialization behavior by manually implementing Serialize and Deserialize traits for our type. For example, we could easily swap serde_json with serde_cbor since they expose similar methods. Having this makes the helper crate serde_transcode much more useful and ergonomic. However, we don't need to use traits in order to design this pattern in Rust. The following toy example demonstrates the idea of the Strategy pattern using Rust closures: struct Adder;\nimpl Adder { pub fn add(x: u8, y: u8, f: F) -> u8 where F: Fn(u8, u8) -> u8, { f(x, y) }\n} fn main() { let arith_adder = |x, y| x + y; let bool_adder = |x, y| { if x == 1 || y == 1 { 1 } else { 0 } }; let custom_adder = |x, y| 2 * x + y; assert_eq!(9, Adder::add(4, 5, arith_adder)); assert_eq!(0, Adder::add(0, 0, bool_adder)); assert_eq!(5, Adder::add(1, 3, custom_adder));\n} In fact, Rust already uses this idea for Options's map method: fn main() { let val = Some(\"Rust\"); let len_strategy = |s: &str| s.len(); assert_eq!(4, val.map(len_strategy).unwrap()); let first_byte_strategy = |s: &str| s.bytes().next().unwrap(); assert_eq!(82, val.map(first_byte_strategy).unwrap());\n}","breadcrumbs":"Design Patterns » Behavioural » Strategy » Discussion","id":"151","title":"Discussion"},"152":{"body":"Strategy Pattern Dependency Injection Policy Based Design","breadcrumbs":"Design Patterns » Behavioural » Strategy » See also","id":"152","title":"See also"},"153":{"body":"","breadcrumbs":"Design Patterns » Behavioural » Visitor » Visitor","id":"153","title":"Visitor"},"154":{"body":"A visitor encapsulates an algorithm that operates over a heterogeneous collection of objects. It allows multiple different algorithms to be written over the same data without having to modify the data (or their primary behaviour). Furthermore, the visitor pattern allows separating the traversal of a collection of objects from the operations performed on each object.","breadcrumbs":"Design Patterns » Behavioural » Visitor » Description","id":"154","title":"Description"},"155":{"body":"// The data we will visit\nmod ast { pub enum Stmt { Expr(Expr), Let(Name, Expr), } pub struct Name { value: String, } pub enum Expr { IntLit(i64), Add(Box, Box), Sub(Box, Box), }\n} // The abstract visitor\nmod visit { use ast::*; pub trait Visitor { fn visit_name(&mut self, n: &Name) -> T; fn visit_stmt(&mut self, s: &Stmt) -> T; fn visit_expr(&mut self, e: &Expr) -> T; }\n} use visit::*;\nuse ast::*; // An example concrete implementation - walks the AST interpreting it as code.\nstruct Interpreter;\nimpl Visitor for Interpreter { fn visit_name(&mut self, n: &Name) -> i64 { panic!() } fn visit_stmt(&mut self, s: &Stmt) -> i64 { match *s { Stmt::Expr(ref e) => self.visit_expr(e), Stmt::Let(..) => unimplemented!(), } } fn visit_expr(&mut self, e: &Expr) -> i64 { match *e { Expr::IntLit(n) => n, Expr::Add(ref lhs, ref rhs) => self.visit_expr(lhs) + self.visit_expr(rhs), Expr::Sub(ref lhs, ref rhs) => self.visit_expr(lhs) - self.visit_expr(rhs), } }\n} One could implement further visitors, for example a type checker, without having to modify the AST data.","breadcrumbs":"Design Patterns » Behavioural » Visitor » Example","id":"155","title":"Example"},"156":{"body":"The visitor pattern is useful anywhere that you want to apply an algorithm to heterogeneous data. If data is homogeneous, you can use an iterator-like pattern. Using a visitor object (rather than a functional approach) allows the visitor to be stateful and thus communicate information between nodes.","breadcrumbs":"Design Patterns » Behavioural » Visitor » Motivation","id":"156","title":"Motivation"},"157":{"body":"It is common for the visit_* methods to return void (as opposed to in the example). In that case it is possible to factor out the traversal code and share it between algorithms (and also to provide noop default methods). In Rust, the common way to do this is to provide walk_* functions for each datum. For example, pub fn walk_expr(visitor: &mut Visitor, e: &Expr) { match *e { Expr::IntLit(_) => {}, Expr::Add(ref lhs, ref rhs) => { visitor.visit_expr(lhs); visitor.visit_expr(rhs); } Expr::Sub(ref lhs, ref rhs) => { visitor.visit_expr(lhs); visitor.visit_expr(rhs); } }\n} In other languages (e.g., Java) it is common for data to have an accept method which performs the same duty.","breadcrumbs":"Design Patterns » Behavioural » Visitor » Discussion","id":"157","title":"Discussion"},"158":{"body":"The visitor pattern is a common pattern in most OO languages. Wikipedia article The fold pattern is similar to visitor but produces a new version of the visited data structure.","breadcrumbs":"Design Patterns » Behavioural » Visitor » See also","id":"158","title":"See also"},"159":{"body":"From Wikipedia : Design patterns that deal with object creation mechanisms, trying to create objects in a manner suitable to the situation. The basic form of object creation could result in design problems or in added complexity to the design. Creational design patterns solve this problem by somehow controlling this object creation.","breadcrumbs":"Design Patterns » Creational » Creational Patterns","id":"159","title":"Creational Patterns"},"16":{"body":"Rust does not have constructors as a language construct. Instead, the convention is to use an associated function new to create an object: /// Time in seconds.\n///\n/// # Example\n///\n/// ```\n/// let s = Second::new(42);\n/// assert_eq!(42, s.value());\n/// ```\npub struct Second { value: u64\n} impl Second { // Constructs a new instance of [`Second`]. // Note this is an associated function - no self. pub fn new(value: u64) -> Self { Self { value } } /// Returns the value in seconds. pub fn value(&self) -> u64 { self.value }\n}","breadcrumbs":"Idioms » Constructor » Description","id":"16","title":"Description"},"160":{"body":"","breadcrumbs":"Design Patterns » Creational » Builder » Builder","id":"160","title":"Builder"},"161":{"body":"Construct an object with calls to a builder helper.","breadcrumbs":"Design Patterns » Creational » Builder » Description","id":"161","title":"Description"},"162":{"body":"#[derive(Debug, PartialEq)]\npub struct Foo { // Lots of complicated fields. bar: String,\n} impl Foo { // This method will help users to discover the builder pub fn builder() -> FooBuilder { FooBuilder::default() }\n} #[derive(Default)]\npub struct FooBuilder { // Probably lots of optional fields. bar: String,\n} impl FooBuilder { pub fn new(/* ... */) -> FooBuilder { // Set the minimally required fields of Foo. FooBuilder { bar: String::from(\"X\"), } } pub fn name(mut self, bar: String) -> FooBuilder { // Set the name on the builder itself, and return the builder by value. self.bar = bar; self } // If we can get away with not consuming the Builder here, that is an // advantage. It means we can use the FooBuilder as a template for constructing // many Foos. pub fn build(self) -> Foo { // Create a Foo from the FooBuilder, applying all settings in FooBuilder // to Foo. Foo { bar: self.bar } }\n} #[test]\nfn builder_test() { let foo = Foo { bar: String::from(\"Y\"), }; let foo_from_builder: Foo = FooBuilder::new().name(String::from(\"Y\")).build(); assert_eq!(foo, foo_from_builder);\n}","breadcrumbs":"Design Patterns » Creational » Builder » Example","id":"162","title":"Example"},"163":{"body":"Useful when you would otherwise require many constructors or where construction has side effects.","breadcrumbs":"Design Patterns » Creational » Builder » Motivation","id":"163","title":"Motivation"},"164":{"body":"Separates methods for building from other methods. Prevents proliferation of constructors. Can be used for one-liner initialisation as well as more complex construction.","breadcrumbs":"Design Patterns » Creational » Builder » Advantages","id":"164","title":"Advantages"},"165":{"body":"More complex than creating a struct object directly, or a simple constructor function.","breadcrumbs":"Design Patterns » Creational » Builder » Disadvantages","id":"165","title":"Disadvantages"},"166":{"body":"This pattern is seen more frequently in Rust (and for simpler objects) than in many other languages because Rust lacks overloading. Since you can only have a single method with a given name, having multiple constructors is less nice in Rust than in C++, Java, or others. This pattern is often used where the builder object is useful in its own right, rather than being just a builder. For example, see std::process::Command is a builder for Child (a process). In these cases, the T and TBuilder naming pattern is not used. The example takes and returns the builder by value. It is often more ergonomic (and more efficient) to take and return the builder as a mutable reference. The borrow checker makes this work naturally. This approach has the advantage that one can write code like let mut fb = FooBuilder::new();\nfb.a();\nfb.b();\nlet f = fb.build(); as well as the FooBuilder::new().a().b().build() style.","breadcrumbs":"Design Patterns » Creational » Builder » Discussion","id":"166","title":"Discussion"},"167":{"body":"Description in the style guide derive_builder , a crate for automatically implementing this pattern while avoiding the boilerplate. Constructor pattern for when construction is simpler. Builder pattern (wikipedia) Construction of complex values","breadcrumbs":"Design Patterns » Creational » Builder » See also","id":"167","title":"See also"},"168":{"body":"","breadcrumbs":"Design Patterns » Creational » Fold » Fold","id":"168","title":"Fold"},"169":{"body":"Run an algorithm over each item in a collection of data to create a new item, thus creating a whole new collection. The etymology here is unclear to me. The terms 'fold' and 'folder' are used in the Rust compiler, although it appears to me to be more like a map than a fold in the usual sense. See the discussion below for more details.","breadcrumbs":"Design Patterns » Creational » Fold » Description","id":"169","title":"Description"},"17":{"body":"Rust supports default constructors with the Default trait: /// Time in seconds.\n///\n/// # Example\n///\n/// ```\n/// let s = Second::default();\n/// assert_eq!(0, s.value());\n/// ```\npub struct Second { value: u64\n} impl Second { /// Returns the value in seconds. pub fn value(&self) -> u64 { self.value }\n} impl Default for Second { fn default() -> Self { Self { value: 0 } }\n} Default can also be derived if all types of all fields implement Default, like they do with Second: /// Time in seconds.\n///\n/// # Example\n///\n/// ```\n/// let s = Second::default();\n/// assert_eq!(0, s.value());\n/// ```\n#[derive(Default)]\npub struct Second { value: u64\n} impl Second { /// Returns the value in seconds. pub fn value(&self) -> u64 { self.value }\n} Note: It is common and expected for types to implement both Default and an empty new constructor. new is the constructor convention in Rust, and users expect it to exist, so if it is reasonable for the basic constructor to take no arguments, then it should, even if it is functionally identical to default. Hint: The advantage of implementing or deriving Default is that your type can now be used where a Default implementation is required, most prominently, any of the *or_default functions in the standard library .","breadcrumbs":"Idioms » Constructor » Default Constructors","id":"17","title":"Default Constructors"},"170":{"body":"// The data we will fold, a simple AST.\nmod ast { pub enum Stmt { Expr(Box), Let(Box, Box), } pub struct Name { value: String, } pub enum Expr { IntLit(i64), Add(Box, Box), Sub(Box, Box), }\n} // The abstract folder\nmod fold { use ast::*; pub trait Folder { // A leaf node just returns the node itself. In some cases, we can do this // to inner nodes too. fn fold_name(&mut self, n: Box) -> Box { n } // Create a new inner node by folding its children. fn fold_stmt(&mut self, s: Box) -> Box { match *s { Stmt::Expr(e) => Box::new(Stmt::Expr(self.fold_expr(e))), Stmt::Let(n, e) => Box::new(Stmt::Let(self.fold_name(n), self.fold_expr(e))), } } fn fold_expr(&mut self, e: Box) -> Box { ... } }\n} use fold::*;\nuse ast::*; // An example concrete implementation - renames every name to 'foo'.\nstruct Renamer;\nimpl Folder for Renamer { fn fold_name(&mut self, n: Box) -> Box { Box::new(Name { value: \"foo\".to_owned() }) } // Use the default methods for the other nodes.\n} The result of running the Renamer on an AST is a new AST identical to the old one, but with every name changed to foo. A real life folder might have some state preserved between nodes in the struct itself. A folder can also be defined to map one data structure to a different (but usually similar) data structure. For example, we could fold an AST into a HIR tree (HIR stands for high-level intermediate representation).","breadcrumbs":"Design Patterns » Creational » Fold » Example","id":"170","title":"Example"},"171":{"body":"It is common to want to map a data structure by performing some operation on each node in the structure. For simple operations on simple data structures, this can be done using Iterator::map. For more complex operations, perhaps where earlier nodes can affect the operation on later nodes, or where iteration over the data structure is non-trivial, using the fold pattern is more appropriate. Like the visitor pattern, the fold pattern allows us to separate traversal of a data structure from the operations performed to each node.","breadcrumbs":"Design Patterns » Creational » Fold » Motivation","id":"171","title":"Motivation"},"172":{"body":"Mapping data structures in this fashion is common in functional languages. In OO languages, it would be more common to mutate the data structure in place. The 'functional' approach is common in Rust, mostly due to the preference for immutability. Using fresh data structures, rather than mutating old ones, makes reasoning about the code easier in most circumstances. The trade-off between efficiency and reusability can be tweaked by changing how nodes are accepted by the fold_* methods. In the above example we operate on Box pointers. Since these own their data exclusively, the original copy of the data structure cannot be re-used. On the other hand if a node is not changed, reusing it is very efficient. If we were to operate on borrowed references, the original data structure can be reused; however, a node must be cloned even if unchanged, which can be expensive. Using a reference counted pointer gives the best of both worlds - we can reuse the original data structure, and we don't need to clone unchanged nodes. However, they are less ergonomic to use and mean that the data structures cannot be mutable.","breadcrumbs":"Design Patterns » Creational » Fold » Discussion","id":"172","title":"Discussion"},"173":{"body":"Iterators have a fold method, however this folds a data structure into a value, rather than into a new data structure. An iterator's map is more like this fold pattern. In other languages, fold is usually used in the sense of Rust's iterators, rather than this pattern. Some functional languages have powerful constructs for performing flexible maps over data structures. The visitor pattern is closely related to fold. They share the concept of walking a data structure performing an operation on each node. However, the visitor does not create a new data structure nor consume the old one.","breadcrumbs":"Design Patterns » Creational » Fold » See also","id":"173","title":"See also"},"174":{"body":"From Wikipedia : Design patterns that ease the design by identifying a simple way to realize relationships among entities.","breadcrumbs":"Design Patterns » Structural » Structural Patterns","id":"174","title":"Structural Patterns"},"175":{"body":"TODO - this is not a very snappy name","breadcrumbs":"Design Patterns » Structural » Compose Structs » Compose structs together for better borrowing","id":"175","title":"Compose structs together for better borrowing"},"176":{"body":"Sometimes a large struct will cause issues with the borrow checker - although fields can be borrowed independently, sometimes the whole struct ends up being used at once, preventing other uses. A solution might be to decompose the struct into several smaller structs. Then compose these together into the original struct. Then each struct can be borrowed separately and have more flexible behaviour. This will often lead to a better design in other ways: applying this design pattern often reveals smaller units of functionality.","breadcrumbs":"Design Patterns » Structural » Compose Structs » Description","id":"176","title":"Description"},"177":{"body":"Here is a contrived example of where the borrow checker foils us in our plan to use a struct: struct A { f1: u32, f2: u32, f3: u32,\n} fn foo(a: &mut A) -> &u32 { &a.f2 }\nfn bar(a: &mut A) -> u32 { a.f1 + a.f3 } fn baz(a: &mut A) { // The later usage of x causes a to be borrowed for the rest of the function. let x = foo(a); // Borrow checker error: // let y = bar(a); // ~ ERROR: cannot borrow `*a` as mutable more than once // at a time println!(\"{}\", x);\n} We can apply this design pattern and refactor A into two smaller structs, thus solving the borrow checking issue: // A is now composed of two structs - B and C.\nstruct A { b: B, c: C,\n}\nstruct B { f2: u32,\n}\nstruct C { f1: u32, f3: u32,\n} // These functions take a B or C, rather than A.\nfn foo(b: &mut B) -> &u32 { &b.f2 }\nfn bar(c: &mut C) -> u32 { c.f1 + c.f3 } fn baz(a: &mut A) { let x = foo(&mut a.b); // Now it's OK! let y = bar(&mut a.c); println!(\"{}\", x);\n}","breadcrumbs":"Design Patterns » Structural » Compose Structs » Example","id":"177","title":"Example"},"178":{"body":"TODO Why and where you should use the pattern","breadcrumbs":"Design Patterns » Structural » Compose Structs » Motivation","id":"178","title":"Motivation"},"179":{"body":"Lets you work around limitations in the borrow checker. Often produces a better design.","breadcrumbs":"Design Patterns » Structural » Compose Structs » Advantages","id":"179","title":"Advantages"},"18":{"body":"The default idiom for a more in-depth description of the Default trait. The builder pattern for constructing objects where there are multiple configurations. API Guidelines/C-COMMON-TRAITS for implementing both, Default and new.","breadcrumbs":"Idioms » Constructor » See also","id":"18","title":"See also"},"180":{"body":"Leads to more verbose code. Sometimes, the smaller structs are not good abstractions, and so we end up with a worse design. That is probably a 'code smell', indicating that the program should be refactored in some way.","breadcrumbs":"Design Patterns » Structural » Compose Structs » Disadvantages","id":"180","title":"Disadvantages"},"181":{"body":"This pattern is not required in languages that don't have a borrow checker, so in that sense is unique to Rust. However, making smaller units of functionality often leads to cleaner code: a widely acknowledged principle of software engineering, independent of the language. This pattern relies on Rust's borrow checker to be able to borrow fields independently of each other. In the example, the borrow checker knows that a.b and a.c are distinct and can be borrowed independently, it does not try to borrow all of a, which would make this pattern useless.","breadcrumbs":"Design Patterns » Structural » Compose Structs » Discussion","id":"181","title":"Discussion"},"182":{"body":"","breadcrumbs":"Design Patterns » Structural » Prefer Small Crates » Prefer small crates","id":"182","title":"Prefer small crates"},"183":{"body":"Prefer small crates that do one thing well. Cargo and crates.io make it easy to add third-party libraries, much more so than in say C or C++. Moreover, since packages on crates.io cannot be edited or removed after publication, any build that works now should continue to work in the future. We should take advantage of this tooling, and use smaller, more fine-grained dependencies.","breadcrumbs":"Design Patterns » Structural » Prefer Small Crates » Description","id":"183","title":"Description"},"184":{"body":"Small crates are easier to understand, and encourage more modular code. Crates allow for re-using code between projects. For example, the url crate was developed as part of the Servo browser engine, but has since found wide use outside the project. Since the compilation unit of Rust is the crate, splitting a project into multiple crates can allow more of the code to be built in parallel.","breadcrumbs":"Design Patterns » Structural » Prefer Small Crates » Advantages","id":"184","title":"Advantages"},"185":{"body":"This can lead to \"dependency hell\", when a project depends on multiple conflicting versions of a crate at the same time. For example, the url crate has both versions 1.0 and 0.5. Since the Url from url:1.0 and the Url from url:0.5 are different types, an HTTP client that uses url:0.5 would not accept Url values from a web scraper that uses url:1.0. Packages on crates.io are not curated. A crate may be poorly written, have unhelpful documentation, or be outright malicious. Two small crates may be less optimized than one large one, since the compiler does not perform link-time optimization (LTO) by default.","breadcrumbs":"Design Patterns » Structural » Prefer Small Crates » Disadvantages","id":"185","title":"Disadvantages"},"186":{"body":"The ref_slice crate provides functions for converting &T to &[T]. The url crate provides tools for working with URLs. The num_cpus crate provides a function to query the number of CPUs on a machine.","breadcrumbs":"Design Patterns » Structural » Prefer Small Crates » Examples","id":"186","title":"Examples"},"187":{"body":"crates.io: The Rust community crate host","breadcrumbs":"Design Patterns » Structural » Prefer Small Crates » See also","id":"187","title":"See also"},"188":{"body":"","breadcrumbs":"Design Patterns » Structural » Contain unsafety in small modules » Contain unsafety in small modules","id":"188","title":"Contain unsafety in small modules"},"189":{"body":"If you have unsafe code, create the smallest possible module that can uphold the needed invariants to build a minimal safe interface upon the unsafety. Embed this into a larger module that contains only safe code and presents an ergonomic interface. Note that the outer module can contain unsafe functions and methods that call directly into the unsafe code. Users may use this to gain speed benefits.","breadcrumbs":"Design Patterns » Structural » Contain unsafety in small modules » Description","id":"189","title":"Description"},"19":{"body":"","breadcrumbs":"Idioms » The Default Trait » The Default Trait","id":"19","title":"The Default Trait"},"190":{"body":"This restricts the unsafe code that must be audited Writing the outer module is much easier, since you can count on the guarantees of the inner module","breadcrumbs":"Design Patterns » Structural » Contain unsafety in small modules » Advantages","id":"190","title":"Advantages"},"191":{"body":"Sometimes, it may be hard to find a suitable interface. The abstraction may introduce inefficiencies.","breadcrumbs":"Design Patterns » Structural » Contain unsafety in small modules » Disadvantages","id":"191","title":"Disadvantages"},"192":{"body":"The toolshed crate contains its unsafe operations in submodules, presenting a safe interface to users. std's String class is a wrapper over Vec with the added invariant that the contents must be valid UTF-8. The operations on String ensure this behavior. However, users have the option of using an unsafe method to create a String, in which case the onus is on them to guarantee the validity of the contents.","breadcrumbs":"Design Patterns » Structural » Contain unsafety in small modules » Examples","id":"192","title":"Examples"},"193":{"body":"Ralf Jung's Blog about invariants in unsafe code","breadcrumbs":"Design Patterns » Structural » Contain unsafety in small modules » See also","id":"193","title":"See also"},"194":{"body":"Writing FFI code is an entire course in itself. However, there are several idioms here that can act as pointers, and avoid traps for inexperienced users of unsafe Rust. This section contains design patterns that may be useful when doing FFI. Object-Based API design that has good memory safety characteristics, and a clean boundary of what is safe and what is unsafe Type Consolidation into Wrappers - group multiple Rust types together into an opaque \"object\"","breadcrumbs":"Design Patterns » Foreign function interface (FFI) » FFI Patterns","id":"194","title":"FFI Patterns"},"195":{"body":"","breadcrumbs":"Design Patterns » Foreign function interface (FFI) » Object-Based APIs » Object-Based APIs","id":"195","title":"Object-Based APIs"},"196":{"body":"When designing APIs in Rust which are exposed to other languages, there are some important design principles which are contrary to normal Rust API design: All Encapsulated types should be owned by Rust, managed by the user, and opaque . All Transactional data types should be owned by the user, and transparent . All library behavior should be functions acting upon Encapsulated types. All library behavior should be encapsulated into types not based on structure, but provenance/lifetime .","breadcrumbs":"Design Patterns » Foreign function interface (FFI) » Object-Based APIs » Description","id":"196","title":"Description"},"197":{"body":"Rust has built-in FFI support to other languages. It does this by providing a way for crate authors to provide C-compatible APIs through different ABIs (though that is unimportant to this practice). Well-designed Rust FFI follows C API design principles, while compromising the design in Rust as little as possible. There are three goals with any foreign API: Make it easy to use in the target language. Avoid the API dictating internal unsafety on the Rust side as much as possible. Keep the potential for memory unsafety and Rust undefined behaviour as small as possible. Rust code must trust the memory safety of the foreign language beyond a certain point. However, every bit of unsafe code on the Rust side is an opportunity for bugs, or to exacerbate undefined behaviour. For example, if a pointer provenance is wrong, that may be a segfault due to invalid memory access. But if it is manipulated by unsafe code, it could become full-blown heap corruption. The Object-Based API design allows for writing shims that have good memory safety characteristics, and a clean boundary of what is safe and what is unsafe.","breadcrumbs":"Design Patterns » Foreign function interface (FFI) » Object-Based APIs » Motivation","id":"197","title":"Motivation"},"198":{"body":"The POSIX standard defines the API to access an on-file database, known as DBM . It is an excellent example of an \"object-based\" API. Here is the definition in C, which hopefully should be easy to read for those involved in FFI. The commentary below should help explain it for those who miss the subtleties. struct DBM;\ntypedef struct { void *dptr, size_t dsize } datum; int dbm_clearerr(DBM *);\nvoid dbm_close(DBM *);\nint dbm_delete(DBM *, datum);\nint dbm_error(DBM *);\ndatum dbm_fetch(DBM *, datum);\ndatum dbm_firstkey(DBM *);\ndatum dbm_nextkey(DBM *);\nDBM *dbm_open(const char *, int, mode_t);\nint dbm_store(DBM *, datum, datum, int); This API defines two types: DBM and datum. The DBM type was called an \"encapsulated\" type above. It is designed to contain internal state, and acts as an entry point for the library's behavior. It is completely opaque to the user, who cannot create a DBM themselves since they don't know its size or layout. Instead, they must call dbm_open, and that only gives them a pointer to one . This means all DBMs are \"owned\" by the library in a Rust sense. The internal state of unknown size is kept in memory controlled by the library, not the user. The user can only manage its life cycle with open and close, and perform operations on it with the other functions. The datum type was called a \"transactional\" type above. It is designed to facilitate the exchange of information between the library and its user. The database is designed to store \"unstructured data\", with no pre-defined length or meaning. As a result, the datum is the C equivalent of a Rust slice: a bunch of bytes, and a count of how many there are. The main difference is that there is no type information, which is what void indicates. Keep in mind that this header is written from the library's point of view. The user likely has some type they are using, which has a known size. But the library does not care, and by the rules of C casting, any type behind a pointer can be cast to void. As noted earlier, this type is transparent to the user. But also, this type is owned by the user. This has subtle ramifications, due to that pointer inside it. The question is, who owns the memory that pointer points to? The answer for best memory safety is, \"the user\". But in cases such as retrieving a value, the user does not know how to allocate it correctly (since they don't know how long the value is). In this case, the library code is expected to use the heap that the user has access to -- such as the C library malloc and free -- and then transfer ownership in the Rust sense. This may all seem speculative, but this is what a pointer means in C. It means the same thing as Rust: \"user defined lifetime.\" The user of the library needs to read the documentation in order to use it correctly. That said, there are some decisions that have fewer or greater consequences if users do it wrong. Minimizing those are what this best practice is about, and the key is to transfer ownership of everything that is transparent .","breadcrumbs":"Design Patterns » Foreign function interface (FFI) » Object-Based APIs » Code Example","id":"198","title":"Code Example"},"199":{"body":"This minimizes the number of memory safety guarantees the user must uphold to a relatively small number: Do not call any function with a pointer not returned by dbm_open (invalid access or corruption). Do not call any function on a pointer after close (use after free). The dptr on any datum must be NULL, or point to a valid slice of memory at the advertised length. In addition, it avoids a lot of pointer provenance issues. To understand why, let us consider an alternative in some depth: key iteration. Rust is well known for its iterators. When implementing one, the programmer makes a separate type with a bounded lifetime to its owner, and implements the Iterator trait. Here is how iteration would be done in Rust for DBM: struct Dbm { ... } impl Dbm { /* ... */ pub fn keys<'it>(&'it self) -> DbmKeysIter<'it> { ... } /* ... */\n} struct DbmKeysIter<'it> { owner: &'it Dbm,\n} impl<'it> Iterator for DbmKeysIter<'it> { ... } This is clean, idiomatic, and safe. thanks to Rust's guarantees. However, consider what a straightforward API translation would look like: #[no_mangle]\npub extern \"C\" fn dbm_iter_new(owner: *const Dbm) -> *mut DbmKeysIter { // THIS API IS A BAD IDEA! For real applications, use object-based design instead.\n}\n#[no_mangle]\npub extern \"C\" fn dbm_iter_next( iter: *mut DbmKeysIter, key_out: *const datum\n) -> libc::c_int { // THIS API IS A BAD IDEA! For real applications, use object-based design instead.\n}\n#[no_mangle]\npub extern \"C\" fn dbm_iter_del(*mut DbmKeysIter) { // THIS API IS A BAD IDEA! For real applications, use object-based design instead.\n} This API loses a key piece of information: the lifetime of the iterator must not exceed the lifetime of the Dbm object that owns it. A user of the library could use it in a way which causes the iterator to outlive the data it is iterating on, resulting in reading uninitialized memory. This example written in C contains a bug that will be explained afterwards: int count_key_sizes(DBM *db) { // DO NOT USE THIS FUNCTION. IT HAS A SUBTLE BUT SERIOUS BUG! datum key; int len = 0; if (!dbm_iter_new(db)) { dbm_close(db); return -1; } int l; while ((l = dbm_iter_next(owner, &key)) >= 0) { // an error is indicated by -1 free(key.dptr); len += key.dsize; if (l == 0) { // end of the iterator dbm_close(owner); } } if l >= 0 { return -1; } else { return len; }\n} This bug is a classic. Here's what happens when the iterator returns the end-of-iteration marker: The loop condition sets l to zero, and enters the loop because 0 >= 0. The length is incremented, in this case by zero. The if statement is true, so the database is closed. There should be a break statement here. The loop condition executes again, causing a next call on the closed object. The worst part about this bug? If the Rust implementation was careful, this code will work most of the time! If the memory for the Dbm object is not immediately reused, an internal check will almost certainly fail, resulting in the iterator returning a -1 indicating an error. But occasionally, it will cause a segmentation fault, or even worse, nonsensical memory corruption! None of this can be avoided by Rust. From its perspective, it put those objects on its heap, returned pointers to them, and gave up control of their lifetimes. The C code simply must \"play nice\". The programmer must read and understand the API documentation. While some consider that par for the course in C, a good API design can mitigate this risk. The POSIX API for DBM did this by consolidating the ownership of the iterator with its parent: datum dbm_firstkey(DBM *);\ndatum dbm_nextkey(DBM *); Thus, all the lifetimes were bound together, and such unsafety was prevented.","breadcrumbs":"Design Patterns » Foreign function interface (FFI) » Object-Based APIs » Advantages","id":"199","title":"Advantages"},"2":{"body":"In software development, we often come across problems that share similarities regardless of the environment they appear in. Although the implementation details are crucial to solve the task at hand, we may abstract from these particularities to find the common practices that are generically applicable. Design patterns are a collection of reusable and tested solutions to recurring problems in engineering. They make our software more modular, maintainable, and extensible. Moreover, these patterns provide a common language for developers, making them an excellent tool for effective communication when problem-solving in teams.","breadcrumbs":"Introduction » Design patterns","id":"2","title":"Design patterns"},"20":{"body":"Many types in Rust have a constructor . However, this is specific to the type; Rust cannot abstract over \"everything that has a new() method\". To allow this, the Default trait was conceived, which can be used with containers and other generic types (e.g. see Option::unwrap_or_default() ). Notably, some containers already implement it where applicable. Not only do one-element containers like Cow, Box or Arc implement Default for contained Default types, one can automatically #[derive(Default)] for structs whose fields all implement it, so the more types implement Default, the more useful it becomes. On the other hand, constructors can take multiple arguments, while the default() method does not. There can even be multiple constructors with different names, but there can only be one Default implementation per type.","breadcrumbs":"Idioms » The Default Trait » Description","id":"20","title":"Description"},"200":{"body":"However, this design choice also has a number of drawbacks, which should be considered as well. First, the API itself becomes less expressive. With POSIX DBM, there is only one iterator per object, and every call changes its state. This is much more restrictive than iterators in almost any language, even though it is safe. Perhaps with other related objects, whose lifetimes are less hierarchical, this limitation is more of a cost than the safety. Second, depending on the relationships of the API's parts, significant design effort may be involved. Many of the easier design points have other patterns associated with them: Wrapper Type Consolidation groups multiple Rust types together into an opaque \"object\" FFI Error Passing explains error handling with integer codes and sentinel return values (such as NULL pointers) Accepting Foreign Strings allows accepting strings with minimal unsafe code, and is easier to get right than Passing Strings to FFI However, not every API can be done this way. It is up to the best judgement of the programmer as to who their audience is.","breadcrumbs":"Design Patterns » Foreign function interface (FFI) » Object-Based APIs » Disadvantages","id":"200","title":"Disadvantages"},"201":{"body":"","breadcrumbs":"Design Patterns » Foreign function interface (FFI) » Type Consolidation into Wrappers » Type Consolidation into Wrappers","id":"201","title":"Type Consolidation into Wrappers"},"202":{"body":"This pattern is designed to allow gracefully handling multiple related types, while minimizing the surface area for memory unsafety. One of the cornerstones of Rust's aliasing rules is lifetimes. This ensures that many patterns of access between types can be memory safe, data race safety included. However, when Rust types are exported to other languages, they are usually transformed into pointers. In Rust, a pointer means \"the user manages the lifetime of the pointee.\" It is their responsibility to avoid memory unsafety. Some level of trust in the user code is thus required, notably around use-after-free which Rust can do nothing about. However, some API designs place higher burdens than others on the code written in the other language. The lowest risk API is the \"consolidated wrapper\", where all possible interactions with an object are folded into a \"wrapper type\", while keeping the Rust API clean.","breadcrumbs":"Design Patterns » Foreign function interface (FFI) » Type Consolidation into Wrappers » Description","id":"202","title":"Description"},"203":{"body":"To understand this, let us look at a classic example of an API to export: iteration through a collection. That API looks like this: The iterator is initialized with first_key. Each call to next_key will advance the iterator. Calls to next_key if the iterator is at the end will do nothing. As noted above, the iterator is \"wrapped into\" the collection (unlike the native Rust API). If the iterator implements nth() efficiently, then it is possible to make it ephemeral to each function call: struct MySetWrapper { myset: MySet, iter_next: usize,\n} impl MySetWrapper { pub fn first_key(&mut self) -> Option<&Key> { self.iter_next = 0; self.next_key() } pub fn next_key(&mut self) -> Option<&Key> { if let Some(next) = self.myset.keys().nth(self.iter_next) { self.iter_next += 1; Some(next) } else { None } }\n} As a result, the wrapper is simple and contains no unsafe code.","breadcrumbs":"Design Patterns » Foreign function interface (FFI) » Type Consolidation into Wrappers » Code Example","id":"203","title":"Code Example"},"204":{"body":"This makes APIs safer to use, avoiding issues with lifetimes between types. See Object-Based APIs for more on the advantages and pitfalls this avoids.","breadcrumbs":"Design Patterns » Foreign function interface (FFI) » Type Consolidation into Wrappers » Advantages","id":"204","title":"Advantages"},"205":{"body":"Often, wrapping types is quite difficult, and sometimes a Rust API compromise would make things easier. As an example, consider an iterator which does not efficiently implement nth(). It would definitely be worth putting in special logic to make the object handle iteration internally, or to support a different access pattern efficiently that only the Foreign Function API will use.","breadcrumbs":"Design Patterns » Foreign function interface (FFI) » Type Consolidation into Wrappers » Disadvantages","id":"205","title":"Disadvantages"},"206":{"body":"To wrap any type of iterator into the API correctly, the wrapper would need to do what a C version of the code would do: erase the lifetime of the iterator, and manage it manually. Suffice it to say, this is incredibly difficult. Here is an illustration of just one pitfall. A first version of MySetWrapper would look like this: struct MySetWrapper { myset: MySet, iter_next: usize, // created from a transmuted Box iterator: Option>>,\n} With transmute being used to extend a lifetime, and a pointer to hide it, it's ugly already. But it gets even worse: any other operation can cause Rust undefined behaviour . Consider that the MySet in the wrapper could be manipulated by other functions during iteration, such as storing a new value to the key it was iterating over. The API doesn't discourage this, and in fact some similar C libraries expect it. A simple implementation of myset_store would be: pub mod unsafe_module { // other module content pub fn myset_store( myset: *mut MySetWrapper, key: datum, value: datum) -> libc::c_int { // DO NOT USE THIS CODE. IT IS UNSAFE TO DEMONSTRATE A PROLBEM. let myset: &mut MySet = unsafe { // SAFETY: whoops, UB occurs in here! &mut (*myset).myset }; /* ...check and cast key and value data... */ match myset.store(casted_key, casted_value) { Ok(_) => 0, Err(e) => e.into() } }\n} If the iterator exists when this function is called, we have violated one of Rust's aliasing rules. According to Rust, the mutable reference in this block must have exclusive access to the object. If the iterator simply exists, it's not exclusive, so we have undefined behaviour! [1] To avoid this, we must have a way of ensuring that mutable reference really is exclusive. That basically means clearing out the iterator's shared reference while it exists, and then reconstructing it. In most cases, that will still be less efficient than the C version. Some may ask: how can C do this more efficiently? The answer is, it cheats. Rust's aliasing rules are the problem, and C simply ignores them for its pointers. In exchange, it is common to see code that is declared in the manual as \"not thread safe\" under some or all circumstances. In fact, the GNU C library has an entire lexicon dedicated to concurrent behavior! Rust would rather make everything memory safe all the time, for both safety and optimizations that C code cannot attain. Being denied access to certain shortcuts is the price Rust programmers need to pay. For the C programmers out there scratching their heads, the iterator need not be read during this code cause the UB. The exclusivity rule also enables compiler optimizations which may cause inconsistent observations by the iterator's shared reference (e.g. stack spills or reordering instructions for efficiency). These observations may happen any time after the mutable reference is created.","breadcrumbs":"Design Patterns » Foreign function interface (FFI) » Type Consolidation into Wrappers » Trying to Wrap Iterators (and Failing)","id":"206","title":"Trying to Wrap Iterators (and Failing)"},"207":{"body":"An anti-pattern is a solution to a \"recurring problem that is usually ineffective and risks being highly counterproductive\". Just as valuable as knowing how to solve a problem, is knowing how not to solve it. Anti-patterns give us great counter-examples to consider relative to design patterns. Anti-patterns are not confined to code. For example, a process can be an anti-pattern, too.","breadcrumbs":"Anti-patterns » Anti-patterns","id":"207","title":"Anti-patterns"},"208":{"body":"","breadcrumbs":"Anti-patterns » Clone to satisfy the borrow checker » Clone to satisfy the borrow checker","id":"208","title":"Clone to satisfy the borrow checker"},"209":{"body":"The borrow checker prevents Rust users from developing otherwise unsafe code by ensuring that either: only one mutable reference exists, or potentially many but all immutable references exist. If the code written does not hold true to these conditions, this anti-pattern arises when the developer resolves the compiler error by cloning the variable.","breadcrumbs":"Anti-patterns » Clone to satisfy the borrow checker » Description","id":"209","title":"Description"},"21":{"body":"use std::{path::PathBuf, time::Duration}; // note that we can simply auto-derive Default here.\n#[derive(Default, Debug, PartialEq)]\nstruct MyConfiguration { // Option defaults to None output: Option, // Vecs default to empty vector search_path: Vec, // Duration defaults to zero time timeout: Duration, // bool defaults to false check: bool,\n} impl MyConfiguration { // add setters here\n} fn main() { // construct a new instance with default values let mut conf = MyConfiguration::default(); // do something with conf here conf.check = true; println!(\"conf = {:#?}\", conf); // partial initialization with default values, creates the same instance let conf1 = MyConfiguration { check: true, ..Default::default() }; assert_eq!(conf, conf1);\n}","breadcrumbs":"Idioms » The Default Trait » Example","id":"21","title":"Example"},"210":{"body":"// define any variable\nlet mut x = 5; // Borrow `x` -- but clone it first\nlet y = &mut (x.clone()); // without the x.clone() two lines prior, this line would fail on compile as\n// x has been borrowed\n// thanks to x.clone(), x was never borrowed, and this line will run.\nprintln!(\"{}\", x); // perform some action on the borrow to prevent rust from optimizing this\n//out of existence\n*y += 1;","breadcrumbs":"Anti-patterns » Clone to satisfy the borrow checker » Example","id":"210","title":"Example"},"211":{"body":"It is tempting, particularly for beginners, to use this pattern to resolve confusing issues with the borrow checker. However, there are serious consequences. Using .clone() causes a copy of the data to be made. Any changes between the two are not synchronized -- as if two completely separate variables exist. There are special cases -- Rc is designed to handle clones intelligently. It internally manages exactly one copy of the data, and cloning it will only clone the reference. There is also Arc which provides shared ownership of a value of type T that is allocated in the heap. Invoking .clone() on Arc produces a new Arc instance, which points to the same allocation on the heap as the source Arc, while increasing a reference count. In general, clones should be deliberate, with full understanding of the consequences. If a clone is used to make a borrow checker error disappear, that's a good indication this anti-pattern may be in use. Even though .clone() is an indication of a bad pattern, sometimes it is fine to write inefficient code , in cases such as when: the developer is still new to ownership the code doesn't have great speed or memory constraints (like hackathon projects or prototypes) satisfying the borrow checker is really complicated, and you prefer to optimize readability over performance If an unnecessary clone is suspected, The Rust Book's chapter on Ownership should be understood fully before assessing whether the clone is required or not. Also be sure to always run cargo clippy in your project, which will detect some cases in which .clone() is not necessary, like 1 , 2 , 3 or 4 .","breadcrumbs":"Anti-patterns » Clone to satisfy the borrow checker » Motivation","id":"211","title":"Motivation"},"212":{"body":"mem::{take(_), replace(_)} to keep owned values in changed enums Rc documentation, which handles .clone() intelligently Arc documentation, a thread-safe reference-counting pointer Tricks with ownership in Rust","breadcrumbs":"Anti-patterns » Clone to satisfy the borrow checker » See also","id":"212","title":"See also"},"213":{"body":"","breadcrumbs":"Anti-patterns » #[deny(warnings)] » #![deny(warnings)]","id":"213","title":"#![deny(warnings)]"},"214":{"body":"A well-intentioned crate author wants to ensure their code builds without warnings. So they annotate their crate root with the following:","breadcrumbs":"Anti-patterns » #[deny(warnings)] » Description","id":"214","title":"Description"},"215":{"body":"#![deny(warnings)] // All is well.","breadcrumbs":"Anti-patterns » #[deny(warnings)] » Example","id":"215","title":"Example"},"216":{"body":"It is short and will stop the build if anything is amiss.","breadcrumbs":"Anti-patterns » #[deny(warnings)] » Advantages","id":"216","title":"Advantages"},"217":{"body":"By disallowing the compiler to build with warnings, a crate author opts out of Rust's famed stability. Sometimes new features or old misfeatures need a change in how things are done, thus lints are written that warn for a certain grace period before being turned to deny. For example, it was discovered that a type could have two impls with the same method. This was deemed a bad idea, but in order to make the transition smooth, the overlapping-inherent-impls lint was introduced to give a warning to those stumbling on this fact, before it becomes a hard error in a future release. Also sometimes APIs get deprecated, so their use will emit a warning where before there was none. All this conspires to potentially break the build whenever something changes. Furthermore, crates that supply additional lints (e.g. rust-clippy ) can no longer be used unless the annotation is removed. This is mitigated with --cap-lints . The --cap-lints=warn command line argument, turns all deny lint errors into warnings.","breadcrumbs":"Anti-patterns » #[deny(warnings)] » Drawbacks","id":"217","title":"Drawbacks"},"218":{"body":"There are two ways of tackling this problem: First, we can decouple the build setting from the code, and second, we can name the lints we want to deny explicitly. The following command line will build with all warnings set to deny: RUSTFLAGS=\"-D warnings\" cargo build This can be done by any individual developer (or be set in a CI tool like Travis, but remember that this may break the build when something changes) without requiring a change to the code. Alternatively, we can specify the lints that we want to deny in the code. Here is a list of warning lints that is (hopefully) safe to deny (as of Rustc 1.48.0): #![deny(bad_style, const_err, dead_code, improper_ctypes, non_shorthand_field_patterns, no_mangle_generic_items, overflowing_literals, path_statements, patterns_in_fns_without_body, private_in_public, unconditional_recursion, unused, unused_allocation, unused_comparisons, unused_parens, while_true)] In addition, the following allowed lints may be a good idea to deny: #![deny(missing_debug_implementations, missing_docs, trivial_casts, trivial_numeric_casts, unused_extern_crates, unused_import_braces, unused_qualifications, unused_results)] Some may also want to add missing-copy-implementations to their list. Note that we explicitly did not add the deprecated lint, as it is fairly certain that there will be more deprecated APIs in the future.","breadcrumbs":"Anti-patterns » #[deny(warnings)] » Alternatives","id":"218","title":"Alternatives"},"219":{"body":"A collection of all clippy lints deprecate attribute documentation Type rustc -W help for a list of lints on your system. Also type rustc --help for a general list of options rust-clippy is a collection of lints for better Rust code","breadcrumbs":"Anti-patterns » #[deny(warnings)] » See also","id":"219","title":"See also"},"22":{"body":"The constructor idiom is another way to generate instances that may or may not be \"default\" The Default documentation (scroll down for the list of implementors) Option::unwrap_or_default() derive(new)","breadcrumbs":"Idioms » The Default Trait » See also","id":"22","title":"See also"},"220":{"body":"","breadcrumbs":"Anti-patterns » Deref Polymorphism » Deref polymorphism","id":"220","title":"Deref polymorphism"},"221":{"body":"Misuse the Deref trait to emulate inheritance between structs, and thus reuse methods.","breadcrumbs":"Anti-patterns » Deref Polymorphism » Description","id":"221","title":"Description"},"222":{"body":"Sometimes we want to emulate the following common pattern from OO languages such as Java: class Foo { void m() { ... }\n} class Bar extends Foo {} public static void main(String[] args) { Bar b = new Bar(); b.m();\n} We can use the deref polymorphism anti-pattern to do so: use std::ops::Deref; struct Foo {} impl Foo { fn m(&self) { //.. }\n} struct Bar { f: Foo,\n} impl Deref for Bar { type Target = Foo; fn deref(&self) -> &Foo { &self.f }\n} fn main() { let b = Bar { f: Foo {} }; b.m();\n} There is no struct inheritance in Rust. Instead we use composition and include an instance of Foo in Bar (since the field is a value, it is stored inline, so if there were fields, they would have the same layout in memory as the Java version (probably, you should use #[repr(C)] if you want to be sure)). In order to make the method call work we implement Deref for Bar with Foo as the target (returning the embedded Foo field). That means that when we dereference a Bar (for example, using *) then we will get a Foo. That is pretty weird. Dereferencing usually gives a T from a reference to T, here we have two unrelated types. However, since the dot operator does implicit dereferencing, it means that the method call will search for methods on Foo as well as Bar.","breadcrumbs":"Anti-patterns » Deref Polymorphism » Example","id":"222","title":"Example"},"223":{"body":"You save a little boilerplate, e.g., impl Bar { fn m(&self) { self.f.m() }\n}","breadcrumbs":"Anti-patterns » Deref Polymorphism » Advantages","id":"223","title":"Advantages"},"224":{"body":"Most importantly this is a surprising idiom - future programmers reading this in code will not expect this to happen. That's because we are misusing the Deref trait rather than using it as intended (and documented, etc.). It's also because the mechanism here is completely implicit. This pattern does not introduce subtyping between Foo and Bar like inheritance in Java or C++ does. Furthermore, traits implemented by Foo are not automatically implemented for Bar, so this pattern interacts badly with bounds checking and thus generic programming. Using this pattern gives subtly different semantics from most OO languages with regards to self. Usually it remains a reference to the sub-class, with this pattern it will be the 'class' where the method is defined. Finally, this pattern only supports single inheritance, and has no notion of interfaces, class-based privacy, or other inheritance-related features. So, it gives an experience that will be subtly surprising to programmers used to Java inheritance, etc.","breadcrumbs":"Anti-patterns » Deref Polymorphism » Disadvantages","id":"224","title":"Disadvantages"},"225":{"body":"There is no one good alternative. Depending on the exact circumstances it might be better to re-implement using traits or to write out the facade methods to dispatch to Foo manually. We do intend to add a mechanism for inheritance similar to this to Rust, but it is likely to be some time before it reaches stable Rust. See these blog posts and this RFC issue for more details. The Deref trait is designed for the implementation of custom pointer types. The intention is that it will take a pointer-to-T to a T, not convert between different types. It is a shame that this isn't (probably cannot be) enforced by the trait definition. Rust tries to strike a careful balance between explicit and implicit mechanisms, favouring explicit conversions between types. Automatic dereferencing in the dot operator is a case where the ergonomics strongly favour an implicit mechanism, but the intention is that this is limited to degrees of indirection, not conversion between arbitrary types.","breadcrumbs":"Anti-patterns » Deref Polymorphism » Discussion","id":"225","title":"Discussion"},"226":{"body":"Collections are smart pointers idiom . Delegation crates for less boilerplate like delegate or ambassador Documentation for Deref trait .","breadcrumbs":"Anti-patterns » Deref Polymorphism » See also","id":"226","title":"See also"},"227":{"body":"Rust is an imperative language, but it follows many functional programming paradigms. In computer science, functional programming is a programming paradigm where programs are constructed by applying and composing functions. It is a declarative programming paradigm in which function definitions are trees of expressions that each return a value, rather than a sequence of imperative statements which change the state of the program.","breadcrumbs":"Functional Programming » Functional Usage of Rust","id":"227","title":"Functional Usage of Rust"},"228":{"body":"One of the biggest hurdles to understanding functional programs when coming from an imperative background is the shift in thinking. Imperative programs describe how to do something, whereas declarative programs describe what to do. Let's sum the numbers from 1 to 10 to show this.","breadcrumbs":"Functional Programming » Programming paradigms » Programming paradigms","id":"228","title":"Programming paradigms"},"229":{"body":"let mut sum = 0;\nfor i in 1..11 { sum += i;\n}\nprintln!(\"{}\", sum); With imperative programs, we have to play compiler to see what is happening. Here, we start with a sum of 0. Next, we iterate through the range from 1 to 10. Each time through the loop, we add the corresponding value in the range. Then we print it out. i sum 1 1 2 3 3 6 4 10 5 15 6 21 7 28 8 36 9 45 10 55 This is how most of us start out programming. We learn that a program is a set of steps.","breadcrumbs":"Functional Programming » Programming paradigms » Imperative","id":"229","title":"Imperative"},"23":{"body":"","breadcrumbs":"Idioms » Collections Are Smart Pointers » Collections are smart pointers","id":"23","title":"Collections are smart pointers"},"230":{"body":"println!(\"{}\", (1..11).fold(0, |a, b| a + b)); Whoa! This is really different! What's going on here? Remember that with declarative programs we are describing what to do, rather than how to do it. fold is a function that composes functions. The name is a convention from Haskell. Here, we are composing functions of addition (this closure: |a, b| a + b) with a range from 1 to 10. The 0 is the starting point, so a is 0 at first. b is the first element of the range, 1. 0 + 1 = 1 is the result. So now we fold again, with a = 1, b = 2 and so 1 + 2 = 3 is the next result. This process continues until we get to the last element in the range, 10. a b result 0 1 1 1 2 3 3 3 6 6 4 10 10 5 15 15 6 21 21 7 28 28 8 36 36 9 45 45 10 55","breadcrumbs":"Functional Programming » Programming paradigms » Declarative","id":"230","title":"Declarative"},"231":{"body":"","breadcrumbs":"Functional Programming » Generics as Type Classes » Generics as Type Classes","id":"231","title":"Generics as Type Classes"},"232":{"body":"Rust's type system is designed more like functional languages (like Haskell) rather than imperative languages (like Java and C++). As a result, Rust can turn many kinds of programming problems into \"static typing\" problems. This is one of the biggest wins of choosing a functional language, and is critical to many of Rust's compile time guarantees. A key part of this idea is the way generic types work. In C++ and Java, for example, generic types are a meta-programming construct for the compiler. vector and vector in C++ are just two different copies of the same boilerplate code for a vector type (known as a template) with two different types filled in. In Rust, a generic type parameter creates what is known in functional languages as a \"type class constraint\", and each different parameter filled in by an end user actually changes the type . In other words, Vec and Vec are two different types , which are recognized as distinct by all parts of the type system. This is called monomorphization , where different types are created from polymorphic code. This special behavior requires impl blocks to specify generic parameters. Different values for the generic type cause different types, and different types can have different impl blocks. In object-oriented languages, classes can inherit behavior from their parents. However, this allows the attachment of not only additional behavior to particular members of a type class, but extra behavior as well. The nearest equivalent is the runtime polymorphism in Javascript and Python, where new members can be added to objects willy-nilly by any constructor. However, unlike those languages, all of Rust's additional methods can be type checked when they are used, because their generics are statically defined. That makes them more usable while remaining safe.","breadcrumbs":"Functional Programming » Generics as Type Classes » Description","id":"232","title":"Description"},"233":{"body":"Suppose you are designing a storage server for a series of lab machines. Because of the software involved, there are two different protocols you need to support: BOOTP (for PXE network boot), and NFS (for remote mount storage). Your goal is to have one program, written in Rust, which can handle both of them. It will have protocol handlers and listen for both kinds of requests. The main application logic will then allow a lab administrator to configure storage and security controls for the actual files. The requests from machines in the lab for files contain the same basic information, no matter what protocol they came from: an authentication method, and a file name to retrieve. A straightforward implementation would look something like this: enum AuthInfo { Nfs(crate::nfs::AuthInfo), Bootp(crate::bootp::AuthInfo),\n} struct FileDownloadRequest { file_name: PathBuf, authentication: AuthInfo,\n} This design might work well enough. But now suppose you needed to support adding metadata that was protocol specific . For example, with NFS, you wanted to determine what their mount point was in order to enforce additional security rules. The way the current struct is designed leaves the protocol decision until runtime. That means any method that applies to one protocol and not the other requires the programmer to do a runtime check. Here is how getting an NFS mount point would look: struct FileDownloadRequest { file_name: PathBuf, authentication: AuthInfo, mount_point: Option,\n} impl FileDownloadRequest { // ... other methods ... /// Gets an NFS mount point if this is an NFS request. Otherwise, /// return None. pub fn mount_point(&self) -> Option<&Path> { self.mount_point.as_ref() }\n} Every caller of mount_point() must check for None and write code to handle it. This is true even if they know only NFS requests are ever used in a given code path! It would be far more optimal to cause a compile-time error if the different request types were confused. After all, the entire path of the user's code, including what functions from the library they use, will know whether a request is an NFS request or a BOOTP request. In Rust, this is actually possible! The solution is to add a generic type in order to split the API. Here is what that looks like: use std::path::{Path, PathBuf}; mod nfs { #[derive(Clone)] pub(crate) struct AuthInfo(String); // NFS session management omitted\n} mod bootp { pub(crate) struct AuthInfo(); // no authentication in bootp\n} // private module, lest outside users invent their own protocol kinds!\nmod proto_trait { use std::path::{Path, PathBuf}; use super::{bootp, nfs}; pub(crate) trait ProtoKind { type AuthInfo; fn auth_info(&self) -> Self::AuthInfo; } pub struct Nfs { auth: nfs::AuthInfo, mount_point: PathBuf, } impl Nfs { pub(crate) fn mount_point(&self) -> &Path { &self.mount_point } } impl ProtoKind for Nfs { type AuthInfo = nfs::AuthInfo; fn auth_info(&self) -> Self::AuthInfo { self.auth.clone() } } pub struct Bootp(); // no additional metadata impl ProtoKind for Bootp { type AuthInfo = bootp::AuthInfo; fn auth_info(&self) -> Self::AuthInfo { bootp::AuthInfo() } }\n} use proto_trait::ProtoKind; // keep internal to prevent impls\npub use proto_trait::{Nfs, Bootp}; // re-export so callers can see them struct FileDownloadRequest { file_name: PathBuf, protocol: P,\n} // all common API parts go into a generic impl block\nimpl FileDownloadRequest

{ fn file_path(&self) -> &Path { &self.file_name } fn auth_info(&self) -> P::AuthInfo { self.protocol.auth_info() }\n} // all protocol-specific impls go into their own block\nimpl FileDownloadRequest { fn mount_point(&self) -> &Path { self.protocol.mount_point() }\n} fn main() { // your code here\n} With this approach, if the user were to make a mistake and use the wrong type; fn main() { let mut socket = crate::bootp::listen()?; while let Some(request) = socket.next_request()? { match request.mount_point().as_ref() \"/secure\" => socket.send(\"Access denied\"), _ => {} // continue on... } // Rest of the code here }\n} They would get a syntax error. The type FileDownloadRequest does not implement mount_point(), only the type FileDownloadRequest does. And that is created by the NFS module, not the BOOTP module of course!","breadcrumbs":"Functional Programming » Generics as Type Classes » Example","id":"233","title":"Example"},"234":{"body":"First, it allows fields that are common to multiple states to be de-duplicated. By making the non-shared fields generic, they are implemented once. Second, it makes the impl blocks easier to read, because they are broken down by state. Methods common to all states are typed once in one block, and methods unique to one state are in a separate block. Both of these mean there are fewer lines of code, and they are better organized.","breadcrumbs":"Functional Programming » Generics as Type Classes » Advantages","id":"234","title":"Advantages"},"235":{"body":"This currently increases the size of the binary, due to the way monomorphization is implemented in the compiler. Hopefully the implementation will be able to improve in the future.","breadcrumbs":"Functional Programming » Generics as Type Classes » Disadvantages","id":"235","title":"Disadvantages"},"236":{"body":"If a type seems to need a \"split API\" due to construction or partial initialization, consider the Builder Pattern instead. If the API between types does not change -- only the behavior does -- then the Strategy Pattern is better used instead.","breadcrumbs":"Functional Programming » Generics as Type Classes » Alternatives","id":"236","title":"Alternatives"},"237":{"body":"This pattern is used throughout the standard library: Vec can be cast from a String, unlike every other type of Vec. [1] They can also be cast into a binary heap, but only if they contain a type that implements the Ord trait. [2] The to_string method was specialized for Cow only of type str. [3] It is also used by several popular crates to allow API flexibility: The embedded-hal ecosystem used for embedded devices makes extensive use of this pattern. For example, it allows statically verifying the configuration of device registers used to control embedded pins. When a pin is put into a mode, it returns a Pin struct, whose generic determines the functions usable in that mode, which are not on the Pin itself. [4] The hyper HTTP client library uses this to expose rich APIs for different pluggable requests. Clients with different connectors have different methods on them as well as different trait implementations, while a core set of methods apply to any connector. [5] The \"type state\" pattern -- where an object gains and loses API based on an internal state or invariant -- is implemented in Rust using the same basic concept, and a slightly different technique. [6] See: impl From for Vec See: impl From> for BinaryHeap See: impl<'_> ToString for Cow<'_, str> Example: https://docs.rs/stm32f30x-hal/0.1.0/stm32f30x_hal/gpio/gpioa/struct.PA0.html See: https://docs.rs/hyper/0.14.5/hyper/client/struct.Client.html See: The Case for the Type State Pattern and Rusty Typestate Series (an extensive thesis)","breadcrumbs":"Functional Programming » Generics as Type Classes » See also","id":"237","title":"See also"},"238":{"body":"This is a pure functional concept that is not frequently used in Rust. Nevertheless, exploring the concept may be helpful to understand other patterns in Rust APIs, such as visitors . They also have niche use cases.","breadcrumbs":"Functional Programming » Lenses and Prisms » Lenses and Prisms","id":"238","title":"Lenses and Prisms"},"239":{"body":"A lens is a concept from functional progamming languages that allows accessing parts of a data type in an abstract, unified way. [1] In basic concept, it is similar to the way Rust traits work with type erasure, but it has a bit more power and flexibility. For example, suppose a bank contains several JSON formats for customer data. This is because they come from different databases or legacy systems. One database contains the data needed to perform credit checks: { \"name\": \"Jane Doe\", \"dob\": \"2002-02-24\", [...] \"customer_id\": 1048576332,\n} Another one contains the account information: { \"customer_id\": 1048576332, \"accounts\": [ { \"account_id\": 2121, \"account_type: \"savings\", \"joint_customer_ids\": [], [...] }, { \"account_id\": 2122, \"account_type: \"checking\", \"joint_customer_ids\": [1048576333], [...] }, ]\n} Notice that both types have a customer ID number which corresponds to a person. How would a single function handle both records of different types? In Rust, a struct could represent each of these types, and a trait would have a get_customer_id function they would implement: use std::collections::HashSet; pub struct Account { account_id: u32, account_type: String, // other fields omitted\n} pub trait CustomerId { fn get_customer_id(&self) -> u64;\n} pub struct CreditRecord { customer_id: u64, name: String, dob: String, // other fields omitted\n} impl CustomerId for CreditRecord { fn get_customer_id(&self) -> u64 { self.customer_id }\n} pub struct AccountRecord { customer_id: u64, accounts: Vec,\n} impl CustomerId for AccountRecord { fn get_customer_id(&self) -> u64 { self.customer_id }\n} // static polymorphism: only one type, but each function call can choose it\nfn unique_ids_set(records: &[R]) -> HashSet { records.iter().map(|r| r.get_customer_id()).collect()\n} // dynamic dispatch: iterates over any type with a customer ID, collecting all\n// values together\nfn unique_ids_iter(iterator: I) -> HashSet where I: Iterator>\n{ iterator.map(|r| r.as_ref().get_customer_id()).collect()\n} Lenses, however, allow the code supporting customer ID to be moved from the type to the accessor function . Rather than implementing a trait on each type, all matching structures can simply be accessed the same way. While the Rust language itself does not support this (type erasure is the preferred solution to this problem), the lens-rs crate allows code that feels like this to be written with macros: use std::collections::HashSet; use lens_rs::{optics, Lens, LensRef, Optics}; #[derive(Clone, Debug, Lens /* derive to allow lenses to work */)]\npub struct CreditRecord { #[optic(ref)] // macro attribute to allow viewing this field customer_id: u64, name: String, dob: String, // other fields omitted\n} #[derive(Clone, Debug)]\npub struct Account { account_id: u32, account_type: String, // other fields omitted\n} #[derive(Clone, Debug, Lens)]\npub struct AccountRecord { #[optic(ref)] customer_id: u64, accounts: Vec,\n} fn unique_ids_lens(iter: impl Iterator) -> HashSet\nwhere T: LensRef, // any type with this field\n{ iter.map(|r| *r.view_ref(optics!(customer_id))).collect()\n} The version of unique_ids_lens shown here allows any type to be in the iterator, so long as it has an attribute called customer_id which can be accessed by the function. This is how most functional programming languages operate on lenses. Rather than macros, they achieve this with a technique known as \"currying\". That is, they \"partially construct\" the function, leaving the type of the final parameter (the value being operated on) unfilled until the function is called. Thus it can be called with different types dynamically even from one place in the code. That is what the optics! and view_ref in the example above simulates. The functional approach need not be restricted to accessing members. More powerful lenses can be created which both set and get data in a structure. But the concept really becomes interesting when used as a building block for composition. That is where the concept appears more clearly in Rust.","breadcrumbs":"Functional Programming » Lenses and Prisms » Lenses: Uniform Access Across Types","id":"239","title":"Lenses: Uniform Access Across Types"},"24":{"body":"Use the Deref trait to treat collections like smart pointers, offering owning and borrowed views of data.","breadcrumbs":"Idioms » Collections Are Smart Pointers » Description","id":"24","title":"Description"},"240":{"body":"A simple function such as unique_ids_lens above operates on a single lens. A prism is a function that operates on a family of lenses. It is one conceptual level higher, using lenses as a building block, and continuing the metaphor, is part of a family of \"optics\". It is the main one that is useful in understanding Rust APIs, so will be the focus here. The same way that traits allow \"lens-like\" design with static polymorphism and dynamic dispatch, prism-like designs appear in Rust APIs which split problems into multiple associated types to be composed. A good example of this is the traits in the parsing crate Serde . Trying to understand the way Serde works by only reading the API is a challenge, especially the first time. Consider the Deserializer trait, implemented by some type in any library which parses a new format: pub trait Deserializer<'de>: Sized { type Error: Error; fn deserialize_any(self, visitor: V) -> Result where V: Visitor<'de>; fn deserialize_bool(self, visitor: V) -> Result where V: Visitor<'de>; // remainder ommitted\n} For a trait that is just supposed to parse data from a format and return a value, this looks odd. Why are all the return types type erased? To understand that, we need to keep the lens concept in mind and look at the definition of the Visitor type that is passed in generically: pub trait Visitor<'de>: Sized { type Value; fn visit_bool(self, v: bool) -> Result where E: Error; fn visit_u64(self, v: u64) -> Result where E: Error; fn visit_str(self, v: &str) -> Result where E: Error; // remainder omitted\n} The job of the Visitor type is to construct values in the Serde data model, which are represented by its associated Value type. These values represent parts of the Rust value being deserialized. If this fails, it returns an Error type - an error type determined by the Deserializer when its methods were called. This highlights that Deserializer is similar to CustomerId from earlier, allowing any format parser which implements it to create Values based on what it parsed. The Value trait is acting like a lens in functional programming languages. But unlike the CustomerId trait, the return types of Visitor methods are generic , and the concrete Value type is determined by the Visitor itself . Instead of acting as one lens, it effectively acts as a family of lenses, one for each concrete type of Visitor. The Deserializer API is based on having a generic set of \"lenses\" work across a set of other generic types for \"observation\". It is a prism . For example, consider the identity record from earlier but simplified: { \"name\": \"Jane Doe\", \"customer_id\": 1048576332,\n} How would the Serde library deserialize this JSON into struct CreditRecord? The user would call a library function to deserialize the data. This would create a Deserializer based on the JSON format. Based on the fields in the struct, a Visitor would be created (more on that in a moment) which knows how to create each type in a generic data model that was needed to represent it: u64 and String. The deserializer would make calls to the Visitor as it parsed items. The Visitor would indicate if the items found were expected, and if not, raise an error to indicate deserialization has failed. For our very simple structure above, the expected pattern would be: Visit a map ( Serde 's equvialent to HashMap or JSON's dictionary). Visit a string key called \"name\". Visit a string value, which will go into the name field. Visit a string key called \"customer_id\". Visit a string value, which will go into the customer_id field. Visit the end of the map. But what determines which \"observation\" pattern is expected? A functional programming language would be able to use currying to create reflection of each type based on the type itself. Rust does not support that, so every single type would need to have its own code written based on its fields and their properties. Serde solves this usability challenge with a derive macro: use serde::Deserialize; #[derive(Deserialize)]\nstruct IdRecord { name: String, customer_id: String,\n} That macro simply generates an impl block causing the struct to implement a trait called Deserialize. It is defined this way: pub trait Deserialize<'de>: Sized { fn deserialize(deserializer: D) -> Result where D: Deserializer<'de>;\n} This is the function that determines how to create the struct itself. Code is generated based on the struct's fields. When the parsing library is called - in our example, a JSON parsing library - it creates a Deserializer and calls Type::deserialize with it as a parameter. The deserialize code will then create a Visitor which will have its calls \"refracted\" by the Deserializer. If everything goes well, eventually that Visitor will construct a value corresponding to the type being parsed and return it. For a complete example, see the Serde documentation . To wrap up, this is the power of Serde : The structure being parsed is represented by an impl block for Deserialize The input data format (e.g. JSON) is represented by a Deserializer called by Deserialize The Deserializer acts like a prism which \"refracts\" lens-like Visitor calls which actually build the data value The result is that types to be deserialized only implement the \"top layer\" of the API, and file formats only need to implement the \"bottom layer\". Each piece can then \"just work\" with the rest of the ecosystem, since generic types will bridge them. To emphasize, the only reason this model works on any format and any type is because the Deserializer trait's output type is specified by the implementor of Visitor it is passed , rather than being tied to one specific type. This was not true in the account example earlier. Rust's generic-inspired type system can bring it close to these concepts and use their power, as shown in this API design. But it may also need procedural macros to create bridges for its generics.","breadcrumbs":"Functional Programming » Lenses and Prisms » Prisms: A Higher-Order form of \"Optics\"","id":"240","title":"Prisms: A Higher-Order form of \"Optics\""},"241":{"body":"lens-rs crate for a pre-built lenses implementation, with a cleaner interface than these examples serde itself, which makes these concepts intuitive for end users (i.e. defining the structs) without needing to undestand the details luminance is a crate for drawing computer graphics that uses lens API design, including proceducal macros to create full prisms for buffers of different pixel types that remain generic An Article about Lenses in Scala that is very readable even without Scala expertise. Paper: Profunctor Optics: Modular Data Accessors School of Haskell: A Little Lens Starter Tutorial","breadcrumbs":"Functional Programming » Lenses and Prisms » See Also","id":"241","title":"See Also"},"242":{"body":"A collection of complementary helpful content","breadcrumbs":"Additional Resources » Additional resources","id":"242","title":"Additional resources"},"243":{"body":"Design Patterns in Rust by Nicholas Cameron at the PDRust (2016) Writing Idiomatic Libraries in Rust by Pascal Hertleif at RustFest (2017) Rust Programming Techniques by Nicholas Cameron at LinuxConfAu (2018)","breadcrumbs":"Additional Resources » Talks","id":"243","title":"Talks"},"244":{"body":"The Rust API Guidelines","breadcrumbs":"Additional Resources » Books (Online)","id":"244","title":"Books (Online)"},"245":{"body":"","breadcrumbs":"Additional Resources » Design principles » Design principles","id":"245","title":"Design principles"},"246":{"body":"","breadcrumbs":"Additional Resources » Design principles » A brief overview over common design principles","id":"246","title":"A brief overview over common design principles"},"247":{"body":"Single Responsibility Principle (SRP) : A class should only have a single responsibility, that is, only changes to one part of the software's specification should be able to affect the specification of the class. Open/Closed Principle (OCP) : \"Software entities ... should be open for extension, but closed for modification.\" Liskov Substitution Principle (LSP) : \"Objects in a program should be replaceable with instances of their subtypes without altering the correctness of that program.\" Interface Segregation Principle (ISP) : \"Many client-specific interfaces are better than one general-purpose interface.\" Dependency Inversion Principle (DIP) : One should \"depend upon abstractions, [not] concretions.\"","breadcrumbs":"Additional Resources » Design principles » SOLID","id":"247","title":"SOLID"},"248":{"body":"\"Every piece of knowledge must have a single, unambiguous, authoritative representation within a system\"","breadcrumbs":"Additional Resources » Design principles » DRY (Don’t Repeat Yourself)","id":"248","title":"DRY (Don’t Repeat Yourself)"},"249":{"body":"most systems work best if they are kept simple rather than made complicated; therefore, simplicity should be a key goal in design, and unnecessary complexity should be avoided","breadcrumbs":"Additional Resources » Design principles » KISS principle","id":"249","title":"KISS principle"},"25":{"body":"use std::ops::Deref; struct Vec { data: RawVec, //..\n} impl Deref for Vec { type Target = [T]; fn deref(&self) -> &[T] { //.. }\n} A Vec is an owning collection of Ts, while a slice (&[T]) is a borrowed collection of Ts. Implementing Deref for Vec allows implicit dereferencing from &Vec to &[T] and includes the relationship in auto-derefencing searches. Most methods you might expect to be implemented for Vecs are instead implemented for slices. Also String and &str have a similar relation.","breadcrumbs":"Idioms » Collections Are Smart Pointers » Example","id":"25","title":"Example"},"250":{"body":"a given object should assume as little as possible about the structure or properties of anything else (including its subcomponents), in accordance with the principle of \"information hiding\"","breadcrumbs":"Additional Resources » Design principles » Law of Demeter (LoD)","id":"250","title":"Law of Demeter (LoD)"},"251":{"body":"software designers should define formal, precise and verifiable interface specifications for software components, which extend the ordinary definition of abstract data types with preconditions, postconditions and invariants","breadcrumbs":"Additional Resources » Design principles » Design by contract (DbC)","id":"251","title":"Design by contract (DbC)"},"252":{"body":"bundling of data with the methods that operate on that data, or the restricting of direct access to some of an object's components. Encapsulation is used to hide the values or state of a structured data object inside a class, preventing unauthorized parties' direct access to them.","breadcrumbs":"Additional Resources » Design principles » Encapsulation","id":"252","title":"Encapsulation"},"253":{"body":"“Functions should not produce abstract side effects...only commands (procedures) will be permitted to produce side effects.” - Bertrand Meyer: Object-Oriented Software Construction","breadcrumbs":"Additional Resources » Design principles » Command-Query-Separation(CQS)","id":"253","title":"Command-Query-Separation(CQS)"},"254":{"body":"a component of a system should behave in a way that most users will expect it to behave. The behavior should not astonish or surprise users","breadcrumbs":"Additional Resources » Design principles » Principle of least astonishment (POLA)","id":"254","title":"Principle of least astonishment (POLA)"},"255":{"body":"“Modules must correspond to syntactic units in the language used.” - Bertrand Meyer: Object-Oriented Software Construction","breadcrumbs":"Additional Resources » Design principles » Linguistic-Modular-Units","id":"255","title":"Linguistic-Modular-Units"},"256":{"body":"“The designer of a module should strive to make all information about the module part of the module itself.” - Bertrand Meyer: Object-Oriented Software Construction","breadcrumbs":"Additional Resources » Design principles » Self-Documentation","id":"256","title":"Self-Documentation"},"257":{"body":"“All services offered by a module should be available through a uniform notation, which does not betray whether they are implemented through storage or through computation.” - Bertrand Meyer: Object-Oriented Software Construction","breadcrumbs":"Additional Resources » Design principles » Uniform-Access","id":"257","title":"Uniform-Access"},"258":{"body":"“Whenever a software system must support a set of alternatives, one and only one module in the system should know their exhaustive list.” - Bertrand Meyer: Object-Oriented Software Construction","breadcrumbs":"Additional Resources » Design principles » Single-Choice","id":"258","title":"Single-Choice"},"259":{"body":"“Whenever a storage mechanism stores an object, it must store with it the dependents of that object. Whenever a retrieval mechanism retrieves a previously stored object, it must also retrieve any dependent of that object that has not yet been retrieved.” - Bertrand Meyer: Object-Oriented Software Construction","breadcrumbs":"Additional Resources » Design principles » Persistence-Closure","id":"259","title":"Persistence-Closure"},"26":{"body":"Ownership and borrowing are key aspects of the Rust language. Data structures must account for these semantics properly to give a good user experience. When implementing a data structure that owns its data, offering a borrowed view of that data allows for more flexible APIs.","breadcrumbs":"Idioms » Collections Are Smart Pointers » Motivation","id":"26","title":"Motivation"},"27":{"body":"Most methods can be implemented only for the borrowed view, they are then implicitly available for the owning view. Gives clients a choice between borrowing or taking ownership of data.","breadcrumbs":"Idioms » Collections Are Smart Pointers » Advantages","id":"27","title":"Advantages"},"28":{"body":"Methods and traits only available via dereferencing are not taken into account when bounds checking, so generic programming with data structures using this pattern can get complex (see the Borrow and AsRef traits, etc.).","breadcrumbs":"Idioms » Collections Are Smart Pointers » Disadvantages","id":"28","title":"Disadvantages"},"29":{"body":"Smart pointers and collections are analogous: a smart pointer points to a single object, whereas a collection points to many objects. From the point of view of the type system, there is little difference between the two. A collection owns its data if the only way to access each datum is via the collection and the collection is responsible for deleting the data (even in cases of shared ownership, some kind of borrowed view may be appropriate). If a collection owns its data, it is usually useful to provide a view of the data as borrowed so that it can be referenced multiple times. Most smart pointers (e.g., Foo) implement Deref. However, collections will usually dereference to a custom type. [T] and str have some language support, but in the general case, this is not necessary. Foo can implement Deref> where Bar is a dynamically sized type and &Bar is a borrowed view of the data in Foo. Commonly, ordered collections will implement Index for Ranges to provide slicing syntax. The target will be the borrowed view.","breadcrumbs":"Idioms » Collections Are Smart Pointers » Discussion","id":"29","title":"Discussion"},"3":{"body":"Rust is not object-oriented, and the combination of all its characteristics, such as functional elements, a strong type system, and the borrow checker, makes it unique. Because of this, Rust design patterns vary with respect to other traditional object-oriented programming languages. That's why we decided to write this book. We hope you enjoy reading it! The book is divided in three main chapters: Idioms : guidelines to follow when coding. They are the social norms of the community. You should break them only if you have a good reason for it. Design patterns : methods to solve common problems when coding. Anti-patterns : methods to solve common problems when coding. However, while design patterns give us benefits, anti-patterns create more problems.","breadcrumbs":"Introduction » Design patterns in Rust","id":"3","title":"Design patterns in Rust"},"30":{"body":"Deref polymorphism anti-pattern . Documentation for Deref trait .","breadcrumbs":"Idioms » Collections Are Smart Pointers » See also","id":"30","title":"See also"},"31":{"body":"","breadcrumbs":"Idioms » Finalisation in Destructors » Finalisation in destructors","id":"31","title":"Finalisation in destructors"},"32":{"body":"Rust does not provide the equivalent to finally blocks - code that will be executed no matter how a function is exited. Instead, an object's destructor can be used to run code that must be run before exit.","breadcrumbs":"Idioms » Finalisation in Destructors » Description","id":"32","title":"Description"},"33":{"body":"fn bar() -> Result<(), ()> { // These don't need to be defined inside the function. struct Foo; // Implement a destructor for Foo. impl Drop for Foo { fn drop(&mut self) { println!(\"exit\"); } } // The dtor of _exit will run however the function `bar` is exited. let _exit = Foo; // Implicit return with `?` operator. baz()?; // Normal return. Ok(())\n}","breadcrumbs":"Idioms » Finalisation in Destructors » Example","id":"33","title":"Example"},"34":{"body":"If a function has multiple return points, then executing code on exit becomes difficult and repetitive (and thus bug-prone). This is especially the case where return is implicit due to a macro. A common case is the ? operator which returns if the result is an Err, but continues if it is Ok. ? is used as an exception handling mechanism, but unlike Java (which has finally), there is no way to schedule code to run in both the normal and exceptional cases. Panicking will also exit a function early.","breadcrumbs":"Idioms » Finalisation in Destructors » Motivation","id":"34","title":"Motivation"},"35":{"body":"Code in destructors will (nearly) always be run - copes with panics, early returns, etc.","breadcrumbs":"Idioms » Finalisation in Destructors » Advantages","id":"35","title":"Advantages"},"36":{"body":"It is not guaranteed that destructors will run. For example, if there is an infinite loop in a function or if running a function crashes before exit. Destructors are also not run in the case of a panic in an already panicking thread. Therefore, destructors cannot be relied on as finalizers where it is absolutely essential that finalisation happens. This pattern introduces some hard to notice, implicit code. Reading a function gives no clear indication of destructors to be run on exit. This can make debugging tricky. Requiring an object and Drop impl just for finalisation is heavy on boilerplate.","breadcrumbs":"Idioms » Finalisation in Destructors » Disadvantages","id":"36","title":"Disadvantages"},"37":{"body":"There is some subtlety about how exactly to store the object used as a finalizer. It must be kept alive until the end of the function and must then be destroyed. The object must always be a value or uniquely owned pointer (e.g., Box). If a shared pointer (such as Rc) is used, then the finalizer can be kept alive beyond the lifetime of the function. For similar reasons, the finalizer should not be moved or returned. The finalizer must be assigned into a variable, otherwise it will be destroyed immediately, rather than when it goes out of scope. The variable name must start with _ if the variable is only used as a finalizer, otherwise the compiler will warn that the finalizer is never used. However, do not call the variable _ with no suffix - in that case it will be destroyed immediately. In Rust, destructors are run when an object goes out of scope. This happens whether we reach the end of block, there is an early return, or the program panics. When panicking, Rust unwinds the stack running destructors for each object in each stack frame. So, destructors get called even if the panic happens in a function being called. If a destructor panics while unwinding, there is no good action to take, so Rust aborts the thread immediately, without running further destructors. This means that destructors are not absolutely guaranteed to run. It also means that you must take extra care in your destructors not to panic, since it could leave resources in an unexpected state.","breadcrumbs":"Idioms » Finalisation in Destructors » Discussion","id":"37","title":"Discussion"},"38":{"body":"RAII guards .","breadcrumbs":"Idioms » Finalisation in Destructors » See also","id":"38","title":"See also"},"39":{"body":"","breadcrumbs":"Idioms » mem::{take(_), replace(_)} » mem::{take(_), replace(_)} to keep owned values in changed enums","id":"39","title":"mem::{take(_), replace(_)} to keep owned values in changed enums"},"4":{"body":"简体中文 If you want to add a translation, please open an issue in the main repository .","breadcrumbs":"Introduction » Translations » Translations","id":"4","title":"Translations"},"40":{"body":"Say we have a &mut MyEnum which has (at least) two variants, A { name: String, x: u8 } and B { name: String }. Now we want to change MyEnum::A to a B if x is zero, while keeping MyEnum::B intact. We can do this without cloning the name.","breadcrumbs":"Idioms » mem::{take(_), replace(_)} » Description","id":"40","title":"Description"},"41":{"body":"use std::mem; enum MyEnum { A { name: String, x: u8 }, B { name: String }\n} fn a_to_b(e: &mut MyEnum) { if let MyEnum::A { name, x: 0 } = e { // this takes out our `name` and put in an empty String instead // (note that empty strings don't allocate). // Then, construct the new enum variant (which will // be assigned to `*e`). *e = MyEnum::B { name: mem::take(name) } }\n} This also works with more variants: use std::mem; enum MultiVariateEnum { A { name: String }, B { name: String }, C, D\n} fn swizzle(e: &mut MultiVariateEnum) { use MultiVariateEnum::*; *e = match e { // Ownership rules do not allow taking `name` by value, but we cannot // take the value out of a mutable reference, unless we replace it: A { name } => B { name: mem::take(name) }, B { name } => A { name: mem::take(name) }, C => D, D => C }\n}","breadcrumbs":"Idioms » mem::{take(_), replace(_)} » Example","id":"41","title":"Example"},"42":{"body":"When working with enums, we may want to change an enum value in place, perhaps to another variant. This is usually done in two phases to keep the borrow checker happy. In the first phase, we observe the existing value and look at its parts to decide what to do next. In the second phase we may conditionally change the value (as in the example above). The borrow checker won't allow us to take out name of the enum (because something must be there.) We could of course .clone() name and put the clone into our MyEnum::B, but that would be an instance of the Clone to satisfy the borrow checker anti-pattern. Anyway, we can avoid the extra allocation by changing e with only a mutable borrow. mem::take lets us swap out the value, replacing it with it's default value, and returning the previous value. For String, the default value is an empty String, which does not need to allocate. As a result, we get the original name as an owned value . We can then wrap this in another enum. NOTE: mem::replace is very similar, but allows us to specify what to replace the value with. An equivalent to our mem::take line would be mem::replace(name, String::new()). Note, however, that if we are using an Option and want to replace its value with a None, Option’s take() method provides a shorter and more idiomatic alternative.","breadcrumbs":"Idioms » mem::{take(_), replace(_)} » Motivation","id":"42","title":"Motivation"},"43":{"body":"Look ma, no allocation! Also you may feel like Indiana Jones while doing it.","breadcrumbs":"Idioms » mem::{take(_), replace(_)} » Advantages","id":"43","title":"Advantages"},"44":{"body":"This gets a bit wordy. Getting it wrong repeatedly will make you hate the borrow checker. The compiler may fail to optimize away the double store, resulting in reduced performance as opposed to what you'd do in unsafe languages. Furthermore, the type you are taking needs to implement the Default trait . However, if the type you're working with doesn't implement this, you can instead use mem::replace.","breadcrumbs":"Idioms » mem::{take(_), replace(_)} » Disadvantages","id":"44","title":"Disadvantages"},"45":{"body":"This pattern is only of interest in Rust. In GC'd languages, you'd take the reference to the value by default (and the GC would keep track of refs), and in other low-level languages like C you'd simply alias the pointer and fix things later. However, in Rust, we have to do a little more work to do this. An owned value may only have one owner, so to take it out, we need to put something back in – like Indiana Jones, replacing the artifact with a bag of sand.","breadcrumbs":"Idioms » mem::{take(_), replace(_)} » Discussion","id":"45","title":"Discussion"},"46":{"body":"This gets rid of the Clone to satisfy the borrow checker anti-pattern in a specific case.","breadcrumbs":"Idioms » mem::{take(_), replace(_)} » See also","id":"46","title":"See also"},"47":{"body":"","breadcrumbs":"Idioms » On-Stack Dynamic Dispatch » On-Stack Dynamic Dispatch","id":"47","title":"On-Stack Dynamic Dispatch"},"48":{"body":"We can dynamically dispatch over multiple values, however, to do so, we need to declare multiple variables to bind differently-typed objects. To extend the lifetime as necessary, we can use deferred conditional initialization, as seen below:","breadcrumbs":"Idioms » On-Stack Dynamic Dispatch » Description","id":"48","title":"Description"},"49":{"body":"use std::io;\nuse std::fs; # fn main() -> Result<(), Box> {\n# let arg = \"-\"; // These must live longer than `readable`, and thus are declared first:\nlet (mut stdin_read, mut file_read); // We need to ascribe the type to get dynamic dispatch.\nlet readable: &mut dyn io::Read = if arg == \"-\" { stdin_read = io::stdin(); &mut stdin_read\n} else { file_read = fs::File::open(arg)?; &mut file_read\n}; // Read from `readable` here. # Ok(())\n# }","breadcrumbs":"Idioms » On-Stack Dynamic Dispatch » Example","id":"49","title":"Example"},"5":{"body":"Idioms are commonly used styles, guidelines and patterns largely agreed upon by a community. Writing idiomatic code allows other developers to understand better what is happening. After all, the computer only cares about the machine code that is generated by the compiler. Instead, the source code is mainly beneficial to the developer. So, since we have this abstraction layer, why not make it more readable? Remember the KISS principle : \"Keep It Simple, Stupid\". It claims that \"most systems work best if they are kept simple rather than made complicated; therefore, simplicity should be a key goal in design, and unnecessary complexity should be avoided\". Code is there for humans, not computers, to understand.","breadcrumbs":"Idioms » Idioms","id":"5","title":"Idioms"},"50":{"body":"Rust monomorphises code by default. This means a copy of the code will be generated for each type it is used with and optimized independently. While this allows for very fast code on the hot path, it also bloats the code in places where performance is not of the essence, thus costing compile time and cache usage. Luckily, Rust allows us to use dynamic dispatch, but we have to explicitly ask for it.","breadcrumbs":"Idioms » On-Stack Dynamic Dispatch » Motivation","id":"50","title":"Motivation"},"51":{"body":"We do not need to allocate anything on the heap. Neither do we need to initialize something we won't use later, nor do we need to monomorphize the whole code that follows to work with both File or Stdin.","breadcrumbs":"Idioms » On-Stack Dynamic Dispatch » Advantages","id":"51","title":"Advantages"},"52":{"body":"The code needs more moving parts than the Box-based version: // We still need to ascribe the type for dynamic dispatch.\nlet readable: Box = if arg == \"-\" { Box::new(io::stdin())\n} else { Box::new(fs::File::open(arg)?)\n};\n// Read from `readable` here.","breadcrumbs":"Idioms » On-Stack Dynamic Dispatch » Disadvantages","id":"52","title":"Disadvantages"},"53":{"body":"Rust newcomers will usually learn that Rust requires all variables to be initialized before use , so it's easy to overlook the fact that unused variables may well be uninitialized. Rust works quite hard to ensure that this works out fine and only the initialized values are dropped at the end of their scope. The example meets all the constraints Rust places on us: All variables are initialized before using (in this case borrowing) them Each variable only holds values of a single type. In our example, stdin is of type Stdin, file is of type File and readable is of type &mut dyn Read Each borrowed value outlives all the references borrowed from it","breadcrumbs":"Idioms » On-Stack Dynamic Dispatch » Discussion","id":"53","title":"Discussion"},"54":{"body":"Finalisation in destructors and RAII guards can benefit from tight control over lifetimes. For conditionally filled Option<&T>s of (mutable) references, one can initialize an Option directly and use its .as_ref() method to get an optional reference.","breadcrumbs":"Idioms » On-Stack Dynamic Dispatch » See also","id":"54","title":"See also"},"55":{"body":"Writing FFI code is an entire course in itself. However, there are several idioms here that can act as pointers, and avoid traps for inexperienced users of unsafe Rust. This section contains idioms that may be useful when doing FFI. Idiomatic Errors - Error handling with integer codes and sentinel return values (such as NULL pointers) Accepting Strings with minimal unsafe code Passing Strings to FFI functions","breadcrumbs":"Idioms » Foreign function interface (FFI) » FFI Idioms","id":"55","title":"FFI Idioms"},"56":{"body":"","breadcrumbs":"Idioms » Foreign function interface (FFI) » Idiomatic Errors » Error Handling in FFI","id":"56","title":"Error Handling in FFI"},"57":{"body":"In foreign languages like C, errors are represented by return codes. However, Rust's type system allows much more rich error information to be captured and propogated through a full type. This best practice shows different kinds of error codes, and how to expose them in a usable way: Flat Enums should be converted to integers and returned as codes. Structured Enums should be converted to an integer code with a string error message for detail. Custom Error Types should become \"transparent\", with a C representation.","breadcrumbs":"Idioms » Foreign function interface (FFI) » Idiomatic Errors » Description","id":"57","title":"Description"},"58":{"body":"","breadcrumbs":"Idioms » Foreign function interface (FFI) » Idiomatic Errors » Code Example","id":"58","title":"Code Example"},"59":{"body":"enum DatabaseError { IsReadOnly = 1, // user attempted a write operation IOError = 2, // user should read the C errno() for what it was FileCorrupted = 3, // user should run a repair tool to recover it\n} impl From for libc::c_int { fn from(e: DatabaseError) -> libc::c_int { (e as i8).into() }\n}","breadcrumbs":"Idioms » Foreign function interface (FFI) » Idiomatic Errors » Flat Enums","id":"59","title":"Flat Enums"},"6":{"body":"","breadcrumbs":"Idioms » Use borrowed types for arguments » Use borrowed types for arguments","id":"6","title":"Use borrowed types for arguments"},"60":{"body":"pub mod errors { enum DatabaseError { IsReadOnly, IOError(std::io::Error), FileCorrupted(String), // message describing the issue } impl From for libc::c_int { fn from(e: DatabaseError) -> libc::c_int { match e { DatabaseError::IsReadOnly => 1, DatabaseError::IOError(_) => 2, DatabaseError::FileCorrupted(_) => 3, } } }\n} pub mod c_api { use super::errors::DatabaseError; #[no_mangle] pub extern \"C\" fn db_error_description( e: *const DatabaseError ) -> *mut libc::c_char { let error: &DatabaseError = unsafe { // SAFETY: pointer lifetime is greater than the current stack frame &*e }; let error_str: String = match error { DatabaseError::IsReadOnly => { format!(\"cannot write to read-only database\"); } DatabaseError::IOError(e) => { format!(\"I/O Error: {}\", e); } DatabaseError::FileCorrupted(s) => { format!(\"File corrupted, run repair: {}\", &s); } }; let c_error = unsafe { // SAFETY: copying error_str to an allocated buffer with a NUL // character at the end let mut malloc: *mut u8 = libc::malloc(error_str.len() + 1) as *mut _; if malloc.is_null() { return std::ptr::null_mut(); } let src = error_str.as_bytes().as_ptr(); std::ptr::copy_nonoverlapping(src, malloc, error_str.len()); std::ptr::write(malloc.add(error_str.len()), 0); malloc as *mut libc::c_char }; c_error }\n}","breadcrumbs":"Idioms » Foreign function interface (FFI) » Idiomatic Errors » Structured Enums","id":"60","title":"Structured Enums"},"61":{"body":"struct ParseError { expected: char, line: u32, ch: u16\n} impl ParseError { /* ... */ } /* Create a second version which is exposed as a C structure */\n#[repr(C)]\npub struct parse_error { pub expected: libc::c_char, pub line: u32, pub ch: u16\n} impl From for parse_error { fn from(e: ParseError) -> parse_error { let ParseError { expected, line, ch } = e; parse_error { expected, line, ch } }\n}","breadcrumbs":"Idioms » Foreign function interface (FFI) » Idiomatic Errors » Custom Error Types","id":"61","title":"Custom Error Types"},"62":{"body":"This ensures that the foreign language has clear access to error information while not compromising the Rust code's API at all.","breadcrumbs":"Idioms » Foreign function interface (FFI) » Idiomatic Errors » Advantages","id":"62","title":"Advantages"},"63":{"body":"It's a lot of typing, and some types may not be able to be converted easily to C.","breadcrumbs":"Idioms » Foreign function interface (FFI) » Idiomatic Errors » Disadvantages","id":"63","title":"Disadvantages"},"64":{"body":"","breadcrumbs":"Idioms » Foreign function interface (FFI) » Accepting Strings » Accepting Strings","id":"64","title":"Accepting Strings"},"65":{"body":"When accepting strings via FFI through pointers, there are two principles that should be followed: Keep foreign strings \"borrowed\", rather than copying them directly. Minimize the amount of complexity and unsafe code involved in converting from a C-style string to native Rust strings.","breadcrumbs":"Idioms » Foreign function interface (FFI) » Accepting Strings » Description","id":"65","title":"Description"},"66":{"body":"The strings used in C have different behaviours to those used in Rust, namely: C strings are null-terminated while Rust strings store their length C strings can contain any arbitrary non-zero byte while Rust strings must be UTF-8 C strings are accessed and manipulated using unsafe pointer operations while interactions with Rust strings go through safe methods The Rust standard library comes with C equivalents of Rust's String and &str called CString and &CStr, that allow us to avoid a lot of the complexity and unsafe code involved in converting between C strings and Rust strings. The &CStr type also allows us to work with borrowed data, meaning passing strings between Rust and C is a zero-cost operation.","breadcrumbs":"Idioms » Foreign function interface (FFI) » Accepting Strings » Motivation","id":"66","title":"Motivation"},"67":{"body":"pub mod unsafe_module { // other module content /// Log a message at the specified level. /// /// # Safety /// /// It is the caller's guarantee to ensure `msg`: /// /// - is not a null pointer /// - points to valid, initialized data /// - points to memory ending in a null byte /// - won't be mutated for the duration of this function call #[no_mangle] pub unsafe extern \"C\" fn mylib_log( msg: *const libc::c_char, level: libc::c_int ) { let level: crate::LogLevel = match level { /* ... */ }; // SAFETY: The caller has already guaranteed this is okay (see the // `# Safety` section of the doc-comment). let msg_str: &str = match std::ffi::CStr::from_ptr(msg).to_str() { Ok(s) => s, Err(e) => { crate::log_error(\"FFI string conversion failed\"); return; } }; crate::log(msg_str, level); }\n}","breadcrumbs":"Idioms » Foreign function interface (FFI) » Accepting Strings » Code Example","id":"67","title":"Code Example"},"68":{"body":"The example is is written to ensure that: The unsafe block is as small as possible. The pointer with an \"untracked\" lifetime becomes a \"tracked\" shared reference Consider an alternative, where the string is actually copied: pub mod unsafe_module { // other module content pub extern \"C\" fn mylib_log(msg: *const libc::c_char, level: libc::c_int) { // DO NOT USE THIS CODE. // IT IS UGLY, VERBOSE, AND CONTAINS A SUBTLE BUG. let level: crate::LogLevel = match level { /* ... */ }; let msg_len = unsafe { /* SAFETY: strlen is what it is, I guess? */ libc::strlen(msg) }; let mut msg_data = Vec::with_capacity(msg_len + 1); let msg_cstr: std::ffi::CString = unsafe { // SAFETY: copying from a foreign pointer expected to live // for the entire stack frame into owned memory std::ptr::copy_nonoverlapping(msg, msg_data.as_mut(), msg_len); msg_data.set_len(msg_len + 1); std::ffi::CString::from_vec_with_nul(msg_data).unwrap() } let msg_str: String = unsafe { match msg_cstr.into_string() { Ok(s) => s, Err(e) => { crate::log_error(\"FFI string conversion failed\"); return; } } }; crate::log(&msg_str, level); }\n} This code in inferior to the original in two respects: There is much more unsafe code, and more importantly, more invariants it must uphold. Due to the extensive arithmetic required, there is a bug in this version that cases Rust undefined behaviour. The bug here is a simple mistake in pointer arithmetic: the string was copied, all msg_len bytes of it. However, the NUL terminator at the end was not. The Vector then had its size set to the length of the zero padded string -- rather than resized to it, which could have added a zero at the end. As a result, the last byte in the Vector is uninitialized memory. When the CString is created at the bottom of the block, its read of the Vector will cause undefined behaviour! Like many such issues, this would be difficult issue to track down. Sometimes it would panic because the string was not UTF-8, sometimes it would put a weird character at the end of the string, sometimes it would just completely crash.","breadcrumbs":"Idioms » Foreign function interface (FFI) » Accepting Strings » Advantages","id":"68","title":"Advantages"},"69":{"body":"None?","breadcrumbs":"Idioms » Foreign function interface (FFI) » Accepting Strings » Disadvantages","id":"69","title":"Disadvantages"},"7":{"body":"Using a target of a deref coercion can increase the flexibility of your code when you are deciding which argument type to use for a function argument. In this way, the function will accept more input types. This is not limited to slice-able or fat pointer types. In fact, you should always prefer using the borrowed type over borrowing the owned type . Such as &str over &String, &[T] over &Vec, or &T over &Box. Using borrowed types you can avoid layers of indirection for those instances where the owned type already provides a layer of indirection. For instance, a String has a layer of indirection, so a &String will have two layers of indirection. We can avoid this by using &str instead, and letting &String coerce to a &str whenever the function is invoked.","breadcrumbs":"Idioms » Use borrowed types for arguments » Description","id":"7","title":"Description"},"70":{"body":"","breadcrumbs":"Idioms » Foreign function interface (FFI) » Passing Strings » Passing Strings","id":"70","title":"Passing Strings"},"71":{"body":"When passing strings to FFI functions, there are four principles that should be followed: Make the lifetime of owned strings as long as possible. Minimize unsafe code during the conversion. If the C code can modify the string data, use Vec instead of CString. Unless the Foreign Function API requires it, the ownership of the string should not transfer to the callee.","breadcrumbs":"Idioms » Foreign function interface (FFI) » Passing Strings » Description","id":"71","title":"Description"},"72":{"body":"Rust has built-in support for C-style strings with its CString and CStr types. However, there are different approaches one can take with strings that are being sent to a foreign function call from a Rust function. The best practice is simple: use CString in such a way as to minimize unsafe code. However, a secondary caveat is that the object must live long enough , meaning the lifetime should be maximized. In addition, the documentation explains that \"round-tripping\" a CString after modification is UB, so additional work is necessary in that case.","breadcrumbs":"Idioms » Foreign function interface (FFI) » Passing Strings » Motivation","id":"72","title":"Motivation"},"73":{"body":"pub mod unsafe_module { // other module content extern \"C\" { fn seterr(message: *const libc::c_char); fn geterr(buffer: *mut libc::c_char, size: libc::c_int) -> libc::c_int; } fn report_error_to_ffi>( err: S ) -> Result<(), std::ffi::NulError>{ let c_err = std::ffi::CString::new(err.into())?; unsafe { // SAFETY: calling an FFI whose documentation says the pointer is // const, so no modification should occur seterr(c_err.as_ptr()); } Ok(()) // The lifetime of c_err continues until here } fn get_error_from_ffi() -> Result { let mut buffer = vec![0u8; 1024]; unsafe { // SAFETY: calling an FFI whose documentation implies // that the input need only live as long as the call let written: usize = geterr(buffer.as_mut_ptr(), 1023).into(); buffer.truncate(written + 1); } std::ffi::CString::new(buffer).unwrap().into_string() }\n}","breadcrumbs":"Idioms » Foreign function interface (FFI) » Passing Strings » Code Example","id":"73","title":"Code Example"},"74":{"body":"The example is written in a way to ensure that: The unsafe block is as small as possible. The CString lives long enough. Errors with typecasts are always propagated when possible. A common mistake (so common it's in the documentation) is to not use the variable in the first block: pub mod unsafe_module { // other module content fn report_error>(err: S) -> Result<(), std::ffi::NulError> { unsafe { // SAFETY: whoops, this contains a dangling pointer! seterr(std::ffi::CString::new(err.into())?.as_ptr()); } Ok(()) }\n} This code will result in a dangling pointer, because the lifetime of the CString is not extended by the pointer creation, unlike if a reference were created. Another issue frequently raised is that the initialization of a 1k vector of zeroes is \"slow\". However, recent versions of Rust actually optimize that particular macro to a call to zmalloc, meaning it is as fast as the operating system's ability to return zeroed memory (which is quite fast).","breadcrumbs":"Idioms » Foreign function interface (FFI) » Passing Strings » Advantages","id":"74","title":"Advantages"},"75":{"body":"None?","breadcrumbs":"Idioms » Foreign function interface (FFI) » Passing Strings » Disadvantages","id":"75","title":"Disadvantages"},"76":{"body":"","breadcrumbs":"Idioms » Iterating over an Option » Iterating over an Option","id":"76","title":"Iterating over an Option"},"77":{"body":"Option can be viewed as a container that contains either zero or one element. In particular, it implements the IntoIterator trait, and as such can be used with generic code that needs such a type.","breadcrumbs":"Idioms » Iterating over an Option » Description","id":"77","title":"Description"},"78":{"body":"Since Option implements IntoIterator, it can be used as an argument to .extend() : let turing = Some(\"Turing\");\nlet mut logicians = vec![\"Curry\", \"Kleene\", \"Markov\"]; logicians.extend(turing); // equivalent to\nif let Some(turing_inner) = turing { logicians.push(turing_inner);\n} If you need to tack an Option to the end of an existing iterator, you can pass it to .chain() : let turing = Some(\"Turing\");\nlet logicians = vec![\"Curry\", \"Kleene\", \"Markov\"]; for logician in logicians.iter().chain(turing.iter()) { println!(\"{} is a logician\", logician);\n} Note that if the Option is always Some, then it is more idiomatic to use std::iter::once on the element instead. Also, since Option implements IntoIterator, it's possible to iterate over it using a for loop. This is equivalent to matching it with if let Some(..), and in most cases you should prefer the latter.","breadcrumbs":"Idioms » Iterating over an Option » Examples","id":"78","title":"Examples"},"79":{"body":"std::iter::once is an iterator which yields exactly one element. It's a more readable alternative to Some(foo).into_iter(). Iterator::filter_map is a version of Iterator::map , specialized to mapping functions which return Option. The ref_slice crate provides functions for converting an Option to a zero- or one-element slice. Documentation for Option","breadcrumbs":"Idioms » Iterating over an Option » See also","id":"79","title":"See also"},"8":{"body":"For this example, we will illustrate some differences for using &String as a function argument versus using a &str, but the ideas apply as well to using &Vec versus using a &[T] or using a &Box versus a &T. Consider an example where we wish to determine if a word contains three consecutive vowels. We don't need to own the string to determine this, so we will take a reference. The code might look something like this: fn three_vowels(word: &String) -> bool { let mut vowel_count = 0; for c in word.chars() { match c { 'a' | 'e' | 'i' | 'o' | 'u' => { vowel_count += 1; if vowel_count >= 3 { return true } } _ => vowel_count = 0 } } false\n} fn main() { let ferris = \"Ferris\".to_string(); let curious = \"Curious\".to_string(); println!(\"{}: {}\", ferris, three_vowels(&ferris)); println!(\"{}: {}\", curious, three_vowels(&curious)); // This works fine, but the following two lines would fail: // println!(\"Ferris: {}\", three_vowels(\"Ferris\")); // println!(\"Curious: {}\", three_vowels(\"Curious\")); } This works fine because we are passing a &String type as a parameter. If we remove the comments on the last two lines, the example will fail. This is because a &str type will not coerce to a &String type. We can fix this by simply modifying the type for our argument. For instance, if we change our function declaration to: fn three_vowels(word: &str) -> bool { then both versions will compile and print the same output. Ferris: false\nCurious: true But wait, that's not all! There is more to this story. It's likely that you may say to yourself: that doesn't matter, I will never be using a &'static str as an input anyways (as we did when we used \"Ferris\"). Even ignoring this special example, you may still find that using &str will give you more flexibility than using a &String. Let's now take an example where someone gives us a sentence, and we want to determine if any of the words in the sentence contain three consecutive vowels. We probably should make use of the function we have already defined and simply feed in each word from the sentence. An example of this could look like this: fn three_vowels(word: &str) -> bool { let mut vowel_count = 0; for c in word.chars() { match c { 'a' | 'e' | 'i' | 'o' | 'u' => { vowel_count += 1; if vowel_count >= 3 { return true } } _ => vowel_count = 0 } } false\n} fn main() { let sentence_string = \"Once upon a time, there was a friendly curious crab named Ferris\".to_string(); for word in sentence_string.split(' ') { if three_vowels(word) { println!(\"{} has three consecutive vowels!\", word); } }\n} Running this example using our function declared with an argument type &str will yield curious has three consecutive vowels! However, this example will not run when our function is declared with an argument type &String. This is because string slices are a &str and not a &String which would require an allocation to be converted to &String which is not implicit, whereas converting from String to &str is cheap and implicit.","breadcrumbs":"Idioms » Use borrowed types for arguments » Example","id":"8","title":"Example"},"80":{"body":"","breadcrumbs":"Idioms » Pass Variables to Closure » Pass variables to closure","id":"80","title":"Pass variables to closure"},"81":{"body":"By default, closures capture their environment by borrowing. Or you can use move-closure to move whole environment. However, often you want to move just some variables to closure, give it copy of some data, pass it by reference, or perform some other transformation. Use variable rebinding in separate scope for that.","breadcrumbs":"Idioms » Pass Variables to Closure » Description","id":"81","title":"Description"},"82":{"body":"Use use std::rc::Rc; let num1 = Rc::new(1);\nlet num2 = Rc::new(2);\nlet num3 = Rc::new(3);\nlet closure = { // `num1` is moved let num2 = num2.clone(); // `num2` is cloned let num3 = num3.as_ref(); // `num3` is borrowed move || { *num1 + *num2 + *num3; }\n}; instead of use std::rc::Rc; let num1 = Rc::new(1);\nlet num2 = Rc::new(2);\nlet num3 = Rc::new(3); let num2_cloned = num2.clone();\nlet num3_borrowed = num3.as_ref();\nlet closure = move || { *num1 + *num2_cloned + *num3_borrowed;\n};","breadcrumbs":"Idioms » Pass Variables to Closure » Example","id":"82","title":"Example"},"83":{"body":"Copied data are grouped together with closure definition, so their purpose is more clear, and they will be dropped immediately even if they are not consumed by closure. Closure uses same variable names as surrounding code whether data are copied or moved.","breadcrumbs":"Idioms » Pass Variables to Closure » Advantages","id":"83","title":"Advantages"},"84":{"body":"Additional indentation of closure body.","breadcrumbs":"Idioms » Pass Variables to Closure » Disadvantages","id":"84","title":"Disadvantages"},"85":{"body":"","breadcrumbs":"Idioms » Privacy For Extensibility » #[non_exhaustive] and private fields for extensibility","id":"85","title":"#[non_exhaustive] and private fields for extensibility"},"86":{"body":"A small set of scenarios exist where a library author may want to add public fields to a public struct or new variants to an enum without breaking backwards compatibility. Rust offers two solutions to this problem: Use #[non_exhaustive] on structs, enums, and enum variants. For extensive documentation on all the places where #[non_exhaustive] can be used, see the docs . You may add a private field to a struct to prevent it from being directly instantiated or matched against (see Alternative)","breadcrumbs":"Idioms » Privacy For Extensibility » Description","id":"86","title":"Description"},"87":{"body":"mod a { // Public struct. #[non_exhaustive] pub struct S { pub foo: i32, } #[non_exhaustive] pub enum AdmitMoreVariants { VariantA, VariantB, #[non_exhaustive] VariantC { a: String } }\n} fn print_matched_variants(s: a::S) { // Because S is `#[non_exhaustive]`, it cannot be named here and // we must use `..` in the pattern. let a::S { foo: _, ..} = s; let some_enum = a::AdmitMoreVariants::VariantA; match some_enum { a::AdmitMoreVariants::VariantA => println!(\"it's an A\"), a::AdmitMoreVariants::VariantB => println!(\"it's a b\"), // .. required because this variant is non-exhaustive as well a::AdmitMoreVariants::VariantC { a, .. } => println!(\"it's a c\"), // The wildcard match is required because more variants may be // added in the future _ => println!(\"it's a new variant\") }\n}","breadcrumbs":"Idioms » Privacy For Extensibility » Example","id":"87","title":"Example"},"88":{"body":"#[non_exhaustive] only works across crate boundaries. Within a crate, the private field method may be used. Adding a field to a struct is a mostly backwards compatible change. However, if a client uses a pattern to deconstruct a struct instance, they might name all the fields in the struct and adding a new one would break that pattern. The client could name some fields and use .. in the pattern, in which case adding another field is backwards compatible. Making at least one of the struct's fields private forces clients to use the latter form of patterns, ensuring that the struct is future-proof. The downside of this approach is that you might need to add an otherwise unneeded field to the struct. You can use the () type so that there is no runtime overhead and prepend _ to the field name to avoid the unused field warning. pub struct S { pub a: i32, // Because `b` is private, you cannot match on `S` without using `..` and `S` // cannot be directly instantiated or matched against _b: ()\n}","breadcrumbs":"Idioms » Privacy For Extensibility » Alternative: Private fields for structs","id":"88","title":"Alternative: Private fields for structs"},"89":{"body":"On structs, #[non_exhaustive] allows adding additional fields in a backwards compatible way. It will also prevent clients from using the struct constructor, even if all the fields are public. This may be helpful, but it's worth considering if you want an additional field to be found by clients as a compiler error rather than something that may be silently undiscovered. #[non_exhaustive] can be applied to enum variants as well. A #[non_exhaustive] variant behaves in the same way as a #[non_exhaustive] struct. Use this deliberately and with caution: incrementing the major version when adding fields or variants is often a better option. #[non_exhaustive] may be appropriate in scenarios where you're modeling an external resource that may change out-of-sync with your library, but is not a general purpose tool.","breadcrumbs":"Idioms » Privacy For Extensibility » Discussion","id":"89","title":"Discussion"},"9":{"body":"Rust Language Reference on Type Coercions For more discussion on how to handle String and &str see this blog series (2015) by Herman J. Radtke III","breadcrumbs":"Idioms » Use borrowed types for arguments » See also","id":"9","title":"See also"},"90":{"body":"#[non_exhaustive] can make your code much less ergonomic to use, especially when forced to handle unknown enum variants. It should only be used when these sorts of evolutions are required without incrementing the major version. When #[non_exhaustive] is applied to enums, it forces clients to handle a wildcard variant. If there is no sensible action to take in this case, this may lead to awkward code and code paths that are only executed in extremely rare circumstances. If a client decides to panic!() in this scenario, it may have been better to expose this error at compile time. In fact, #[non_exhaustive] forces clients to handle the \"Something else\" case; there is rarely a sensible action to take in this scenario.","breadcrumbs":"Idioms » Privacy For Extensibility » Disadvantages","id":"90","title":"Disadvantages"},"91":{"body":"RFC introducing #[non_exhaustive] attribute for enums and structs","breadcrumbs":"Idioms » Privacy For Extensibility » See also","id":"91","title":"See also"},"92":{"body":"","breadcrumbs":"Idioms » Easy doc initialization » Easy doc initialization","id":"92","title":"Easy doc initialization"},"93":{"body":"If a struct takes significant effort to initialize when writing docs, it can be quicker to wrap your example with a helper function which takes the struct as an argument.","breadcrumbs":"Idioms » Easy doc initialization » Description","id":"93","title":"Description"},"94":{"body":"Sometimes there is a struct with multiple or complicated parameters and several methods. Each of these methods should have examples. For example: struct Connection { name: String, stream: TcpStream,\n} impl Connection { /// Sends a request over the connection. /// /// # Example /// ```no_run /// # // Boilerplate are required to get an example working. /// # let stream = TcpStream::connect(\"127.0.0.1:34254\"); /// # let connection = Connection { name: \"foo\".to_owned(), stream }; /// # let request = Request::new(\"RequestId\", RequestType::Get, \"payload\"); /// let response = connection.send_request(request); /// assert!(response.is_ok()); /// ``` fn send_request(&self, request: Request) -> Result { // ... } /// Oh no, all that boilerplate needs to be repeated here! fn check_status(&self) -> Status { // ... }\n}","breadcrumbs":"Idioms » Easy doc initialization » Motivation","id":"94","title":"Motivation"},"95":{"body":"Instead of typing all of this boilerplate to create a Connection and Request, it is easier to just create a wrapping helper function which takes them as arguments: struct Connection { name: String, stream: TcpStream,\n} impl Connection { /// Sends a request over the connection. /// /// # Example /// ``` /// # fn call_send(connection: Connection, request: Request) { /// let response = connection.send_request(request); /// assert!(response.is_ok()); /// # } /// ``` fn send_request(&self, request: Request) { // ... }\n} Note in the above example the line assert!(response.is_ok()); will not actually run while testing because it is inside a function which is never invoked.","breadcrumbs":"Idioms » Easy doc initialization » Example","id":"95","title":"Example"},"96":{"body":"This is much more concise and avoids repetitive code in examples.","breadcrumbs":"Idioms » Easy doc initialization » Advantages","id":"96","title":"Advantages"},"97":{"body":"As example is in a function, the code will not be tested. Though it will still be checked to make sure it compiles when running a cargo test. So this pattern is most useful when you need no_run. With this, you do not need to add no_run.","breadcrumbs":"Idioms » Easy doc initialization » Disadvantages","id":"97","title":"Disadvantages"},"98":{"body":"If assertions are not required this pattern works well. If they are, an alternative can be to create a public method to create a helper instance which is annotated with #[doc(hidden)] (so that users won't see it). Then this method can be called inside of rustdoc because it is part of the crate's public API.","breadcrumbs":"Idioms » Easy doc initialization » Discussion","id":"98","title":"Discussion"},"99":{"body":"","breadcrumbs":"Idioms » Temporary mutability » Temporary mutability","id":"99","title":"Temporary mutability"}},"length":260,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{".":{".":{"2":{"df":1,"docs":{"106":{"tf":1.0}}},"df":0,"docs":{}},"0":{"df":1,"docs":{"128":{"tf":1.0}}},"5":{"df":2,"docs":{"128":{"tf":1.7320508075688772},"185":{"tf":1.0}}},"df":0,"docs":{}},"2":{"df":1,"docs":{"239":{"tf":1.0}}},"df":13,"docs":{"125":{"tf":1.0},"126":{"tf":1.7320508075688772},"128":{"tf":1.4142135623730951},"151":{"tf":1.4142135623730951},"17":{"tf":1.0},"199":{"tf":2.449489742783178},"203":{"tf":1.0},"206":{"tf":1.0},"229":{"tf":1.4142135623730951},"230":{"tf":2.0},"41":{"tf":1.0},"60":{"tf":1.0},"8":{"tf":2.0}}},"1":{".":{".":{"1":{"1":{")":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"(":{"0":{"df":1,"docs":{"230":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"229":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"df":1,"docs":{"185":{"tf":1.0}}},"4":{"8":{".":{"0":{"df":1,"docs":{"218":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"2":{"3":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"73":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"df":1,"docs":{"73":{"tf":1.0}}},"df":0,"docs":{}},"4":{"8":{"5":{"7":{"6":{"3":{"3":{"2":{"df":2,"docs":{"239":{"tf":1.4142135623730951},"240":{"tf":1.0}}},"3":{"df":1,"docs":{"239":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"228":{"tf":1.0},"229":{"tf":1.7320508075688772},"230":{"tf":2.23606797749979}}},"2":{"df":1,"docs":{"127":{"tf":1.0}}},"5":{"df":2,"docs":{"229":{"tf":1.0},"230":{"tf":1.4142135623730951}}},"df":19,"docs":{"106":{"tf":1.0},"126":{"tf":1.0},"148":{"tf":1.4142135623730951},"151":{"tf":1.7320508075688772},"199":{"tf":2.0},"203":{"tf":1.0},"206":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.7320508075688772},"230":{"tf":3.0},"237":{"tf":1.0},"239":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"73":{"tf":1.0},"8":{"tf":1.4142135623730951}},"k":{"df":1,"docs":{"74":{"tf":1.0}}}},"2":{"+":{"3":{"df":1,"docs":{"127":{"tf":1.0}}},"5":{"df":1,"docs":{"127":{"tf":1.0}}},"df":0,"docs":{}},"0":{"0":{"2":{"df":1,"docs":{"239":{"tf":1.0}}},"df":0,"docs":{}},"1":{"5":{"df":1,"docs":{"9":{"tf":1.0}}},"6":{"df":1,"docs":{"243":{"tf":1.0}}},"7":{"df":1,"docs":{"243":{"tf":1.0}}},"8":{"df":1,"docs":{"243":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"2":{"1":{"df":1,"docs":{"239":{"tf":1.0}}},"2":{"df":1,"docs":{"239":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"229":{"tf":1.0},"230":{"tf":1.4142135623730951}}},"3":{"df":1,"docs":{"127":{"tf":1.0}}},"4":{"df":1,"docs":{"239":{"tf":1.0}}},"8":{"df":2,"docs":{"229":{"tf":1.0},"230":{"tf":1.4142135623730951}}},"df":12,"docs":{"106":{"tf":1.0},"125":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.0},"148":{"tf":1.4142135623730951},"151":{"tf":1.0},"211":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.7320508075688772},"237":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}},"3":{"+":{"4":{"df":1,"docs":{"127":{"tf":1.0}}},"df":0,"docs":{}},"4":{"df":1,"docs":{"127":{"tf":1.0}}},"6":{"df":2,"docs":{"229":{"tf":1.0},"230":{"tf":1.4142135623730951}}},"df":9,"docs":{"126":{"tf":1.0},"151":{"tf":1.0},"211":{"tf":1.0},"229":{"tf":1.4142135623730951},"230":{"tf":2.0},"237":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"8":{"tf":1.4142135623730951}},"f":{"6":{"4":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"4":{"5":{"df":2,"docs":{"229":{"tf":1.0},"230":{"tf":1.4142135623730951}}},"df":7,"docs":{"125":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.0},"211":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"237":{"tf":1.0}},"f":{"6":{"4":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"5":{"5":{"df":2,"docs":{"229":{"tf":1.0},"230":{"tf":1.0}}},"df":6,"docs":{"126":{"tf":1.0},"151":{"tf":1.0},"210":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"237":{"tf":1.0}}},"6":{"df":4,"docs":{"126":{"tf":1.0},"229":{"tf":1.4142135623730951},"230":{"tf":1.7320508075688772},"237":{"tf":1.0}}},"7":{"df":3,"docs":{"126":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0}}},"8":{"df":7,"docs":{"107":{"tf":1.0},"126":{"tf":1.0},"192":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0}}},"9":{"df":4,"docs":{"125":{"tf":1.0},"126":{"tf":1.7320508075688772},"229":{"tf":1.0},"230":{"tf":1.0}}},"_":{"b":{"df":1,"docs":{"88":{"tf":1.0}}},"df":7,"docs":{"106":{"tf":1.0},"233":{"tf":1.0},"37":{"tf":1.4142135623730951},"60":{"tf":1.0},"8":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.0}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.4142135623730951}}}}}}},"a":{".":{"b":{"df":2,"docs":{"177":{"tf":1.0},"181":{"tf":1.0}}},"c":{"df":2,"docs":{"177":{"tf":1.0},"181":{"tf":1.0}}},"df":0,"docs":{},"f":{"1":{"df":1,"docs":{"177":{"tf":1.0}}},"2":{"df":1,"docs":{"177":{"tf":1.0}}},"3":{"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{}}},":":{":":{"a":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"87":{"tf":1.4142135623730951}}},"b":{"df":1,"docs":{"87":{"tf":1.0}}},"c":{"df":1,"docs":{"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":{}},"df":1,"docs":{"87":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"b":{"(":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"i":{"df":1,"docs":{"197":{"tf":1.0}},"l":{"df":1,"docs":{"74":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}},"v":{"df":7,"docs":{"172":{"tf":1.0},"198":{"tf":1.4142135623730951},"203":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.4142135623730951},"42":{"tf":1.0},"95":{"tf":1.0}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"36":{"tf":1.0},"37":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":16,"docs":{"133":{"tf":1.0},"134":{"tf":1.0},"136":{"tf":1.4142135623730951},"146":{"tf":1.7320508075688772},"148":{"tf":1.0},"155":{"tf":1.0},"170":{"tf":1.0},"180":{"tf":1.0},"191":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"239":{"tf":1.0},"247":{"tf":1.0},"251":{"tf":1.0},"253":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":8,"docs":{"157":{"tf":1.0},"172":{"tf":1.0},"185":{"tf":1.0},"200":{"tf":1.4142135623730951},"55":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"7":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":15,"docs":{"134":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"202":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.4142135623730951},"239":{"tf":2.23606797749979},"252":{"tf":1.4142135623730951},"257":{"tf":1.0},"29":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"239":{"tf":1.0},"241":{"tf":1.0}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"127":{"tf":1.0},"206":{"tf":1.0},"250":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"239":{"tf":2.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"239":{"tf":2.0}}}}}},"df":4,"docs":{"239":{"tf":2.449489742783178},"240":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"239":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"239":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"181":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"139":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":1,"docs":{"112":{"tf":1.0}}}}}}},"t":{"df":5,"docs":{"194":{"tf":1.0},"196":{"tf":1.0},"198":{"tf":1.0},"240":{"tf":2.0},"55":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":8,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.4142135623730951},"151":{"tf":1.0},"210":{"tf":1.0},"37":{"tf":1.0},"90":{"tf":1.4142135623730951}}}},"x":{"df":1,"docs":{"121":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":6,"docs":{"232":{"tf":1.0},"233":{"tf":1.4142135623730951},"240":{"tf":1.0},"68":{"tf":1.0},"74":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"d":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":2,"docs":{"155":{"tf":1.0},"170":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"f":{">":{"(":{"df":0,"docs":{},"x":{"df":1,"docs":{"151":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"119":{"tf":1.0},"120":{"tf":1.0}}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"118":{"tf":1.0},"119":{"tf":1.0}}}}}},"df":0,"docs":{}},"<":{"df":1,"docs":{"120":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":15,"docs":{"110":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"183":{"tf":1.0},"21":{"tf":1.0},"218":{"tf":1.4142135623730951},"225":{"tf":1.0},"229":{"tf":1.0},"233":{"tf":1.0},"4":{"tf":1.0},"86":{"tf":1.4142135623730951},"88":{"tf":1.0},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"a":{"d":{"d":{"(":{"0":{"df":1,"docs":{"151":{"tf":1.0}}},"1":{"df":1,"docs":{"151":{"tf":1.0}}},"4":{"df":1,"docs":{"151":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"151":{"tf":1.4142135623730951}}}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"t":{"df":12,"docs":{"103":{"tf":1.0},"116":{"tf":1.0},"199":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"230":{"tf":1.0},"232":{"tf":1.4142135623730951},"233":{"tf":1.4142135623730951},"242":{"tf":1.0},"72":{"tf":1.4142135623730951},"84":{"tf":1.0},"89":{"tf":1.4142135623730951}}}}},"df":8,"docs":{"159":{"tf":1.0},"192":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"68":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.7320508075688772},"89":{"tf":1.4142135623730951}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"146":{"tf":1.0}}}}},"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":{"233":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"87":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"110":{"tf":1.0},"137":{"tf":1.0},"203":{"tf":1.0}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":28,"docs":{"102":{"tf":1.0},"108":{"tf":1.0},"13":{"tf":1.0},"134":{"tf":1.0},"142":{"tf":1.0},"149":{"tf":1.4142135623730951},"162":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.0},"17":{"tf":1.0},"179":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"190":{"tf":1.0},"199":{"tf":1.0},"204":{"tf":1.4142135623730951},"216":{"tf":1.0},"223":{"tf":1.0},"234":{"tf":1.0},"27":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"51":{"tf":1.0},"62":{"tf":1.0},"68":{"tf":1.0},"74":{"tf":1.0},"83":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"199":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"171":{"tf":1.0},"247":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"199":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"199":{"tf":1.0},"230":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"86":{"tf":1.0},"88":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"5":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"143":{"tf":1.0}}}},"k":{"a":{"df":2,"docs":{"126":{"tf":1.0},"145":{"tf":1.0}}},"df":0,"docs":{}},"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":5,"docs":{"146":{"tf":2.0},"154":{"tf":1.4142135623730951},"156":{"tf":1.0},"157":{"tf":1.0},"169":{"tf":1.0}},"’":{"df":1,"docs":{"146":{"tf":1.0}}}}}}}}}},"i":{"a":{"df":2,"docs":{"131":{"tf":1.0},"45":{"tf":1.0}},"s":{"df":5,"docs":{"130":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.0},"202":{"tf":1.0},"206":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"v":{"df":1,"docs":{"37":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":9,"docs":{"14":{"tf":1.0},"198":{"tf":1.0},"211":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"51":{"tf":1.0},"60":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{},"w":{"df":29,"docs":{"112":{"tf":1.0},"128":{"tf":1.0},"133":{"tf":1.4142135623730951},"146":{"tf":1.0},"151":{"tf":1.0},"154":{"tf":1.4142135623730951},"156":{"tf":1.0},"171":{"tf":1.0},"184":{"tf":1.4142135623730951},"197":{"tf":1.0},"20":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"218":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"237":{"tf":1.4142135623730951},"239":{"tf":2.449489742783178},"240":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"57":{"tf":1.0},"66":{"tf":1.4142135623730951},"89":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":7,"docs":{"151":{"tf":1.0},"20":{"tf":1.0},"206":{"tf":1.0},"36":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"247":{"tf":1.0}},"n":{"df":12,"docs":{"107":{"tf":1.0},"199":{"tf":1.0},"218":{"tf":1.4142135623730951},"225":{"tf":1.0},"236":{"tf":1.0},"258":{"tf":1.0},"42":{"tf":1.0},"68":{"tf":1.0},"79":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0},"98":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":3,"docs":{"169":{"tf":1.0},"176":{"tf":1.0},"2":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":9,"docs":{"107":{"tf":1.0},"121":{"tf":1.0},"139":{"tf":1.0},"211":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"7":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"226":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"216":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.0}}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"29":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":3,"docs":{"214":{"tf":1.0},"217":{"tf":1.0},"98":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":10,"docs":{"110":{"tf":1.0},"119":{"tf":1.0},"122":{"tf":1.0},"130":{"tf":1.0},"150":{"tf":1.0},"22":{"tf":1.0},"239":{"tf":1.0},"42":{"tf":1.4142135623730951},"74":{"tf":1.0},"88":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"198":{"tf":1.0},"206":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":8,"docs":{"207":{"tf":2.23606797749979},"209":{"tf":1.0},"211":{"tf":1.0},"222":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"149":{"tf":1.0},"216":{"tf":1.0},"250":{"tf":1.0},"51":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"42":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"156":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"i":{"'":{"df":1,"docs":{"200":{"tf":1.0}}},"df":27,"docs":{"133":{"tf":1.0},"18":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.4142135623730951},"197":{"tf":2.23606797749979},"198":{"tf":1.7320508075688772},"199":{"tf":2.8284271247461903},"200":{"tf":1.4142135623730951},"202":{"tf":1.7320508075688772},"203":{"tf":1.7320508075688772},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"217":{"tf":1.0},"218":{"tf":1.0},"233":{"tf":1.4142135623730951},"236":{"tf":1.4142135623730951},"237":{"tf":1.7320508075688772},"238":{"tf":1.0},"240":{"tf":2.449489742783178},"241":{"tf":1.0},"244":{"tf":1.0},"26":{"tf":1.0},"62":{"tf":1.0},"71":{"tf":1.0},"98":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"169":{"tf":1.0},"2":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"c":{"df":5,"docs":{"121":{"tf":1.4142135623730951},"199":{"tf":1.7320508075688772},"2":{"tf":1.0},"20":{"tf":1.0},"233":{"tf":1.0}}},"df":11,"docs":{"112":{"tf":1.4142135623730951},"156":{"tf":1.0},"162":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"227":{"tf":1.0},"233":{"tf":1.0},"237":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":11,"docs":{"107":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.4142135623730951},"120":{"tf":1.0},"156":{"tf":1.0},"166":{"tf":1.0},"172":{"tf":1.0},"233":{"tf":1.0},"239":{"tf":1.0},"72":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"171":{"tf":1.0},"29":{"tf":1.0},"89":{"tf":1.0}}}}}}}}},"r":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"225":{"tf":1.0},"66":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"<":{"df":0,"docs":{},"t":{"df":2,"docs":{"211":{"tf":1.0},"212":{"tf":1.0}}}},"df":2,"docs":{"20":{"tf":1.0},"211":{"tf":1.7320508075688772}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"202":{"tf":1.0}}},"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}}},"g":{"df":3,"docs":{"222":{"tf":1.0},"49":{"tf":1.4142135623730951},"52":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":13,"docs":{"104":{"tf":1.0},"105":{"tf":1.4142135623730951},"107":{"tf":1.0},"108":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"217":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.4142135623730951},"78":{"tf":1.0},"8":{"tf":2.0},"93":{"tf":1.0},"95":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"209":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"_":{"a":{"d":{"d":{"df":1,"docs":{"151":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"68":{"tf":1.4142135623730951}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"179":{"tf":1.0},"202":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"116":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"158":{"tf":1.0},"241":{"tf":1.0}}}},"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":2,"docs":{"49":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"k":{"df":2,"docs":{"206":{"tf":1.0},"50":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"28":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"!":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"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":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"\"":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"148":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":1,"docs":{"148":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"#":{"\"":{"df":0,"docs":{},"{":{"\"":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"\"":{":":{"\"":{"1":{"df":1,"docs":{"148":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"\"":{":":{"\"":{"2":{"df":1,"docs":{"148":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"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":{},"q":{"!":{"(":{"0":{"df":2,"docs":{"151":{"tf":1.0},"17":{"tf":1.4142135623730951}},"f":{"6":{"4":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"1":{"df":0,"docs":{},"f":{"6":{"4":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"3":{"df":0,"docs":{},"f":{"6":{"4":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"4":{"2":{"df":1,"docs":{"16":{"tf":1.0}}},"df":1,"docs":{"151":{"tf":1.0}}},"5":{"df":1,"docs":{"151":{"tf":1.0}},"f":{"6":{"4":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"8":{"2":{"df":1,"docs":{"151":{"tf":1.0}}},"df":0,"docs":{}},"9":{"df":1,"docs":{"151":{"tf":1.0}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":1,"docs":{"162":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"127":{"tf":1.4142135623730951}}}}}}}}},"v":{"df":0,"docs":{},"e":{"c":{"!":{"[":{"\"":{"c":{"df":0,"docs":{},"r":{"df":3,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":3,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"98":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"211":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"37":{"tf":1.0},"41":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"16":{"tf":1.4142135623730951},"200":{"tf":1.0},"240":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"250":{"tf":1.0}}}}},"t":{"df":2,"docs":{"155":{"tf":2.23606797749979},"170":{"tf":2.6457513110645907}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"254":{"tf":1.4142135623730951}}}}}}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"232":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"206":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"219":{"tf":1.0},"239":{"tf":1.4142135623730951},"91":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"200":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"190":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"233":{"tf":2.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":1,"docs":{"233":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"233":{"tf":2.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"233":{"tf":1.0}}}}}},"df":1,"docs":{"233":{"tf":2.6457513110645907}}}}}},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"197":{"tf":1.0},"214":{"tf":1.0},"217":{"tf":1.0},"86":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"248":{"tf":1.0}}}}}}},"o":{"df":2,"docs":{"21":{"tf":1.0},"25":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"167":{"tf":1.0},"20":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"257":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":15,"docs":{"167":{"tf":1.0},"194":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.4142135623730951},"202":{"tf":1.0},"204":{"tf":1.4142135623730951},"206":{"tf":1.0},"249":{"tf":1.0},"42":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.4142135623730951},"88":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"162":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"90":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"b":{".":{"df":0,"docs":{},"f":{"2":{"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{}},"m":{"df":1,"docs":{"222":{"tf":1.4142135623730951}}}},"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"105":{"tf":1.0},"107":{"tf":1.0},"45":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"148":{"tf":1.0}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"228":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":4,"docs":{"133":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"d":{"df":3,"docs":{"199":{"tf":1.7320508075688772},"211":{"tf":1.0},"217":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"224":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"45":{"tf":1.0}}},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"225":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"239":{"tf":1.0}}}},"r":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"177":{"tf":1.0}}}}}},"a":{"df":1,"docs":{"177":{"tf":1.4142135623730951}}},"c":{"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":1,"docs":{"132":{"tf":1.0}}}}}},":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"132":{"tf":1.0}}}}}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":8,"docs":{"132":{"tf":2.0},"136":{"tf":1.7320508075688772},"162":{"tf":2.6457513110645907},"222":{"tf":3.1622776601683795},"223":{"tf":1.0},"224":{"tf":1.4142135623730951},"29":{"tf":1.0},"33":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"e":{"df":12,"docs":{"152":{"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.7320508075688772},"204":{"tf":1.0},"224":{"tf":1.0},"237":{"tf":1.0},"240":{"tf":2.6457513110645907},"52":{"tf":1.0}}},"i":{"c":{"df":9,"docs":{"115":{"tf":1.0},"124":{"tf":1.0},"146":{"tf":1.0},"159":{"tf":1.0},"17":{"tf":1.0},"206":{"tf":1.0},"233":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":1.0}}},"df":0,"docs":{}}},"z":{"(":{"a":{"df":1,"docs":{"177":{"tf":1.4142135623730951}}},"df":0,"docs":{},"x":{"df":1,"docs":{"140":{"tf":1.0}}}},"df":1,"docs":{"33":{"tf":1.0}}}},"df":8,"docs":{"132":{"tf":1.7320508075688772},"177":{"tf":2.449489742783178},"222":{"tf":1.4142135623730951},"230":{"tf":2.6457513110645907},"40":{"tf":1.4142135623730951},"41":{"tf":2.0},"87":{"tf":1.0},"88":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":8,"docs":{"197":{"tf":1.0},"20":{"tf":1.0},"200":{"tf":1.0},"217":{"tf":1.0},"239":{"tf":1.0},"34":{"tf":1.0},"57":{"tf":1.0},"68":{"tf":1.0}}}}},"df":11,"docs":{"151":{"tf":1.0},"166":{"tf":1.0},"176":{"tf":1.0},"206":{"tf":1.4142135623730951},"207":{"tf":1.0},"217":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":2.0},"37":{"tf":1.0},"72":{"tf":1.0},"86":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":7,"docs":{"101":{"tf":1.0},"211":{"tf":1.0},"217":{"tf":1.7320508075688772},"225":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"211":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":3,"docs":{"130":{"tf":1.0},"254":{"tf":1.4142135623730951},"89":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":8,"docs":{"151":{"tf":1.0},"192":{"tf":1.0},"196":{"tf":1.4142135623730951},"198":{"tf":1.0},"206":{"tf":1.0},"232":{"tf":2.0},"236":{"tf":1.0},"254":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"df":8,"docs":{"113":{"tf":1.0},"130":{"tf":1.0},"154":{"tf":1.0},"176":{"tf":1.0},"197":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"66":{"tf":1.0},"68":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"146":{"tf":1.0},"198":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"169":{"tf":1.0},"198":{"tf":1.0},"48":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"111":{"tf":1.0},"189":{"tf":1.0},"3":{"tf":1.0},"54":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"253":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"112":{"tf":1.0},"172":{"tf":1.0},"198":{"tf":1.4142135623730951},"200":{"tf":1.0},"249":{"tf":1.0},"5":{"tf":1.0},"57":{"tf":1.0},"72":{"tf":1.0}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"257":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"108":{"tf":1.0},"12":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"179":{"tf":1.0},"219":{"tf":1.0},"225":{"tf":1.0},"234":{"tf":1.0},"236":{"tf":1.0},"247":{"tf":1.0},"5":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":18,"docs":{"121":{"tf":1.0},"133":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.0},"184":{"tf":1.0},"198":{"tf":1.0},"202":{"tf":1.0},"204":{"tf":1.0},"211":{"tf":1.0},"221":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":2.0},"236":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"66":{"tf":1.4142135623730951}}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"197":{"tf":1.0},"37":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"228":{"tf":1.0},"232":{"tf":1.0}}}}}}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"235":{"tf":1.0},"237":{"tf":1.0}}},"y":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"p":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"237":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":3,"docs":{"197":{"tf":1.0},"239":{"tf":1.0},"44":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":13,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"103":{"tf":1.7320508075688772},"206":{"tf":1.0},"232":{"tf":1.4142135623730951},"233":{"tf":1.4142135623730951},"234":{"tf":1.7320508075688772},"239":{"tf":1.0},"240":{"tf":1.7320508075688772},"32":{"tf":1.0},"37":{"tf":1.0},"68":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"g":{"df":3,"docs":{"193":{"tf":1.0},"225":{"tf":1.0},"9":{"tf":1.0}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"197":{"tf":1.0}}}}}},"o":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"103":{"tf":1.0},"84":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":8,"docs":{"135":{"tf":1.0},"167":{"tf":1.0},"223":{"tf":1.0},"226":{"tf":1.0},"232":{"tf":1.0},"36":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"k":{"'":{"df":1,"docs":{"211":{"tf":1.0}}},"df":5,"docs":{"1":{"tf":1.0},"126":{"tf":1.0},"137":{"tf":1.0},"244":{"tf":1.0},"3":{"tf":1.4142135623730951}}},"l":{"_":{"a":{"d":{"d":{"df":1,"docs":{"151":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"21":{"tf":1.4142135623730951},"240":{"tf":1.0},"8":{"tf":1.7320508075688772}}},"t":{"df":1,"docs":{"233":{"tf":1.0}},"p":{"(":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{":":{":":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{":":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"233":{"tf":1.0}}}}}}}}}},"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":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"233":{"tf":1.4142135623730951}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"233":{"tf":2.8284271247461903}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":30,"docs":{"140":{"tf":1.0},"143":{"tf":1.7320508075688772},"166":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.7320508075688772},"177":{"tf":2.23606797749979},"179":{"tf":1.0},"181":{"tf":2.449489742783178},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":2.0},"211":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"29":{"tf":2.0},"3":{"tf":1.0},"42":{"tf":2.0},"44":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.7320508075688772},"6":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.7320508075688772},"81":{"tf":1.0},"82":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"h":{"df":11,"docs":{"17":{"tf":1.0},"172":{"tf":1.0},"18":{"tf":1.0},"185":{"tf":1.0},"206":{"tf":1.0},"233":{"tf":1.4142135623730951},"234":{"tf":1.0},"239":{"tf":1.7320508075688772},"34":{"tf":1.0},"51":{"tf":1.0},"8":{"tf":1.0}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"240":{"tf":1.0},"68":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"194":{"tf":1.0},"197":{"tf":1.0},"88":{"tf":1.0}}}}},"df":3,"docs":{"199":{"tf":1.4142135623730951},"224":{"tf":1.0},"28":{"tf":1.0}}},"df":0,"docs":{}}},"x":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"a":{"d":{"d":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"170":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"(":{"df":1,"docs":{"170":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"n":{"df":1,"docs":{"170":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":4,"docs":{"118":{"tf":1.0},"120":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":2,"docs":{"155":{"tf":1.4142135623730951},"170":{"tf":2.23606797749979}}}}}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":1,"docs":{"37":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"170":{"tf":2.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":1,"docs":{"170":{"tf":1.4142135623730951}}}}}},"t":{"df":2,"docs":{"7":{"tf":1.0},"8":{"tf":1.0}}}},"df":3,"docs":{"172":{"tf":1.0},"20":{"tf":1.0},"52":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":7,"docs":{"106":{"tf":1.0},"199":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"3":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"240":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"246":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"240":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"234":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"184":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"148":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"148":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":1,"docs":{"148":{"tf":1.7320508075688772}}}}}}},"df":1,"docs":{"148":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"73":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":4,"docs":{"148":{"tf":1.0},"241":{"tf":1.0},"60":{"tf":1.0},"73":{"tf":1.0}}}}}},"g":{"df":4,"docs":{"197":{"tf":1.0},"199":{"tf":2.0},"34":{"tf":1.0},"68":{"tf":1.7320508075688772}}},"i":{"df":0,"docs":{},"l":{"d":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"162":{"tf":1.0}}}}}}},"df":10,"docs":{"11":{"tf":1.0},"164":{"tf":1.0},"183":{"tf":1.0},"189":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.4142135623730951},"218":{"tf":2.0},"239":{"tf":1.0},"240":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"162":{"tf":1.0}}}}}}},"df":7,"docs":{"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":2.23606797749979},"166":{"tf":2.23606797749979},"167":{"tf":1.0},"18":{"tf":1.0},"236":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"184":{"tf":1.0},"197":{"tf":1.0},"241":{"tf":1.0},"72":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"137":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"121":{"tf":1.0},"198":{"tf":1.0}}}},"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"202":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"116":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"198":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.4142135623730951}}}}}},"c":{".":{"df":0,"docs":{},"f":{"1":{"df":1,"docs":{"177":{"tf":1.0}}},"3":{"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{}}},"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"60":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"73":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.4142135623730951}}}}}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"95":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":21,"docs":{"107":{"tf":1.0},"128":{"tf":1.0},"146":{"tf":1.0},"161":{"tf":1.0},"189":{"tf":1.0},"198":{"tf":1.7320508075688772},"199":{"tf":1.7320508075688772},"200":{"tf":1.0},"203":{"tf":1.7320508075688772},"206":{"tf":1.0},"222":{"tf":1.4142135623730951},"232":{"tf":1.0},"239":{"tf":2.0},"240":{"tf":3.3166247903554},"37":{"tf":1.7320508075688772},"66":{"tf":1.0},"67":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.7320508075688772},"74":{"tf":1.0},"98":{"tf":1.0}},"e":{"df":1,"docs":{"71":{"tf":1.0}},"r":{"'":{"df":1,"docs":{"67":{"tf":1.0}}},"df":2,"docs":{"233":{"tf":1.4142135623730951},"67":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"233":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"243":{"tf":1.4142135623730951}}}}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"140":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":1,"docs":{"217":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"57":{"tf":1.0},"81":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":6,"docs":{"149":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"225":{"tf":1.0},"37":{"tf":1.0},"5":{"tf":1.0}}},"g":{"df":0,"docs":{},"o":{"df":4,"docs":{"183":{"tf":1.0},"211":{"tf":1.0},"218":{"tf":1.0},"97":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"113":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":26,"docs":{"107":{"tf":1.4142135623730951},"121":{"tf":1.7320508075688772},"130":{"tf":1.4142135623730951},"149":{"tf":1.0},"157":{"tf":1.0},"166":{"tf":1.0},"170":{"tf":1.0},"192":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.7320508075688772},"225":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"29":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"36":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.4142135623730951}}},"t":{"df":3,"docs":{"198":{"tf":1.4142135623730951},"206":{"tf":1.0},"237":{"tf":1.4142135623730951}},"e":{"d":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"206":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":9,"docs":{"176":{"tf":1.0},"177":{"tf":1.0},"199":{"tf":1.7320508075688772},"206":{"tf":1.7320508075688772},"211":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"240":{"tf":1.0},"68":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"89":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":26,"docs":{"144":{"tf":1.0},"166":{"tf":1.0},"177":{"tf":2.449489742783178},"183":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951},"198":{"tf":2.23606797749979},"199":{"tf":2.449489742783178},"206":{"tf":2.8284271247461903},"224":{"tf":1.0},"232":{"tf":1.7320508075688772},"41":{"tf":1.7320508075688772},"45":{"tf":1.0},"57":{"tf":1.4142135623730951},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":2.6457513110645907},"67":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":2.0},"87":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"197":{"tf":1.0},"206":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"199":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"h":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"(":{"1":{"0":{"df":1,"docs":{"127":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"240":{"tf":1.4142135623730951}}}}}}},"n":{"df":0,"docs":{},"g":{"df":19,"docs":{"116":{"tf":1.0},"133":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.4142135623730951},"200":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"217":{"tf":1.4142135623730951},"218":{"tf":1.4142135623730951},"227":{"tf":1.0},"232":{"tf":1.0},"236":{"tf":1.0},"247":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.7320508075688772},"8":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"211":{"tf":1.0},"3":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"60":{"tf":1.0},"68":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"194":{"tf":1.0},"197":{"tf":1.0},"3":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"198":{"tf":1.0},"61":{"tf":1.0}}}},"df":2,"docs":{"127":{"tf":1.0},"61":{"tf":2.0}},"e":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"8":{"tf":1.0}}},"t":{"df":1,"docs":{"206":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"94":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":12,"docs":{"1":{"tf":1.0},"132":{"tf":1.0},"177":{"tf":1.0},"199":{"tf":1.0},"206":{"tf":1.0},"21":{"tf":1.4142135623730951},"224":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"28":{"tf":1.0},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":15,"docs":{"140":{"tf":1.0},"143":{"tf":1.7320508075688772},"155":{"tf":1.0},"166":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.4142135623730951},"179":{"tf":1.0},"181":{"tf":1.7320508075688772},"208":{"tf":1.0},"209":{"tf":1.0},"211":{"tf":1.7320508075688772},"3":{"tf":1.0},"42":{"tf":1.7320508075688772},"44":{"tf":1.0},"46":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"166":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"170":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"200":{"tf":1.0},"258":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"146":{"tf":1.0},"150":{"tf":1.0},"232":{"tf":1.0},"239":{"tf":1.0}}}}}},"i":{"df":1,"docs":{"218":{"tf":1.0}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"172":{"tf":1.0},"206":{"tf":1.0},"225":{"tf":1.0},"90":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"5":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"111":{"tf":1.0},"146":{"tf":1.4142135623730951},"192":{"tf":1.0},"222":{"tf":1.4142135623730951},"224":{"tf":1.7320508075688772},"231":{"tf":1.0},"232":{"tf":1.7320508075688772},"247":{"tf":1.4142135623730951},"252":{"tf":1.0}},"i":{"c":{"df":3,"docs":{"140":{"tf":1.0},"199":{"tf":1.0},"203":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":4,"docs":{"194":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"202":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"181":{"tf":1.0},"241":{"tf":1.0}}}}},"r":{"df":4,"docs":{"206":{"tf":1.0},"36":{"tf":1.0},"62":{"tf":1.0},"83":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"239":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"146":{"tf":1.0},"185":{"tf":1.0},"237":{"tf":1.4142135623730951},"247":{"tf":1.0},"27":{"tf":1.0},"88":{"tf":1.7320508075688772},"89":{"tf":1.4142135623730951},"90":{"tf":1.7320508075688772}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":3,"docs":{"211":{"tf":1.0},"217":{"tf":1.0},"219":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":11,"docs":{"107":{"tf":1.0},"172":{"tf":1.4142135623730951},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":3.3166247903554},"212":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.7320508075688772},"46":{"tf":1.0},"82":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":5,"docs":{"173":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.7320508075688772},"240":{"tf":1.0},"247":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"df":10,"docs":{"119":{"tf":1.0},"121":{"tf":1.0},"151":{"tf":1.0},"230":{"tf":1.0},"259":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.7320508075688772},"82":{"tf":1.4142135623730951},"83":{"tf":1.7320508075688772},"84":{"tf":1.0}}}}}}},"m":{"d":{"(":{")":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{")":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},")":{"(":{")":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"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":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"118":{"tf":1.0},"119":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":1,"docs":{"118":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"62":{"tf":1.0}}},"df":62,"docs":{"112":{"tf":1.7320508075688772},"121":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"136":{"tf":1.0},"155":{"tf":1.0},"157":{"tf":1.0},"166":{"tf":1.0},"172":{"tf":1.0},"180":{"tf":1.4142135623730951},"181":{"tf":1.0},"184":{"tf":1.7320508075688772},"189":{"tf":1.7320508075688772},"190":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"197":{"tf":1.7320508075688772},"198":{"tf":1.4142135623730951},"199":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"203":{"tf":1.4142135623730951},"206":{"tf":2.23606797749979},"207":{"tf":1.0},"209":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"214":{"tf":1.0},"218":{"tf":1.7320508075688772},"219":{"tf":1.0},"224":{"tf":1.0},"232":{"tf":1.4142135623730951},"233":{"tf":2.23606797749979},"234":{"tf":1.0},"239":{"tf":1.7320508075688772},"240":{"tf":1.7320508075688772},"3":{"tf":1.7320508075688772},"32":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"5":{"tf":2.0},"50":{"tf":2.0},"51":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.7320508075688772},"57":{"tf":2.0},"58":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.7320508075688772},"7":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0},"90":{"tf":1.7320508075688772},"96":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":2,"docs":{"7":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"7":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":14,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"154":{"tf":1.4142135623730951},"169":{"tf":1.4142135623730951},"2":{"tf":1.0},"203":{"tf":1.4142135623730951},"219":{"tf":1.4142135623730951},"226":{"tf":1.0},"23":{"tf":1.0},"239":{"tf":1.0},"24":{"tf":1.0},"242":{"tf":1.0},"25":{"tf":1.4142135623730951},"29":{"tf":2.8284271247461903}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":5,"docs":{"116":{"tf":1.0},"2":{"tf":1.0},"228":{"tf":1.0},"239":{"tf":1.0},"66":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":12,"docs":{"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":2.0},"117":{"tf":2.0},"118":{"tf":2.0},"119":{"tf":2.0},"120":{"tf":1.4142135623730951},"121":{"tf":1.7320508075688772},"122":{"tf":1.4142135623730951},"217":{"tf":1.0},"218":{"tf":1.0},"253":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"198":{"tf":1.0}}}}},"df":2,"docs":{"67":{"tf":1.0},"8":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":20,"docs":{"113":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"136":{"tf":1.4142135623730951},"144":{"tf":1.0},"157":{"tf":1.7320508075688772},"158":{"tf":1.0},"17":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.7320508075688772},"18":{"tf":1.0},"2":{"tf":1.4142135623730951},"206":{"tf":1.0},"222":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.4142135623730951},"246":{"tf":1.0},"3":{"tf":1.4142135623730951},"34":{"tf":1.0},"74":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"110":{"tf":1.0},"29":{"tf":1.0},"5":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":6,"docs":{"113":{"tf":1.4142135623730951},"156":{"tf":1.0},"187":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"135":{"tf":1.0}}},"t":{"df":6,"docs":{"133":{"tf":1.0},"134":{"tf":1.0},"197":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":23,"docs":{"102":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.0},"151":{"tf":1.0},"169":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"206":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"217":{"tf":1.0},"229":{"tf":1.0},"232":{"tf":1.4142135623730951},"233":{"tf":1.0},"235":{"tf":1.0},"37":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"97":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"242":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"t":{"df":6,"docs":{"147":{"tf":1.0},"198":{"tf":1.0},"211":{"tf":1.0},"224":{"tf":1.0},"240":{"tf":1.0},"68":{"tf":1.0}}},"x":{"df":12,"docs":{"109":{"tf":1.0},"110":{"tf":1.0},"159":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"249":{"tf":1.0},"28":{"tf":1.0},"5":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}}}},"i":{"c":{"df":5,"docs":{"162":{"tf":1.0},"211":{"tf":1.0},"249":{"tf":1.0},"5":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"251":{"tf":1.0},"252":{"tf":1.0},"254":{"tf":1.0}}},"s":{"df":6,"docs":{"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"227":{"tf":1.0},"230":{"tf":1.4142135623730951},"240":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"222":{"tf":1.0},"239":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":3,"docs":{"197":{"tf":1.0},"205":{"tf":1.0},"62":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"128":{"tf":1.4142135623730951},"227":{"tf":1.0},"241":{"tf":1.0},"257":{"tf":1.0},"5":{"tf":1.4142135623730951}}}}}},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"20":{"tf":1.0}}}},"p":{"df":0,"docs":{},"t":{"df":6,"docs":{"173":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.4142135623730951},"239":{"tf":2.0},"240":{"tf":1.4142135623730951},"241":{"tf":1.0}},"u":{"df":1,"docs":{"240":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"146":{"tf":1.0},"149":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"96":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"136":{"tf":1.0},"155":{"tf":1.0},"170":{"tf":1.0},"240":{"tf":1.4142135623730951},"247":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"206":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"199":{"tf":1.4142135623730951},"209":{"tf":1.0},"48":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"42":{"tf":1.0},"54":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{".":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"1":{"df":1,"docs":{"21":{"tf":1.4142135623730951}}},"df":1,"docs":{"21":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"18":{"tf":1.0},"233":{"tf":1.0},"237":{"tf":1.0}}}}},"n":{"df":1,"docs":{"207":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"185":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":3,"docs":{"134":{"tf":1.0},"211":{"tf":1.0},"233":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"94":{"tf":2.23606797749979},"95":{"tf":2.23606797749979}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"_":{"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":{},"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":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"237":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":2.0}}}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":2,"docs":{"198":{"tf":1.0},"211":{"tf":1.4142135623730951}}}}},"i":{"d":{"df":10,"docs":{"199":{"tf":1.7320508075688772},"200":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"236":{"tf":1.0},"240":{"tf":1.4142135623730951},"68":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"130":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"125":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"194":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"217":{"tf":1.0}}}}},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"218":{"tf":1.0}}}}}},"df":5,"docs":{"199":{"tf":1.4142135623730951},"60":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.4142135623730951}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"211":{"tf":1.0},"232":{"tf":1.0},"53":{"tf":1.0}}}}}},"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":22,"docs":{"12":{"tf":1.0},"16":{"tf":1.4142135623730951},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"167":{"tf":1.4142135623730951},"173":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"227":{"tf":1.0},"232":{"tf":1.0},"236":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.4142135623730951},"253":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"41":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":14,"docs":{"132":{"tf":1.0},"139":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"17":{"tf":2.23606797749979},"20":{"tf":1.7320508075688772},"22":{"tf":1.0},"232":{"tf":1.0},"89":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":6,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"107":{"tf":1.0},"162":{"tf":1.0},"173":{"tf":1.0},"83":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":19,"docs":{"107":{"tf":1.0},"143":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.4142135623730951},"192":{"tf":1.0},"194":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":2.0},"203":{"tf":1.0},"233":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":1.7320508075688772},"55":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"192":{"tf":1.4142135623730951},"206":{"tf":1.0},"242":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":5,"docs":{"110":{"tf":1.0},"126":{"tf":1.4142135623730951},"129":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":6,"docs":{"183":{"tf":1.0},"230":{"tf":1.0},"233":{"tf":1.0},"240":{"tf":1.0},"34":{"tf":1.0},"73":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"196":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"1":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"v":{"df":1,"docs":{"177":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":7,"docs":{"133":{"tf":1.0},"159":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"233":{"tf":1.0},"237":{"tf":1.0},"54":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}},"t":{"df":3,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"230":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":4,"docs":{"225":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.0}}},"t":{"df":8,"docs":{"186":{"tf":1.0},"225":{"tf":1.0},"57":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"35":{"tf":1.0}}},"i":{"df":11,"docs":{"136":{"tf":1.0},"172":{"tf":1.0},"211":{"tf":1.4142135623730951},"218":{"tf":1.0},"232":{"tf":1.0},"50":{"tf":1.0},"60":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.7320508075688772},"81":{"tf":1.0},"83":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"143":{"tf":1.4142135623730951},"237":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"202":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"247":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"198":{"tf":1.4142135623730951},"206":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"229":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"255":{"tf":1.0}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"197":{"tf":1.0},"199":{"tf":1.4142135623730951},"60":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"134":{"tf":1.0},"200":{"tf":1.0},"50":{"tf":1.0},"66":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"d":{"b":{"df":0,"docs":{},"m":{"df":1,"docs":{"199":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":5,"docs":{"172":{"tf":1.0},"190":{"tf":1.0},"198":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"207":{"tf":1.0}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"207":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"s":{"df":5,"docs":{"194":{"tf":1.0},"199":{"tf":1.0},"233":{"tf":1.0},"42":{"tf":1.0},"55":{"tf":1.0}}}}},"w":{"<":{"'":{"_":{"df":1,"docs":{"237":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"20":{"tf":1.0},"237":{"tf":1.0}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"144":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"u":{"df":1,"docs":{"186":{"tf":1.0}}}},"r":{"a":{"b":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"116":{"tf":1.0},"36":{"tf":1.0},"68":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"98":{"tf":1.0}}},":":{":":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{":":{"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":{"233":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"68":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"67":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"67":{"tf":1.0},"68":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"67":{"tf":1.0},"68":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":21,"docs":{"132":{"tf":1.0},"137":{"tf":1.0},"151":{"tf":2.23606797749979},"167":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":2.23606797749979},"185":{"tf":2.0},"186":{"tf":1.7320508075688772},"187":{"tf":1.0},"192":{"tf":1.0},"197":{"tf":1.0},"214":{"tf":1.4142135623730951},"217":{"tf":1.4142135623730951},"226":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.4142135623730951},"79":{"tf":1.0},"88":{"tf":1.4142135623730951}},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":3,"docs":{"183":{"tf":1.4142135623730951},"185":{"tf":1.0},"187":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":31,"docs":{"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.4142135623730951},"120":{"tf":1.0},"121":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"159":{"tf":1.0},"16":{"tf":1.0},"162":{"tf":1.0},"165":{"tf":1.0},"169":{"tf":1.4142135623730951},"170":{"tf":1.0},"173":{"tf":1.0},"189":{"tf":1.0},"192":{"tf":1.0},"198":{"tf":1.0},"206":{"tf":1.4142135623730951},"21":{"tf":1.0},"232":{"tf":1.4142135623730951},"233":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":3.0},"241":{"tf":1.0},"3":{"tf":1.0},"61":{"tf":1.0},"68":{"tf":1.0},"74":{"tf":1.0},"95":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"159":{"tf":2.23606797749979},"74":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"239":{"tf":1.7320508075688772},"240":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"232":{"tf":1.0}}},"df":0,"docs":{}}}},"u":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"66":{"tf":1.4142135623730951},"72":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"66":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.7320508075688772},"74":{"tf":1.4142135623730951}}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"110":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"185":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"8":{"tf":2.23606797749979}},"s":{"\"":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"144":{"tf":1.0},"233":{"tf":1.0},"235":{"tf":1.0},"60":{"tf":1.0}}}}},"i":{"df":2,"docs":{"239":{"tf":1.0},"240":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"a":{"d":{"d":{"df":1,"docs":{"151":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"130":{"tf":1.0},"151":{"tf":1.0},"225":{"tf":1.0},"239":{"tf":2.0},"29":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"239":{"tf":2.6457513110645907},"240":{"tf":2.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{">":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"239":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":2,"docs":{"239":{"tf":2.0},"240":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}}},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"240":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"74":{"tf":1.4142135623730951}}}}},"t":{"a":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"\"":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"148":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"\"":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"148":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"148":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"148":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"101":{"tf":1.4142135623730951}}}}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":5,"docs":{"117":{"tf":1.4142135623730951},"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"239":{"tf":1.4142135623730951},"60":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"(":{"_":{"df":1,"docs":{"60":{"tf":1.0}}},"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"_":{"df":1,"docs":{"60":{"tf":1.0}}},"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"60":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":2,"docs":{"59":{"tf":1.4142135623730951},"60":{"tf":2.0}}}}}}}}}},"df":0,"docs":{}},"df":41,"docs":{"100":{"tf":1.7320508075688772},"101":{"tf":2.8284271247461903},"102":{"tf":1.0},"103":{"tf":1.0},"116":{"tf":1.0},"140":{"tf":1.7320508075688772},"143":{"tf":1.4142135623730951},"148":{"tf":3.0},"149":{"tf":1.0},"154":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"157":{"tf":1.0},"158":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.7320508075688772},"171":{"tf":2.0},"172":{"tf":2.8284271247461903},"173":{"tf":2.23606797749979},"196":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"202":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.4142135623730951},"239":{"tf":2.0},"24":{"tf":1.0},"240":{"tf":2.449489742783178},"241":{"tf":1.0},"25":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.7320508075688772},"26":{"tf":2.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":2.23606797749979},"66":{"tf":1.0},"67":{"tf":1.0},"71":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.4142135623730951}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":5,"docs":{"157":{"tf":1.0},"198":{"tf":3.3166247903554},"199":{"tf":2.23606797749979},"206":{"tf":1.4142135623730951},"29":{"tf":1.0}}}}}},"b":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"c":{"df":1,"docs":{"251":{"tf":1.0}}},"df":1,"docs":{"199":{"tf":1.0}},"m":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"d":{"b":{"df":0,"docs":{},"m":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"(":{"d":{"b":{"df":1,"docs":{"199":{"tf":1.0}},"m":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"199":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"d":{"b":{"df":0,"docs":{},"m":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"d":{"b":{"df":0,"docs":{},"m":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"(":{"d":{"b":{"df":0,"docs":{},"m":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"(":{"d":{"b":{"df":0,"docs":{},"m":{"df":2,"docs":{"198":{"tf":1.0},"199":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"(":{"*":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"199":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"d":{"b":{"df":1,"docs":{"199":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"199":{"tf":1.0}}}}}},"df":0,"docs":{}},"x":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"199":{"tf":1.0}}}}}},"df":1,"docs":{"199":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"(":{"d":{"b":{"df":0,"docs":{},"m":{"df":2,"docs":{"198":{"tf":1.0},"199":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"198":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"198":{"tf":1.0},"199":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"(":{"d":{"b":{"df":0,"docs":{},"m":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":3,"docs":{"198":{"tf":2.6457513110645907},"199":{"tf":2.8284271247461903},"200":{"tf":1.0}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"199":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"<":{"'":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"199":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":3,"docs":{"218":{"tf":1.0},"240":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772}},"e":{"a":{"d":{"_":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"218":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":1,"docs":{"159":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"21":{"tf":1.0},"239":{"tf":1.7320508075688772},"36":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"3":{"tf":1.0},"42":{"tf":1.0},"7":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"198":{"tf":1.0},"233":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":7,"docs":{"206":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.0},"230":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.0},"8":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"176":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"146":{"tf":1.0},"218":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"234":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"217":{"tf":1.0}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":15,"docs":{"134":{"tf":1.0},"157":{"tf":1.0},"17":{"tf":3.3166247903554},"170":{"tf":1.0},"18":{"tf":1.7320508075688772},"185":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":2.449489742783178},"21":{"tf":2.6457513110645907},"22":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"81":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":18,"docs":{"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.4142135623730951},"124":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.0},"146":{"tf":1.0},"170":{"tf":1.0},"198":{"tf":2.0},"210":{"tf":1.0},"224":{"tf":1.0},"232":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"251":{"tf":1.0},"33":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":8,"docs":{"127":{"tf":1.0},"198":{"tf":1.0},"205":{"tf":1.0},"225":{"tf":1.0},"227":{"tf":1.0},"240":{"tf":1.0},"251":{"tf":1.0},"83":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"225":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"226":{"tf":1.4142135623730951}}},"t":{"df":1,"docs":{"29":{"tf":1.0}}}},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"211":{"tf":1.0},"89":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"250":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"151":{"tf":1.0},"206":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"i":{"df":4,"docs":{"206":{"tf":1.0},"217":{"tf":1.4142135623730951},"218":{"tf":2.23606797749979},"233":{"tf":1.0}}},"y":{"(":{"b":{"a":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":1,"docs":{"218":{"tf":1.0}}}}}}},"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":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"218":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"213":{"tf":1.0},"215":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":9,"docs":{"126":{"tf":1.0},"146":{"tf":1.7320508075688772},"152":{"tf":1.0},"183":{"tf":1.0},"185":{"tf":1.4142135623730951},"200":{"tf":1.0},"225":{"tf":1.0},"247":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"c":{"df":3,"docs":{"217":{"tf":1.0},"218":{"tf":1.4142135623730951},"219":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"18":{"tf":1.0},"199":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":3,"docs":{"140":{"tf":1.0},"222":{"tf":1.0},"25":{"tf":1.0}}}}}}},"df":0,"docs":{}},"<":{"'":{"a":{">":{"(":{"&":{"'":{"a":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"=":{"b":{"a":{"df":0,"docs":{},"r":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":12,"docs":{"140":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.7320508075688772},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":2,"docs":{"222":{"tf":1.0},"29":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":4,"docs":{"222":{"tf":1.4142135623730951},"225":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"i":{"df":0,"docs":{},"v":{"df":6,"docs":{"137":{"tf":1.0},"146":{"tf":1.0},"17":{"tf":1.4142135623730951},"21":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0}},"e":{"(":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"233":{"tf":1.0},"239":{"tf":1.7320508075688772}}}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":4,"docs":{"162":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"240":{"tf":1.0}}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"22":{"tf":1.0}}}}}},"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"167":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"137":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":4,"docs":{"110":{"tf":1.0},"228":{"tf":1.4142135623730951},"230":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":36,"docs":{"100":{"tf":1.0},"105":{"tf":1.0},"11":{"tf":1.0},"115":{"tf":1.0},"124":{"tf":1.0},"131":{"tf":1.0},"139":{"tf":1.0},"146":{"tf":1.0},"154":{"tf":1.0},"16":{"tf":1.0},"161":{"tf":1.0},"167":{"tf":1.0},"169":{"tf":1.0},"176":{"tf":1.0},"18":{"tf":1.0},"183":{"tf":1.0},"189":{"tf":1.0},"196":{"tf":1.0},"20":{"tf":1.0},"202":{"tf":1.0},"209":{"tf":1.0},"214":{"tf":1.0},"221":{"tf":1.0},"232":{"tf":1.0},"24":{"tf":1.0},"32":{"tf":1.0},"40":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0},"65":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.0},"86":{"tf":1.0},"93":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"<":{"'":{"d":{"df":1,"docs":{"240":{"tf":1.0}}},"df":0,"docs":{}},"d":{">":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"240":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"<":{"df":0,"docs":{},"v":{">":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"240":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"<":{"df":0,"docs":{},"v":{">":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"240":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"<":{"'":{"d":{"df":1,"docs":{"240":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"151":{"tf":1.0},"240":{"tf":4.47213595499958}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":37,"docs":{"110":{"tf":2.449489742783178},"111":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"128":{"tf":1.4142135623730951},"146":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"159":{"tf":2.0},"174":{"tf":1.4142135623730951},"176":{"tf":1.4142135623730951},"177":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"194":{"tf":1.4142135623730951},"196":{"tf":1.7320508075688772},"197":{"tf":2.0},"198":{"tf":1.7320508075688772},"199":{"tf":2.0},"2":{"tf":1.4142135623730951},"200":{"tf":1.7320508075688772},"202":{"tf":1.4142135623730951},"207":{"tf":1.0},"211":{"tf":1.0},"225":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.7320508075688772},"240":{"tf":1.7320508075688772},"241":{"tf":1.0},"243":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"249":{"tf":1.0},"251":{"tf":1.4142135623730951},"256":{"tf":1.0},"3":{"tf":2.0},"5":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"37":{"tf":1.7320508075688772}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":10,"docs":{"139":{"tf":1.0},"140":{"tf":1.4142135623730951},"144":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":2.0},"37":{"tf":2.6457513110645907},"54":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":7,"docs":{"126":{"tf":1.0},"133":{"tf":1.0},"169":{"tf":1.0},"2":{"tf":1.0},"225":{"tf":1.0},"241":{"tf":1.0},"57":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"211":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"233":{"tf":1.0},"237":{"tf":1.0},"240":{"tf":2.0},"8":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"106":{"tf":1.0},"107":{"tf":1.0}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":6,"docs":{"184":{"tf":1.0},"2":{"tf":1.4142135623730951},"209":{"tf":1.4142135623730951},"211":{"tf":1.0},"218":{"tf":1.0},"5":{"tf":1.4142135623730951}}}}}},"i":{"c":{"df":1,"docs":{"237":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"i":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"197":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"240":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":27,"docs":{"116":{"tf":1.0},"119":{"tf":1.4142135623730951},"146":{"tf":1.0},"147":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"154":{"tf":1.0},"170":{"tf":1.0},"185":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":1.0},"205":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"230":{"tf":1.0},"232":{"tf":3.0},"233":{"tf":1.4142135623730951},"237":{"tf":2.23606797749979},"239":{"tf":1.7320508075688772},"241":{"tf":1.0},"29":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":1.0}}}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":4,"docs":{"205":{"tf":1.0},"206":{"tf":1.0},"34":{"tf":1.0},"68":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"125":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"128":{"tf":1.0}}}}}}}}},"p":{"df":1,"docs":{"247":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"118":{"tf":1.0},"252":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":6,"docs":{"165":{"tf":1.0},"189":{"tf":1.0},"54":{"tf":1.0},"65":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"a":{"d":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":23,"docs":{"103":{"tf":1.0},"109":{"tf":1.0},"135":{"tf":1.0},"14":{"tf":1.0},"150":{"tf":1.0},"165":{"tf":1.0},"180":{"tf":1.0},"185":{"tf":1.0},"191":{"tf":1.0},"200":{"tf":1.0},"205":{"tf":1.0},"224":{"tf":1.0},"235":{"tf":1.0},"28":{"tf":1.0},"36":{"tf":1.0},"44":{"tf":1.0},"52":{"tf":1.0},"63":{"tf":1.0},"69":{"tf":1.0},"75":{"tf":1.0},"84":{"tf":1.0},"90":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"217":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"211":{"tf":1.0}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"206":{"tf":1.0}}}},"df":0,"docs":{}}},"v":{"df":2,"docs":{"162":{"tf":1.0},"217":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":18,"docs":{"121":{"tf":1.0},"128":{"tf":1.0},"136":{"tf":1.0},"143":{"tf":1.0},"151":{"tf":1.0},"157":{"tf":1.0},"166":{"tf":1.0},"169":{"tf":1.0},"172":{"tf":1.0},"181":{"tf":1.0},"225":{"tf":1.0},"29":{"tf":1.0},"37":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.0},"98":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":9,"docs":{"121":{"tf":1.7320508075688772},"225":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"130":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"181":{"tf":1.0},"232":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"133":{"tf":1.4142135623730951}}}}}}}}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"b":{"df":1,"docs":{"239":{"tf":1.7320508075688772}}},"c":{"(":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"98":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":4,"docs":{"67":{"tf":1.0},"86":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":16,"docs":{"185":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"212":{"tf":1.4142135623730951},"219":{"tf":1.0},"22":{"tf":1.0},"224":{"tf":1.0},"226":{"tf":1.0},"240":{"tf":1.0},"256":{"tf":1.0},"30":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.0},"79":{"tf":1.0},"86":{"tf":1.0}}}}}}}},"df":4,"docs":{"113":{"tf":1.0},"194":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0}},"e":{"df":2,"docs":{"239":{"tf":1.0},"240":{"tf":1.0}},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":5,"docs":{"107":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"44":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"124":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"'":{"df":0,"docs":{},"t":{"df":9,"docs":{"102":{"tf":1.0},"147":{"tf":1.0},"151":{"tf":1.0},"172":{"tf":1.0},"181":{"tf":1.0},"198":{"tf":1.4142135623730951},"33":{"tf":1.0},"41":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":8,"docs":{"100":{"tf":1.0},"139":{"tf":1.0},"171":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"42":{"tf":1.0}}},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"248":{"tf":1.0}}}}},"t":{"df":2,"docs":{"222":{"tf":1.0},"225":{"tf":1.0}}},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":3,"docs":{"22":{"tf":1.0},"234":{"tf":1.0},"68":{"tf":1.0}},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"135":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"198":{"tf":1.0},"199":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"126":{"tf":1.0}}}}},"w":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"200":{"tf":1.0},"217":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"241":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"248":{"tf":1.0}}},"o":{"df":0,"docs":{},"p":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"140":{"tf":1.0},"33":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":9,"docs":{"117":{"tf":1.0},"118":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"140":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"53":{"tf":1.0},"83":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"198":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"e":{"df":9,"docs":{"110":{"tf":1.4142135623730951},"130":{"tf":1.0},"172":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"34":{"tf":1.0},"68":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"234":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.4142135623730951},"67":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"206":{"tf":1.4142135623730951},"71":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"157":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":9,"docs":{"121":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"240":{"tf":1.0},"29":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0}}}},"df":2,"docs":{"49":{"tf":1.0},"53":{"tf":1.0}}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":15,"docs":{"107":{"tf":1.0},"117":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"136":{"tf":1.0},"147":{"tf":1.0},"151":{"tf":1.7320508075688772},"157":{"tf":1.0},"20":{"tf":1.0},"206":{"tf":1.0},"217":{"tf":1.0},"223":{"tf":1.0},"240":{"tf":1.0},"29":{"tf":1.0},"37":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"206":{"tf":1.0}}}}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":23,"docs":{"117":{"tf":1.4142135623730951},"119":{"tf":1.0},"120":{"tf":1.0},"150":{"tf":1.0},"154":{"tf":1.0},"157":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.4142135623730951},"173":{"tf":1.0},"176":{"tf":1.0},"181":{"tf":1.0},"203":{"tf":1.4142135623730951},"227":{"tf":1.0},"229":{"tf":1.0},"232":{"tf":1.0},"239":{"tf":1.7320508075688772},"240":{"tf":2.0},"29":{"tf":1.0},"37":{"tf":1.4142135623730951},"50":{"tf":1.0},"53":{"tf":1.4142135623730951},"8":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"34":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"171":{"tf":1.0},"198":{"tf":1.0},"240":{"tf":1.7320508075688772}}}}}}},"s":{"df":1,"docs":{"174":{"tf":1.0}},"i":{"df":5,"docs":{"183":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"53":{"tf":1.0},"92":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"128":{"tf":1.0},"172":{"tf":1.0},"184":{"tf":1.0},"190":{"tf":1.0},"200":{"tf":1.4142135623730951},"205":{"tf":1.0},"234":{"tf":1.0},"95":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"151":{"tf":1.0},"63":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"237":{"tf":1.0},"240":{"tf":1.0}}}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"183":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"116":{"tf":1.0}}}}}}},"df":11,"docs":{"120":{"tf":1.4142135623730951},"155":{"tf":2.0},"157":{"tf":1.4142135623730951},"170":{"tf":1.4142135623730951},"240":{"tf":2.449489742783178},"41":{"tf":2.23606797749979},"42":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":2.0},"61":{"tf":1.0},"8":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"163":{"tf":1.0},"2":{"tf":1.0},"240":{"tf":1.0},"253":{"tf":1.0}},"s":{".":{".":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"253":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"i":{"df":8,"docs":{"107":{"tf":1.0},"128":{"tf":1.0},"14":{"tf":1.4142135623730951},"166":{"tf":1.0},"172":{"tf":1.4142135623730951},"203":{"tf":1.0},"205":{"tf":1.4142135623730951},"206":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"200":{"tf":1.0},"93":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":1,"docs":{"128":{"tf":1.0}}}}}}},"df":7,"docs":{"128":{"tf":1.0},"20":{"tf":1.0},"230":{"tf":1.4142135623730951},"3":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.4142135623730951}}}}}}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"143":{"tf":1.0}}}}},"m":{"b":{"df":1,"docs":{"189":{"tf":1.0}},"e":{"d":{"df":2,"docs":{"222":{"tf":1.0},"237":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"217":{"tf":1.0}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"240":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":4,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"221":{"tf":1.0},"222":{"tf":1.0}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"146":{"tf":1.0},"206":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":7,"docs":{"116":{"tf":1.0},"118":{"tf":1.0},"130":{"tf":1.0},"154":{"tf":1.0},"196":{"tf":1.7320508075688772},"198":{"tf":1.0},"252":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"184":{"tf":1.0}}}},"df":0,"docs":{}}}}},"d":{"df":15,"docs":{"127":{"tf":1.0},"148":{"tf":1.0},"176":{"tf":1.0},"180":{"tf":1.0},"199":{"tf":1.4142135623730951},"203":{"tf":1.0},"232":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"37":{"tf":1.4142135623730951},"53":{"tf":1.0},"60":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.7320508075688772},"78":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"130":{"tf":1.0},"225":{"tf":1.0},"233":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"181":{"tf":1.0},"184":{"tf":1.0},"2":{"tf":1.0}}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"3":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":4,"docs":{"130":{"tf":1.0},"233":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":16,"docs":{"102":{"tf":1.0},"134":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"143":{"tf":2.0},"192":{"tf":1.0},"202":{"tf":1.0},"206":{"tf":1.0},"209":{"tf":1.0},"214":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"74":{"tf":1.0},"88":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"199":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":5,"docs":{"194":{"tf":1.0},"206":{"tf":1.0},"233":{"tf":1.0},"55":{"tf":1.0},"68":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"174":{"tf":1.0},"247":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"144":{"tf":1.0},"148":{"tf":1.4142135623730951},"198":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":15,"docs":{"155":{"tf":1.4142135623730951},"170":{"tf":1.4142135623730951},"212":{"tf":1.0},"233":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.7320508075688772},"42":{"tf":2.0},"57":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"86":{"tf":1.7320508075688772},"87":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"2":{"tf":1.0},"81":{"tf":1.4142135623730951}}}}}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"203":{"tf":1.0}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":6,"docs":{"198":{"tf":1.0},"232":{"tf":1.0},"32":{"tf":1.0},"42":{"tf":1.0},"66":{"tf":1.0},"78":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"240":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"206":{"tf":1.0},"240":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"239":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":7,"docs":{"143":{"tf":1.0},"151":{"tf":1.0},"166":{"tf":1.0},"172":{"tf":1.0},"189":{"tf":1.0},"225":{"tf":1.0},"90":{"tf":1.0}}}}}}},"r":{"(":{"df":3,"docs":{"206":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"106":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":2,"docs":{"34":{"tf":1.0},"73":{"tf":1.0}},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"59":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{".":{"a":{"df":0,"docs":{},"s":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{")":{".":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"df":1,"docs":{"60":{"tf":1.4142135623730951}}}}}},"df":25,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.0},"141":{"tf":1.4142135623730951},"142":{"tf":1.0},"143":{"tf":1.0},"148":{"tf":1.0},"177":{"tf":1.4142135623730951},"199":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"209":{"tf":1.0},"211":{"tf":1.0},"217":{"tf":1.4142135623730951},"233":{"tf":1.4142135623730951},"240":{"tf":2.8284271247461903},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":2.23606797749979},"60":{"tf":2.0},"61":{"tf":1.0},"62":{"tf":1.0},"74":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":6,"docs":{"11":{"tf":1.0},"135":{"tf":1.0},"14":{"tf":1.0},"240":{"tf":1.0},"34":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"139":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"36":{"tf":1.0}}}}}}}},"t":{"c":{"df":3,"docs":{"224":{"tf":1.4142135623730951},"28":{"tf":1.0},"35":{"tf":1.0}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"169":{"tf":1.0}}}}}}}}},"u":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"128":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":16,"docs":{"132":{"tf":1.0},"17":{"tf":1.0},"172":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":1.0},"200":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"233":{"tf":1.0},"239":{"tf":1.0},"241":{"tf":1.0},"29":{"tf":1.0},"37":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0},"89":{"tf":1.0}},"t":{"df":1,"docs":{"116":{"tf":1.0}},"u":{"df":1,"docs":{"240":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"198":{"tf":1.0},"20":{"tf":1.0},"206":{"tf":1.0},"240":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"90":{"tf":1.0}}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"197":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"225":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"211":{"tf":1.0},"37":{"tf":1.0},"79":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"143":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":69,"docs":{"101":{"tf":1.0},"106":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"12":{"tf":1.0},"122":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"132":{"tf":1.0},"140":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":1.4142135623730951},"149":{"tf":1.0},"151":{"tf":2.23606797749979},"155":{"tf":1.7320508075688772},"157":{"tf":1.4142135623730951},"16":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"170":{"tf":1.7320508075688772},"172":{"tf":1.0},"177":{"tf":1.4142135623730951},"181":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"192":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"203":{"tf":1.4142135623730951},"205":{"tf":1.0},"207":{"tf":1.4142135623730951},"21":{"tf":1.0},"210":{"tf":1.0},"215":{"tf":1.0},"217":{"tf":1.0},"222":{"tf":1.4142135623730951},"232":{"tf":1.0},"233":{"tf":1.4142135623730951},"237":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"240":{"tf":2.23606797749979},"241":{"tf":1.0},"25":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.4142135623730951},"58":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":3.0},"82":{"tf":1.0},"87":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":2.0},"95":{"tf":1.7320508075688772},"96":{"tf":1.0},"97":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"199":{"tf":1.0}},"l":{"df":2,"docs":{"198":{"tf":1.0},"2":{"tf":1.0}}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"198":{"tf":1.0},"206":{"tf":1.0}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"172":{"tf":1.0},"206":{"tf":2.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":10,"docs":{"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.7320508075688772},"120":{"tf":1.7320508075688772},"140":{"tf":1.0},"199":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"90":{"tf":1.0}},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":3,"docs":{"118":{"tf":2.0},"119":{"tf":1.0},"120":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"258":{"tf":1.0},"87":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":9,"docs":{"147":{"tf":1.0},"17":{"tf":1.0},"206":{"tf":1.7320508075688772},"209":{"tf":1.4142135623730951},"210":{"tf":1.0},"211":{"tf":1.0},"42":{"tf":1.0},"78":{"tf":1.0},"86":{"tf":1.0}}}},"t":{"df":5,"docs":{"140":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"126":{"tf":2.6457513110645907}},"e":{"c":{"df":0,"docs":{},"t":{"df":10,"docs":{"14":{"tf":1.0},"17":{"tf":1.4142135623730951},"198":{"tf":1.0},"206":{"tf":1.0},"224":{"tf":1.0},"240":{"tf":1.7320508075688772},"25":{"tf":1.0},"254":{"tf":1.0},"61":{"tf":2.0},"68":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"172":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"224":{"tf":1.0},"26":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"241":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"72":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.0},"140":{"tf":1.0},"225":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"218":{"tf":1.4142135623730951},"50":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"121":{"tf":1.0}}}},"r":{"df":1,"docs":{"238":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"202":{"tf":1.0},"203":{"tf":1.0},"233":{"tf":1.0}}}},"s":{"df":10,"docs":{"133":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"143":{"tf":1.0},"151":{"tf":1.0},"196":{"tf":1.0},"237":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0},"90":{"tf":1.0}}}},"r":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":1,"docs":{"170":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":1,"docs":{"155":{"tf":1.0}}}}}}},":":{":":{"a":{"d":{"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":2,"docs":{"155":{"tf":1.0},"157":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"(":{"_":{"df":1,"docs":{"157":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":1,"docs":{"155":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"u":{"b":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":2,"docs":{"155":{"tf":1.0},"157":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"155":{"tf":2.0},"157":{"tf":1.0},"170":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":8,"docs":{"110":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":2.0},"126":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"200":{"tf":1.0},"227":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"139":{"tf":1.0},"206":{"tf":1.0},"222":{"tf":1.0},"251":{"tf":1.0},"48":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":6,"docs":{"2":{"tf":1.0},"237":{"tf":1.4142135623730951},"247":{"tf":1.0},"68":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":6,"docs":{"199":{"tf":1.7320508075688772},"60":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"89":{"tf":1.0}}}}},"r":{"a":{"df":4,"docs":{"148":{"tf":1.0},"232":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"90":{"tf":1.0}}}}}}}},"f":{"(":{"df":0,"docs":{},"x":{"df":1,"docs":{"151":{"tf":1.0}}}},"1":{"df":1,"docs":{"177":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"177":{"tf":1.4142135623730951}}},"3":{"df":1,"docs":{"177":{"tf":1.4142135623730951}}},"6":{"4":{")":{"*":{"(":{"$":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"128":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"128":{"tf":1.0},"133":{"tf":1.0}}},"df":0,"docs":{}},"a":{"c":{"a":{"d":{"df":1,"docs":{"225":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"198":{"tf":1.0}}}}}},"t":{"df":7,"docs":{"128":{"tf":1.0},"151":{"tf":1.0},"206":{"tf":1.4142135623730951},"217":{"tf":1.0},"53":{"tf":1.0},"7":{"tf":1.0},"90":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"157":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":8,"docs":{"199":{"tf":1.0},"206":{"tf":1.0},"210":{"tf":1.0},"240":{"tf":1.4142135623730951},"44":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"8":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"218":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"105":{"tf":1.0},"106":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":3,"docs":{"106":{"tf":1.0},"21":{"tf":1.0},"8":{"tf":1.7320508075688772}}}},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"217":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"240":{"tf":1.7320508075688772}}}}}},"r":{"df":1,"docs":{"233":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"172":{"tf":1.0}}}}}},"t":{"df":2,"docs":{"50":{"tf":1.0},"74":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"121":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"7":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"199":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"225":{"tf":1.4142135623730951}}}}}}},"b":{".":{"a":{"df":1,"docs":{"166":{"tf":1.0}}},"b":{"df":1,"docs":{"166":{"tf":1.0}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"166":{"tf":1.0}}},"df":4,"docs":{"132":{"tf":1.0},"151":{"tf":1.7320508075688772},"166":{"tf":1.0},"222":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"110":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"151":{"tf":1.7320508075688772},"217":{"tf":1.0},"224":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":2,"docs":{"239":{"tf":1.0},"43":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":2.0}},"s":{"\"":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"149":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"198":{"tf":1.0},"234":{"tf":1.0}}}}}},"f":{"df":0,"docs":{},"i":{"df":9,"docs":{"194":{"tf":1.7320508075688772},"197":{"tf":1.4142135623730951},"198":{"tf":1.0},"200":{"tf":1.4142135623730951},"55":{"tf":2.0},"56":{"tf":1.0},"65":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"\"":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"119":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":19,"docs":{"117":{"tf":1.4142135623730951},"118":{"tf":2.0},"119":{"tf":1.4142135623730951},"120":{"tf":2.0},"131":{"tf":1.0},"134":{"tf":1.0},"162":{"tf":1.7320508075688772},"17":{"tf":1.0},"176":{"tf":1.0},"181":{"tf":1.0},"20":{"tf":1.0},"222":{"tf":1.7320508075688772},"234":{"tf":1.4142135623730951},"239":{"tf":2.449489742783178},"240":{"tf":2.23606797749979},"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"88":{"tf":3.1622776601683795},"89":{"tf":2.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"233":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"233":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"49":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}},"e":{"d":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"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":{"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"233":{"tf":1.0}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":1,"docs":{"233":{"tf":1.4142135623730951}}}},"p":{"df":1,"docs":{"233":{"tf":1.4142135623730951}}}},"df":1,"docs":{"233":{"tf":1.7320508075688772}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":6,"docs":{"151":{"tf":1.4142135623730951},"198":{"tf":1.0},"233":{"tf":1.7320508075688772},"240":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.4142135623730951}}},"l":{"df":2,"docs":{"232":{"tf":1.4142135623730951},"54":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":7,"docs":{"120":{"tf":1.0},"224":{"tf":1.0},"239":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":2.449489742783178}},"i":{"df":0,"docs":{},"s":{"df":8,"docs":{"139":{"tf":1.0},"141":{"tf":1.7320508075688772},"142":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"144":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.4142135623730951},"54":{"tf":1.0}}}}}},"d":{"df":3,"docs":{"191":{"tf":1.0},"2":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":4,"docs":{"183":{"tf":1.0},"211":{"tf":1.0},"53":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"y":{"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":{"151":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"203":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"203":{"tf":1.0}}}}}},"df":10,"docs":{"200":{"tf":1.0},"206":{"tf":1.0},"210":{"tf":1.0},"218":{"tf":1.0},"230":{"tf":1.4142135623730951},"234":{"tf":1.0},"240":{"tf":1.0},"42":{"tf":1.0},"49":{"tf":1.0},"74":{"tf":1.0}}}}},"x":{"df":2,"docs":{"45":{"tf":1.0},"8":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"151":{"tf":1.0}}},"t":{"df":2,"docs":{"57":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":9,"docs":{"113":{"tf":1.0},"121":{"tf":1.0},"173":{"tf":1.0},"176":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":1.0},"26":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"(":{"df":0,"docs":{},"u":{"8":{"df":1,"docs":{"151":{"tf":1.0}}},"df":0,"docs":{}}},"df":44,"docs":{"106":{"tf":1.4142135623730951},"118":{"tf":3.3166247903554},"119":{"tf":3.0},"12":{"tf":1.0},"120":{"tf":3.4641016151377544},"121":{"tf":1.0},"127":{"tf":2.23606797749979},"128":{"tf":1.0},"132":{"tf":1.4142135623730951},"140":{"tf":2.0},"143":{"tf":1.0},"148":{"tf":2.23606797749979},"151":{"tf":1.7320508075688772},"155":{"tf":2.449489742783178},"157":{"tf":1.0},"16":{"tf":1.4142135623730951},"162":{"tf":2.23606797749979},"17":{"tf":1.7320508075688772},"170":{"tf":2.0},"177":{"tf":2.449489742783178},"199":{"tf":2.0},"203":{"tf":1.4142135623730951},"206":{"tf":1.0},"21":{"tf":1.0},"222":{"tf":1.7320508075688772},"223":{"tf":1.0},"233":{"tf":3.1622776601683795},"239":{"tf":2.449489742783178},"240":{"tf":2.449489742783178},"25":{"tf":1.0},"33":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"49":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":2.0},"74":{"tf":1.0},"8":{"tf":2.23606797749979},"87":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"119":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"119":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"119":{"tf":2.23606797749979}}}}}},"o":{"c":{"df":0,"docs":{},"u":{"df":1,"docs":{"240":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"177":{"tf":1.0}}}},"l":{"d":{"_":{"df":1,"docs":{"172":{"tf":1.0}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"170":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"170":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"170":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":8,"docs":{"158":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.4142135623730951},"170":{"tf":2.23606797749979},"171":{"tf":1.4142135623730951},"173":{"tf":2.23606797749979},"202":{"tf":1.0},"230":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"169":{"tf":1.0},"170":{"tf":2.23606797749979}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":15,"docs":{"119":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.0},"132":{"tf":1.0},"151":{"tf":1.0},"197":{"tf":1.0},"214":{"tf":1.0},"218":{"tf":1.4142135623730951},"222":{"tf":1.0},"227":{"tf":1.0},"3":{"tf":1.0},"51":{"tf":1.0},"65":{"tf":1.0},"71":{"tf":1.0},"8":{"tf":1.0}}}}}},"o":{"\"":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"170":{"tf":1.0},"94":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"177":{"tf":1.0}}}}}},"a":{"df":1,"docs":{"177":{"tf":1.4142135623730951}}},"b":{"a":{"df":0,"docs":{},"r":{"<":{"df":0,"docs":{},"t":{"1":{"df":1,"docs":{"136":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.7320508075688772}}}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"162":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"162":{"tf":3.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"162":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{")":{".":{"a":{"(":{")":{".":{"b":{"(":{")":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"(":{"\"":{"df":0,"docs":{},"y":{"\"":{")":{")":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"166":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":10,"docs":{"132":{"tf":2.23606797749979},"136":{"tf":1.0},"140":{"tf":2.0},"162":{"tf":3.3166247903554},"170":{"tf":1.4142135623730951},"222":{"tf":3.605551275463989},"224":{"tf":1.4142135623730951},"225":{"tf":1.0},"33":{"tf":2.0},"87":{"tf":1.4142135623730951}}},"r":{"c":{"df":3,"docs":{"107":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.7320508075688772}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":9,"docs":{"197":{"tf":1.4142135623730951},"200":{"tf":1.0},"205":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"128":{"tf":1.0},"251":{"tf":1.0}}},"t":{"!":{"(":{"\"":{"c":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"60":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"i":{"/":{"df":0,"docs":{},"o":{"df":1,"docs":{"60":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":1,"docs":{"148":{"tf":1.0}}}},"df":0,"docs":{}},"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"148":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}},"df":8,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"147":{"tf":2.0},"148":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":2.6457513110645907}},"t":{"df":1,"docs":{"148":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"151":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"151":{"tf":1.0}}}}}}},"df":0,"docs":{}},">":{"(":{"df":0,"docs":{},"g":{"df":1,"docs":{"148":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":3,"docs":{"159":{"tf":1.0},"240":{"tf":1.0},"88":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"121":{"tf":1.0},"184":{"tf":1.0},"240":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"71":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":3,"docs":{"37":{"tf":1.0},"60":{"tf":1.0},"68":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{".":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"199":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":5,"docs":{"126":{"tf":1.4142135623730951},"129":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"202":{"tf":1.0}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"166":{"tf":1.0},"238":{"tf":1.0},"74":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"172":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"m":{"(":{"df":3,"docs":{"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}},"<":{"c":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"237":{"tf":1.0}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"59":{"tf":1.0},"60":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"61":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"c":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"237":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"8":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"107":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":1,"docs":{"107":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"s":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"49":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":5,"docs":{"151":{"tf":1.0},"197":{"tf":1.0},"211":{"tf":1.0},"241":{"tf":1.0},"57":{"tf":1.0}},"i":{"df":1,"docs":{"211":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":52,"docs":{"105":{"tf":1.0},"107":{"tf":1.0},"119":{"tf":2.449489742783178},"121":{"tf":2.23606797749979},"128":{"tf":1.0},"132":{"tf":1.0},"136":{"tf":1.4142135623730951},"140":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"16":{"tf":1.4142135623730951},"165":{"tf":1.0},"17":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.4142135623730951},"181":{"tf":1.0},"186":{"tf":1.4142135623730951},"189":{"tf":1.0},"196":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.7320508075688772},"203":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.4142135623730951},"227":{"tf":2.23606797749979},"228":{"tf":1.0},"230":{"tf":1.7320508075688772},"232":{"tf":1.7320508075688772},"233":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":3.1622776601683795},"240":{"tf":2.449489742783178},"253":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"37":{"tf":1.7320508075688772},"55":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.7320508075688772},"71":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951},"8":{"tf":2.23606797749979},"93":{"tf":1.0},"95":{"tf":1.4142135623730951},"97":{"tf":1.0}},"s":{"/":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"128":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"126":{"tf":1.0},"155":{"tf":1.0},"37":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"154":{"tf":1.0},"217":{"tf":1.0},"224":{"tf":1.0},"44":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":8,"docs":{"147":{"tf":1.0},"183":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"224":{"tf":1.0},"235":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0}}}}}}},"g":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"(":{"&":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"148":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"189":{"tf":1.0},"237":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"199":{"tf":1.0}}}}},"c":{"'":{"d":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"45":{"tf":1.0}}},"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":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"148":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":25,"docs":{"110":{"tf":1.0},"136":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.7320508075688772},"148":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"211":{"tf":1.0},"219":{"tf":1.0},"22":{"tf":1.0},"224":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":2.449489742783178},"233":{"tf":1.4142135623730951},"234":{"tf":1.0},"237":{"tf":1.0},"240":{"tf":3.1622776601683795},"241":{"tf":1.0},"247":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"77":{"tf":1.0},"89":{"tf":1.0}}}}},"t":{"_":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"i":{"d":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"239":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"239":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"73":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"101":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":4,"docs":{"206":{"tf":1.0},"233":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"46":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"73":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"73":{"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":{},"v":{"df":0,"docs":{},"e":{"df":15,"docs":{"111":{"tf":1.0},"121":{"tf":1.0},"133":{"tf":1.0},"172":{"tf":1.0},"198":{"tf":1.0},"207":{"tf":1.0},"217":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"8":{"tf":1.4142135623730951},"81":{"tf":1.0}},"n":{"df":6,"docs":{"107":{"tf":1.0},"110":{"tf":1.0},"146":{"tf":1.0},"166":{"tf":1.0},"233":{"tf":1.0},"250":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"237":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"206":{"tf":1.0}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"125":{"tf":1.0},"197":{"tf":1.0},"233":{"tf":1.0},"249":{"tf":1.0},"5":{"tf":1.0}}}},"df":6,"docs":{"112":{"tf":1.0},"126":{"tf":1.0},"230":{"tf":1.0},"233":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"66":{"tf":1.0}},"e":{"df":2,"docs":{"240":{"tf":1.0},"37":{"tf":1.4142135623730951}}},"o":{"d":{"df":12,"docs":{"151":{"tf":1.0},"180":{"tf":1.0},"194":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"211":{"tf":1.0},"218":{"tf":1.0},"225":{"tf":1.0},"240":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"217":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"202":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"183":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"124":{"tf":1.0},"126":{"tf":1.7320508075688772},"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"129":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"241":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"110":{"tf":1.4142135623730951},"111":{"tf":1.0},"207":{"tf":1.0},"211":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"198":{"tf":1.0},"60":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"194":{"tf":1.0},"200":{"tf":1.0},"83":{"tf":1.0}}}}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":7,"docs":{"190":{"tf":1.0},"192":{"tf":1.0},"199":{"tf":1.4142135623730951},"232":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"67":{"tf":1.4142135623730951}}}}}},"d":{"df":6,"docs":{"138":{"tf":1.0},"139":{"tf":1.4142135623730951},"140":{"tf":1.4142135623730951},"143":{"tf":2.6457513110645907},"38":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"68":{"tf":1.0}}}}},"i":{"d":{"df":2,"docs":{"144":{"tf":1.0},"167":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"1":{"tf":1.0},"244":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"/":{"c":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"h":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"211":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"/":{"0":{".":{"1":{".":{"0":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"3":{"2":{"df":0,"docs":{},"f":{"3":{"0":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"a":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"p":{"a":{"0":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"237":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":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":{"237":{"tf":1.0}}},"n":{"d":{"df":3,"docs":{"172":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0}},"l":{"df":13,"docs":{"148":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"205":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"233":{"tf":1.4142135623730951},"239":{"tf":1.0},"34":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"121":{"tf":1.0},"233":{"tf":1.0}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":7,"docs":{"199":{"tf":1.0},"206":{"tf":1.0},"224":{"tf":1.0},"229":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"5":{"tf":1.0}}}},"i":{"df":1,"docs":{"42":{"tf":1.0}}}}},"r":{"d":{"df":4,"docs":{"191":{"tf":1.0},"217":{"tf":1.0},"36":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"148":{"tf":1.0}}}}}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"148":{"tf":1.0}}}}}},"df":1,"docs":{"240":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"<":{"df":0,"docs":{},"u":{"6":{"4":{"df":1,"docs":{"239":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"137":{"tf":1.0},"230":{"tf":1.0},"232":{"tf":1.0},"241":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"44":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":5,"docs":{"151":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"166":{"tf":1.0},"240":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"206":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"198":{"tf":1.0}}}}},"df":0,"docs":{},"p":{"df":6,"docs":{"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"211":{"tf":1.4142135623730951},"237":{"tf":1.0},"51":{"tf":1.0}}},"v":{"df":0,"docs":{},"i":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"185":{"tf":1.0}},"o":{"df":1,"docs":{"12":{"tf":1.0}}}},"p":{"df":7,"docs":{"143":{"tf":1.0},"162":{"tf":1.0},"198":{"tf":1.0},"219":{"tf":1.4142135623730951},"238":{"tf":1.0},"242":{"tf":1.0},"89":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"151":{"tf":1.0},"161":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"199":{"tf":1.0}}},"df":26,"docs":{"101":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"140":{"tf":1.0},"162":{"tf":1.0},"169":{"tf":1.0},"177":{"tf":1.0},"194":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"21":{"tf":1.7320508075688772},"218":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.4142135623730951},"233":{"tf":2.0},"239":{"tf":1.0},"240":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"87":{"tf":1.0},"94":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"243":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"154":{"tf":1.0},"156":{"tf":1.0}}}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":4,"docs":{"136":{"tf":1.4142135623730951},"206":{"tf":1.0},"250":{"tf":1.0},"252":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"200":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"170":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"202":{"tf":1.0},"240":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"207":{"tf":1.0}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"240":{"tf":1.0}}}}}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}},"r":{"df":1,"docs":{"170":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"209":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"156":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"198":{"tf":1.0},"218":{"tf":1.0},"235":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"187":{"tf":1.0}}}},"t":{"df":1,"docs":{"50":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":2,"docs":{"185":{"tf":1.0},"237":{"tf":1.0}},"s":{":":{"/":{"/":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"0":{".":{"1":{"4":{".":{"5":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"237":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"3":{"2":{"df":0,"docs":{},"f":{"3":{"0":{"df":0,"docs":{},"x":{"df":1,"docs":{"237":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"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":{"5":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"228":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"237":{"tf":1.0}}}}}}},"i":{".":{"df":1,"docs":{"241":{"tf":1.0}},"e":{",":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"149":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"3":{"2":{"df":2,"docs":{"87":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"155":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"8":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"df":1,"docs":{"239":{"tf":1.7320508075688772}},"e":{"a":{"df":8,"docs":{"115":{"tf":1.0},"146":{"tf":1.0},"151":{"tf":1.4142135623730951},"199":{"tf":1.7320508075688772},"217":{"tf":1.0},"218":{"tf":1.0},"232":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"17":{"tf":1.0},"170":{"tf":1.0},"240":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"113":{"tf":1.0},"174":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":6,"docs":{"199":{"tf":1.0},"243":{"tf":1.0},"42":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.0},"78":{"tf":1.0}}}},"df":9,"docs":{"144":{"tf":1.0},"18":{"tf":1.0},"194":{"tf":1.0},"22":{"tf":1.0},"224":{"tf":1.0},"226":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.4142135623730951},"55":{"tf":1.7320508075688772}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"240":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"148":{"tf":1.0},"206":{"tf":1.0},"8":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"i":{"df":1,"docs":{"9":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"206":{"tf":1.0},"8":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"106":{"tf":1.0},"147":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":3,"docs":{"199":{"tf":1.0},"37":{"tf":1.7320508075688772},"83":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"100":{"tf":1.0},"101":{"tf":1.4142135623730951},"172":{"tf":1.0},"209":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"227":{"tf":1.4142135623730951},"228":{"tf":1.4142135623730951},"229":{"tf":1.4142135623730951},"232":{"tf":1.0}}}},"l":{"<":{"'":{"_":{"df":1,"docs":{"237":{"tf":1.0}}},"a":{"df":3,"docs":{"120":{"tf":1.0},"127":{"tf":1.0},"140":{"tf":1.4142135623730951}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"199":{"tf":1.0}}}}},"df":0,"docs":{},"p":{"df":1,"docs":{"233":{"tf":1.0}}},"t":{"df":3,"docs":{"140":{"tf":1.0},"237":{"tf":1.0},"25":{"tf":1.0}}}},"df":30,"docs":{"118":{"tf":1.7320508075688772},"119":{"tf":1.0},"132":{"tf":1.4142135623730951},"135":{"tf":1.0},"148":{"tf":1.7320508075688772},"151":{"tf":1.0},"155":{"tf":1.0},"16":{"tf":1.0},"162":{"tf":1.4142135623730951},"17":{"tf":1.7320508075688772},"170":{"tf":1.0},"199":{"tf":1.0},"203":{"tf":1.0},"21":{"tf":1.0},"217":{"tf":1.4142135623730951},"222":{"tf":1.4142135623730951},"223":{"tf":1.0},"232":{"tf":1.4142135623730951},"233":{"tf":2.8284271247461903},"234":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":1.7320508075688772},"240":{"tf":1.4142135623730951},"33":{"tf":1.0},"36":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":47,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"130":{"tf":1.0},"133":{"tf":1.7320508075688772},"135":{"tf":1.0},"136":{"tf":1.4142135623730951},"140":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"146":{"tf":2.0},"148":{"tf":1.0},"149":{"tf":1.7320508075688772},"150":{"tf":1.0},"151":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951},"167":{"tf":1.0},"17":{"tf":2.0},"170":{"tf":1.0},"18":{"tf":1.0},"199":{"tf":1.7320508075688772},"2":{"tf":1.0},"20":{"tf":2.23606797749979},"203":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"218":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"233":{"tf":1.4142135623730951},"234":{"tf":1.0},"235":{"tf":1.4142135623730951},"237":{"tf":1.7320508075688772},"239":{"tf":1.4142135623730951},"240":{"tf":2.23606797749979},"241":{"tf":1.0},"25":{"tf":1.7320508075688772},"257":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.7320508075688772},"33":{"tf":1.0},"44":{"tf":1.4142135623730951},"77":{"tf":1.0},"78":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"22":{"tf":1.0},"240":{"tf":1.0}}}}}}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":8,"docs":{"222":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.4142135623730951},"25":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"8":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"df":1,"docs":{"73":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"224":{"tf":1.0},"68":{"tf":1.0}}}}}}},"df":1,"docs":{"196":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"110":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"218":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"v":{"df":1,"docs":{"235":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":7,"docs":{"151":{"tf":1.0},"202":{"tf":1.0},"222":{"tf":1.0},"233":{"tf":1.0},"241":{"tf":1.0},"25":{"tf":1.0},"250":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"132":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":5,"docs":{"113":{"tf":1.0},"150":{"tf":1.0},"211":{"tf":1.0},"235":{"tf":1.0},"7":{"tf":1.0}}}},"d":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"199":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"103":{"tf":1.0},"84":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"176":{"tf":1.0},"181":{"tf":1.7320508075688772},"50":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"df":1,"docs":{"29":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"n":{"a":{"df":2,"docs":{"43":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}},"c":{"df":6,"docs":{"180":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"36":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"225":{"tf":1.0},"7":{"tf":2.0}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":2,"docs":{"119":{"tf":1.0},"218":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"207":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"191":{"tf":1.0},"211":{"tf":1.0}}}},"df":0,"docs":{}}}},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"194":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"68":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}}},"x":{".":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"127":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"126":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":9,"docs":{"156":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"233":{"tf":1.0},"239":{"tf":1.0},"250":{"tf":1.0},"256":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"217":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"221":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":2.0},"225":{"tf":1.0},"232":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"139":{"tf":1.4142135623730951},"164":{"tf":1.0}}}}}},"df":11,"docs":{"203":{"tf":1.0},"21":{"tf":1.0},"236":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.0},"67":{"tf":1.0},"74":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"152":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"222":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"170":{"tf":1.4142135623730951},"190":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"240":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":6,"docs":{"105":{"tf":1.0},"198":{"tf":1.0},"252":{"tf":1.0},"33":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"240":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":14,"docs":{"112":{"tf":1.0},"124":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"16":{"tf":1.0},"21":{"tf":1.4142135623730951},"211":{"tf":1.0},"22":{"tf":1.0},"222":{"tf":1.0},"247":{"tf":1.0},"42":{"tf":1.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.0},"88":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"86":{"tf":1.0},"88":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":18,"docs":{"119":{"tf":1.0},"120":{"tf":1.0},"16":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.7320508075688772},"222":{"tf":1.0},"236":{"tf":1.4142135623730951},"240":{"tf":1.0},"25":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"198":{"tf":2.449489742783178},"199":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"g":{"df":3,"docs":{"200":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"211":{"tf":1.0},"212":{"tf":1.0}}}}}},"n":{"d":{"df":2,"docs":{"224":{"tf":1.0},"225":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.0},"214":{"tf":1.0},"225":{"tf":1.4142135623730951}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"202":{"tf":1.0},"224":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"239":{"tf":1.0},"45":{"tf":1.0}}}}},"f":{"a":{"c":{"df":8,"docs":{"133":{"tf":1.0},"189":{"tf":1.4142135623730951},"191":{"tf":1.0},"192":{"tf":1.0},"224":{"tf":1.0},"241":{"tf":1.0},"247":{"tf":1.7320508075688772},"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"110":{"tf":1.0},"170":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":8,"docs":{"136":{"tf":1.4142135623730951},"197":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"205":{"tf":1.0},"211":{"tf":1.0},"233":{"tf":1.0},"237":{"tf":1.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":5,"docs":{"123":{"tf":1.0},"124":{"tf":1.7320508075688772},"128":{"tf":1.0},"129":{"tf":1.0},"155":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"\"":{"1":{"df":1,"docs":{"127":{"tf":1.0}}},"2":{"+":{"3":{"df":1,"docs":{"127":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"<":{"'":{"a":{"df":1,"docs":{"127":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"i":{"6":{"4":{"df":2,"docs":{"155":{"tf":1.0},"170":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"o":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"73":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{">":{">":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"74":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"77":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}}}},"r":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":1,"docs":{"127":{"tf":1.4142135623730951}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":5,"docs":{"191":{"tf":1.0},"217":{"tf":1.0},"224":{"tf":1.0},"36":{"tf":1.0},"91":{"tf":1.0}},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"241":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"197":{"tf":1.0},"199":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":7,"docs":{"148":{"tf":1.0},"189":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"237":{"tf":1.0},"251":{"tf":1.0},"68":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"233":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"146":{"tf":1.4142135623730951},"247":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"k":{"df":6,"docs":{"116":{"tf":1.0},"117":{"tf":1.7320508075688772},"119":{"tf":1.0},"211":{"tf":1.0},"7":{"tf":1.0},"95":{"tf":1.0}}},"l":{"df":0,"docs":{},"v":{"df":5,"docs":{"198":{"tf":1.0},"200":{"tf":1.0},"233":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}}}}}}},"o":{":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"49":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"49":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"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":{"d":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"59":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"225":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":1,"docs":{"247":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"59":{"tf":1.0},"60":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"u":{"df":10,"docs":{"176":{"tf":1.0},"177":{"tf":1.0},"199":{"tf":1.0},"204":{"tf":1.0},"211":{"tf":1.0},"225":{"tf":1.0},"4":{"tf":1.0},"60":{"tf":1.0},"68":{"tf":1.4142135623730951},"74":{"tf":1.0}}}}},"t":{"'":{"df":12,"docs":{"112":{"tf":1.0},"177":{"tf":1.0},"206":{"tf":1.4142135623730951},"224":{"tf":1.0},"42":{"tf":1.0},"53":{"tf":1.0},"63":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":3,"docs":{"131":{"tf":1.0},"169":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951}}},"r":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"|":{"df":0,"docs":{},"r":{"df":1,"docs":{"239":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"203":{"tf":1.0},"206":{"tf":1.0}}}}}}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"'":{"df":3,"docs":{"118":{"tf":1.0},"173":{"tf":1.0},"206":{"tf":1.4142135623730951}}},".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"|":{"df":0,"docs":{},"r":{"df":1,"docs":{"239":{"tf":1.0}}}}},"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":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"79":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"m":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"171":{"tf":1.0},"79":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"=":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"239":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"239":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":15,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"156":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.4142135623730951},"199":{"tf":3.7416573867739413},"200":{"tf":1.4142135623730951},"203":{"tf":2.449489742783178},"205":{"tf":1.4142135623730951},"206":{"tf":3.0},"229":{"tf":1.0},"239":{"tf":1.4142135623730951},"76":{"tf":1.0},"78":{"tf":1.4142135623730951},"79":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":10,"docs":{"162":{"tf":1.0},"170":{"tf":1.4142135623730951},"194":{"tf":1.0},"200":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.7320508075688772},"241":{"tf":1.0},"256":{"tf":1.0},"55":{"tf":1.0}}}}}}}},"j":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"239":{"tf":1.0},"240":{"tf":1.0}}}},"v":{"a":{"df":6,"docs":{"157":{"tf":1.0},"166":{"tf":1.0},"222":{"tf":1.4142135623730951},"224":{"tf":1.4142135623730951},"232":{"tf":1.4142135623730951},"34":{"tf":1.0}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"232":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"9":{"tf":1.0}},"o":{"b":{"df":1,"docs":{"240":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"239":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"43":{"tf":1.0},"45":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"240":{"tf":1.0}}},"df":6,"docs":{"147":{"tf":1.0},"148":{"tf":1.7320508075688772},"149":{"tf":1.0},"151":{"tf":1.4142135623730951},"239":{"tf":1.0},"240":{"tf":2.0}}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"200":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"'":{"df":1,"docs":{"193":{"tf":1.0}}},"df":0,"docs":{}}}}},"k":{"df":1,"docs":{"148":{"tf":2.0}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":13,"docs":{"140":{"tf":1.4142135623730951},"197":{"tf":1.0},"198":{"tf":1.0},"202":{"tf":1.0},"212":{"tf":1.0},"233":{"tf":1.0},"240":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"65":{"tf":1.0}}}},"p":{"df":0,"docs":{},"t":{"df":5,"docs":{"148":{"tf":1.0},"198":{"tf":1.0},"249":{"tf":1.0},"37":{"tf":1.4142135623730951},"5":{"tf":1.0}}}},"y":{".":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"199":{"tf":1.0}}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"199":{"tf":1.0}}}}}},"df":8,"docs":{"198":{"tf":1.0},"199":{"tf":2.0},"206":{"tf":1.7320508075688772},"232":{"tf":1.0},"240":{"tf":1.4142135623730951},"249":{"tf":1.0},"26":{"tf":1.0},"5":{"tf":1.0}},"s":{"<":{"'":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{">":{"(":{"&":{"'":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"199":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"133":{"tf":1.0}}}}}}}},"n":{"d":{"df":6,"docs":{"124":{"tf":1.0},"147":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.4142135623730951},"29":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"249":{"tf":1.0},"5":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":11,"docs":{"117":{"tf":1.0},"136":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.4142135623730951},"150":{"tf":1.0},"181":{"tf":1.0},"198":{"tf":1.7320508075688772},"207":{"tf":1.4142135623730951},"233":{"tf":1.4142135623730951},"240":{"tf":1.0},"258":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":2,"docs":{"110":{"tf":1.0},"248":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":4,"docs":{"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"232":{"tf":1.4142135623730951},"239":{"tf":1.0}}}}}}},"l":{"a":{"b":{"df":1,"docs":{"233":{"tf":1.7320508075688772}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"166":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":31,"docs":{"110":{"tf":2.23606797749979},"124":{"tf":2.0},"128":{"tf":1.4142135623730951},"135":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"16":{"tf":1.0},"166":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951},"196":{"tf":1.0},"197":{"tf":1.7320508075688772},"2":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.4142135623730951},"222":{"tf":1.0},"224":{"tf":1.0},"227":{"tf":1.0},"232":{"tf":2.449489742783178},"239":{"tf":1.7320508075688772},"240":{"tf":1.4142135623730951},"255":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"57":{"tf":1.0},"62":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"g":{"df":3,"docs":{"176":{"tf":1.0},"185":{"tf":1.0},"5":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"189":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"230":{"tf":1.0},"68":{"tf":1.0},"8":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"116":{"tf":1.4142135623730951},"119":{"tf":1.0},"171":{"tf":1.0},"177":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"78":{"tf":1.0},"88":{"tf":1.0}}}}}},"w":{"df":1,"docs":{"250":{"tf":1.0}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"240":{"tf":1.4142135623730951},"5":{"tf":1.0},"7":{"tf":2.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"198":{"tf":1.0},"222":{"tf":1.0}}}}}}},"df":1,"docs":{"199":{"tf":2.23606797749979}},"e":{"a":{"d":{"df":5,"docs":{"176":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"185":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":1,"docs":{"170":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"229":{"tf":1.0},"53":{"tf":1.0}}}},"v":{"df":3,"docs":{"233":{"tf":1.0},"239":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"126":{"tf":1.0}}}},"g":{"a":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"239":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"_":{"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":{"151":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":4,"docs":{"199":{"tf":1.7320508075688772},"239":{"tf":2.23606797749979},"240":{"tf":2.449489742783178},"241":{"tf":1.7320508075688772}},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"128":{"tf":1.4142135623730951},"198":{"tf":1.0},"199":{"tf":1.4142135623730951},"66":{"tf":1.0},"68":{"tf":1.0}}}}},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"{":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":4,"docs":{"238":{"tf":1.0},"239":{"tf":2.23606797749979},"240":{"tf":2.0},"241":{"tf":1.4142135623730951}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"<":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"!":{"[":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"239":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"239":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"s":{"df":7,"docs":{"166":{"tf":1.0},"172":{"tf":1.0},"185":{"tf":1.0},"200":{"tf":1.4142135623730951},"206":{"tf":1.0},"226":{"tf":1.0},"90":{"tf":1.0}}},"t":{"df":1,"docs":{"233":{"tf":1.0}}}},"t":{"'":{"df":3,"docs":{"126":{"tf":1.0},"228":{"tf":1.0},"8":{"tf":1.0}}},"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"170":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"155":{"tf":1.0}}}},"df":0,"docs":{}}},"df":3,"docs":{"179":{"tf":1.0},"42":{"tf":1.0},"7":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":8,"docs":{"110":{"tf":1.0},"146":{"tf":1.0},"170":{"tf":1.0},"202":{"tf":1.0},"240":{"tf":1.0},"45":{"tf":1.0},"67":{"tf":2.23606797749979},"68":{"tf":2.0}}}}},"x":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"206":{"tf":1.0}}}}},"df":0,"docs":{}}}},"h":{"df":2,"docs":{"155":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951}}},"i":{"b":{"c":{":":{":":{"c":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"199":{"tf":1.0},"206":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"(":{"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":{},"r":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{"df":1,"docs":{"68":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":15,"docs":{"107":{"tf":1.0},"140":{"tf":1.0},"17":{"tf":1.0},"183":{"tf":1.0},"196":{"tf":1.4142135623730951},"198":{"tf":2.6457513110645907},"199":{"tf":1.0},"206":{"tf":1.4142135623730951},"233":{"tf":1.0},"237":{"tf":1.4142135623730951},"240":{"tf":2.23606797749979},"243":{"tf":1.0},"66":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0}}},"y":{"'":{"df":1,"docs":{"198":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"170":{"tf":1.0},"198":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":16,"docs":{"143":{"tf":2.0},"198":{"tf":1.0},"199":{"tf":2.23606797749979},"200":{"tf":1.0},"202":{"tf":1.4142135623730951},"204":{"tf":1.0},"206":{"tf":1.4142135623730951},"37":{"tf":1.0},"48":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"179":{"tf":1.0},"200":{"tf":1.0},"225":{"tf":1.0},"7":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":9,"docs":{"103":{"tf":1.0},"210":{"tf":1.7320508075688772},"217":{"tf":1.0},"218":{"tf":1.0},"234":{"tf":1.0},"42":{"tf":1.0},"61":{"tf":2.0},"8":{"tf":1.4142135623730951},"95":{"tf":1.0}},"r":{"df":1,"docs":{"164":{"tf":1.0}}}},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"255":{"tf":1.0}}}}}}},"k":{"df":1,"docs":{"185":{"tf":1.0}}},"t":{"df":3,"docs":{"217":{"tf":2.23606797749979},"218":{"tf":2.23606797749979},"219":{"tf":1.7320508075688772}},"s":{"=":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"217":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":1,"docs":{"243":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"247":{"tf":1.0}}}}},"t":{"df":4,"docs":{"218":{"tf":1.4142135623730951},"219":{"tf":1.4142135623730951},"22":{"tf":1.0},"258":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"233":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"11":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"l":{"df":6,"docs":{"197":{"tf":1.0},"223":{"tf":1.0},"241":{"tf":1.0},"250":{"tf":1.0},"29":{"tf":1.0},"45":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":5,"docs":{"49":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"k":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"140":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"140":{"tf":1.4142135623730951}}}},"d":{"df":1,"docs":{"250":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":2,"docs":{"116":{"tf":1.0},"67":{"tf":1.0}},"i":{"c":{"df":2,"docs":{"205":{"tf":1.0},"233":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":2.23606797749979}},"s":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{")":{".":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"78":{"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":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"106":{"tf":1.0},"124":{"tf":1.0},"198":{"tf":1.0},"239":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"217":{"tf":1.0},"49":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":8,"docs":{"199":{"tf":1.0},"203":{"tf":1.4142135623730951},"206":{"tf":1.0},"233":{"tf":1.7320508075688772},"240":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"8":{"tf":1.4142135623730951}}},"p":{"df":4,"docs":{"199":{"tf":1.7320508075688772},"229":{"tf":1.0},"36":{"tf":1.0},"78":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"199":{"tf":1.0},"237":{"tf":1.0}}}},"t":{"df":5,"docs":{"135":{"tf":1.0},"162":{"tf":1.4142135623730951},"199":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0}}},"w":{"df":1,"docs":{"45":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"202":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"p":{"df":1,"docs":{"247":{"tf":1.0}}}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"185":{"tf":1.0}}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"241":{"tf":1.0}}}}}}},"m":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"222":{"tf":1.0},"223":{"tf":1.0}}}}}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"186":{"tf":1.0},"233":{"tf":1.4142135623730951},"5":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"128":{"tf":1.7320508075688772},"129":{"tf":1.0}}}}}},"df":5,"docs":{"239":{"tf":1.7320508075688772},"240":{"tf":1.7320508075688772},"241":{"tf":1.0},"34":{"tf":1.0},"74":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"df":4,"docs":{"100":{"tf":1.0},"211":{"tf":1.0},"249":{"tf":1.0},"5":{"tf":1.0}}}},"df":1,"docs":{"43":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"222":{"tf":1.0}}}}}},"df":19,"docs":{"106":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"132":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"151":{"tf":1.4142135623730951},"198":{"tf":1.0},"21":{"tf":1.0},"222":{"tf":1.0},"233":{"tf":1.7320508075688772},"240":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0},"8":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"2":{"tf":1.0}}}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"89":{"tf":1.0},"90":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"e":{"df":34,"docs":{"131":{"tf":1.0},"136":{"tf":1.0},"143":{"tf":1.4142135623730951},"151":{"tf":1.0},"166":{"tf":1.0},"172":{"tf":1.0},"181":{"tf":1.4142135623730951},"183":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"2":{"tf":1.4142135623730951},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.4142135623730951},"206":{"tf":1.0},"211":{"tf":1.0},"217":{"tf":1.0},"222":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.4142135623730951},"237":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"256":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0},"71":{"tf":1.0},"8":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"97":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"185":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"c":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"198":{"tf":1.0},"60":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":6,"docs":{"196":{"tf":1.0},"198":{"tf":1.0},"202":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"233":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":17,"docs":{"111":{"tf":1.0},"112":{"tf":1.0},"137":{"tf":1.0},"150":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"166":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"209":{"tf":1.0},"227":{"tf":1.0},"232":{"tf":1.4142135623730951},"247":{"tf":1.0},"29":{"tf":1.0},"68":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"197":{"tf":1.0},"206":{"tf":1.0},"66":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"159":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"12":{"tf":1.0},"151":{"tf":1.0},"206":{"tf":1.4142135623730951},"225":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"(":{"df":0,"docs":{},"|":{"c":{"df":0,"docs":{},"m":{"d":{"df":2,"docs":{"118":{"tf":1.0},"119":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":8,"docs":{"151":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"79":{"tf":1.0}}},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"199":{"tf":1.0}}}},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"78":{"tf":1.4142135623730951}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":17,"docs":{"106":{"tf":1.0},"127":{"tf":1.0},"155":{"tf":1.4142135623730951},"157":{"tf":1.0},"170":{"tf":1.0},"206":{"tf":1.0},"233":{"tf":1.0},"239":{"tf":1.0},"41":{"tf":1.0},"60":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"78":{"tf":1.0},"8":{"tf":1.4142135623730951},"86":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"125":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"233":{"tf":1.0},"32":{"tf":1.0},"8":{"tf":1.0}}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"72":{"tf":1.0}}}}}},"df":1,"docs":{"222":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":15,"docs":{"135":{"tf":1.0},"140":{"tf":1.0},"162":{"tf":1.0},"172":{"tf":1.0},"198":{"tf":2.0},"202":{"tf":1.0},"206":{"tf":1.0},"222":{"tf":1.4142135623730951},"233":{"tf":1.0},"234":{"tf":1.0},"37":{"tf":1.4142135623730951},"50":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"106":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":5,"docs":{"159":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.7320508075688772},"259":{"tf":1.4142135623730951},"34":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"139":{"tf":1.0},"143":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}},"m":{":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":2,"docs":{"42":{"tf":1.0},"44":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"42":{"tf":1.4142135623730951}},"e":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"{":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"(":{"_":{"df":2,"docs":{"212":{"tf":1.0},"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"232":{"tf":1.4142135623730951},"239":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":11,"docs":{"194":{"tf":1.0},"197":{"tf":2.0},"198":{"tf":1.7320508075688772},"199":{"tf":2.23606797749979},"202":{"tf":1.7320508075688772},"206":{"tf":1.0},"211":{"tf":1.0},"222":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.4142135623730951},"74":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"57":{"tf":1.0},"60":{"tf":1.0},"67":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"233":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"232":{"tf":1.0}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"240":{"tf":1.0}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":38,"docs":{"107":{"tf":1.4142135623730951},"11":{"tf":1.0},"135":{"tf":1.4142135623730951},"140":{"tf":1.0},"143":{"tf":1.0},"149":{"tf":1.0},"151":{"tf":1.4142135623730951},"157":{"tf":1.7320508075688772},"162":{"tf":1.0},"164":{"tf":1.4142135623730951},"166":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"189":{"tf":1.0},"192":{"tf":1.0},"20":{"tf":1.4142135623730951},"217":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.7320508075688772},"224":{"tf":1.0},"225":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.7320508075688772},"234":{"tf":1.4142135623730951},"237":{"tf":1.7320508075688772},"240":{"tf":1.4142135623730951},"25":{"tf":1.0},"252":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"42":{"tf":1.0},"54":{"tf":1.0},"66":{"tf":1.0},"88":{"tf":1.0},"94":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"253":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"117":{"tf":1.0},"118":{"tf":2.23606797749979}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"'":{"a":{"df":1,"docs":{"120":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"133":{"tf":1.0}}}},"n":{"d":{"df":2,"docs":{"198":{"tf":1.0},"240":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":10,"docs":{"162":{"tf":1.0},"189":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"55":{"tf":1.0},"65":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"217":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"df":3,"docs":{"110":{"tf":1.0},"198":{"tf":1.0},"218":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"d":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"218":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"k":{"df":3,"docs":{"233":{"tf":1.0},"68":{"tf":1.0},"74":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"221":{"tf":1.0},"224":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"199":{"tf":1.0},"217":{"tf":1.0}}}}},"x":{"df":1,"docs":{"11":{"tf":1.0}}}},"o":{"d":{"df":10,"docs":{"155":{"tf":1.4142135623730951},"170":{"tf":1.4142135623730951},"206":{"tf":1.0},"233":{"tf":1.7320508075688772},"60":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"87":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"t":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":1,"docs":{"237":{"tf":1.4142135623730951}},"l":{"df":2,"docs":{"240":{"tf":1.7320508075688772},"89":{"tf":1.0}}}},"i":{"df":0,"docs":{},"f":{"df":3,"docs":{"247":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0}},"i":{"df":6,"docs":{"100":{"tf":1.0},"147":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"71":{"tf":1.0},"8":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"184":{"tf":1.0},"2":{"tf":1.0},"241":{"tf":1.0},"255":{"tf":1.0}}}},"df":19,"docs":{"121":{"tf":1.0},"132":{"tf":1.0},"136":{"tf":1.0},"146":{"tf":1.0},"150":{"tf":1.4142135623730951},"151":{"tf":2.0},"188":{"tf":1.0},"189":{"tf":1.7320508075688772},"190":{"tf":1.4142135623730951},"206":{"tf":1.0},"233":{"tf":1.7320508075688772},"255":{"tf":1.0},"256":{"tf":1.7320508075688772},"257":{"tf":1.0},"258":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"240":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":3,"docs":{"232":{"tf":1.0},"235":{"tf":1.0},"51":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"147":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":50,"docs":{"103":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.0},"121":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.4142135623730951},"136":{"tf":1.0},"143":{"tf":1.0},"151":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.7320508075688772},"169":{"tf":1.4142135623730951},"171":{"tf":1.4142135623730951},"172":{"tf":1.0},"173":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":1.0},"183":{"tf":1.4142135623730951},"184":{"tf":1.4142135623730951},"2":{"tf":1.0},"20":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"204":{"tf":1.0},"206":{"tf":1.0},"218":{"tf":1.0},"225":{"tf":1.0},"232":{"tf":1.4142135623730951},"233":{"tf":1.0},"239":{"tf":1.7320508075688772},"240":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"57":{"tf":1.0},"68":{"tf":1.7320508075688772},"7":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.4142135623730951},"83":{"tf":1.0},"87":{"tf":1.0},"9":{"tf":1.0},"96":{"tf":1.0}},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"183":{"tf":1.0},"2":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"172":{"tf":1.0},"88":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":19,"docs":{"107":{"tf":1.0},"116":{"tf":1.0},"125":{"tf":1.0},"133":{"tf":1.4142135623730951},"141":{"tf":1.0},"147":{"tf":1.0},"156":{"tf":1.0},"163":{"tf":1.0},"171":{"tf":1.0},"178":{"tf":1.0},"197":{"tf":1.0},"211":{"tf":1.0},"26":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0},"94":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"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":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"233":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"233":{"tf":2.0}}}}}}}},"df":1,"docs":{"233":{"tf":2.0}}}}},"v":{"df":0,"docs":{},"e":{"df":9,"docs":{"105":{"tf":1.0},"108":{"tf":1.0},"136":{"tf":1.0},"239":{"tf":1.0},"37":{"tf":1.0},"52":{"tf":1.0},"81":{"tf":1.7320508075688772},"82":{"tf":1.7320508075688772},"83":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"g":{"_":{"c":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"68":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"68":{"tf":1.0}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{".":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"68":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"68":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"68":{"tf":1.7320508075688772}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"67":{"tf":1.0},"68":{"tf":1.0}}}}}},"df":1,"docs":{"67":{"tf":1.4142135623730951}}}},"u":{"c":{"df":0,"docs":{},"h":{"df":9,"docs":{"151":{"tf":1.0},"183":{"tf":1.0},"190":{"tf":1.0},"197":{"tf":1.0},"200":{"tf":1.0},"57":{"tf":1.0},"68":{"tf":1.0},"90":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":15,"docs":{"154":{"tf":1.0},"166":{"tf":1.0},"18":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"194":{"tf":1.0},"20":{"tf":1.4142135623730951},"200":{"tf":1.0},"202":{"tf":1.0},"234":{"tf":1.0},"240":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"48":{"tf":1.4142135623730951},"94":{"tf":1.0}}}},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":12,"docs":{"100":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"166":{"tf":1.0},"172":{"tf":1.0},"177":{"tf":1.0},"206":{"tf":1.7320508075688772},"209":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"54":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":3,"docs":{"102":{"tf":1.0},"172":{"tf":1.4142135623730951},"67":{"tf":1.0}}}},"df":27,"docs":{"101":{"tf":1.4142135623730951},"106":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"127":{"tf":2.0},"128":{"tf":1.0},"148":{"tf":2.8284271247461903},"157":{"tf":1.0},"166":{"tf":1.0},"177":{"tf":2.449489742783178},"199":{"tf":1.4142135623730951},"206":{"tf":1.7320508075688772},"21":{"tf":1.0},"210":{"tf":1.4142135623730951},"229":{"tf":1.0},"233":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"49":{"tf":2.23606797749979},"53":{"tf":1.0},"60":{"tf":2.23606797749979},"68":{"tf":1.0},"73":{"tf":1.4142135623730951},"78":{"tf":1.0},"8":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"x":{"<":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":1,"docs":{"140":{"tf":1.0}}}}},"t":{"df":1,"docs":{"140":{"tf":1.4142135623730951}}}},"df":1,"docs":{"140":{"tf":2.23606797749979}},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{"<":{"'":{"a":{"df":1,"docs":{"140":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":1,"docs":{"140":{"tf":1.0}}}},"df":1,"docs":{"140":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"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":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":1,"docs":{"21":{"tf":1.7320508075688772}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{":":{":":{"a":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}},"b":{"df":3,"docs":{"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"i":{"b":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{"df":1,"docs":{"68":{"tf":1.0}}}}}},"df":1,"docs":{"67":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{")":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}}}}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"(":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"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":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"206":{"tf":1.4142135623730951}}}}}}},"df":2,"docs":{"203":{"tf":1.4142135623730951},"206":{"tf":2.449489742783178}},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":2,"docs":{"203":{"tf":1.4142135623730951},"206":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}}}}},"n":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"128":{"tf":1.0}}}}}}},"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"162":{"tf":1.0}}}}}},"df":24,"docs":{"12":{"tf":1.0},"139":{"tf":1.0},"155":{"tf":1.7320508075688772},"162":{"tf":1.0},"166":{"tf":1.4142135623730951},"170":{"tf":1.7320508075688772},"175":{"tf":1.0},"20":{"tf":1.0},"218":{"tf":1.0},"230":{"tf":1.0},"233":{"tf":1.0},"239":{"tf":1.7320508075688772},"240":{"tf":2.0},"37":{"tf":1.0},"40":{"tf":1.7320508075688772},"41":{"tf":3.4641016151377544},"42":{"tf":1.7320508075688772},"66":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.7320508075688772},"94":{"tf":1.4142135623730951},"95":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"203":{"tf":1.0},"65":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"166":{"tf":1.0}}}}}},"df":4,"docs":{"128":{"tf":1.7320508075688772},"148":{"tf":1.0},"155":{"tf":1.7320508075688772},"170":{"tf":1.7320508075688772}},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"232":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"100":{"tf":1.0},"211":{"tf":1.0},"29":{"tf":1.0},"48":{"tf":1.0},"72":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"132":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":30,"docs":{"112":{"tf":1.4142135623730951},"126":{"tf":1.0},"135":{"tf":1.0},"147":{"tf":1.4142135623730951},"151":{"tf":1.0},"172":{"tf":1.0},"189":{"tf":1.0},"198":{"tf":1.0},"206":{"tf":1.7320508075688772},"217":{"tf":1.0},"233":{"tf":1.4142135623730951},"236":{"tf":1.0},"239":{"tf":1.4142135623730951},"240":{"tf":2.23606797749979},"241":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.7320508075688772},"52":{"tf":1.4142135623730951},"73":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"88":{"tf":1.0},"94":{"tf":1.0},"97":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"103":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"233":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"100":{"tf":1.0},"112":{"tf":1.0},"134":{"tf":1.0},"210":{"tf":1.0},"37":{"tf":1.0},"8":{"tf":1.0},"95":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"238":{"tf":1.0}}}}}}}}}}}},"w":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"127":{"tf":1.0}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":26,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"147":{"tf":1.0},"158":{"tf":1.0},"16":{"tf":1.4142135623730951},"162":{"tf":1.0},"169":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"170":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"18":{"tf":1.0},"20":{"tf":1.0},"206":{"tf":1.0},"21":{"tf":1.0},"211":{"tf":1.4142135623730951},"217":{"tf":1.0},"222":{"tf":1.0},"232":{"tf":1.0},"240":{"tf":1.0},"41":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":7,"docs":{"130":{"tf":1.4142135623730951},"132":{"tf":1.0},"133":{"tf":1.7320508075688772},"134":{"tf":1.4142135623730951},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.7320508075688772}}}}}},"x":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"203":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"203":{"tf":1.4142135623730951}}}}}},"df":4,"docs":{"199":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"42":{"tf":1.0}}}}},"f":{"df":1,"docs":{"233":{"tf":3.7416573867739413}},"s":{"(":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{":":{":":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"233":{"tf":1.0}}}}}}}}}},"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":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"233":{"tf":1.4142135623730951}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"166":{"tf":1.0},"199":{"tf":1.0}}},"h":{"df":1,"docs":{"238":{"tf":1.0}},"o":{"df":0,"docs":{},"l":{"a":{"df":1,"docs":{"243":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"232":{"tf":1.0}}}}}},"o":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"199":{"tf":1.7320508075688772},"60":{"tf":1.0},"67":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"218":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":2,"docs":{"94":{"tf":1.0},"97":{"tf":1.4142135623730951}}}}}},"d":{"df":0,"docs":{},"e":{"df":5,"docs":{"156":{"tf":1.0},"170":{"tf":2.449489742783178},"171":{"tf":2.0},"172":{"tf":2.0},"173":{"tf":1.0}}}},"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"87":{"tf":2.0},"88":{"tf":1.0},"89":{"tf":2.23606797749979},"90":{"tf":1.7320508075688772},"91":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"218":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":8,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"11":{"tf":1.0},"126":{"tf":1.0},"171":{"tf":1.0},"234":{"tf":1.0},"66":{"tf":1.0},"87":{"tf":1.0}},"e":{"df":9,"docs":{"127":{"tf":1.0},"199":{"tf":1.0},"203":{"tf":1.0},"21":{"tf":1.0},"217":{"tf":1.0},"233":{"tf":1.4142135623730951},"42":{"tf":1.0},"69":{"tf":1.0},"75":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"199":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"157":{"tf":1.0}}}},"r":{"df":0,"docs":{},"m":{"!":{"(":{"0":{".":{"5":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{},"x":{",":{"1":{",":{"2":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"128":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"196":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0}}}},"df":2,"docs":{"128":{"tf":1.0},"3":{"tf":1.0}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"20":{"tf":1.0},"202":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"125":{"tf":1.0},"257":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":13,"docs":{"126":{"tf":1.0},"143":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"189":{"tf":1.0},"198":{"tf":1.0},"203":{"tf":1.0},"21":{"tf":1.0},"218":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"78":{"tf":1.0},"95":{"tf":1.0}}},"h":{"df":2,"docs":{"202":{"tf":1.0},"203":{"tf":1.0}}},"i":{"c":{"df":2,"docs":{"239":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"224":{"tf":1.0}}}}}},"w":{"df":7,"docs":{"17":{"tf":1.0},"177":{"tf":1.4142135623730951},"183":{"tf":1.0},"230":{"tf":1.0},"233":{"tf":1.0},"40":{"tf":1.0},"8":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"203":{"tf":1.0},"205":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"60":{"tf":1.0},"68":{"tf":1.0}},"l":{"df":5,"docs":{"199":{"tf":1.0},"200":{"tf":1.0},"55":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.4142135623730951}}}},"m":{"1":{"df":1,"docs":{"82":{"tf":2.23606797749979}}},"2":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"82":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"82":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":1,"docs":{"82":{"tf":2.23606797749979}}},"3":{".":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"82":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"_":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"82":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"82":{"tf":2.23606797749979}}},"_":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":1,"docs":{"186":{"tf":1.0}}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"150":{"tf":1.4142135623730951},"186":{"tf":1.0},"199":{"tf":1.4142135623730951},"200":{"tf":1.0},"228":{"tf":1.0},"239":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"'":{"df":2,"docs":{"252":{"tf":1.0},"32":{"tf":1.0}}},"df":44,"docs":{"113":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.7320508075688772},"124":{"tf":1.0},"139":{"tf":1.7320508075688772},"143":{"tf":1.4142135623730951},"154":{"tf":1.7320508075688772},"156":{"tf":1.0},"159":{"tf":2.0},"16":{"tf":1.0},"161":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.4142135623730951},"18":{"tf":1.0},"194":{"tf":1.4142135623730951},"195":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":2.6457513110645907},"200":{"tf":1.7320508075688772},"202":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"232":{"tf":1.4142135623730951},"237":{"tf":1.0},"247":{"tf":1.0},"250":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":2.23606797749979},"29":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":2.0},"48":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":3,"docs":{"206":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"42":{"tf":1.0}}}}}}},"c":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"199":{"tf":1.0}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"110":{"tf":1.0},"124":{"tf":1.0},"206":{"tf":1.0},"73":{"tf":1.0}}}}},"df":0,"docs":{},"p":{"df":1,"docs":{"247":{"tf":1.0}}}},"d":{"d":{"df":1,"docs":{"240":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"8":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"24":{"tf":1.0},"257":{"tf":1.0},"26":{"tf":1.0},"86":{"tf":1.0}}}}}},"h":{"df":1,"docs":{"94":{"tf":1.0}}},"k":{"(":{"_":{"df":1,"docs":{"206":{"tf":1.0}}},"df":2,"docs":{"67":{"tf":1.0},"68":{"tf":1.0}}},"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"67":{"tf":1.0}}}},"df":7,"docs":{"106":{"tf":1.4142135623730951},"177":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"49":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}}},"l":{"d":{"df":4,"docs":{"170":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"217":{"tf":1.0}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"233":{"tf":1.0},"239":{"tf":2.0},"240":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"240":{"tf":1.0}}}}}},"n":{"c":{"df":4,"docs":{"176":{"tf":1.0},"177":{"tf":1.0},"234":{"tf":1.4142135623730951},"8":{"tf":1.0}}},"df":37,"docs":{"103":{"tf":1.0},"110":{"tf":1.0},"126":{"tf":1.0},"147":{"tf":1.0},"150":{"tf":1.4142135623730951},"151":{"tf":1.0},"155":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.0},"170":{"tf":1.4142135623730951},"172":{"tf":1.0},"173":{"tf":1.0},"183":{"tf":1.0},"185":{"tf":1.4142135623730951},"198":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":1.7320508075688772},"200":{"tf":1.0},"202":{"tf":1.0},"206":{"tf":1.4142135623730951},"209":{"tf":1.0},"211":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"239":{"tf":2.0},"240":{"tf":2.23606797749979},"247":{"tf":1.7320508075688772},"258":{"tf":1.4142135623730951},"45":{"tf":1.0},"54":{"tf":1.0},"72":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"244":{"tf":1.0}}}}},"u":{"df":1,"docs":{"192":{"tf":1.0}}}},"o":{"df":4,"docs":{"158":{"tf":1.0},"172":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0}}},"p":{"a":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":5,"docs":{"131":{"tf":1.0},"194":{"tf":1.0},"196":{"tf":1.0},"198":{"tf":1.0},"200":{"tf":1.0}}}}},"df":1,"docs":{"127":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"n":{"/":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"247":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":3,"docs":{"198":{"tf":1.0},"247":{"tf":1.0},"4":{"tf":1.0}}},"r":{"df":24,"docs":{"11":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":2.0},"118":{"tf":1.0},"125":{"tf":1.0},"14":{"tf":1.0},"148":{"tf":1.0},"154":{"tf":1.4142135623730951},"171":{"tf":2.23606797749979},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"192":{"tf":1.4142135623730951},"198":{"tf":1.0},"206":{"tf":1.0},"222":{"tf":1.0},"225":{"tf":1.0},"239":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"252":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"59":{"tf":1.0},"66":{"tf":1.4142135623730951},"74":{"tf":1.0}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"197":{"tf":1.0}}}}}},"s":{"df":3,"docs":{"134":{"tf":1.0},"157":{"tf":1.0},"44":{"tf":1.0}}}}},"t":{"df":1,"docs":{"217":{"tf":1.0}},"i":{"c":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"239":{"tf":1.4142135623730951}}}}}},"df":3,"docs":{"239":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"241":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":8,"docs":{"185":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"210":{"tf":1.0},"211":{"tf":1.0},"233":{"tf":1.0},"44":{"tf":1.0},"50":{"tf":1.0},"74":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"22":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"<":{"&":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"203":{"tf":1.4142135623730951}}}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"233":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{">":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"127":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"<":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"'":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":2,"docs":{"21":{"tf":1.0},"233":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":2,"docs":{"54":{"tf":1.0},"79":{"tf":1.0}}}},"df":11,"docs":{"162":{"tf":1.0},"192":{"tf":1.0},"21":{"tf":1.0},"219":{"tf":1.0},"42":{"tf":1.0},"54":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":2.0},"79":{"tf":1.4142135623730951},"89":{"tf":1.0}},"s":{"'":{"df":1,"docs":{"151":{"tf":1.0}}},"df":0,"docs":{}},"’":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}},"r":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":1,"docs":{"237":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"151":{"tf":1.0},"198":{"tf":1.0},"217":{"tf":1.0},"222":{"tf":1.0},"233":{"tf":1.4142135623730951},"240":{"tf":1.0},"29":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"234":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"121":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"232":{"tf":1.0},"253":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"3":{"tf":1.4142135623730951}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"107":{"tf":1.0},"172":{"tf":1.7320508075688772},"176":{"tf":1.0},"42":{"tf":1.0},"68":{"tf":1.0}}}}}}},"s":{"df":1,"docs":{"140":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"166":{"tf":1.0},"202":{"tf":1.0}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":5,"docs":{"163":{"tf":1.0},"209":{"tf":1.0},"233":{"tf":1.0},"37":{"tf":1.4142135623730951},"88":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"(":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"127":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"127":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":17,"docs":{"1":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"127":{"tf":1.4142135623730951},"157":{"tf":1.0},"206":{"tf":1.4142135623730951},"210":{"tf":1.0},"217":{"tf":1.0},"225":{"tf":1.0},"229":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"45":{"tf":1.0},"53":{"tf":1.0},"89":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"189":{"tf":1.0},"190":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":4,"docs":{"140":{"tf":1.0},"143":{"tf":1.7320508075688772},"199":{"tf":1.0},"53":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"149":{"tf":1.0},"21":{"tf":1.0},"240":{"tf":1.0},"8":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"185":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"184":{"tf":1.0},"233":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":19,"docs":{"126":{"tf":1.0},"147":{"tf":1.0},"154":{"tf":1.4142135623730951},"169":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.0},"192":{"tf":1.0},"20":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"239":{"tf":1.0},"246":{"tf":1.0},"48":{"tf":1.0},"54":{"tf":1.0},"7":{"tf":2.0},"76":{"tf":1.0},"78":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"218":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"134":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"217":{"tf":1.0}}}},"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"110":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"246":{"tf":1.0}}}}}}}}},"w":{"df":0,"docs":{},"n":{"df":16,"docs":{"196":{"tf":1.4142135623730951},"198":{"tf":1.7320508075688772},"199":{"tf":1.0},"212":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.4142135623730951},"37":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.4142135623730951},"71":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"199":{"tf":1.4142135623730951},"45":{"tf":1.0}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":9,"docs":{"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"211":{"tf":1.7320508075688772},"212":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"41":{"tf":1.0},"71":{"tf":1.0}}}}}}}}}}},"p":{":":{":":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"233":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"183":{"tf":1.0},"185":{"tf":1.0}}}},"df":1,"docs":{"128":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"!":{"(":{"\"":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"127":{"tf":1.0},"155":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":2.0},"68":{"tf":1.0},"90":{"tf":1.0}},"k":{"df":3,"docs":{"34":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.0}}}}},"r":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"df":2,"docs":{"227":{"tf":1.7320508075688772},"228":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"184":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"115":{"tf":1.0},"232":{"tf":1.7320508075688772},"239":{"tf":1.0},"240":{"tf":1.0},"8":{"tf":1.0},"94":{"tf":1.0}}}}}},"df":1,"docs":{"199":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"199":{"tf":1.0},"232":{"tf":1.0}}}}},"s":{"df":1,"docs":{"240":{"tf":3.0}},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"61":{"tf":2.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"61":{"tf":2.0}}}}}}},"r":{"df":3,"docs":{"127":{"tf":1.0},"128":{"tf":1.0},"240":{"tf":1.0}}}}},"t":{"df":15,"docs":{"133":{"tf":1.0},"143":{"tf":1.0},"146":{"tf":1.0},"184":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"232":{"tf":1.4142135623730951},"233":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.4142135623730951},"247":{"tf":1.0},"256":{"tf":1.0},"42":{"tf":1.0},"52":{"tf":1.0},"98":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"21":{"tf":1.0},"236":{"tf":1.0},"239":{"tf":1.0}},"e":{"df":0,"docs":{},"q":{"df":2,"docs":{"162":{"tf":1.0},"21":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"1":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"146":{"tf":1.0},"2":{"tf":1.0},"232":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"211":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"183":{"tf":1.0},"252":{"tf":1.0}}}}},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"243":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":14,"docs":{"115":{"tf":1.0},"119":{"tf":1.0},"121":{"tf":1.0},"135":{"tf":1.0},"200":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"55":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"218":{"tf":1.0}}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"233":{"tf":2.449489742783178}}}}},"df":3,"docs":{"233":{"tf":2.23606797749979},"50":{"tf":1.0},"90":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":59,"docs":{"110":{"tf":2.449489742783178},"111":{"tf":1.4142135623730951},"112":{"tf":1.7320508075688772},"113":{"tf":2.0},"115":{"tf":1.0},"122":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"129":{"tf":1.0},"130":{"tf":1.0},"137":{"tf":1.0},"139":{"tf":1.4142135623730951},"140":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.7320508075688772},"144":{"tf":1.0},"146":{"tf":1.4142135623730951},"151":{"tf":1.7320508075688772},"152":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.4142135623730951},"158":{"tf":1.7320508075688772},"159":{"tf":1.7320508075688772},"166":{"tf":1.7320508075688772},"167":{"tf":1.7320508075688772},"171":{"tf":1.7320508075688772},"173":{"tf":1.7320508075688772},"174":{"tf":1.4142135623730951},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"18":{"tf":1.0},"181":{"tf":1.7320508075688772},"194":{"tf":1.4142135623730951},"2":{"tf":1.7320508075688772},"200":{"tf":1.0},"202":{"tf":1.4142135623730951},"205":{"tf":1.0},"207":{"tf":2.449489742783178},"209":{"tf":1.0},"211":{"tf":1.7320508075688772},"222":{"tf":1.4142135623730951},"224":{"tf":2.23606797749979},"236":{"tf":1.4142135623730951},"237":{"tf":2.0},"238":{"tf":1.0},"240":{"tf":1.4142135623730951},"243":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":2.449489742783178},"30":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":2.0},"97":{"tf":1.0},"98":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"218":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"y":{"df":1,"docs":{"206":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"94":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"243":{"tf":1.0}}}}}}},"df":1,"docs":{"233":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"128":{"tf":1.0}}}}}},"df":2,"docs":{"20":{"tf":1.0},"200":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":14,"docs":{"108":{"tf":1.0},"121":{"tf":1.7320508075688772},"154":{"tf":1.0},"157":{"tf":1.0},"171":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"185":{"tf":1.0},"198":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"239":{"tf":1.0},"44":{"tf":1.0},"50":{"tf":1.0},"81":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":3,"docs":{"171":{"tf":1.0},"200":{"tf":1.0},"42":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"o":{"d":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"106":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":2,"docs":{"106":{"tf":1.0},"217":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"253":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"259":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"239":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"199":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"42":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"c":{"df":3,"docs":{"199":{"tf":1.0},"240":{"tf":1.0},"248":{"tf":1.0}}},"df":0,"docs":{}},"n":{"<":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"237":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"237":{"tf":1.7320508075688772}}},"t":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"204":{"tf":1.0},"206":{"tf":1.0}}}},"df":0,"docs":{}}},"x":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"241":{"tf":1.0}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":8,"docs":{"143":{"tf":1.0},"172":{"tf":1.0},"202":{"tf":1.0},"239":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"86":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"147":{"tf":1.0}}}},"n":{"df":1,"docs":{"177":{"tf":1.0}}},"y":{"df":2,"docs":{"199":{"tf":1.0},"229":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"126":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"237":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":11,"docs":{"102":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.7320508075688772},"199":{"tf":1.0},"200":{"tf":1.0},"211":{"tf":1.0},"230":{"tf":1.0},"233":{"tf":1.7320508075688772},"29":{"tf":1.7320508075688772},"34":{"tf":1.0},"67":{"tf":1.4142135623730951}},"e":{"df":1,"docs":{"202":{"tf":1.0}},"r":{"df":28,"docs":{"119":{"tf":2.0},"121":{"tf":1.4142135623730951},"140":{"tf":1.0},"172":{"tf":1.4142135623730951},"194":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":2.23606797749979},"199":{"tf":2.0},"200":{"tf":1.0},"202":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"212":{"tf":1.0},"225":{"tf":1.4142135623730951},"226":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"45":{"tf":1.0},"55":{"tf":1.4142135623730951},"60":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.7320508075688772},"7":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.7320508075688772}}}}}}},"l":{"a":{"df":1,"docs":{"254":{"tf":1.0}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"145":{"tf":1.0},"152":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"125":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":6,"docs":{"220":{"tf":1.0},"222":{"tf":1.0},"232":{"tf":1.4142135623730951},"239":{"tf":1.0},"240":{"tf":1.0},"30":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"185":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"237":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":3,"docs":{"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":13,"docs":{"108":{"tf":1.0},"11":{"tf":1.0},"157":{"tf":1.0},"189":{"tf":1.0},"197":{"tf":1.7320508075688772},"202":{"tf":1.0},"203":{"tf":1.0},"233":{"tf":1.0},"250":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.4142135623730951},"78":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"225":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"127":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.7320508075688772}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"197":{"tf":1.0},"209":{"tf":1.0},"217":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"173":{"tf":1.0},"239":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":5,"docs":{"197":{"tf":1.0},"198":{"tf":1.0},"2":{"tf":1.0},"57":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"133":{"tf":1.0},"251":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":3,"docs":{"14":{"tf":1.0},"198":{"tf":1.0},"241":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"121":{"tf":1.0},"172":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"211":{"tf":1.0},"239":{"tf":1.0},"7":{"tf":1.0},"78":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"149":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"132":{"tf":1.0},"189":{"tf":1.0},"192":{"tf":1.0}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"170":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"222":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":12,"docs":{"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"164":{"tf":1.0},"176":{"tf":1.0},"199":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"233":{"tf":1.0},"252":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":2,"docs":{"151":{"tf":1.0},"42":{"tf":1.0}},"s":{"df":1,"docs":{"259":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"206":{"tf":1.0}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"133":{"tf":1.0},"154":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":13,"docs":{"112":{"tf":1.0},"181":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":2.23606797749979},"249":{"tf":1.0},"250":{"tf":1.0},"254":{"tf":1.0},"5":{"tf":1.0},"65":{"tf":1.0},"71":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{",":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"126":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"df":1,"docs":{"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":2,"docs":{"229":{"tf":1.0},"8":{"tf":1.0}},"l":{"df":0,"docs":{},"n":{"!":{"(":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":1,"docs":{"21":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"87":{"tf":2.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":{"106":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"106":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"177":{"tf":1.4142135623730951},"210":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.7320508075688772}}}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"210":{"tf":1.0}}}},"s":{"df":0,"docs":{},"m":{"df":3,"docs":{"238":{"tf":1.0},"240":{"tf":2.23606797749979},"241":{"tf":1.0}}}},"v":{"a":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"134":{"tf":1.0},"224":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":5,"docs":{"134":{"tf":1.0},"233":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":2.0}},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"218":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"162":{"tf":1.0},"180":{"tf":1.0},"222":{"tf":1.0},"225":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":16,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"124":{"tf":2.0},"126":{"tf":1.0},"128":{"tf":1.4142135623730951},"146":{"tf":1.0},"159":{"tf":1.4142135623730951},"2":{"tf":1.7320508075688772},"206":{"tf":1.0},"207":{"tf":1.4142135623730951},"218":{"tf":1.0},"232":{"tf":1.4142135623730951},"239":{"tf":1.0},"240":{"tf":1.0},"3":{"tf":1.7320508075688772},"86":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"241":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":2,"docs":{"240":{"tf":1.0},"253":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"100":{"tf":1.4142135623730951},"166":{"tf":1.0},"207":{"tf":1.0},"230":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"158":{"tf":1.0},"179":{"tf":1.0},"211":{"tf":1.0},"253":{"tf":1.4142135623730951}},"t":{"df":1,"docs":{"126":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"239":{"tf":1.0}}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":16,"docs":{"110":{"tf":1.7320508075688772},"180":{"tf":1.0},"224":{"tf":1.0},"227":{"tf":2.449489742783178},"228":{"tf":2.0},"229":{"tf":1.7320508075688772},"230":{"tf":1.0},"232":{"tf":1.4142135623730951},"233":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.4142135623730951},"243":{"tf":1.0},"247":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0}},"m":{"df":5,"docs":{"199":{"tf":1.4142135623730951},"200":{"tf":1.0},"206":{"tf":1.4142135623730951},"224":{"tf":1.4142135623730951},"233":{"tf":1.0}}}}},"df":0,"docs":{}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"147":{"tf":1.0},"184":{"tf":1.7320508075688772},"185":{"tf":1.0},"211":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"l":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"206":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"164":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"17":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"34":{"tf":1.0}}}},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"88":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"74":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"143":{"tf":1.0},"26":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"240":{"tf":1.0},"250":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"57":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"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":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"233":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"{":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":1,"docs":{"233":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"233":{"tf":1.0}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"233":{"tf":3.0}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"233":{"tf":2.23606797749979}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"211":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"196":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":2,"docs":{"197":{"tf":1.0},"199":{"tf":1.0}}}},"i":{"d":{"df":14,"docs":{"121":{"tf":1.0},"130":{"tf":1.0},"136":{"tf":1.0},"151":{"tf":1.0},"157":{"tf":1.4142135623730951},"186":{"tf":1.7320508075688772},"197":{"tf":1.4142135623730951},"2":{"tf":1.0},"211":{"tf":1.0},"29":{"tf":1.4142135623730951},"32":{"tf":1.0},"42":{"tf":1.0},"7":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"b":{"(":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"233":{"tf":2.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":26,"docs":{"106":{"tf":1.4142135623730951},"118":{"tf":1.7320508075688772},"127":{"tf":2.0},"132":{"tf":1.4142135623730951},"136":{"tf":1.0},"151":{"tf":1.0},"155":{"tf":2.0},"157":{"tf":1.0},"16":{"tf":1.7320508075688772},"162":{"tf":2.449489742783178},"17":{"tf":2.0},"170":{"tf":2.0},"199":{"tf":2.0},"203":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"233":{"tf":2.0},"239":{"tf":2.6457513110645907},"240":{"tf":1.7320508075688772},"60":{"tf":1.7320508075688772},"61":{"tf":2.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"73":{"tf":1.0},"74":{"tf":1.0},"87":{"tf":1.7320508075688772},"88":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"c":{"df":7,"docs":{"136":{"tf":1.0},"183":{"tf":1.0},"222":{"tf":1.0},"86":{"tf":1.4142135623730951},"87":{"tf":1.0},"89":{"tf":1.0},"98":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"238":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":3,"docs":{"247":{"tf":1.0},"83":{"tf":1.0},"89":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"df":3,"docs":{"11":{"tf":1.0},"116":{"tf":1.0},"14":{"tf":1.0}}}},"t":{"df":7,"docs":{"199":{"tf":1.0},"205":{"tf":1.0},"237":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"68":{"tf":1.0}}}},"x":{"df":0,"docs":{},"e":{"df":1,"docs":{"233":{"tf":1.0}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"232":{"tf":1.0}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"186":{"tf":1.0},"253":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"198":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"93":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":3,"docs":{"205":{"tf":1.0},"53":{"tf":1.0},"74":{"tf":1.0}}}}}},"r":{".":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"i":{"d":{"(":{")":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"i":{"d":{"(":{")":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"(":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"!":{"(":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"i":{"d":{")":{")":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"202":{"tf":1.0}}}},"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":1,"docs":{"9":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"df":7,"docs":{"138":{"tf":1.0},"139":{"tf":1.4142135623730951},"141":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.0},"38":{"tf":1.0},"54":{"tf":1.0}}},"s":{"df":2,"docs":{"240":{"tf":1.0},"74":{"tf":1.0}}}},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"193":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"198":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"229":{"tf":1.4142135623730951},"230":{"tf":1.7320508075688772},"29":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"90":{"tf":1.4142135623730951}}}},"w":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"c":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"1":{"df":1,"docs":{"82":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"82":{"tf":1.4142135623730951}}},"3":{"df":1,"docs":{"82":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"t":{"df":2,"docs":{"211":{"tf":1.0},"212":{"tf":1.0}}}},"df":1,"docs":{"37":{"tf":1.0}}},"df":2,"docs":{"120":{"tf":1.4142135623730951},"239":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"225":{"tf":1.0},"37":{"tf":1.0}}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":8,"docs":{"13":{"tf":1.0},"211":{"tf":1.0},"241":{"tf":1.0},"49":{"tf":1.7320508075688772},"5":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.0},"79":{"tf":1.0}}}},"df":0,"docs":{}},"df":14,"docs":{"198":{"tf":1.4142135623730951},"199":{"tf":1.4142135623730951},"206":{"tf":1.0},"224":{"tf":1.0},"234":{"tf":1.0},"240":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"68":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":3,"docs":{"140":{"tf":1.0},"170":{"tf":1.0},"199":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"174":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"136":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"230":{"tf":1.0},"239":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"136":{"tf":1.0},"17":{"tf":1.0},"172":{"tf":1.0},"240":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"101":{"tf":1.0},"81":{"tf":1.0}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"74":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"232":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"r":{"d":{"df":2,"docs":{"239":{"tf":1.0},"240":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{")":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"|":{"df":0,"docs":{},"r":{"df":1,"docs":{"239":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"v":{"df":1,"docs":{"59":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"2":{"tf":1.0},"207":{"tf":1.0}},"s":{"df":2,"docs":{"126":{"tf":1.0},"127":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"100":{"tf":1.4142135623730951},"103":{"tf":1.0}}}}}},"u":{"c":{"df":2,"docs":{"136":{"tf":1.0},"44":{"tf":1.0}}},"df":0,"docs":{}}},"df":4,"docs":{"172":{"tf":1.0},"184":{"tf":1.0},"225":{"tf":1.0},"233":{"tf":1.0}},"f":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"186":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}}}}},"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"177":{"tf":1.0},"180":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":3,"docs":{"155":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"45":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":19,"docs":{"140":{"tf":1.7320508075688772},"143":{"tf":2.449489742783178},"166":{"tf":1.0},"172":{"tf":1.4142135623730951},"206":{"tf":2.23606797749979},"209":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"212":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"68":{"tf":1.0},"74":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"240":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"240":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"224":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"121":{"tf":1.0},"237":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"173":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"224":{"tf":1.0},"25":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":3,"docs":{"174":{"tf":1.0},"200":{"tf":1.0},"25":{"tf":1.0}}}}}}}}}}},"df":2,"docs":{"199":{"tf":1.0},"207":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"217":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":3,"docs":{"139":{"tf":1.0},"181":{"tf":1.0},"36":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"240":{"tf":1.4142135623730951}}},"df":4,"docs":{"146":{"tf":1.0},"224":{"tf":1.0},"232":{"tf":1.0},"241":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":3,"docs":{"218":{"tf":1.0},"230":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"233":{"tf":1.0}}},"v":{"df":10,"docs":{"111":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"126":{"tf":1.0},"148":{"tf":1.0},"183":{"tf":1.0},"217":{"tf":1.0},"8":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"119":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"170":{"tf":2.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"206":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"59":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"248":{"tf":1.0},"94":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"44":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"124":{"tf":1.0},"34":{"tf":1.0},"96":{"tf":1.0}}}}}},"l":{"a":{"c":{"df":4,"docs":{"247":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.7320508075688772},"45":{"tf":1.0}},"e":{"(":{"_":{"df":2,"docs":{"212":{"tf":1.0},"39":{"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":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":{"(":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"148":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"148":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"<":{"df":1,"docs":{"74":{"tf":1.0}}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"<":{"df":1,"docs":{"73":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":3,"docs":{"147":{"tf":1.7320508075688772},"148":{"tf":2.0},"149":{"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":{"4":{"tf":1.0}}}}}}}}},"r":{"(":{"c":{"df":2,"docs":{"222":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":4,"docs":{"136":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":2.23606797749979},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"170":{"tf":1.0},"248":{"tf":1.0},"57":{"tf":1.0}}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{")":{".":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"233":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"\"":{"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":{"d":{"df":1,"docs":{"94":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":4,"docs":{"233":{"tf":2.8284271247461903},"237":{"tf":1.0},"94":{"tf":2.0},"95":{"tf":2.449489742783178}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"94":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"i":{"df":0,"docs":{},"r":{"df":21,"docs":{"103":{"tf":1.0},"124":{"tf":1.0},"147":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"17":{"tf":1.0},"181":{"tf":1.0},"202":{"tf":1.0},"211":{"tf":1.0},"218":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"36":{"tf":1.0},"53":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.0},"8":{"tf":1.0},"87":{"tf":1.4142135623730951},"90":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"68":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":2,"docs":{"209":{"tf":1.0},"211":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":7,"docs":{"139":{"tf":1.7320508075688772},"141":{"tf":1.4142135623730951},"142":{"tf":1.4142135623730951},"143":{"tf":2.449489742783178},"242":{"tf":1.0},"37":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"3":{"tf":1.0},"68":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":5,"docs":{"202":{"tf":1.0},"247":{"tf":1.4142135623730951},"29":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}},"t":{"df":3,"docs":{"177":{"tf":1.0},"233":{"tf":1.0},"240":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"136":{"tf":1.0},"190":{"tf":1.0},"200":{"tf":1.0},"239":{"tf":1.0},"252":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":1,"docs":{"12":{"tf":1.0}}}}}}},"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{":":{":":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"240":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"240":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"94":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":1,"docs":{"73":{"tf":1.0}}}}},"v":{":":{":":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"240":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":19,"docs":{"106":{"tf":1.0},"116":{"tf":1.0},"12":{"tf":1.7320508075688772},"159":{"tf":1.0},"170":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.4142135623730951},"203":{"tf":1.0},"230":{"tf":1.7320508075688772},"232":{"tf":1.0},"240":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"107":{"tf":1.0}},"e":{"df":0,"docs":{},"v":{"df":3,"docs":{"198":{"tf":1.0},"233":{"tf":1.0},"259":{"tf":2.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":31,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"107":{"tf":1.0},"143":{"tf":1.0},"157":{"tf":1.0},"16":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"170":{"tf":1.0},"199":{"tf":2.6457513110645907},"200":{"tf":1.0},"222":{"tf":1.0},"227":{"tf":1.0},"233":{"tf":1.0},"237":{"tf":1.0},"240":{"tf":2.23606797749979},"33":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"42":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"60":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"74":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"110":{"tf":1.0},"172":{"tf":1.0},"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":4,"docs":{"148":{"tf":1.0},"172":{"tf":1.7320508075688772},"199":{"tf":1.0},"221":{"tf":1.0}}}},"v":{"df":2,"docs":{"118":{"tf":1.0},"119":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"176":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"117":{"tf":1.0},"118":{"tf":1.0},"125":{"tf":1.0}}}}}}},"f":{"c":{"df":2,"docs":{"225":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}},"h":{"df":2,"docs":{"155":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951}}},"i":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"237":{"tf":1.0},"57":{"tf":1.0}}}},"d":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":2,"docs":{"166":{"tf":1.0},"200":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"k":{"df":3,"docs":{"199":{"tf":1.0},"202":{"tf":1.0},"207":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":3,"docs":{"118":{"tf":2.0},"119":{"tf":1.0},"120":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":4,"docs":{"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.7320508075688772},"120":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"214":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"72":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":1,"docs":{"121":{"tf":1.0}}}}},"s":{"df":2,"docs":{"239":{"tf":1.0},"241":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":7,"docs":{"126":{"tf":1.0},"128":{"tf":1.0},"198":{"tf":1.0},"202":{"tf":1.0},"206":{"tf":1.7320508075688772},"233":{"tf":1.0},"41":{"tf":1.0}}}},"n":{"df":16,"docs":{"149":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":2.0},"37":{"tf":2.0},"59":{"tf":1.0},"60":{"tf":1.0},"8":{"tf":1.4142135623730951},"95":{"tf":1.0},"97":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":4,"docs":{"134":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.4142135623730951},"88":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"'":{"df":10,"docs":{"173":{"tf":1.0},"181":{"tf":1.0},"199":{"tf":1.0},"202":{"tf":1.0},"206":{"tf":1.4142135623730951},"217":{"tf":1.0},"232":{"tf":1.7320508075688772},"240":{"tf":1.0},"57":{"tf":1.0},"66":{"tf":1.0}}},"c":{"df":2,"docs":{"218":{"tf":1.0},"219":{"tf":1.4142135623730951}}},"d":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"98":{"tf":1.0}}},"df":0,"docs":{}}},"df":61,"docs":{"111":{"tf":1.7320508075688772},"112":{"tf":1.4142135623730951},"128":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"139":{"tf":1.0},"143":{"tf":1.4142135623730951},"151":{"tf":1.7320508075688772},"157":{"tf":1.0},"16":{"tf":1.0},"166":{"tf":1.7320508075688772},"169":{"tf":1.0},"17":{"tf":1.4142135623730951},"172":{"tf":1.0},"181":{"tf":1.0},"184":{"tf":1.0},"187":{"tf":1.0},"194":{"tf":1.4142135623730951},"196":{"tf":1.7320508075688772},"197":{"tf":2.6457513110645907},"198":{"tf":2.0},"199":{"tf":2.0},"20":{"tf":1.4142135623730951},"200":{"tf":1.0},"202":{"tf":2.0},"203":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":2.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"217":{"tf":1.0},"219":{"tf":1.4142135623730951},"222":{"tf":1.0},"225":{"tf":1.7320508075688772},"227":{"tf":1.4142135623730951},"232":{"tf":1.4142135623730951},"233":{"tf":1.4142135623730951},"237":{"tf":1.0},"238":{"tf":1.4142135623730951},"239":{"tf":2.0},"240":{"tf":2.0},"243":{"tf":1.7320508075688772},"244":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.7320508075688772},"32":{"tf":1.0},"37":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"53":{"tf":2.0},"55":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":2.6457513110645907},"68":{"tf":1.0},"72":{"tf":1.4142135623730951},"74":{"tf":1.0},"86":{"tf":1.0},"9":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"243":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"218":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":1,"docs":{"237":{"tf":1.0}}}}}}},"s":{".":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"(":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"151":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"148":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"151":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":2,"docs":{"16":{"tf":1.0},"17":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":12,"docs":{"189":{"tf":1.4142135623730951},"192":{"tf":1.0},"194":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"206":{"tf":1.4142135623730951},"212":{"tf":1.0},"218":{"tf":1.0},"232":{"tf":1.0},"66":{"tf":1.0}},"r":{"df":1,"docs":{"204":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":13,"docs":{"130":{"tf":1.0},"194":{"tf":1.0},"197":{"tf":1.4142135623730951},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"206":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"67":{"tf":1.7320508075688772},"68":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"74":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"127":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":21,"docs":{"121":{"tf":1.0},"132":{"tf":1.0},"143":{"tf":1.0},"146":{"tf":1.0},"148":{"tf":1.0},"154":{"tf":1.0},"157":{"tf":1.0},"185":{"tf":1.0},"198":{"tf":1.0},"21":{"tf":1.0},"211":{"tf":1.0},"217":{"tf":1.0},"222":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0},"89":{"tf":1.0}}}},"n":{"d":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":4,"docs":{"208":{"tf":1.0},"211":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"223":{"tf":1.0},"239":{"tf":1.0}}}},"y":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"c":{"a":{"df":0,"docs":{},"l":{"a":{"df":1,"docs":{"241":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":3,"docs":{"86":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"34":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"a":{".":{"a":{"d":{"d":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"a":{"d":{"d":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"119":{"tf":1.0},"120":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":2,"docs":{"119":{"tf":1.0},"120":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":3,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0}}}}}},"df":0,"docs":{}},"<":{"'":{"a":{"df":1,"docs":{"120":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"118":{"tf":1.7320508075688772},"119":{"tf":1.7320508075688772},"120":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"241":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"227":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":3,"docs":{"37":{"tf":1.4142135623730951},"53":{"tf":1.0},"81":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"185":{"tf":1.0}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"206":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"df":15,"docs":{"106":{"tf":1.4142135623730951},"148":{"tf":2.23606797749979},"151":{"tf":1.4142135623730951},"155":{"tf":1.7320508075688772},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"170":{"tf":1.4142135623730951},"240":{"tf":1.0},"60":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"87":{"tf":1.7320508075688772},"88":{"tf":1.7320508075688772}},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"21":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":2,"docs":{"222":{"tf":1.0},"25":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"4":{"2":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"72":{"tf":1.0}}}}},"df":7,"docs":{"16":{"tf":2.23606797749979},"17":{"tf":3.1622776601683795},"200":{"tf":1.0},"218":{"tf":1.0},"234":{"tf":1.0},"42":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"194":{"tf":1.0},"55":{"tf":1.0},"67":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"130":{"tf":1.0},"233":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"e":{"df":40,"docs":{"112":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"129":{"tf":1.0},"137":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"152":{"tf":1.0},"158":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"169":{"tf":1.0},"173":{"tf":1.0},"18":{"tf":1.0},"187":{"tf":1.0},"193":{"tf":1.0},"20":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.0},"212":{"tf":1.0},"219":{"tf":1.0},"22":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"229":{"tf":1.0},"233":{"tf":1.0},"237":{"tf":2.449489742783178},"240":{"tf":1.0},"241":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":1.0},"38":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.0},"67":{"tf":1.0},"79":{"tf":1.0},"86":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951},"91":{"tf":1.0},"98":{"tf":1.0}},"m":{"df":2,"docs":{"198":{"tf":1.0},"236":{"tf":1.0}}},"n":{"df":2,"docs":{"166":{"tf":1.0},"48":{"tf":1.0}}}},"g":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"197":{"tf":1.0}}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"199":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"247":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"f":{".":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"233":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"b":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"162":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"118":{"tf":1.0},"119":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{")":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"|":{"c":{"df":0,"docs":{},"m":{"d":{"df":2,"docs":{"118":{"tf":1.0},"119":{"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":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"(":{"c":{"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"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":{}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"239":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"140":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{")":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"|":{"c":{"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"120":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"f":{".":{"df":0,"docs":{},"m":{"df":1,"docs":{"223":{"tf":1.0}}}},"df":1,"docs":{"222":{"tf":1.0}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"233":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"(":{"df":1,"docs":{"170":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"203":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"233":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"233":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"203":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"127":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"203":{"tf":1.0}}}}}},"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":{".":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"233":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"233":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"(":{")":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"|":{"c":{"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"120":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"(":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":2,"docs":{"16":{"tf":1.0},"17":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"(":{"df":1,"docs":{"155":{"tf":1.0}},"l":{"df":0,"docs":{},"h":{"df":1,"docs":{"155":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"h":{"df":1,"docs":{"155":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},":":{":":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"233":{"tf":1.7320508075688772}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"240":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":18,"docs":{"118":{"tf":1.7320508075688772},"119":{"tf":1.7320508075688772},"120":{"tf":1.7320508075688772},"127":{"tf":2.23606797749979},"132":{"tf":1.0},"140":{"tf":1.7320508075688772},"143":{"tf":1.7320508075688772},"155":{"tf":2.449489742783178},"16":{"tf":1.7320508075688772},"162":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"170":{"tf":2.0},"199":{"tf":1.0},"203":{"tf":1.4142135623730951},"206":{"tf":1.0},"224":{"tf":1.0},"256":{"tf":1.0},"33":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"136":{"tf":1.4142135623730951},"224":{"tf":1.0},"26":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"d":{"(":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"106":{"tf":1.4142135623730951}}}}},"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":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":3,"docs":{"106":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"94":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"106":{"tf":1.0}}}}}},"df":1,"docs":{"106":{"tf":1.0}}}}}}}},"df":0,"docs":{},"s":{"df":4,"docs":{"169":{"tf":1.0},"173":{"tf":1.0},"181":{"tf":1.0},"198":{"tf":1.4142135623730951}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"90":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"72":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"124":{"tf":1.0},"8":{"tf":1.7320508075688772}},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"200":{"tf":1.0},"55":{"tf":1.0}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"c":{"df":0,"docs":{},"q":{"df":1,"docs":{"253":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":13,"docs":{"115":{"tf":1.0},"120":{"tf":1.0},"146":{"tf":1.4142135623730951},"149":{"tf":1.0},"151":{"tf":1.7320508075688772},"154":{"tf":1.0},"164":{"tf":1.0},"171":{"tf":1.0},"176":{"tf":1.0},"199":{"tf":1.0},"211":{"tf":1.0},"234":{"tf":1.0},"81":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"121":{"tf":1.0}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"116":{"tf":1.0},"227":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"d":{"df":3,"docs":{"151":{"tf":1.4142135623730951},"240":{"tf":2.8284271247461903},"241":{"tf":1.0}},"e":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"240":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"c":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"151":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"151":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"151":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"151":{"tf":1.4142135623730951}}}},"df":4,"docs":{"14":{"tf":1.0},"233":{"tf":1.0},"237":{"tf":1.0},"9":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":2,"docs":{"199":{"tf":1.0},"211":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"233":{"tf":1.0}}}},"i":{"c":{"df":1,"docs":{"257":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"184":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"233":{"tf":1.0}}}}}}},"t":{"df":12,"docs":{"117":{"tf":1.0},"126":{"tf":1.0},"162":{"tf":1.7320508075688772},"199":{"tf":1.0},"218":{"tf":1.7320508075688772},"229":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.4142135623730951},"258":{"tf":1.0},"68":{"tf":1.0},"86":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"c":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{".":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"73":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"73":{"tf":1.0}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"t":{"d":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{":":{":":{"c":{"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":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"(":{")":{")":{"?":{".":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"74":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"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":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"176":{"tf":1.0},"194":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":1.0},"55":{"tf":1.0},"94":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"225":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":11,"docs":{"110":{"tf":1.0},"133":{"tf":1.0},"157":{"tf":1.0},"173":{"tf":1.0},"2":{"tf":1.0},"206":{"tf":1.4142135623730951},"211":{"tf":1.0},"234":{"tf":1.0},"29":{"tf":1.0},"37":{"tf":1.0},"68":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"228":{"tf":1.0}}}},"m":{"df":1,"docs":{"197":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}}},"df":1,"docs":{"216":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"143":{"tf":1.0},"42":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"136":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"w":{"df":2,"docs":{"228":{"tf":1.0},"57":{"tf":1.0}},"n":{"df":3,"docs":{"151":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"163":{"tf":1.0},"197":{"tf":1.4142135623730951},"253":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"143":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"200":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"89":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":12,"docs":{"130":{"tf":1.0},"151":{"tf":1.4142135623730951},"158":{"tf":1.0},"170":{"tf":1.0},"2":{"tf":1.0},"206":{"tf":1.0},"225":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"25":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":14,"docs":{"124":{"tf":1.4142135623730951},"125":{"tf":1.0},"128":{"tf":1.0},"165":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.4142135623730951},"174":{"tf":1.0},"203":{"tf":1.0},"206":{"tf":1.0},"240":{"tf":1.4142135623730951},"249":{"tf":1.0},"5":{"tf":1.4142135623730951},"68":{"tf":1.0},"72":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"166":{"tf":1.0},"167":{"tf":1.0}}}},"i":{"c":{"df":4,"docs":{"121":{"tf":1.0},"125":{"tf":1.0},"249":{"tf":1.0},"5":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"'":{"df":1,"docs":{"127":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":8,"docs":{"127":{"tf":1.0},"199":{"tf":1.0},"206":{"tf":1.4142135623730951},"21":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"45":{"tf":1.0},"8":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"140":{"tf":1.0},"240":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"106":{"tf":1.0},"239":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":11,"docs":{"131":{"tf":1.0},"151":{"tf":1.0},"166":{"tf":1.0},"224":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.4142135623730951},"247":{"tf":1.4142135623730951},"248":{"tf":1.0},"258":{"tf":1.0},"29":{"tf":1.0},"53":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"159":{"tf":1.0}}}},"df":0,"docs":{}}},"z":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":7,"docs":{"14":{"tf":1.0},"198":{"tf":1.7320508075688772},"235":{"tf":1.0},"240":{"tf":1.7320508075688772},"29":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"146":{"tf":1.0}}}}}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":7,"docs":{"198":{"tf":1.0},"199":{"tf":1.0},"25":{"tf":1.4142135623730951},"29":{"tf":1.0},"7":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"109":{"tf":1.0},"237":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"74":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":11,"docs":{"121":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"188":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"68":{"tf":1.0},"74":{"tf":1.0},"86":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"176":{"tf":1.4142135623730951},"177":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"183":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"189":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"226":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"180":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"217":{"tf":1.0}}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"233":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"(":{"\"":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"233":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":1,"docs":{"233":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":14,"docs":{"110":{"tf":1.0},"112":{"tf":1.0},"146":{"tf":1.0},"181":{"tf":1.0},"2":{"tf":1.4142135623730951},"233":{"tf":1.0},"247":{"tf":1.0},"251":{"tf":1.4142135623730951},"253":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.4142135623730951},"259":{"tf":1.0}},"e":{"'":{"df":1,"docs":{"247":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"247":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":8,"docs":{"110":{"tf":1.0},"127":{"tf":1.0},"176":{"tf":1.0},"2":{"tf":1.0},"207":{"tf":1.0},"233":{"tf":1.0},"239":{"tf":1.0},"86":{"tf":1.0}}}},"v":{"df":9,"docs":{"124":{"tf":1.7320508075688772},"128":{"tf":1.0},"146":{"tf":1.0},"159":{"tf":1.0},"177":{"tf":1.0},"2":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"240":{"tf":1.0},"3":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"e":{"(":{"\"":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"151":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"78":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"127":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"79":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"203":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"127":{"tf":1.0}}}},"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":{"233":{"tf":1.0}}}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"87":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"159":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":11,"docs":{"21":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"228":{"tf":1.0},"233":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}},"i":{"df":0,"docs":{},"m":{"df":9,"docs":{"176":{"tf":1.4142135623730951},"180":{"tf":1.0},"191":{"tf":1.0},"205":{"tf":1.0},"211":{"tf":1.0},"217":{"tf":1.4142135623730951},"222":{"tf":1.0},"68":{"tf":1.7320508075688772},"94":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"101":{"tf":1.0},"90":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"128":{"tf":1.0},"211":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":8,"docs":{"128":{"tf":1.0},"135":{"tf":1.0},"205":{"tf":1.0},"211":{"tf":1.0},"232":{"tf":1.0},"237":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":11,"docs":{"110":{"tf":1.0},"124":{"tf":1.0},"128":{"tf":1.0},"146":{"tf":2.449489742783178},"149":{"tf":1.4142135623730951},"20":{"tf":1.0},"233":{"tf":1.4142135623730951},"240":{"tf":1.0},"247":{"tf":1.7320508075688772},"251":{"tf":1.0},"46":{"tf":1.0}},"i":{"df":5,"docs":{"218":{"tf":1.0},"232":{"tf":1.0},"240":{"tf":1.0},"42":{"tf":1.0},"67":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"198":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"189":{"tf":1.0},"211":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"206":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"184":{"tf":1.0},"233":{"tf":1.0},"236":{"tf":1.0},"240":{"tf":1.0}}}}}},"r":{"c":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":1,"docs":{"247":{"tf":1.0}}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"217":{"tf":1.0}}}},"l":{"df":1,"docs":{"225":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"206":{"tf":1.0},"37":{"tf":1.4142135623730951},"47":{"tf":1.0},"60":{"tf":1.0},"68":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":5,"docs":{"107":{"tf":1.0},"17":{"tf":1.0},"198":{"tf":1.0},"237":{"tf":1.0},"66":{"tf":1.0}}},"df":0,"docs":{}}},"df":3,"docs":{"112":{"tf":1.0},"139":{"tf":1.0},"170":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"126":{"tf":1.0},"229":{"tf":1.4142135623730951},"230":{"tf":1.0},"37":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":9,"docs":{"156":{"tf":1.0},"170":{"tf":1.0},"198":{"tf":1.4142135623730951},"200":{"tf":1.0},"227":{"tf":1.0},"234":{"tf":2.0},"237":{"tf":1.7320508075688772},"252":{"tf":1.0},"37":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"199":{"tf":1.4142135623730951},"227":{"tf":1.0}}}}}}},"i":{"c":{"df":9,"docs":{"120":{"tf":2.0},"121":{"tf":1.0},"143":{"tf":1.0},"222":{"tf":1.0},"232":{"tf":1.4142135623730951},"237":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"94":{"tf":1.0}}}}},"d":{"'":{"df":1,"docs":{"192":{"tf":1.0}}},":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"148":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"f":{"df":1,"docs":{"49":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{":":{":":{"c":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{")":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"67":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":1,"docs":{"68":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"c":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"68":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"(":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"73":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"73":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":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":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"73":{"tf":1.0}}}}}}}}}}}}}}}}},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"73":{"tf":1.0},"74":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"49":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"78":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":3,"docs":{"140":{"tf":1.0},"222":{"tf":1.0},"25":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{":":{":":{"df":0,"docs":{},"{":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"233":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{"df":1,"docs":{"68":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{".":{"a":{"d":{"d":{"(":{"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":{},"r":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"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":{}}}},"r":{"c":{":":{":":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"82":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{":":{":":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"<":{"'":{"a":{"df":1,"docs":{"127":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{":":{":":{"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":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"106":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"{":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{":":{":":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"21":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"140":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"49":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":2,"docs":{"51":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"143":{"tf":1.0}}},"p":{"df":2,"docs":{"124":{"tf":1.0},"229":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":5,"docs":{"206":{"tf":1.0},"211":{"tf":1.0},"52":{"tf":1.0},"8":{"tf":1.0},"97":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"(":{"df":1,"docs":{"170":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"155":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"n":{"df":1,"docs":{"170":{"tf":1.0}}}},"df":1,"docs":{"155":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":2,"docs":{"155":{"tf":1.7320508075688772},"170":{"tf":1.0}}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"216":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"233":{"tf":1.7320508075688772},"257":{"tf":1.0},"259":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":12,"docs":{"116":{"tf":1.0},"119":{"tf":1.4142135623730951},"120":{"tf":1.0},"140":{"tf":1.0},"149":{"tf":1.0},"198":{"tf":1.0},"206":{"tf":1.0},"222":{"tf":1.0},"259":{"tf":1.7320508075688772},"37":{"tf":1.0},"44":{"tf":1.0},"66":{"tf":1.0}}},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"199":{"tf":1.0},"233":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":9,"docs":{"112":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":1.4142135623730951},"150":{"tf":2.0},"151":{"tf":2.0},"152":{"tf":1.0},"236":{"tf":1.0}}}}}}},"df":14,"docs":{"118":{"tf":2.449489742783178},"12":{"tf":1.0},"120":{"tf":2.23606797749979},"127":{"tf":1.0},"151":{"tf":1.4142135623730951},"237":{"tf":1.4142135623730951},"240":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.7320508075688772},"8":{"tf":3.0},"9":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"94":{"tf":1.7320508075688772},"95":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"225":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"\"":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"106":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"(":{"\"":{"df":0,"docs":{},"i":{"df":1,"docs":{"162":{"tf":1.0}}},"x":{"df":1,"docs":{"162":{"tf":1.0}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"8":{"df":1,"docs":{"107":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":1,"docs":{"148":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"127":{"tf":1.0},"42":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":39,"docs":{"10":{"tf":1.0},"106":{"tf":1.0},"11":{"tf":1.7320508075688772},"119":{"tf":1.7320508075688772},"12":{"tf":1.4142135623730951},"127":{"tf":1.7320508075688772},"13":{"tf":1.0},"130":{"tf":1.0},"14":{"tf":1.7320508075688772},"148":{"tf":2.23606797749979},"155":{"tf":1.0},"162":{"tf":1.7320508075688772},"170":{"tf":1.0},"192":{"tf":1.7320508075688772},"200":{"tf":1.7320508075688772},"237":{"tf":1.0},"239":{"tf":2.449489742783178},"240":{"tf":2.6457513110645907},"25":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":2.449489742783178},"42":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"57":{"tf":1.0},"60":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":2.0},"66":{"tf":3.3166247903554},"67":{"tf":1.0},"68":{"tf":2.6457513110645907},"7":{"tf":2.0},"70":{"tf":1.0},"71":{"tf":2.0},"72":{"tf":1.4142135623730951},"8":{"tf":3.3166247903554},"87":{"tf":1.0},"9":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"256":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"68":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"225":{"tf":1.0}}}}}}},"u":{"c":{"df":0,"docs":{},"t":{"'":{"df":2,"docs":{"240":{"tf":1.0},"88":{"tf":1.0}}},"df":46,"docs":{"106":{"tf":1.0},"118":{"tf":2.0},"119":{"tf":1.4142135623730951},"120":{"tf":1.0},"121":{"tf":1.0},"127":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.4142135623730951},"136":{"tf":1.0},"140":{"tf":1.7320508075688772},"148":{"tf":2.0},"151":{"tf":1.0},"155":{"tf":1.4142135623730951},"16":{"tf":1.0},"162":{"tf":1.4142135623730951},"165":{"tf":1.0},"17":{"tf":1.4142135623730951},"170":{"tf":1.7320508075688772},"175":{"tf":1.0},"176":{"tf":2.449489742783178},"177":{"tf":2.6457513110645907},"180":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":1.4142135623730951},"20":{"tf":1.0},"203":{"tf":1.0},"206":{"tf":1.0},"21":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.7320508075688772},"233":{"tf":2.8284271247461903},"237":{"tf":1.0},"239":{"tf":2.6457513110645907},"240":{"tf":2.23606797749979},"241":{"tf":1.0},"25":{"tf":1.0},"33":{"tf":1.0},"61":{"tf":1.4142135623730951},"86":{"tf":1.7320508075688772},"87":{"tf":1.4142135623730951},"88":{"tf":2.6457513110645907},"89":{"tf":1.7320508075688772},"91":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":17,"docs":{"121":{"tf":1.0},"158":{"tf":1.0},"170":{"tf":1.4142135623730951},"171":{"tf":2.23606797749979},"172":{"tf":2.6457513110645907},"173":{"tf":2.23606797749979},"174":{"tf":1.0},"196":{"tf":1.0},"239":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"250":{"tf":1.0},"252":{"tf":1.0},"26":{"tf":1.4142135623730951},"28":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"217":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":6,"docs":{"144":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"5":{"tf":1.0},"65":{"tf":1.0},"72":{"tf":1.0}}}}}},"u":{"b":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":2,"docs":{"155":{"tf":1.0},"170":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"250":{"tf":1.0}}}}}}}},"df":1,"docs":{"224":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"192":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"247":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"l":{"df":3,"docs":{"198":{"tf":1.0},"199":{"tf":1.0},"68":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"198":{"tf":1.0},"37":{"tf":1.0}}}}},"i":{"df":1,"docs":{"224":{"tf":1.4142135623730951}}}},"y":{"df":0,"docs":{},"p":{"df":2,"docs":{"224":{"tf":1.0},"247":{"tf":1.0}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"106":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":18,"docs":{"130":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"200":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"222":{"tf":1.0},"238":{"tf":1.0},"240":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"55":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.0},"77":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{},"x":{"df":1,"docs":{"37":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"121":{"tf":1.0},"159":{"tf":1.0},"191":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"df":2,"docs":{"228":{"tf":1.0},"229":{"tf":2.23606797749979}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{":":{":":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"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":{}}}}}}},"{":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"233":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"217":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":11,"docs":{"135":{"tf":1.0},"17":{"tf":1.0},"197":{"tf":1.0},"205":{"tf":1.0},"224":{"tf":1.0},"233":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"240":{"tf":1.0},"258":{"tf":1.0},"29":{"tf":1.0},"72":{"tf":1.0}}}},"s":{"df":4,"docs":{"116":{"tf":1.0},"233":{"tf":1.4142135623730951},"239":{"tf":1.0},"240":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"211":{"tf":1.0},"222":{"tf":1.0},"97":{"tf":1.0}}},"f":{"a":{"c":{"df":1,"docs":{"202":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"224":{"tf":1.4142135623730951},"254":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"83":{"tf":1.0}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"211":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"151":{"tf":1.0},"42":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"(":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"y":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"126":{"tf":1.7320508075688772},"127":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"n":{"c":{"df":1,"docs":{"89":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"211":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"127":{"tf":1.0},"255":{"tf":1.0}}}},"df":0,"docs":{},"x":{"df":3,"docs":{"128":{"tf":1.4142135623730951},"233":{"tf":1.0},"29":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"'":{"df":1,"docs":{"74":{"tf":1.0}}},"df":15,"docs":{"116":{"tf":1.0},"134":{"tf":1.0},"139":{"tf":1.0},"219":{"tf":1.0},"232":{"tf":1.4142135623730951},"239":{"tf":1.0},"240":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"254":{"tf":1.0},"258":{"tf":1.4142135623730951},"29":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"57":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{")":{".":{"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":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"(":{"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":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"106":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"t":{"1":{"df":1,"docs":{"136":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"136":{"tf":1.7320508075688772}}},"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"117":{"tf":1.4142135623730951},"118":{"tf":2.0},"119":{"tf":1.4142135623730951},"120":{"tf":2.0}},"e":{"\"":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"119":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"78":{"tf":1.0}},"l":{"df":1,"docs":{"218":{"tf":1.0}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":18,"docs":{"143":{"tf":1.0},"166":{"tf":1.4142135623730951},"17":{"tf":1.0},"177":{"tf":1.0},"183":{"tf":1.0},"20":{"tf":1.0},"225":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"72":{"tf":1.0},"8":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"95":{"tf":1.0}},"n":{"df":1,"docs":{"28":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"k":{"df":1,"docs":{"243":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"140":{"tf":1.0},"197":{"tf":1.0},"222":{"tf":1.4142135623730951},"25":{"tf":1.0},"29":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"126":{"tf":1.0},"2":{"tf":1.0}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"166":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"(":{"\"":{"1":{"2":{"7":{".":{"0":{".":{"0":{".":{"1":{":":{"3":{"4":{"2":{"5":{"4":{"df":1,"docs":{"94":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":14,"docs":{"140":{"tf":3.1622776601683795},"143":{"tf":1.4142135623730951},"148":{"tf":1.0},"155":{"tf":1.7320508075688772},"166":{"tf":1.0},"186":{"tf":1.4142135623730951},"211":{"tf":1.0},"222":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"25":{"tf":2.0},"29":{"tf":1.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"2":{"tf":1.0}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":4,"docs":{"146":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":1.0},"243":{"tf":1.0}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"162":{"tf":1.0},"232":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"99":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"211":{"tf":1.0}}}}},"n":{"df":1,"docs":{"125":{"tf":1.0}}},"r":{"df":0,"docs":{},"m":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":2,"docs":{"126":{"tf":2.23606797749979},"169":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"126":{"tf":1.4142135623730951},"66":{"tf":1.0},"68":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"139":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"162":{"tf":1.0},"2":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.4142135623730951}}}},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"147":{"tf":1.0},"148":{"tf":1.7320508075688772},"149":{"tf":1.0},"151":{"tf":1.4142135623730951}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":2,"docs":{"199":{"tf":1.0},"210":{"tf":1.0}}}},"t":{"'":{"df":4,"docs":{"211":{"tf":1.0},"224":{"tf":1.0},"3":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"198":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"143":{"tf":1.0},"249":{"tf":1.0},"36":{"tf":1.0},"5":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"237":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":7,"docs":{"147":{"tf":1.0},"149":{"tf":1.0},"183":{"tf":1.0},"198":{"tf":1.0},"205":{"tf":1.0},"217":{"tf":1.0},"45":{"tf":1.0}}},"k":{"df":1,"docs":{"228":{"tf":1.0}}}},"r":{"d":{"df":1,"docs":{"183":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":6,"docs":{"198":{"tf":1.7320508075688772},"199":{"tf":1.0},"217":{"tf":1.0},"232":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":4,"docs":{"197":{"tf":1.0},"200":{"tf":1.0},"211":{"tf":1.0},"97":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":4,"docs":{"206":{"tf":1.0},"212":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"(":{"\"":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}},"&":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"8":{"tf":2.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":4,"docs":{"119":{"tf":1.0},"197":{"tf":1.0},"3":{"tf":1.0},"8":{"tf":2.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":9,"docs":{"135":{"tf":1.0},"146":{"tf":1.0},"197":{"tf":1.0},"203":{"tf":1.0},"229":{"tf":1.4142135623730951},"257":{"tf":1.7320508075688772},"57":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"237":{"tf":1.0}}}}}}}},"w":{"df":1,"docs":{"112":{"tf":1.0}}}}},"u":{"df":13,"docs":{"136":{"tf":1.0},"156":{"tf":1.0},"169":{"tf":1.0},"177":{"tf":1.0},"199":{"tf":1.0},"202":{"tf":1.0},"217":{"tf":1.0},"221":{"tf":1.0},"224":{"tf":1.0},"239":{"tf":1.0},"34":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}},"i":{"df":1,"docs":{"240":{"tf":1.0}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{":":{":":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":21,"docs":{"106":{"tf":1.0},"116":{"tf":1.0},"119":{"tf":1.0},"130":{"tf":1.0},"147":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"177":{"tf":1.0},"185":{"tf":1.4142135623730951},"199":{"tf":1.0},"206":{"tf":1.4142135623730951},"21":{"tf":1.0},"225":{"tf":1.0},"229":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"240":{"tf":1.0},"29":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0},"90":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"o":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"237":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"o":{"df":2,"docs":{"175":{"tf":1.0},"178":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":7,"docs":{"175":{"tf":1.0},"176":{"tf":1.0},"194":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"239":{"tf":1.0},"83":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"df":7,"docs":{"126":{"tf":1.0},"183":{"tf":1.0},"186":{"tf":1.0},"2":{"tf":1.0},"218":{"tf":1.0},"59":{"tf":1.0},"89":{"tf":1.0}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"192":{"tf":1.0}}}}}},"p":{"df":1,"docs":{"240":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"237":{"tf":1.0}}}}},"y":{"df":1,"docs":{"151":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"45":{"tf":1.0},"68":{"tf":1.4142135623730951}}}},"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"121":{"tf":1.0},"172":{"tf":1.0}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"240":{"tf":1.0}}},"df":31,"docs":{"112":{"tf":1.0},"118":{"tf":2.0},"119":{"tf":1.0},"120":{"tf":1.7320508075688772},"121":{"tf":1.7320508075688772},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"148":{"tf":1.4142135623730951},"149":{"tf":1.0},"151":{"tf":1.4142135623730951},"155":{"tf":1.0},"17":{"tf":1.0},"170":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":1.0},"221":{"tf":1.0},"224":{"tf":1.4142135623730951},"225":{"tf":1.7320508075688772},"226":{"tf":1.0},"233":{"tf":1.0},"237":{"tf":1.4142135623730951},"239":{"tf":2.0},"24":{"tf":1.0},"240":{"tf":3.1622776601683795},"28":{"tf":1.4142135623730951},"30":{"tf":1.0},"44":{"tf":1.0},"77":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"116":{"tf":1.0},"196":{"tf":1.0},"198":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"198":{"tf":1.4142135623730951},"71":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"126":{"tf":1.0},"202":{"tf":1.0},"81":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"217":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"125":{"tf":1.4142135623730951},"126":{"tf":1.0},"199":{"tf":1.0},"4":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.4142135623730951}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"196":{"tf":1.0},"198":{"tf":1.4142135623730951},"57":{"tf":1.0}}}},"df":0,"docs":{}}}},"p":{"df":2,"docs":{"194":{"tf":1.0},"55":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"154":{"tf":1.0},"157":{"tf":1.0},"171":{"tf":1.0}}}}},"i":{"df":1,"docs":{"218":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"140":{"tf":1.0},"24":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"170":{"tf":1.0},"227":{"tf":1.0}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"212":{"tf":1.0}},"i":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":7,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"159":{"tf":1.0},"181":{"tf":1.0},"206":{"tf":1.0},"225":{"tf":1.0},"240":{"tf":1.0}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"p":{"df":1,"docs":{"72":{"tf":1.0}}},"v":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"_":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"218":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"_":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"218":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"e":{"df":7,"docs":{"106":{"tf":1.0},"199":{"tf":1.0},"209":{"tf":1.0},"21":{"tf":1.4142135623730951},"233":{"tf":1.0},"240":{"tf":1.0},"8":{"tf":1.7320508075688772}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"197":{"tf":1.0},"202":{"tf":1.0}}}}}},"s":{"df":1,"docs":{"25":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"131":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"78":{"tf":1.7320508075688772}}},"n":{"df":2,"docs":{"217":{"tf":1.4142135623730951},"232":{"tf":1.0}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"241":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"172":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":22,"docs":{"106":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"125":{"tf":1.0},"177":{"tf":1.4142135623730951},"185":{"tf":1.0},"198":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.4142135623730951},"217":{"tf":1.0},"218":{"tf":1.0},"222":{"tf":1.0},"232":{"tf":1.7320508075688772},"233":{"tf":1.0},"29":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951},"86":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"240":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"74":{"tf":1.0}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"198":{"tf":1.0}}}}},"df":65,"docs":{"109":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"130":{"tf":2.0},"131":{"tf":2.0},"132":{"tf":1.7320508075688772},"133":{"tf":1.4142135623730951},"134":{"tf":2.23606797749979},"135":{"tf":1.7320508075688772},"136":{"tf":2.449489742783178},"137":{"tf":1.4142135623730951},"139":{"tf":1.0},"140":{"tf":1.0},"148":{"tf":1.0},"151":{"tf":1.0},"155":{"tf":1.0},"17":{"tf":1.7320508075688772},"185":{"tf":1.0},"194":{"tf":1.4142135623730951},"196":{"tf":2.0},"198":{"tf":3.1622776601683795},"199":{"tf":1.0},"20":{"tf":2.449489742783178},"200":{"tf":1.4142135623730951},"201":{"tf":1.0},"202":{"tf":2.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"217":{"tf":1.0},"219":{"tf":1.4142135623730951},"222":{"tf":1.4142135623730951},"225":{"tf":2.0},"231":{"tf":1.0},"232":{"tf":4.123105625617661},"233":{"tf":2.8284271247461903},"234":{"tf":1.0},"236":{"tf":1.4142135623730951},"237":{"tf":2.23606797749979},"239":{"tf":3.872983346207417},"240":{"tf":5.0990195135927845},"241":{"tf":1.0},"25":{"tf":1.0},"251":{"tf":1.0},"29":{"tf":1.7320508075688772},"3":{"tf":1.0},"44":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":2.0},"57":{"tf":1.7320508075688772},"6":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.4142135623730951},"66":{"tf":1.0},"7":{"tf":2.6457513110645907},"72":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":2.449489742783178},"88":{"tf":1.0},"9":{"tf":1.0},"95":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"237":{"tf":1.0}}}}}}}},"u":{"1":{"6":{"df":1,"docs":{"61":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"3":{"2":{"df":4,"docs":{"148":{"tf":1.0},"177":{"tf":3.1622776601683795},"239":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"6":{"4":{"df":4,"docs":{"16":{"tf":1.7320508075688772},"17":{"tf":2.0},"239":{"tf":2.8284271247461903},"240":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"8":{"df":4,"docs":{"151":{"tf":2.23606797749979},"40":{"tf":1.0},"41":{"tf":1.0},"60":{"tf":1.0}}},"b":{"df":2,"docs":{"206":{"tf":1.4142135623730951},"72":{"tf":1.0}}},"df":1,"docs":{"8":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"206":{"tf":1.0},"68":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"248":{"tf":1.0}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"172":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"169":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"218":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"197":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951}}}}},"r":{"df":1,"docs":{"206":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"140":{"tf":1.7320508075688772},"143":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":8,"docs":{"184":{"tf":1.0},"199":{"tf":1.4142135623730951},"203":{"tf":1.0},"211":{"tf":1.0},"228":{"tf":1.0},"238":{"tf":1.0},"240":{"tf":1.7320508075688772},"5":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"211":{"tf":1.0}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"241":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"89":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"116":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}}}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"239":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":1,"docs":{"185":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"239":{"tf":1.0}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"239":{"tf":1.0},"257":{"tf":1.4142135623730951}}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"155":{"tf":1.0}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"197":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"199":{"tf":1.0},"53":{"tf":1.0},"68":{"tf":1.0}}}}}},"q":{"df":0,"docs":{},"u":{"df":5,"docs":{"111":{"tf":1.4142135623730951},"181":{"tf":1.0},"234":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"df":0,"docs":{},"i":{">":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"239":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"239":{"tf":1.0},"240":{"tf":1.0}},"s":{"<":{"df":0,"docs":{},"t":{">":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"<":{"df":0,"docs":{},"r":{"df":1,"docs":{"239":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"df":6,"docs":{"133":{"tf":1.0},"136":{"tf":1.0},"176":{"tf":1.0},"181":{"tf":1.0},"184":{"tf":1.0},"255":{"tf":1.4142135623730951}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"198":{"tf":1.0},"90":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"217":{"tf":1.0},"41":{"tf":1.0},"71":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"k":{"df":6,"docs":{"203":{"tf":1.0},"232":{"tf":1.0},"237":{"tf":1.0},"240":{"tf":1.0},"34":{"tf":1.0},"74":{"tf":1.0}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"140":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"110":{"tf":1.4142135623730951},"211":{"tf":1.0},"249":{"tf":1.0},"5":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"222":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":21,"docs":{"189":{"tf":1.7320508075688772},"190":{"tf":1.0},"192":{"tf":1.4142135623730951},"193":{"tf":1.0},"194":{"tf":1.4142135623730951},"197":{"tf":1.7320508075688772},"200":{"tf":1.0},"203":{"tf":1.0},"206":{"tf":1.4142135623730951},"209":{"tf":1.0},"44":{"tf":1.0},"55":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":2.23606797749979},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951}},"e":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":5,"docs":{"206":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":5,"docs":{"188":{"tf":1.0},"189":{"tf":1.0},"197":{"tf":1.4142135623730951},"199":{"tf":1.0},"202":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"198":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":5,"docs":{"230":{"tf":1.0},"233":{"tf":1.0},"239":{"tf":1.0},"37":{"tf":1.0},"73":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"68":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":3,"docs":{"218":{"tf":1.0},"53":{"tf":1.0},"88":{"tf":1.0}},"e":{"d":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"218":{"tf":1.0}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"218":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"r":{"df":1,"docs":{"218":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"r":{"a":{"c":{"df":1,"docs":{"218":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"218":{"tf":1.0}}}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"218":{"tf":1.0}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"218":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"37":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"p":{"df":6,"docs":{"11":{"tf":1.0},"176":{"tf":1.0},"180":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"240":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"189":{"tf":1.0},"199":{"tf":1.0},"68":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"189":{"tf":1.0},"196":{"tf":1.0},"247":{"tf":1.0},"5":{"tf":1.0},"8":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"l":{":":{"0":{".":{"5":{"df":1,"docs":{"185":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{".":{"0":{"df":1,"docs":{"185":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"184":{"tf":1.0},"185":{"tf":2.0},"186":{"tf":1.4142135623730951}}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"232":{"tf":1.0},"237":{"tf":1.0},"240":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":4,"docs":{"101":{"tf":1.0},"177":{"tf":1.0},"227":{"tf":1.0},"50":{"tf":1.0}}}},"df":109,"docs":{"101":{"tf":1.4142135623730951},"106":{"tf":1.0},"107":{"tf":1.4142135623730951},"11":{"tf":1.7320508075688772},"112":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":2.449489742783178},"13":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"133":{"tf":1.4142135623730951},"134":{"tf":1.0},"136":{"tf":2.0},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.7320508075688772},"142":{"tf":1.0},"143":{"tf":2.0},"146":{"tf":1.0},"148":{"tf":1.4142135623730951},"151":{"tf":2.23606797749979},"155":{"tf":1.7320508075688772},"156":{"tf":1.7320508075688772},"16":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.7320508075688772},"169":{"tf":1.0},"17":{"tf":1.0},"170":{"tf":2.0},"171":{"tf":1.4142135623730951},"172":{"tf":2.0},"173":{"tf":1.0},"176":{"tf":1.4142135623730951},"177":{"tf":1.0},"178":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.4142135623730951},"185":{"tf":1.4142135623730951},"189":{"tf":1.0},"192":{"tf":1.0},"194":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.7320508075688772},"199":{"tf":2.449489742783178},"20":{"tf":1.4142135623730951},"202":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.4142135623730951},"21":{"tf":1.0},"211":{"tf":2.0},"217":{"tf":1.4142135623730951},"222":{"tf":2.23606797749979},"224":{"tf":1.7320508075688772},"225":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":2.8284271247461903},"236":{"tf":1.0},"237":{"tf":2.6457513110645907},"238":{"tf":1.4142135623730951},"239":{"tf":2.0},"24":{"tf":1.0},"240":{"tf":2.23606797749979},"241":{"tf":1.0},"25":{"tf":1.0},"252":{"tf":1.0},"255":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":2.0},"41":{"tf":1.7320508075688772},"42":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"66":{"tf":1.7320508075688772},"68":{"tf":1.0},"7":{"tf":2.23606797749979},"71":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.7320508075688772},"8":{"tf":3.3166247903554},"81":{"tf":1.4142135623730951},"82":{"tf":1.7320508075688772},"83":{"tf":1.0},"86":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":2.449489742783178},"89":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"181":{"tf":1.0}}}}}},"r":{"'":{"df":1,"docs":{"233":{"tf":1.0}}},"df":24,"docs":{"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"136":{"tf":1.0},"150":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.0},"189":{"tf":1.0},"192":{"tf":1.4142135623730951},"194":{"tf":1.0},"196":{"tf":1.4142135623730951},"198":{"tf":3.605551275463989},"199":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"209":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.4142135623730951},"240":{"tf":1.0},"241":{"tf":1.0},"254":{"tf":1.4142135623730951},"26":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.7320508075688772},"98":{"tf":1.0}}}},"i":{"df":0,"docs":{},"z":{"df":3,"docs":{"203":{"tf":1.0},"206":{"tf":1.0},"73":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":12,"docs":{"13":{"tf":1.0},"14":{"tf":1.4142135623730951},"169":{"tf":1.0},"170":{"tf":1.0},"173":{"tf":1.0},"202":{"tf":1.0},"207":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"29":{"tf":1.4142135623730951},"42":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"f":{"df":4,"docs":{"107":{"tf":1.0},"192":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"y":{"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":{},"y":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"151":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"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":{},"y":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"151":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"151":{"tf":1.0}},"i":{"d":{"df":4,"docs":{"107":{"tf":1.0},"192":{"tf":1.4142135623730951},"199":{"tf":1.0},"67":{"tf":1.0}}},"df":0,"docs":{}},"u":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"207":{"tf":1.0}}}},"df":0,"docs":{}},"df":31,"docs":{"106":{"tf":2.23606797749979},"155":{"tf":1.0},"16":{"tf":1.7320508075688772},"162":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"17":{"tf":2.23606797749979},"170":{"tf":1.4142135623730951},"173":{"tf":1.0},"185":{"tf":1.0},"198":{"tf":1.4142135623730951},"200":{"tf":1.0},"206":{"tf":1.7320508075688772},"21":{"tf":1.4142135623730951},"211":{"tf":1.0},"212":{"tf":1.0},"222":{"tf":1.0},"227":{"tf":1.0},"229":{"tf":1.0},"232":{"tf":1.0},"239":{"tf":1.4142135623730951},"240":{"tf":3.605551275463989},"252":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":3.1622776601683795},"45":{"tf":1.4142135623730951},"48":{"tf":1.0},"53":{"tf":1.7320508075688772},"55":{"tf":1.0}},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"16":{"tf":1.0},"17":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":14,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"103":{"tf":1.0},"121":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"37":{"tf":2.0},"48":{"tf":1.0},"53":{"tf":2.0},"74":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"83":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"87":{"tf":1.0}}},"b":{"df":1,"docs":{"87":{"tf":1.0}}},"c":{"df":1,"docs":{"87":{"tf":1.0}}},"df":7,"docs":{"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"86":{"tf":1.4142135623730951},"87":{"tf":1.7320508075688772},"89":{"tf":1.7320508075688772},"90":{"tf":1.4142135623730951}}}}},"df":2,"docs":{"147":{"tf":1.0},"3":{"tf":1.0}}}}},"df":2,"docs":{"148":{"tf":2.0},"240":{"tf":2.6457513110645907}},"e":{"c":{"!":{"[":{"\"":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"78":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"0":{"df":0,"docs":{},"u":{"8":{"df":1,"docs":{"73":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"c":{"a":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"68":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"<":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"118":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951}}}}}},"a":{"c":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"118":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"232":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"119":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"232":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"'":{"a":{"df":1,"docs":{"120":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"21":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"119":{"tf":1.4142135623730951}}}}},"t":{"df":4,"docs":{"237":{"tf":1.0},"25":{"tf":2.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"u":{"8":{"df":2,"docs":{"192":{"tf":1.0},"237":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":7,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.4142135623730951},"128":{"tf":1.0},"21":{"tf":1.0},"25":{"tf":1.4142135623730951},"71":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"<":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"232":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"232":{"tf":1.0}}}}}},"df":8,"docs":{"101":{"tf":1.0},"107":{"tf":1.4142135623730951},"120":{"tf":1.0},"128":{"tf":1.0},"21":{"tf":1.0},"232":{"tf":1.0},"68":{"tf":1.7320508075688772},"74":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"180":{"tf":1.0},"68":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":11,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"110":{"tf":1.0},"124":{"tf":1.0},"136":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"237":{"tf":1.0},"251":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":14,"docs":{"140":{"tf":1.0},"158":{"tf":1.0},"185":{"tf":1.4142135623730951},"206":{"tf":1.7320508075688772},"222":{"tf":1.0},"239":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.0},"68":{"tf":1.0},"74":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}}}},"u":{"df":1,"docs":{"8":{"tf":1.7320508075688772}}}}}},"i":{"a":{"df":3,"docs":{"28":{"tf":1.0},"29":{"tf":1.0},"65":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"239":{"tf":1.0}}}}}},"df":7,"docs":{"198":{"tf":1.0},"239":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"29":{"tf":2.23606797749979},"77":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"<":{"df":0,"docs":{},"e":{">":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"240":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":1,"docs":{"157":{"tf":1.0}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"155":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"155":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"155":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"<":{"df":0,"docs":{},"e":{">":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"240":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"u":{"6":{"4":{"<":{"df":0,"docs":{},"e":{">":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"240":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":3,"docs":{"155":{"tf":1.7320508075688772},"158":{"tf":1.0},"240":{"tf":2.449489742783178}},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":1,"docs":{"157":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"h":{"df":1,"docs":{"157":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"<":{"'":{"d":{"df":1,"docs":{"240":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"6":{"4":{"df":1,"docs":{"155":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"df":1,"docs":{"155":{"tf":1.0}}}},"df":10,"docs":{"153":{"tf":1.0},"154":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951},"156":{"tf":1.7320508075688772},"157":{"tf":1.0},"158":{"tf":1.4142135623730951},"171":{"tf":1.0},"173":{"tf":1.4142135623730951},"238":{"tf":1.0},"240":{"tf":3.7416573867739413}}}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"157":{"tf":1.0},"198":{"tf":2.0},"222":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":2.8284271247461903}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"8":{"tf":2.0}}}}}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}},"l":{"df":0,"docs":{},"k":{"_":{"df":1,"docs":{"157":{"tf":1.0}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"157":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}},"df":2,"docs":{"155":{"tf":1.0},"173":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":16,"docs":{"107":{"tf":1.0},"116":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"156":{"tf":1.0},"171":{"tf":1.0},"218":{"tf":1.7320508075688772},"222":{"tf":1.4142135623730951},"233":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.4142135623730951},"8":{"tf":1.0},"81":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"214":{"tf":1.0},"217":{"tf":2.23606797749979},"218":{"tf":1.7320508075688772},"37":{"tf":1.0},"88":{"tf":1.0}}}},"y":{"df":32,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"110":{"tf":1.4142135623730951},"121":{"tf":1.0},"128":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"146":{"tf":1.0},"151":{"tf":1.0},"157":{"tf":1.0},"174":{"tf":1.0},"176":{"tf":1.0},"180":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"206":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"235":{"tf":1.0},"239":{"tf":1.7320508075688772},"240":{"tf":1.7320508075688772},"254":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0},"89":{"tf":1.4142135623730951}}}},"df":1,"docs":{"219":{"tf":1.0}},"e":{"'":{"df":0,"docs":{},"r":{"df":1,"docs":{"136":{"tf":1.0}}}},"b":{"df":1,"docs":{"185":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"222":{"tf":1.0},"68":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"l":{"df":20,"docs":{"119":{"tf":1.0},"143":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.0},"183":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"222":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"237":{"tf":1.0},"240":{"tf":1.0},"53":{"tf":1.0},"8":{"tf":1.0},"87":{"tf":1.0},"89":{"tf":1.0},"98":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"230":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":5,"docs":{"108":{"tf":1.0},"217":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.4142135623730951},"7":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":4,"docs":{"149":{"tf":1.0},"228":{"tf":1.0},"29":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"211":{"tf":1.0},"233":{"tf":1.0},"257":{"tf":1.0},"37":{"tf":1.0},"83":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"218":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"o":{"a":{"df":1,"docs":{"230":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":7,"docs":{"111":{"tf":1.0},"117":{"tf":1.0},"121":{"tf":1.0},"169":{"tf":1.0},"176":{"tf":1.0},"51":{"tf":1.0},"81":{"tf":1.0}}}},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"206":{"tf":1.0},"74":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":4,"docs":{"20":{"tf":1.0},"200":{"tf":1.0},"237":{"tf":1.0},"73":{"tf":1.4142135623730951}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"181":{"tf":1.0},"184":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"a":{"df":6,"docs":{"113":{"tf":1.0},"144":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"167":{"tf":1.0},"174":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"l":{"d":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"87":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"232":{"tf":1.0}}}}},"n":{"df":1,"docs":{"232":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"8":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"100":{"tf":1.0},"110":{"tf":1.0},"248":{"tf":1.0},"88":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":13,"docs":{"143":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"210":{"tf":1.0},"214":{"tf":1.0},"218":{"tf":1.0},"241":{"tf":1.4142135623730951},"247":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":4,"docs":{"42":{"tf":1.0},"51":{"tf":1.0},"67":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"d":{".":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":3,"docs":{"146":{"tf":1.0},"232":{"tf":1.0},"8":{"tf":2.23606797749979}},"i":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":26,"docs":{"143":{"tf":1.7320508075688772},"147":{"tf":1.0},"166":{"tf":1.0},"179":{"tf":1.0},"183":{"tf":1.4142135623730951},"186":{"tf":1.0},"199":{"tf":1.0},"222":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"239":{"tf":1.4142135623730951},"240":{"tf":2.0},"249":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.4142135623730951},"66":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":1.4142135623730951},"88":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"146":{"tf":1.0}}}}}}},"l":{"d":{"df":1,"docs":{"172":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":3,"docs":{"180":{"tf":1.0},"199":{"tf":1.0},"206":{"tf":1.0}},"t":{"df":1,"docs":{"199":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"205":{"tf":1.0},"89":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":10,"docs":{"133":{"tf":1.0},"134":{"tf":1.7320508075688772},"135":{"tf":1.0},"203":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.4142135623730951},"240":{"tf":1.0},"42":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"131":{"tf":1.0},"134":{"tf":1.4142135623730951},"135":{"tf":1.0},"192":{"tf":1.0},"194":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.4142135623730951},"203":{"tf":1.0},"206":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":17,"docs":{"112":{"tf":1.0},"128":{"tf":1.0},"148":{"tf":1.0},"166":{"tf":1.0},"190":{"tf":1.0},"194":{"tf":1.0},"197":{"tf":1.0},"211":{"tf":1.0},"225":{"tf":1.0},"233":{"tf":1.0},"243":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"93":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":14,"docs":{"124":{"tf":1.0},"154":{"tf":1.0},"185":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"202":{"tf":1.0},"209":{"tf":1.0},"217":{"tf":1.0},"233":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":6,"docs":{"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"233":{"tf":1.0},"44":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"112":{"tf":1.4142135623730951}}}}}}},"x":{",":{"1":{",":{"2":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"210":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"140":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":7,"docs":{"128":{"tf":1.0},"140":{"tf":1.0},"151":{"tf":2.449489742783178},"177":{"tf":2.23606797749979},"210":{"tf":2.23606797749979},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951}},"x":{"'":{"df":1,"docs":{"140":{"tf":1.0}}},".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":1,"docs":{"140":{"tf":1.0}}}}}},"df":1,"docs":{"140":{"tf":1.4142135623730951}}}},"y":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"112":{"tf":1.7320508075688772}}}}}},"df":4,"docs":{"128":{"tf":1.4142135623730951},"151":{"tf":2.8284271247461903},"177":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"79":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"'":{"d":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.4142135623730951}}},"df":0,"docs":{},"r":{"df":2,"docs":{"44":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"248":{"tf":1.0},"8":{"tf":1.0}}}}}}}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":9,"docs":{"134":{"tf":1.0},"199":{"tf":1.4142135623730951},"21":{"tf":1.0},"40":{"tf":1.0},"66":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"77":{"tf":1.0},"79":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"74":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"breadcrumbs":{"root":{"0":{".":{".":{"2":{"df":1,"docs":{"106":{"tf":1.0}}},"df":0,"docs":{}},"0":{"df":1,"docs":{"128":{"tf":1.0}}},"5":{"df":2,"docs":{"128":{"tf":1.7320508075688772},"185":{"tf":1.0}}},"df":0,"docs":{}},"2":{"df":1,"docs":{"239":{"tf":1.0}}},"df":13,"docs":{"125":{"tf":1.0},"126":{"tf":1.7320508075688772},"128":{"tf":1.4142135623730951},"151":{"tf":1.4142135623730951},"17":{"tf":1.0},"199":{"tf":2.449489742783178},"203":{"tf":1.0},"206":{"tf":1.0},"229":{"tf":1.4142135623730951},"230":{"tf":2.0},"41":{"tf":1.0},"60":{"tf":1.0},"8":{"tf":2.0}}},"1":{".":{".":{"1":{"1":{")":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"(":{"0":{"df":1,"docs":{"230":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"229":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"df":1,"docs":{"185":{"tf":1.0}}},"4":{"8":{".":{"0":{"df":1,"docs":{"218":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"2":{"3":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"73":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"df":1,"docs":{"73":{"tf":1.0}}},"df":0,"docs":{}},"4":{"8":{"5":{"7":{"6":{"3":{"3":{"2":{"df":2,"docs":{"239":{"tf":1.4142135623730951},"240":{"tf":1.0}}},"3":{"df":1,"docs":{"239":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"228":{"tf":1.0},"229":{"tf":1.7320508075688772},"230":{"tf":2.23606797749979}}},"2":{"df":1,"docs":{"127":{"tf":1.0}}},"5":{"df":2,"docs":{"229":{"tf":1.0},"230":{"tf":1.4142135623730951}}},"df":19,"docs":{"106":{"tf":1.0},"126":{"tf":1.0},"148":{"tf":1.4142135623730951},"151":{"tf":1.7320508075688772},"199":{"tf":2.0},"203":{"tf":1.0},"206":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.7320508075688772},"230":{"tf":3.0},"237":{"tf":1.0},"239":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"73":{"tf":1.0},"8":{"tf":1.4142135623730951}},"k":{"df":1,"docs":{"74":{"tf":1.0}}}},"2":{"+":{"3":{"df":1,"docs":{"127":{"tf":1.0}}},"5":{"df":1,"docs":{"127":{"tf":1.0}}},"df":0,"docs":{}},"0":{"0":{"2":{"df":1,"docs":{"239":{"tf":1.0}}},"df":0,"docs":{}},"1":{"5":{"df":1,"docs":{"9":{"tf":1.0}}},"6":{"df":1,"docs":{"243":{"tf":1.0}}},"7":{"df":1,"docs":{"243":{"tf":1.0}}},"8":{"df":1,"docs":{"243":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"2":{"1":{"df":1,"docs":{"239":{"tf":1.0}}},"2":{"df":1,"docs":{"239":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"229":{"tf":1.0},"230":{"tf":1.4142135623730951}}},"3":{"df":1,"docs":{"127":{"tf":1.0}}},"4":{"df":1,"docs":{"239":{"tf":1.0}}},"8":{"df":2,"docs":{"229":{"tf":1.0},"230":{"tf":1.4142135623730951}}},"df":12,"docs":{"106":{"tf":1.0},"125":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.0},"148":{"tf":1.4142135623730951},"151":{"tf":1.0},"211":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.7320508075688772},"237":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}},"3":{"+":{"4":{"df":1,"docs":{"127":{"tf":1.0}}},"df":0,"docs":{}},"4":{"df":1,"docs":{"127":{"tf":1.0}}},"6":{"df":2,"docs":{"229":{"tf":1.0},"230":{"tf":1.4142135623730951}}},"df":9,"docs":{"126":{"tf":1.0},"151":{"tf":1.0},"211":{"tf":1.0},"229":{"tf":1.4142135623730951},"230":{"tf":2.0},"237":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"8":{"tf":1.4142135623730951}},"f":{"6":{"4":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"4":{"5":{"df":2,"docs":{"229":{"tf":1.0},"230":{"tf":1.4142135623730951}}},"df":7,"docs":{"125":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.0},"211":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"237":{"tf":1.0}},"f":{"6":{"4":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"5":{"5":{"df":2,"docs":{"229":{"tf":1.0},"230":{"tf":1.0}}},"df":6,"docs":{"126":{"tf":1.0},"151":{"tf":1.0},"210":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"237":{"tf":1.0}}},"6":{"df":4,"docs":{"126":{"tf":1.0},"229":{"tf":1.4142135623730951},"230":{"tf":1.7320508075688772},"237":{"tf":1.0}}},"7":{"df":3,"docs":{"126":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0}}},"8":{"df":7,"docs":{"107":{"tf":1.0},"126":{"tf":1.0},"192":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0}}},"9":{"df":4,"docs":{"125":{"tf":1.0},"126":{"tf":1.7320508075688772},"229":{"tf":1.0},"230":{"tf":1.0}}},"_":{"b":{"df":1,"docs":{"88":{"tf":1.0}}},"df":7,"docs":{"106":{"tf":1.0},"233":{"tf":1.0},"37":{"tf":1.4142135623730951},"60":{"tf":1.0},"8":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.0}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.4142135623730951}}}}}}},"a":{".":{"b":{"df":2,"docs":{"177":{"tf":1.0},"181":{"tf":1.0}}},"c":{"df":2,"docs":{"177":{"tf":1.0},"181":{"tf":1.0}}},"df":0,"docs":{},"f":{"1":{"df":1,"docs":{"177":{"tf":1.0}}},"2":{"df":1,"docs":{"177":{"tf":1.0}}},"3":{"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{}}},":":{":":{"a":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"87":{"tf":1.4142135623730951}}},"b":{"df":1,"docs":{"87":{"tf":1.0}}},"c":{"df":1,"docs":{"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":{}},"df":1,"docs":{"87":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"b":{"(":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"i":{"df":1,"docs":{"197":{"tf":1.0}},"l":{"df":1,"docs":{"74":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}},"v":{"df":7,"docs":{"172":{"tf":1.0},"198":{"tf":1.4142135623730951},"203":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.4142135623730951},"42":{"tf":1.0},"95":{"tf":1.0}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"36":{"tf":1.0},"37":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":16,"docs":{"133":{"tf":1.0},"134":{"tf":1.0},"136":{"tf":1.4142135623730951},"146":{"tf":1.7320508075688772},"148":{"tf":1.0},"155":{"tf":1.0},"170":{"tf":1.0},"180":{"tf":1.0},"191":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"239":{"tf":1.0},"247":{"tf":1.0},"251":{"tf":1.0},"253":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":12,"docs":{"157":{"tf":1.0},"172":{"tf":1.0},"185":{"tf":1.0},"200":{"tf":1.4142135623730951},"55":{"tf":1.0},"64":{"tf":1.7320508075688772},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":15,"docs":{"134":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"202":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.4142135623730951},"239":{"tf":2.449489742783178},"252":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"29":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"239":{"tf":1.0},"241":{"tf":1.0}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"127":{"tf":1.0},"206":{"tf":1.0},"250":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"239":{"tf":2.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"239":{"tf":2.0}}}}}},"df":4,"docs":{"239":{"tf":2.449489742783178},"240":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"239":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"239":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"181":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"139":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":1,"docs":{"112":{"tf":1.0}}}}}}},"t":{"df":5,"docs":{"194":{"tf":1.0},"196":{"tf":1.0},"198":{"tf":1.0},"240":{"tf":2.0},"55":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":8,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.4142135623730951},"151":{"tf":1.0},"210":{"tf":1.0},"37":{"tf":1.0},"90":{"tf":1.4142135623730951}}}},"x":{"df":1,"docs":{"121":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":6,"docs":{"232":{"tf":1.0},"233":{"tf":1.4142135623730951},"240":{"tf":1.0},"68":{"tf":1.0},"74":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"d":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":2,"docs":{"155":{"tf":1.0},"170":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"f":{">":{"(":{"df":0,"docs":{},"x":{"df":1,"docs":{"151":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"119":{"tf":1.0},"120":{"tf":1.0}}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"118":{"tf":1.0},"119":{"tf":1.0}}}}}},"df":0,"docs":{}},"<":{"df":1,"docs":{"120":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":15,"docs":{"110":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"183":{"tf":1.0},"21":{"tf":1.0},"218":{"tf":1.4142135623730951},"225":{"tf":1.0},"229":{"tf":1.0},"233":{"tf":1.0},"4":{"tf":1.0},"86":{"tf":1.4142135623730951},"88":{"tf":1.0},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"a":{"d":{"d":{"(":{"0":{"df":1,"docs":{"151":{"tf":1.0}}},"1":{"df":1,"docs":{"151":{"tf":1.0}}},"4":{"df":1,"docs":{"151":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"151":{"tf":1.4142135623730951}}}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"t":{"df":29,"docs":{"103":{"tf":1.0},"116":{"tf":1.0},"199":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"230":{"tf":1.0},"232":{"tf":1.4142135623730951},"233":{"tf":1.4142135623730951},"242":{"tf":1.7320508075688772},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"72":{"tf":1.4142135623730951},"84":{"tf":1.0},"89":{"tf":1.4142135623730951}}}}},"df":8,"docs":{"159":{"tf":1.0},"192":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"68":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.7320508075688772},"89":{"tf":1.4142135623730951}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"146":{"tf":1.0}}}}},"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":{"233":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"87":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"110":{"tf":1.0},"137":{"tf":1.0},"203":{"tf":1.0}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":28,"docs":{"102":{"tf":1.4142135623730951},"108":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"142":{"tf":1.4142135623730951},"149":{"tf":1.7320508075688772},"162":{"tf":1.0},"164":{"tf":1.4142135623730951},"166":{"tf":1.0},"17":{"tf":1.0},"179":{"tf":1.4142135623730951},"183":{"tf":1.0},"184":{"tf":1.4142135623730951},"190":{"tf":1.4142135623730951},"199":{"tf":1.4142135623730951},"204":{"tf":1.7320508075688772},"216":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"199":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"171":{"tf":1.0},"247":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"199":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"199":{"tf":1.0},"230":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"86":{"tf":1.0},"88":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"5":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"143":{"tf":1.0}}}},"k":{"a":{"df":2,"docs":{"126":{"tf":1.0},"145":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"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":5,"docs":{"146":{"tf":2.0},"154":{"tf":1.4142135623730951},"156":{"tf":1.0},"157":{"tf":1.0},"169":{"tf":1.0}},"’":{"df":1,"docs":{"146":{"tf":1.0}}}}}}}}}},"i":{"a":{"df":2,"docs":{"131":{"tf":1.0},"45":{"tf":1.0}},"s":{"df":5,"docs":{"130":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.0},"202":{"tf":1.0},"206":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"v":{"df":1,"docs":{"37":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":9,"docs":{"14":{"tf":1.0},"198":{"tf":1.0},"211":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"51":{"tf":1.0},"60":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{},"w":{"df":29,"docs":{"112":{"tf":1.0},"128":{"tf":1.0},"133":{"tf":1.4142135623730951},"146":{"tf":1.0},"151":{"tf":1.0},"154":{"tf":1.4142135623730951},"156":{"tf":1.0},"171":{"tf":1.0},"184":{"tf":1.4142135623730951},"197":{"tf":1.0},"20":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"218":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"237":{"tf":1.4142135623730951},"239":{"tf":2.449489742783178},"240":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"57":{"tf":1.0},"66":{"tf":1.4142135623730951},"89":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":7,"docs":{"151":{"tf":1.0},"20":{"tf":1.0},"206":{"tf":1.0},"36":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"247":{"tf":1.0}},"n":{"df":12,"docs":{"107":{"tf":1.0},"199":{"tf":1.0},"218":{"tf":1.7320508075688772},"225":{"tf":1.0},"236":{"tf":1.4142135623730951},"258":{"tf":1.0},"42":{"tf":1.0},"68":{"tf":1.0},"79":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.4142135623730951},"98":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":3,"docs":{"169":{"tf":1.0},"176":{"tf":1.0},"2":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":9,"docs":{"107":{"tf":1.0},"121":{"tf":1.0},"139":{"tf":1.0},"211":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"7":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"226":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"216":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.0}}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"29":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":3,"docs":{"214":{"tf":1.0},"217":{"tf":1.0},"98":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":10,"docs":{"110":{"tf":1.0},"119":{"tf":1.0},"122":{"tf":1.0},"130":{"tf":1.0},"150":{"tf":1.0},"22":{"tf":1.0},"239":{"tf":1.0},"42":{"tf":1.4142135623730951},"74":{"tf":1.0},"88":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"198":{"tf":1.0},"206":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":24,"docs":{"207":{"tf":2.6457513110645907},"208":{"tf":1.0},"209":{"tf":1.4142135623730951},"210":{"tf":1.0},"211":{"tf":1.4142135623730951},"212":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.4142135623730951},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"149":{"tf":1.0},"216":{"tf":1.0},"250":{"tf":1.0},"51":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"42":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"156":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"i":{"'":{"df":1,"docs":{"200":{"tf":1.0}}},"df":27,"docs":{"133":{"tf":1.0},"18":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.7320508075688772},"196":{"tf":1.7320508075688772},"197":{"tf":2.449489742783178},"198":{"tf":2.0},"199":{"tf":3.0},"200":{"tf":1.7320508075688772},"202":{"tf":1.7320508075688772},"203":{"tf":1.7320508075688772},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"217":{"tf":1.0},"218":{"tf":1.0},"233":{"tf":1.4142135623730951},"236":{"tf":1.4142135623730951},"237":{"tf":1.7320508075688772},"238":{"tf":1.0},"240":{"tf":2.449489742783178},"241":{"tf":1.0},"244":{"tf":1.0},"26":{"tf":1.0},"62":{"tf":1.0},"71":{"tf":1.0},"98":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"169":{"tf":1.0},"2":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"c":{"df":5,"docs":{"121":{"tf":1.4142135623730951},"199":{"tf":1.7320508075688772},"2":{"tf":1.0},"20":{"tf":1.0},"233":{"tf":1.0}}},"df":11,"docs":{"112":{"tf":1.4142135623730951},"156":{"tf":1.0},"162":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"227":{"tf":1.0},"233":{"tf":1.0},"237":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":11,"docs":{"107":{"tf":1.0},"118":{"tf":1.4142135623730951},"119":{"tf":1.7320508075688772},"120":{"tf":1.4142135623730951},"156":{"tf":1.0},"166":{"tf":1.0},"172":{"tf":1.0},"233":{"tf":1.0},"239":{"tf":1.0},"72":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"171":{"tf":1.0},"29":{"tf":1.0},"89":{"tf":1.0}}}}}}}}},"r":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"225":{"tf":1.0},"66":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"<":{"df":0,"docs":{},"t":{"df":2,"docs":{"211":{"tf":1.0},"212":{"tf":1.0}}}},"df":2,"docs":{"20":{"tf":1.0},"211":{"tf":1.7320508075688772}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"202":{"tf":1.0}}},"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}}},"g":{"df":9,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"222":{"tf":1.0},"49":{"tf":1.4142135623730951},"52":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":14,"docs":{"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"107":{"tf":1.0},"108":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"217":{"tf":1.0},"6":{"tf":1.7320508075688772},"7":{"tf":1.7320508075688772},"78":{"tf":1.0},"8":{"tf":2.23606797749979},"9":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"209":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"_":{"a":{"d":{"d":{"df":1,"docs":{"151":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"68":{"tf":1.4142135623730951}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"179":{"tf":1.0},"202":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"116":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"158":{"tf":1.0},"241":{"tf":1.0}}}},"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":2,"docs":{"49":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"k":{"df":2,"docs":{"206":{"tf":1.0},"50":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"28":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"!":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"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":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"\"":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"148":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":1,"docs":{"148":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"#":{"\"":{"df":0,"docs":{},"{":{"\"":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"\"":{":":{"\"":{"1":{"df":1,"docs":{"148":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"\"":{":":{"\"":{"2":{"df":1,"docs":{"148":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"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":{},"q":{"!":{"(":{"0":{"df":2,"docs":{"151":{"tf":1.0},"17":{"tf":1.4142135623730951}},"f":{"6":{"4":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"1":{"df":0,"docs":{},"f":{"6":{"4":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"3":{"df":0,"docs":{},"f":{"6":{"4":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"4":{"2":{"df":1,"docs":{"16":{"tf":1.0}}},"df":1,"docs":{"151":{"tf":1.0}}},"5":{"df":1,"docs":{"151":{"tf":1.0}},"f":{"6":{"4":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"8":{"2":{"df":1,"docs":{"151":{"tf":1.0}}},"df":0,"docs":{}},"9":{"df":1,"docs":{"151":{"tf":1.0}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":1,"docs":{"162":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"127":{"tf":1.4142135623730951}}}}}}}}},"v":{"df":0,"docs":{},"e":{"c":{"!":{"[":{"\"":{"c":{"df":0,"docs":{},"r":{"df":3,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":3,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"98":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"211":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"37":{"tf":1.0},"41":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"16":{"tf":1.4142135623730951},"200":{"tf":1.0},"240":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"250":{"tf":1.0}}}}},"t":{"df":2,"docs":{"155":{"tf":2.23606797749979},"170":{"tf":2.6457513110645907}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"254":{"tf":1.7320508075688772}}}}}}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"232":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"206":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"219":{"tf":1.0},"239":{"tf":1.4142135623730951},"91":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"200":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"190":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"233":{"tf":2.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":1,"docs":{"233":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"233":{"tf":2.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"233":{"tf":1.0}}}}}},"df":1,"docs":{"233":{"tf":2.6457513110645907}}}}}},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"197":{"tf":1.0},"214":{"tf":1.0},"217":{"tf":1.0},"86":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"248":{"tf":1.0}}}}}}},"o":{"df":2,"docs":{"21":{"tf":1.0},"25":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"167":{"tf":1.0},"20":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"257":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":15,"docs":{"167":{"tf":1.0},"194":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.4142135623730951},"202":{"tf":1.0},"204":{"tf":1.4142135623730951},"206":{"tf":1.0},"249":{"tf":1.0},"42":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.4142135623730951},"88":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"162":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"90":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"b":{".":{"df":0,"docs":{},"f":{"2":{"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{}},"m":{"df":1,"docs":{"222":{"tf":1.4142135623730951}}}},"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"105":{"tf":1.0},"107":{"tf":1.0},"45":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"148":{"tf":1.0}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"228":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":4,"docs":{"133":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"d":{"df":3,"docs":{"199":{"tf":1.7320508075688772},"211":{"tf":1.0},"217":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"224":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"45":{"tf":1.0}}},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"225":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"239":{"tf":1.0}}}},"r":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"177":{"tf":1.0}}}}}},"a":{"df":1,"docs":{"177":{"tf":1.4142135623730951}}},"c":{"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":1,"docs":{"132":{"tf":1.0}}}}}},":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"132":{"tf":1.0}}}}}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":8,"docs":{"132":{"tf":2.0},"136":{"tf":1.7320508075688772},"162":{"tf":2.6457513110645907},"222":{"tf":3.1622776601683795},"223":{"tf":1.0},"224":{"tf":1.4142135623730951},"29":{"tf":1.0},"33":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"e":{"df":13,"docs":{"152":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.7320508075688772},"196":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951},"198":{"tf":1.4142135623730951},"199":{"tf":2.0},"200":{"tf":1.0},"204":{"tf":1.0},"224":{"tf":1.0},"237":{"tf":1.0},"240":{"tf":2.6457513110645907},"52":{"tf":1.0}}},"i":{"c":{"df":9,"docs":{"115":{"tf":1.0},"124":{"tf":1.0},"146":{"tf":1.0},"159":{"tf":1.0},"17":{"tf":1.0},"206":{"tf":1.0},"233":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":1.0}}},"df":0,"docs":{}}},"z":{"(":{"a":{"df":1,"docs":{"177":{"tf":1.4142135623730951}}},"df":0,"docs":{},"x":{"df":1,"docs":{"140":{"tf":1.0}}}},"df":1,"docs":{"33":{"tf":1.0}}}},"df":8,"docs":{"132":{"tf":1.7320508075688772},"177":{"tf":2.449489742783178},"222":{"tf":1.4142135623730951},"230":{"tf":2.6457513110645907},"40":{"tf":1.4142135623730951},"41":{"tf":2.0},"87":{"tf":1.0},"88":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":8,"docs":{"197":{"tf":1.0},"20":{"tf":1.0},"200":{"tf":1.0},"217":{"tf":1.0},"239":{"tf":1.0},"34":{"tf":1.0},"57":{"tf":1.0},"68":{"tf":1.0}}}}},"df":11,"docs":{"151":{"tf":1.0},"166":{"tf":1.0},"176":{"tf":1.0},"206":{"tf":1.4142135623730951},"207":{"tf":1.0},"217":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":2.0},"37":{"tf":1.0},"72":{"tf":1.0},"86":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":7,"docs":{"101":{"tf":1.0},"211":{"tf":1.0},"217":{"tf":1.7320508075688772},"225":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"211":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":3,"docs":{"130":{"tf":1.0},"254":{"tf":1.4142135623730951},"89":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":8,"docs":{"151":{"tf":1.0},"192":{"tf":1.0},"196":{"tf":1.4142135623730951},"198":{"tf":1.0},"206":{"tf":1.0},"232":{"tf":2.0},"236":{"tf":1.0},"254":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"df":51,"docs":{"113":{"tf":1.7320508075688772},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.4142135623730951},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"176":{"tf":1.0},"197":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"66":{"tf":1.0},"68":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"146":{"tf":1.0},"198":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"169":{"tf":1.0},"198":{"tf":1.0},"48":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"111":{"tf":1.0},"189":{"tf":1.0},"3":{"tf":1.0},"54":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"253":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"112":{"tf":1.0},"172":{"tf":1.0},"198":{"tf":1.4142135623730951},"200":{"tf":1.0},"249":{"tf":1.0},"5":{"tf":1.0},"57":{"tf":1.0},"72":{"tf":1.0}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"257":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"108":{"tf":1.0},"12":{"tf":1.0},"175":{"tf":1.4142135623730951},"176":{"tf":1.0},"179":{"tf":1.0},"219":{"tf":1.0},"225":{"tf":1.0},"234":{"tf":1.0},"236":{"tf":1.0},"247":{"tf":1.0},"5":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":18,"docs":{"121":{"tf":1.0},"133":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.0},"184":{"tf":1.0},"198":{"tf":1.0},"202":{"tf":1.0},"204":{"tf":1.0},"211":{"tf":1.0},"221":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":2.0},"236":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"66":{"tf":1.4142135623730951}}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"197":{"tf":1.0},"37":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"228":{"tf":1.0},"232":{"tf":1.0}}}}}}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"235":{"tf":1.0},"237":{"tf":1.0}}},"y":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"p":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"237":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":3,"docs":{"197":{"tf":1.0},"239":{"tf":1.0},"44":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":13,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"103":{"tf":1.7320508075688772},"206":{"tf":1.0},"232":{"tf":1.4142135623730951},"233":{"tf":1.4142135623730951},"234":{"tf":1.7320508075688772},"239":{"tf":1.0},"240":{"tf":1.7320508075688772},"32":{"tf":1.0},"37":{"tf":1.0},"68":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"g":{"df":3,"docs":{"193":{"tf":1.0},"225":{"tf":1.0},"9":{"tf":1.0}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"197":{"tf":1.0}}}}}},"o":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"103":{"tf":1.0},"84":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":8,"docs":{"135":{"tf":1.0},"167":{"tf":1.0},"223":{"tf":1.0},"226":{"tf":1.0},"232":{"tf":1.0},"36":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"k":{"'":{"df":1,"docs":{"211":{"tf":1.0}}},"df":5,"docs":{"1":{"tf":1.0},"126":{"tf":1.0},"137":{"tf":1.0},"244":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951}}},"l":{"_":{"a":{"d":{"d":{"df":1,"docs":{"151":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"21":{"tf":1.4142135623730951},"240":{"tf":1.0},"8":{"tf":1.7320508075688772}}},"t":{"df":1,"docs":{"233":{"tf":1.0}},"p":{"(":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{":":{":":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{":":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"233":{"tf":1.0}}}}}}}}}},"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":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"233":{"tf":1.4142135623730951}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"233":{"tf":2.8284271247461903}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":33,"docs":{"140":{"tf":1.0},"143":{"tf":1.7320508075688772},"166":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.4142135623730951},"176":{"tf":1.7320508075688772},"177":{"tf":2.23606797749979},"179":{"tf":1.0},"181":{"tf":2.449489742783178},"208":{"tf":1.7320508075688772},"209":{"tf":1.4142135623730951},"210":{"tf":2.23606797749979},"211":{"tf":2.0},"212":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"29":{"tf":2.0},"3":{"tf":1.0},"42":{"tf":2.0},"44":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.7320508075688772},"6":{"tf":1.7320508075688772},"65":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":2.0},"8":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"9":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"h":{"df":11,"docs":{"17":{"tf":1.0},"172":{"tf":1.0},"18":{"tf":1.0},"185":{"tf":1.0},"206":{"tf":1.0},"233":{"tf":1.4142135623730951},"234":{"tf":1.0},"239":{"tf":1.7320508075688772},"34":{"tf":1.0},"51":{"tf":1.0},"8":{"tf":1.0}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"240":{"tf":1.0},"68":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"194":{"tf":1.0},"197":{"tf":1.0},"88":{"tf":1.0}}}}},"df":3,"docs":{"199":{"tf":1.4142135623730951},"224":{"tf":1.0},"28":{"tf":1.0}}},"df":0,"docs":{}}},"x":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"a":{"d":{"d":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"170":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"(":{"df":1,"docs":{"170":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"n":{"df":1,"docs":{"170":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":4,"docs":{"118":{"tf":1.0},"120":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":2,"docs":{"155":{"tf":1.4142135623730951},"170":{"tf":2.23606797749979}}}}}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":1,"docs":{"37":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"170":{"tf":2.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":1,"docs":{"170":{"tf":1.4142135623730951}}}}}},"t":{"df":2,"docs":{"7":{"tf":1.0},"8":{"tf":1.0}}}},"df":3,"docs":{"172":{"tf":1.0},"20":{"tf":1.0},"52":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":7,"docs":{"106":{"tf":1.0},"199":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"3":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"240":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"246":{"tf":1.4142135623730951}}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"240":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"234":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"184":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"148":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"148":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":1,"docs":{"148":{"tf":1.7320508075688772}}}}}}},"df":1,"docs":{"148":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"73":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":4,"docs":{"148":{"tf":1.0},"241":{"tf":1.0},"60":{"tf":1.0},"73":{"tf":1.0}}}}}},"g":{"df":4,"docs":{"197":{"tf":1.0},"199":{"tf":2.0},"34":{"tf":1.0},"68":{"tf":1.7320508075688772}}},"i":{"df":0,"docs":{},"l":{"d":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"162":{"tf":1.0}}}}}}},"df":10,"docs":{"11":{"tf":1.0},"164":{"tf":1.0},"183":{"tf":1.0},"189":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.4142135623730951},"218":{"tf":2.0},"239":{"tf":1.0},"240":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"162":{"tf":1.0}}}}}}},"df":10,"docs":{"160":{"tf":1.7320508075688772},"161":{"tf":1.4142135623730951},"162":{"tf":2.449489742783178},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":2.449489742783178},"167":{"tf":1.4142135623730951},"18":{"tf":1.0},"236":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"184":{"tf":1.0},"197":{"tf":1.0},"241":{"tf":1.0},"72":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"137":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"121":{"tf":1.0},"198":{"tf":1.0}}}},"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"202":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"116":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"198":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.4142135623730951}}}}}},"c":{".":{"df":0,"docs":{},"f":{"1":{"df":1,"docs":{"177":{"tf":1.0}}},"3":{"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{}}},"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"60":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"73":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.4142135623730951}}}}}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"95":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":21,"docs":{"107":{"tf":1.0},"128":{"tf":1.0},"146":{"tf":1.0},"161":{"tf":1.0},"189":{"tf":1.0},"198":{"tf":1.7320508075688772},"199":{"tf":1.7320508075688772},"200":{"tf":1.0},"203":{"tf":1.7320508075688772},"206":{"tf":1.0},"222":{"tf":1.4142135623730951},"232":{"tf":1.0},"239":{"tf":2.0},"240":{"tf":3.3166247903554},"37":{"tf":1.7320508075688772},"66":{"tf":1.0},"67":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.7320508075688772},"74":{"tf":1.0},"98":{"tf":1.0}},"e":{"df":1,"docs":{"71":{"tf":1.0}},"r":{"'":{"df":1,"docs":{"67":{"tf":1.0}}},"df":2,"docs":{"233":{"tf":1.4142135623730951},"67":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"233":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"243":{"tf":1.4142135623730951}}}}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"140":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":1,"docs":{"217":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"57":{"tf":1.0},"81":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":6,"docs":{"149":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"225":{"tf":1.0},"37":{"tf":1.0},"5":{"tf":1.0}}},"g":{"df":0,"docs":{},"o":{"df":4,"docs":{"183":{"tf":1.0},"211":{"tf":1.0},"218":{"tf":1.0},"97":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"113":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":26,"docs":{"107":{"tf":1.4142135623730951},"121":{"tf":1.7320508075688772},"130":{"tf":1.4142135623730951},"149":{"tf":1.0},"157":{"tf":1.0},"166":{"tf":1.0},"170":{"tf":1.0},"192":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.7320508075688772},"225":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"29":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"36":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.4142135623730951}}},"t":{"df":3,"docs":{"198":{"tf":1.4142135623730951},"206":{"tf":1.0},"237":{"tf":1.4142135623730951}},"e":{"d":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"206":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":9,"docs":{"176":{"tf":1.0},"177":{"tf":1.0},"199":{"tf":1.7320508075688772},"206":{"tf":1.7320508075688772},"211":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"240":{"tf":1.0},"68":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"89":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":26,"docs":{"144":{"tf":1.0},"166":{"tf":1.0},"177":{"tf":2.449489742783178},"183":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951},"198":{"tf":2.23606797749979},"199":{"tf":2.449489742783178},"206":{"tf":2.8284271247461903},"224":{"tf":1.0},"232":{"tf":1.7320508075688772},"41":{"tf":1.7320508075688772},"45":{"tf":1.0},"57":{"tf":1.4142135623730951},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":2.6457513110645907},"67":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":2.0},"87":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"197":{"tf":1.0},"206":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"199":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"h":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"(":{"1":{"0":{"df":1,"docs":{"127":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"240":{"tf":1.4142135623730951}}}}}}},"n":{"df":0,"docs":{},"g":{"df":19,"docs":{"116":{"tf":1.0},"133":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.4142135623730951},"200":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"217":{"tf":1.4142135623730951},"218":{"tf":1.4142135623730951},"227":{"tf":1.0},"232":{"tf":1.0},"236":{"tf":1.0},"247":{"tf":1.0},"39":{"tf":1.4142135623730951},"40":{"tf":1.0},"42":{"tf":1.7320508075688772},"8":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"211":{"tf":1.0},"3":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"60":{"tf":1.0},"68":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"194":{"tf":1.0},"197":{"tf":1.0},"3":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"198":{"tf":1.0},"61":{"tf":1.0}}}},"df":2,"docs":{"127":{"tf":1.0},"61":{"tf":2.0}},"e":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"8":{"tf":1.0}}},"t":{"df":1,"docs":{"206":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"94":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":12,"docs":{"1":{"tf":1.0},"132":{"tf":1.0},"177":{"tf":1.0},"199":{"tf":1.0},"206":{"tf":1.0},"21":{"tf":1.4142135623730951},"224":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"28":{"tf":1.0},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":17,"docs":{"140":{"tf":1.0},"143":{"tf":1.7320508075688772},"155":{"tf":1.0},"166":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.4142135623730951},"179":{"tf":1.0},"181":{"tf":1.7320508075688772},"208":{"tf":1.7320508075688772},"209":{"tf":1.4142135623730951},"210":{"tf":1.0},"211":{"tf":2.0},"212":{"tf":1.0},"3":{"tf":1.0},"42":{"tf":1.7320508075688772},"44":{"tf":1.0},"46":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"166":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"170":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"200":{"tf":1.0},"258":{"tf":1.4142135623730951},"27":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"146":{"tf":1.0},"150":{"tf":1.0},"232":{"tf":1.0},"239":{"tf":1.0}}}}}},"i":{"df":1,"docs":{"218":{"tf":1.0}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"172":{"tf":1.0},"206":{"tf":1.0},"225":{"tf":1.0},"90":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"5":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":14,"docs":{"111":{"tf":1.0},"146":{"tf":1.4142135623730951},"192":{"tf":1.0},"222":{"tf":1.4142135623730951},"224":{"tf":1.7320508075688772},"231":{"tf":1.7320508075688772},"232":{"tf":2.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"247":{"tf":1.4142135623730951},"252":{"tf":1.0}},"i":{"c":{"df":3,"docs":{"140":{"tf":1.0},"199":{"tf":1.0},"203":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":4,"docs":{"194":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"202":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"181":{"tf":1.0},"241":{"tf":1.0}}}}},"r":{"df":4,"docs":{"206":{"tf":1.0},"36":{"tf":1.0},"62":{"tf":1.0},"83":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"239":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"146":{"tf":1.0},"185":{"tf":1.0},"237":{"tf":1.4142135623730951},"247":{"tf":1.0},"27":{"tf":1.0},"88":{"tf":1.7320508075688772},"89":{"tf":1.4142135623730951},"90":{"tf":1.7320508075688772}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":3,"docs":{"211":{"tf":1.0},"217":{"tf":1.0},"219":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":11,"docs":{"107":{"tf":1.0},"172":{"tf":1.4142135623730951},"208":{"tf":1.7320508075688772},"209":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"211":{"tf":3.4641016151377544},"212":{"tf":1.4142135623730951},"40":{"tf":1.0},"42":{"tf":1.7320508075688772},"46":{"tf":1.0},"82":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":5,"docs":{"173":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.7320508075688772},"240":{"tf":1.0},"247":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"df":10,"docs":{"119":{"tf":1.0},"121":{"tf":1.0},"151":{"tf":1.0},"230":{"tf":1.0},"259":{"tf":1.4142135623730951},"80":{"tf":1.7320508075688772},"81":{"tf":2.0},"82":{"tf":1.7320508075688772},"83":{"tf":2.0},"84":{"tf":1.4142135623730951}}}}}}},"m":{"d":{"(":{")":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{")":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},")":{"(":{")":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"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":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"118":{"tf":1.0},"119":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":1,"docs":{"118":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"62":{"tf":1.0}}},"df":62,"docs":{"112":{"tf":1.7320508075688772},"121":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"136":{"tf":1.0},"155":{"tf":1.0},"157":{"tf":1.0},"166":{"tf":1.0},"172":{"tf":1.0},"180":{"tf":1.4142135623730951},"181":{"tf":1.0},"184":{"tf":1.7320508075688772},"189":{"tf":1.7320508075688772},"190":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"197":{"tf":1.7320508075688772},"198":{"tf":1.7320508075688772},"199":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"203":{"tf":1.7320508075688772},"206":{"tf":2.23606797749979},"207":{"tf":1.0},"209":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"214":{"tf":1.0},"218":{"tf":1.7320508075688772},"219":{"tf":1.0},"224":{"tf":1.0},"232":{"tf":1.4142135623730951},"233":{"tf":2.23606797749979},"234":{"tf":1.0},"239":{"tf":1.7320508075688772},"240":{"tf":1.7320508075688772},"3":{"tf":1.7320508075688772},"32":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"5":{"tf":2.0},"50":{"tf":2.0},"51":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.7320508075688772},"57":{"tf":2.0},"58":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.7320508075688772},"7":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0},"90":{"tf":1.7320508075688772},"96":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":2,"docs":{"7":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"7":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":18,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"154":{"tf":1.4142135623730951},"169":{"tf":1.4142135623730951},"2":{"tf":1.0},"203":{"tf":1.4142135623730951},"219":{"tf":1.4142135623730951},"226":{"tf":1.0},"23":{"tf":1.7320508075688772},"239":{"tf":1.0},"24":{"tf":1.4142135623730951},"242":{"tf":1.0},"25":{"tf":1.7320508075688772},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":3.0},"30":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":5,"docs":{"116":{"tf":1.0},"2":{"tf":1.0},"228":{"tf":1.0},"239":{"tf":1.0},"66":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":12,"docs":{"114":{"tf":1.7320508075688772},"115":{"tf":1.4142135623730951},"116":{"tf":2.23606797749979},"117":{"tf":2.23606797749979},"118":{"tf":2.23606797749979},"119":{"tf":2.23606797749979},"120":{"tf":1.7320508075688772},"121":{"tf":2.0},"122":{"tf":1.7320508075688772},"217":{"tf":1.0},"218":{"tf":1.0},"253":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"198":{"tf":1.0}}}}},"df":2,"docs":{"67":{"tf":1.0},"8":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":20,"docs":{"113":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"136":{"tf":1.4142135623730951},"144":{"tf":1.0},"157":{"tf":1.7320508075688772},"158":{"tf":1.0},"17":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.7320508075688772},"18":{"tf":1.0},"2":{"tf":1.4142135623730951},"206":{"tf":1.0},"222":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.4142135623730951},"246":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"34":{"tf":1.0},"74":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"110":{"tf":1.0},"29":{"tf":1.0},"5":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":6,"docs":{"113":{"tf":1.4142135623730951},"156":{"tf":1.0},"187":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"135":{"tf":1.0}}},"t":{"df":6,"docs":{"133":{"tf":1.0},"134":{"tf":1.0},"197":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":23,"docs":{"102":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.0},"151":{"tf":1.0},"169":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"206":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"217":{"tf":1.0},"229":{"tf":1.0},"232":{"tf":1.4142135623730951},"233":{"tf":1.0},"235":{"tf":1.0},"37":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"97":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"242":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"t":{"df":6,"docs":{"147":{"tf":1.0},"198":{"tf":1.0},"211":{"tf":1.0},"224":{"tf":1.0},"240":{"tf":1.0},"68":{"tf":1.0}}},"x":{"df":12,"docs":{"109":{"tf":1.0},"110":{"tf":1.0},"159":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"249":{"tf":1.0},"28":{"tf":1.0},"5":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}}}},"i":{"c":{"df":5,"docs":{"162":{"tf":1.0},"211":{"tf":1.0},"249":{"tf":1.0},"5":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"251":{"tf":1.0},"252":{"tf":1.0},"254":{"tf":1.0}}},"s":{"df":10,"docs":{"175":{"tf":1.7320508075688772},"176":{"tf":1.4142135623730951},"177":{"tf":1.4142135623730951},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"227":{"tf":1.0},"230":{"tf":1.4142135623730951},"240":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"222":{"tf":1.0},"239":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":3,"docs":{"197":{"tf":1.0},"205":{"tf":1.0},"62":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"128":{"tf":1.4142135623730951},"227":{"tf":1.0},"241":{"tf":1.0},"257":{"tf":1.0},"5":{"tf":1.4142135623730951}}}}}},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":5,"docs":{"10":{"tf":1.7320508075688772},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"20":{"tf":1.0}}}},"p":{"df":0,"docs":{},"t":{"df":6,"docs":{"173":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.4142135623730951},"239":{"tf":2.0},"240":{"tf":1.4142135623730951},"241":{"tf":1.0}},"u":{"df":1,"docs":{"240":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"146":{"tf":1.0},"149":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"96":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"136":{"tf":1.0},"155":{"tf":1.0},"170":{"tf":1.0},"240":{"tf":1.4142135623730951},"247":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"206":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"199":{"tf":1.4142135623730951},"209":{"tf":1.0},"48":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"42":{"tf":1.0},"54":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{".":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"1":{"df":1,"docs":{"21":{"tf":1.4142135623730951}}},"df":1,"docs":{"21":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"18":{"tf":1.0},"233":{"tf":1.0},"237":{"tf":1.0}}}}},"n":{"df":1,"docs":{"207":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"185":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":3,"docs":{"134":{"tf":1.0},"211":{"tf":1.0},"233":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"94":{"tf":2.23606797749979},"95":{"tf":2.23606797749979}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"_":{"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":{},"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":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"237":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":2.0}}}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":2,"docs":{"198":{"tf":1.0},"211":{"tf":1.4142135623730951}}}}},"i":{"d":{"df":10,"docs":{"199":{"tf":1.7320508075688772},"200":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"236":{"tf":1.0},"240":{"tf":1.4142135623730951},"68":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"130":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"125":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":9,"docs":{"194":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.7320508075688772},"202":{"tf":1.4142135623730951},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"217":{"tf":1.0}}}}},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"218":{"tf":1.0}}}}}},"df":5,"docs":{"199":{"tf":1.4142135623730951},"60":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.4142135623730951}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"211":{"tf":1.0},"232":{"tf":1.0},"53":{"tf":1.0}}}}}},"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":22,"docs":{"12":{"tf":1.0},"16":{"tf":1.4142135623730951},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"167":{"tf":1.4142135623730951},"173":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"227":{"tf":1.0},"232":{"tf":1.0},"236":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.4142135623730951},"253":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"41":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":15,"docs":{"132":{"tf":1.0},"139":{"tf":1.0},"15":{"tf":1.7320508075688772},"16":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"17":{"tf":2.6457513110645907},"18":{"tf":1.0},"20":{"tf":1.7320508075688772},"22":{"tf":1.0},"232":{"tf":1.0},"89":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":9,"docs":{"104":{"tf":1.7320508075688772},"105":{"tf":1.4142135623730951},"106":{"tf":1.0},"107":{"tf":1.4142135623730951},"108":{"tf":1.0},"109":{"tf":1.0},"162":{"tf":1.0},"173":{"tf":1.0},"83":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":22,"docs":{"107":{"tf":1.0},"143":{"tf":1.0},"188":{"tf":1.7320508075688772},"189":{"tf":1.7320508075688772},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.4142135623730951},"193":{"tf":1.0},"194":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":2.0},"203":{"tf":1.0},"233":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":1.7320508075688772},"55":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"192":{"tf":1.4142135623730951},"206":{"tf":1.0},"242":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":5,"docs":{"110":{"tf":1.0},"126":{"tf":1.7320508075688772},"129":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":6,"docs":{"183":{"tf":1.0},"230":{"tf":1.0},"233":{"tf":1.0},"240":{"tf":1.0},"34":{"tf":1.0},"73":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"196":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"1":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"v":{"df":1,"docs":{"177":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":7,"docs":{"133":{"tf":1.0},"159":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"233":{"tf":1.0},"237":{"tf":1.0},"54":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}},"t":{"df":3,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"230":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":4,"docs":{"225":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.0}}},"t":{"df":8,"docs":{"186":{"tf":1.0},"225":{"tf":1.0},"57":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"35":{"tf":1.0}}},"i":{"df":11,"docs":{"136":{"tf":1.0},"172":{"tf":1.0},"211":{"tf":1.4142135623730951},"218":{"tf":1.0},"232":{"tf":1.0},"50":{"tf":1.0},"60":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.7320508075688772},"81":{"tf":1.0},"83":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"143":{"tf":1.4142135623730951},"237":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"202":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"247":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"198":{"tf":1.4142135623730951},"206":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"229":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"255":{"tf":1.0}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"197":{"tf":1.0},"199":{"tf":1.4142135623730951},"60":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"134":{"tf":1.0},"200":{"tf":1.0},"50":{"tf":1.0},"66":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"d":{"b":{"df":0,"docs":{},"m":{"df":1,"docs":{"199":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":5,"docs":{"172":{"tf":1.0},"190":{"tf":1.0},"198":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"207":{"tf":1.0}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"207":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"s":{"df":5,"docs":{"194":{"tf":1.0},"199":{"tf":1.0},"233":{"tf":1.0},"42":{"tf":1.0},"55":{"tf":1.0}}}}},"w":{"<":{"'":{"_":{"df":1,"docs":{"237":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"20":{"tf":1.0},"237":{"tf":1.0}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"144":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"u":{"df":1,"docs":{"186":{"tf":1.0}}}},"r":{"a":{"b":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"116":{"tf":1.0},"36":{"tf":1.0},"68":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"98":{"tf":1.0}}},":":{":":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{":":{"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":{"233":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"68":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"67":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"67":{"tf":1.0},"68":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"67":{"tf":1.0},"68":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":21,"docs":{"132":{"tf":1.0},"137":{"tf":1.0},"151":{"tf":2.23606797749979},"167":{"tf":1.0},"182":{"tf":1.7320508075688772},"183":{"tf":1.4142135623730951},"184":{"tf":2.449489742783178},"185":{"tf":2.23606797749979},"186":{"tf":2.0},"187":{"tf":1.4142135623730951},"192":{"tf":1.0},"197":{"tf":1.0},"214":{"tf":1.4142135623730951},"217":{"tf":1.4142135623730951},"226":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.4142135623730951},"79":{"tf":1.0},"88":{"tf":1.4142135623730951}},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":3,"docs":{"183":{"tf":1.4142135623730951},"185":{"tf":1.0},"187":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":31,"docs":{"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.4142135623730951},"120":{"tf":1.0},"121":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"159":{"tf":1.0},"16":{"tf":1.0},"162":{"tf":1.0},"165":{"tf":1.0},"169":{"tf":1.4142135623730951},"170":{"tf":1.0},"173":{"tf":1.0},"189":{"tf":1.0},"192":{"tf":1.0},"198":{"tf":1.0},"206":{"tf":1.4142135623730951},"21":{"tf":1.0},"232":{"tf":1.4142135623730951},"233":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":3.0},"241":{"tf":1.0},"3":{"tf":1.0},"61":{"tf":1.0},"68":{"tf":1.0},"74":{"tf":1.0},"95":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":16,"docs":{"159":{"tf":2.6457513110645907},"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},"74":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"239":{"tf":1.7320508075688772},"240":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"232":{"tf":1.0}}},"df":0,"docs":{}}}},"u":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"66":{"tf":1.4142135623730951},"72":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"66":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.7320508075688772},"74":{"tf":1.4142135623730951}}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"110":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"185":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"8":{"tf":2.23606797749979}},"s":{"\"":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"144":{"tf":1.0},"233":{"tf":1.0},"235":{"tf":1.0},"60":{"tf":1.0}}}}},"i":{"df":2,"docs":{"239":{"tf":1.0},"240":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"a":{"d":{"d":{"df":1,"docs":{"151":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"130":{"tf":1.0},"151":{"tf":1.0},"225":{"tf":1.0},"239":{"tf":2.0},"29":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"239":{"tf":2.6457513110645907},"240":{"tf":2.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{">":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"239":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":2,"docs":{"239":{"tf":2.0},"240":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}}},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"240":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"74":{"tf":1.4142135623730951}}}}},"t":{"a":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"\"":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"148":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"\"":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"148":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"148":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"148":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"101":{"tf":1.4142135623730951}}}}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":5,"docs":{"117":{"tf":1.4142135623730951},"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"239":{"tf":1.4142135623730951},"60":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"(":{"_":{"df":1,"docs":{"60":{"tf":1.0}}},"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"_":{"df":1,"docs":{"60":{"tf":1.0}}},"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"60":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":2,"docs":{"59":{"tf":1.4142135623730951},"60":{"tf":2.0}}}}}}}}}},"df":0,"docs":{}},"df":41,"docs":{"100":{"tf":1.7320508075688772},"101":{"tf":2.8284271247461903},"102":{"tf":1.0},"103":{"tf":1.0},"116":{"tf":1.0},"140":{"tf":1.7320508075688772},"143":{"tf":1.4142135623730951},"148":{"tf":3.0},"149":{"tf":1.0},"154":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"157":{"tf":1.0},"158":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.7320508075688772},"171":{"tf":2.0},"172":{"tf":2.8284271247461903},"173":{"tf":2.23606797749979},"196":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"202":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.4142135623730951},"239":{"tf":2.0},"24":{"tf":1.0},"240":{"tf":2.449489742783178},"241":{"tf":1.0},"25":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.7320508075688772},"26":{"tf":2.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":2.23606797749979},"66":{"tf":1.0},"67":{"tf":1.0},"71":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.4142135623730951}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":5,"docs":{"157":{"tf":1.0},"198":{"tf":3.3166247903554},"199":{"tf":2.23606797749979},"206":{"tf":1.4142135623730951},"29":{"tf":1.0}}}}}},"b":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"c":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}},"df":1,"docs":{"199":{"tf":1.0}},"m":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"d":{"b":{"df":0,"docs":{},"m":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"(":{"d":{"b":{"df":1,"docs":{"199":{"tf":1.0}},"m":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"199":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"d":{"b":{"df":0,"docs":{},"m":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"d":{"b":{"df":0,"docs":{},"m":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"(":{"d":{"b":{"df":0,"docs":{},"m":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"(":{"d":{"b":{"df":0,"docs":{},"m":{"df":2,"docs":{"198":{"tf":1.0},"199":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"(":{"*":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"199":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"d":{"b":{"df":1,"docs":{"199":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"199":{"tf":1.0}}}}}},"df":0,"docs":{}},"x":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"199":{"tf":1.0}}}}}},"df":1,"docs":{"199":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"(":{"d":{"b":{"df":0,"docs":{},"m":{"df":2,"docs":{"198":{"tf":1.0},"199":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"198":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"198":{"tf":1.0},"199":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"(":{"d":{"b":{"df":0,"docs":{},"m":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":3,"docs":{"198":{"tf":2.6457513110645907},"199":{"tf":2.8284271247461903},"200":{"tf":1.0}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"199":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"<":{"'":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"199":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":3,"docs":{"218":{"tf":1.0},"240":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772}},"e":{"a":{"d":{"_":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"218":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":1,"docs":{"159":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"21":{"tf":1.0},"239":{"tf":1.7320508075688772},"36":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"3":{"tf":1.0},"42":{"tf":1.0},"7":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"198":{"tf":1.0},"233":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":7,"docs":{"206":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.0},"230":{"tf":1.7320508075688772},"48":{"tf":1.0},"49":{"tf":1.0},"8":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"176":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"146":{"tf":1.0},"218":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"234":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"217":{"tf":1.0}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":15,"docs":{"134":{"tf":1.0},"157":{"tf":1.0},"17":{"tf":3.4641016151377544},"170":{"tf":1.0},"18":{"tf":1.7320508075688772},"185":{"tf":1.0},"19":{"tf":1.7320508075688772},"20":{"tf":2.6457513110645907},"21":{"tf":2.8284271247461903},"22":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"81":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":18,"docs":{"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.4142135623730951},"124":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.0},"146":{"tf":1.0},"170":{"tf":1.0},"198":{"tf":2.0},"210":{"tf":1.0},"224":{"tf":1.0},"232":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"251":{"tf":1.0},"33":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":8,"docs":{"127":{"tf":1.0},"198":{"tf":1.0},"205":{"tf":1.0},"225":{"tf":1.0},"227":{"tf":1.0},"240":{"tf":1.0},"251":{"tf":1.0},"83":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"225":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"226":{"tf":1.4142135623730951}}},"t":{"df":1,"docs":{"29":{"tf":1.0}}}},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"211":{"tf":1.0},"89":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"250":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"151":{"tf":1.0},"206":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"i":{"df":4,"docs":{"206":{"tf":1.0},"217":{"tf":1.4142135623730951},"218":{"tf":2.23606797749979},"233":{"tf":1.0}}},"y":{"(":{"b":{"a":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":1,"docs":{"218":{"tf":1.0}}}}}}},"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":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"218":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":7,"docs":{"213":{"tf":1.7320508075688772},"214":{"tf":1.0},"215":{"tf":1.4142135623730951},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":9,"docs":{"126":{"tf":1.0},"146":{"tf":1.7320508075688772},"152":{"tf":1.0},"183":{"tf":1.0},"185":{"tf":1.4142135623730951},"200":{"tf":1.0},"225":{"tf":1.0},"247":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"c":{"df":3,"docs":{"217":{"tf":1.0},"218":{"tf":1.4142135623730951},"219":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"18":{"tf":1.0},"199":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":3,"docs":{"140":{"tf":1.0},"222":{"tf":1.0},"25":{"tf":1.0}}}}}}},"df":0,"docs":{}},"<":{"'":{"a":{">":{"(":{"&":{"'":{"a":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"=":{"b":{"a":{"df":0,"docs":{},"r":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":13,"docs":{"140":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"220":{"tf":1.7320508075688772},"221":{"tf":1.4142135623730951},"222":{"tf":2.0},"223":{"tf":1.0},"224":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"226":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":2,"docs":{"222":{"tf":1.0},"29":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":4,"docs":{"222":{"tf":1.4142135623730951},"225":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"i":{"df":0,"docs":{},"v":{"df":6,"docs":{"137":{"tf":1.0},"146":{"tf":1.0},"17":{"tf":1.4142135623730951},"21":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0}},"e":{"(":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"233":{"tf":1.0},"239":{"tf":1.7320508075688772}}}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":4,"docs":{"162":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"240":{"tf":1.0}}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"22":{"tf":1.0}}}}}},"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"167":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"137":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":4,"docs":{"110":{"tf":1.0},"228":{"tf":1.4142135623730951},"230":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":36,"docs":{"100":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"124":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"154":{"tf":1.4142135623730951},"16":{"tf":1.4142135623730951},"161":{"tf":1.4142135623730951},"167":{"tf":1.0},"169":{"tf":1.4142135623730951},"176":{"tf":1.4142135623730951},"18":{"tf":1.0},"183":{"tf":1.4142135623730951},"189":{"tf":1.4142135623730951},"196":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"209":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951},"221":{"tf":1.4142135623730951},"232":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"<":{"'":{"d":{"df":1,"docs":{"240":{"tf":1.0}}},"df":0,"docs":{}},"d":{">":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"240":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"<":{"df":0,"docs":{},"v":{">":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"240":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"<":{"df":0,"docs":{},"v":{">":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"240":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"<":{"'":{"d":{"df":1,"docs":{"240":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"151":{"tf":1.0},"240":{"tf":4.47213595499958}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":123,"docs":{"110":{"tf":2.8284271247461903},"111":{"tf":1.7320508075688772},"112":{"tf":1.7320508075688772},"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.7320508075688772},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.4142135623730951},"152":{"tf":1.4142135623730951},"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":2.23606797749979},"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.7320508075688772},"175":{"tf":1.0},"176":{"tf":1.7320508075688772},"177":{"tf":1.4142135623730951},"178":{"tf":1.0},"179":{"tf":1.4142135623730951},"180":{"tf":1.4142135623730951},"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.7320508075688772},"195":{"tf":1.0},"196":{"tf":2.0},"197":{"tf":2.23606797749979},"198":{"tf":2.0},"199":{"tf":2.23606797749979},"2":{"tf":1.7320508075688772},"200":{"tf":2.0},"201":{"tf":1.0},"202":{"tf":1.7320508075688772},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"211":{"tf":1.0},"225":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.7320508075688772},"240":{"tf":1.7320508075688772},"241":{"tf":1.0},"243":{"tf":1.0},"245":{"tf":1.7320508075688772},"246":{"tf":1.7320508075688772},"247":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.4142135623730951},"250":{"tf":1.0},"251":{"tf":2.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.4142135623730951},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"3":{"tf":2.23606797749979},"5":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"37":{"tf":1.7320508075688772}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":12,"docs":{"139":{"tf":1.0},"140":{"tf":1.4142135623730951},"144":{"tf":1.0},"31":{"tf":1.7320508075688772},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"36":{"tf":2.23606797749979},"37":{"tf":2.8284271247461903},"38":{"tf":1.0},"54":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":7,"docs":{"126":{"tf":1.0},"133":{"tf":1.0},"169":{"tf":1.0},"2":{"tf":1.0},"225":{"tf":1.0},"241":{"tf":1.0},"57":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"211":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"233":{"tf":1.0},"237":{"tf":1.0},"240":{"tf":2.0},"8":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"106":{"tf":1.0},"107":{"tf":1.0}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":6,"docs":{"184":{"tf":1.0},"2":{"tf":1.4142135623730951},"209":{"tf":1.4142135623730951},"211":{"tf":1.0},"218":{"tf":1.0},"5":{"tf":1.4142135623730951}}}}}},"i":{"c":{"df":1,"docs":{"237":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"i":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"197":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"240":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":27,"docs":{"116":{"tf":1.0},"119":{"tf":1.4142135623730951},"146":{"tf":1.0},"147":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"154":{"tf":1.0},"170":{"tf":1.0},"185":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":1.0},"205":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"230":{"tf":1.0},"232":{"tf":3.0},"233":{"tf":1.4142135623730951},"237":{"tf":2.23606797749979},"239":{"tf":1.7320508075688772},"241":{"tf":1.0},"29":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":1.0}}}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":4,"docs":{"205":{"tf":1.0},"206":{"tf":1.0},"34":{"tf":1.0},"68":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"125":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"128":{"tf":1.0}}}}}}}}},"p":{"df":1,"docs":{"247":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"118":{"tf":1.0},"252":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":6,"docs":{"165":{"tf":1.0},"189":{"tf":1.0},"54":{"tf":1.0},"65":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"a":{"d":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":23,"docs":{"103":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"14":{"tf":1.4142135623730951},"150":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951},"180":{"tf":1.4142135623730951},"185":{"tf":1.4142135623730951},"191":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"224":{"tf":1.4142135623730951},"235":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"217":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"211":{"tf":1.0}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"206":{"tf":1.0}}}},"df":0,"docs":{}}},"v":{"df":2,"docs":{"162":{"tf":1.0},"217":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":18,"docs":{"121":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"151":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"166":{"tf":1.4142135623730951},"169":{"tf":1.0},"172":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"9":{"tf":1.0},"98":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":12,"docs":{"121":{"tf":1.7320508075688772},"225":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"47":{"tf":1.7320508075688772},"48":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"130":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"181":{"tf":1.0},"232":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"133":{"tf":1.4142135623730951}}}}}}}}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"b":{"df":1,"docs":{"239":{"tf":1.7320508075688772}}},"c":{"(":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"98":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":9,"docs":{"67":{"tf":1.0},"86":{"tf":1.0},"92":{"tf":1.7320508075688772},"93":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":16,"docs":{"185":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"212":{"tf":1.4142135623730951},"219":{"tf":1.0},"22":{"tf":1.0},"224":{"tf":1.0},"226":{"tf":1.0},"240":{"tf":1.0},"256":{"tf":1.4142135623730951},"30":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.0},"79":{"tf":1.0},"86":{"tf":1.0}}}}}}}},"df":4,"docs":{"113":{"tf":1.0},"194":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0}},"e":{"df":2,"docs":{"239":{"tf":1.0},"240":{"tf":1.0}},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":5,"docs":{"107":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"44":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"124":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"'":{"df":0,"docs":{},"t":{"df":9,"docs":{"102":{"tf":1.0},"147":{"tf":1.0},"151":{"tf":1.0},"172":{"tf":1.0},"181":{"tf":1.0},"198":{"tf":1.4142135623730951},"33":{"tf":1.0},"41":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":8,"docs":{"100":{"tf":1.0},"139":{"tf":1.0},"171":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"42":{"tf":1.0}}},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"248":{"tf":1.4142135623730951}}}}},"t":{"df":2,"docs":{"222":{"tf":1.0},"225":{"tf":1.0}}},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":3,"docs":{"22":{"tf":1.0},"234":{"tf":1.0},"68":{"tf":1.0}},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"135":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"198":{"tf":1.0},"199":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"126":{"tf":1.0}}}}},"w":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"200":{"tf":1.0},"217":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"241":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"248":{"tf":1.4142135623730951}}},"o":{"df":0,"docs":{},"p":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"140":{"tf":1.0},"33":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":9,"docs":{"117":{"tf":1.0},"118":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"140":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"53":{"tf":1.0},"83":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"198":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"e":{"df":9,"docs":{"110":{"tf":1.4142135623730951},"130":{"tf":1.0},"172":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"34":{"tf":1.0},"68":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"234":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.4142135623730951},"67":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"206":{"tf":1.4142135623730951},"71":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"157":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":12,"docs":{"121":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"240":{"tf":1.0},"29":{"tf":1.0},"47":{"tf":1.7320508075688772},"48":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.0}}}},"df":2,"docs":{"49":{"tf":1.0},"53":{"tf":1.0}}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":15,"docs":{"107":{"tf":1.0},"117":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"136":{"tf":1.0},"147":{"tf":1.0},"151":{"tf":1.7320508075688772},"157":{"tf":1.0},"20":{"tf":1.0},"206":{"tf":1.0},"217":{"tf":1.0},"223":{"tf":1.0},"240":{"tf":1.0},"29":{"tf":1.0},"37":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"206":{"tf":1.0}}}}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":23,"docs":{"117":{"tf":1.4142135623730951},"119":{"tf":1.0},"120":{"tf":1.0},"150":{"tf":1.0},"154":{"tf":1.0},"157":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.4142135623730951},"173":{"tf":1.0},"176":{"tf":1.0},"181":{"tf":1.0},"203":{"tf":1.4142135623730951},"227":{"tf":1.0},"229":{"tf":1.0},"232":{"tf":1.0},"239":{"tf":1.7320508075688772},"240":{"tf":2.0},"29":{"tf":1.0},"37":{"tf":1.4142135623730951},"50":{"tf":1.0},"53":{"tf":1.4142135623730951},"8":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"34":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"171":{"tf":1.0},"198":{"tf":1.0},"240":{"tf":1.7320508075688772}}}}}}},"s":{"df":1,"docs":{"174":{"tf":1.0}},"i":{"df":11,"docs":{"183":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"53":{"tf":1.0},"92":{"tf":1.7320508075688772},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"128":{"tf":1.0},"172":{"tf":1.0},"184":{"tf":1.0},"190":{"tf":1.0},"200":{"tf":1.4142135623730951},"205":{"tf":1.0},"234":{"tf":1.0},"95":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"151":{"tf":1.0},"63":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"237":{"tf":1.0},"240":{"tf":1.0}}}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"183":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"116":{"tf":1.0}}}}}}},"df":11,"docs":{"120":{"tf":1.4142135623730951},"155":{"tf":2.0},"157":{"tf":1.4142135623730951},"170":{"tf":1.4142135623730951},"240":{"tf":2.449489742783178},"41":{"tf":2.23606797749979},"42":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":2.0},"61":{"tf":1.0},"8":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"163":{"tf":1.0},"2":{"tf":1.0},"240":{"tf":1.0},"253":{"tf":1.0}},"s":{".":{".":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"253":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"i":{"df":8,"docs":{"107":{"tf":1.0},"128":{"tf":1.0},"14":{"tf":1.4142135623730951},"166":{"tf":1.0},"172":{"tf":1.4142135623730951},"203":{"tf":1.0},"205":{"tf":1.4142135623730951},"206":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"200":{"tf":1.0},"93":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":1,"docs":{"128":{"tf":1.0}}}}}}},"df":7,"docs":{"128":{"tf":1.0},"20":{"tf":1.0},"230":{"tf":1.4142135623730951},"3":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.4142135623730951}}}}}}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"143":{"tf":1.0}}}}},"m":{"b":{"df":1,"docs":{"189":{"tf":1.0}},"e":{"d":{"df":2,"docs":{"222":{"tf":1.0},"237":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"217":{"tf":1.0}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"240":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":4,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"221":{"tf":1.0},"222":{"tf":1.0}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"146":{"tf":1.0},"206":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":7,"docs":{"116":{"tf":1.0},"118":{"tf":1.0},"130":{"tf":1.0},"154":{"tf":1.0},"196":{"tf":1.7320508075688772},"198":{"tf":1.0},"252":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"184":{"tf":1.0}}}},"df":0,"docs":{}}}}},"d":{"df":15,"docs":{"127":{"tf":1.0},"148":{"tf":1.0},"176":{"tf":1.0},"180":{"tf":1.0},"199":{"tf":1.4142135623730951},"203":{"tf":1.0},"232":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"37":{"tf":1.4142135623730951},"53":{"tf":1.0},"60":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.7320508075688772},"78":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"130":{"tf":1.0},"225":{"tf":1.0},"233":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"181":{"tf":1.0},"184":{"tf":1.0},"2":{"tf":1.0}}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"3":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":4,"docs":{"130":{"tf":1.0},"233":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":16,"docs":{"102":{"tf":1.0},"134":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"143":{"tf":2.0},"192":{"tf":1.0},"202":{"tf":1.0},"206":{"tf":1.0},"209":{"tf":1.0},"214":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"74":{"tf":1.0},"88":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"199":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":5,"docs":{"194":{"tf":1.0},"206":{"tf":1.0},"233":{"tf":1.0},"55":{"tf":1.0},"68":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"174":{"tf":1.0},"247":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"144":{"tf":1.0},"148":{"tf":1.4142135623730951},"198":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":15,"docs":{"155":{"tf":1.4142135623730951},"170":{"tf":1.4142135623730951},"212":{"tf":1.0},"233":{"tf":1.0},"39":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"42":{"tf":2.0},"57":{"tf":1.4142135623730951},"59":{"tf":1.7320508075688772},"60":{"tf":1.7320508075688772},"86":{"tf":1.7320508075688772},"87":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"2":{"tf":1.0},"81":{"tf":1.4142135623730951}}}}}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"203":{"tf":1.0}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":6,"docs":{"198":{"tf":1.0},"232":{"tf":1.0},"32":{"tf":1.0},"42":{"tf":1.0},"66":{"tf":1.0},"78":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"240":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"206":{"tf":1.0},"240":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"239":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":7,"docs":{"143":{"tf":1.0},"151":{"tf":1.0},"166":{"tf":1.0},"172":{"tf":1.0},"189":{"tf":1.0},"225":{"tf":1.0},"90":{"tf":1.0}}}}}}},"r":{"(":{"df":3,"docs":{"206":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"106":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":2,"docs":{"34":{"tf":1.0},"73":{"tf":1.0}},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"59":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{".":{"a":{"df":0,"docs":{},"s":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{")":{".":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"df":1,"docs":{"60":{"tf":1.4142135623730951}}}}}},"df":30,"docs":{"104":{"tf":1.7320508075688772},"105":{"tf":1.4142135623730951},"106":{"tf":1.0},"107":{"tf":1.4142135623730951},"108":{"tf":1.0},"109":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"142":{"tf":1.0},"143":{"tf":1.0},"148":{"tf":1.0},"177":{"tf":1.4142135623730951},"199":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"209":{"tf":1.0},"211":{"tf":1.0},"217":{"tf":1.4142135623730951},"233":{"tf":1.4142135623730951},"240":{"tf":2.8284271247461903},"55":{"tf":1.4142135623730951},"56":{"tf":1.7320508075688772},"57":{"tf":2.449489742783178},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":2.23606797749979},"61":{"tf":1.7320508075688772},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"74":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":6,"docs":{"11":{"tf":1.0},"135":{"tf":1.0},"14":{"tf":1.0},"240":{"tf":1.0},"34":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"139":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"36":{"tf":1.0}}}}}}}},"t":{"c":{"df":3,"docs":{"224":{"tf":1.4142135623730951},"28":{"tf":1.0},"35":{"tf":1.0}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"169":{"tf":1.0}}}}}}}}},"u":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"128":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":16,"docs":{"132":{"tf":1.0},"17":{"tf":1.0},"172":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":1.0},"200":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"233":{"tf":1.0},"239":{"tf":1.0},"241":{"tf":1.0},"29":{"tf":1.0},"37":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0},"89":{"tf":1.0}},"t":{"df":1,"docs":{"116":{"tf":1.0}},"u":{"df":1,"docs":{"240":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"198":{"tf":1.0},"20":{"tf":1.0},"206":{"tf":1.0},"240":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"90":{"tf":1.0}}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"197":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"225":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"211":{"tf":1.0},"37":{"tf":1.0},"79":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"143":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":69,"docs":{"101":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"122":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"132":{"tf":1.4142135623730951},"140":{"tf":1.7320508075688772},"147":{"tf":1.0},"148":{"tf":1.7320508075688772},"149":{"tf":1.0},"151":{"tf":2.23606797749979},"155":{"tf":2.0},"157":{"tf":1.4142135623730951},"16":{"tf":1.0},"162":{"tf":1.4142135623730951},"166":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"170":{"tf":2.0},"172":{"tf":1.0},"177":{"tf":1.7320508075688772},"181":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.4142135623730951},"192":{"tf":1.4142135623730951},"197":{"tf":1.0},"198":{"tf":1.7320508075688772},"199":{"tf":1.0},"203":{"tf":1.7320508075688772},"205":{"tf":1.0},"207":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"215":{"tf":1.4142135623730951},"217":{"tf":1.0},"222":{"tf":1.7320508075688772},"232":{"tf":1.0},"233":{"tf":1.7320508075688772},"237":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"240":{"tf":2.23606797749979},"241":{"tf":1.0},"25":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"36":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"49":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"68":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.0},"78":{"tf":1.4142135623730951},"8":{"tf":3.1622776601683795},"82":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"93":{"tf":1.0},"94":{"tf":2.0},"95":{"tf":2.0},"96":{"tf":1.0},"97":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"199":{"tf":1.0}},"l":{"df":2,"docs":{"198":{"tf":1.0},"2":{"tf":1.0}}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"198":{"tf":1.0},"206":{"tf":1.0}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"172":{"tf":1.0},"206":{"tf":2.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":10,"docs":{"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.7320508075688772},"120":{"tf":1.7320508075688772},"140":{"tf":1.0},"199":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"90":{"tf":1.0}},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":3,"docs":{"118":{"tf":2.0},"119":{"tf":1.0},"120":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"258":{"tf":1.0},"87":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":9,"docs":{"147":{"tf":1.0},"17":{"tf":1.0},"206":{"tf":1.7320508075688772},"209":{"tf":1.4142135623730951},"210":{"tf":1.0},"211":{"tf":1.0},"42":{"tf":1.0},"78":{"tf":1.0},"86":{"tf":1.0}}}},"t":{"df":5,"docs":{"140":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"126":{"tf":2.6457513110645907}},"e":{"c":{"df":0,"docs":{},"t":{"df":10,"docs":{"14":{"tf":1.0},"17":{"tf":1.4142135623730951},"198":{"tf":1.0},"206":{"tf":1.0},"224":{"tf":1.0},"240":{"tf":1.7320508075688772},"25":{"tf":1.0},"254":{"tf":1.0},"61":{"tf":2.0},"68":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"172":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"224":{"tf":1.0},"26":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"241":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"72":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.0},"140":{"tf":1.0},"225":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"218":{"tf":1.4142135623730951},"50":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"121":{"tf":1.0}}}},"r":{"df":1,"docs":{"238":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"202":{"tf":1.0},"203":{"tf":1.0},"233":{"tf":1.0}}}},"s":{"df":10,"docs":{"133":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"143":{"tf":1.0},"151":{"tf":1.0},"196":{"tf":1.0},"237":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0},"90":{"tf":1.0}}}},"r":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":1,"docs":{"170":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":1,"docs":{"155":{"tf":1.0}}}}}}},":":{":":{"a":{"d":{"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":2,"docs":{"155":{"tf":1.0},"157":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"(":{"_":{"df":1,"docs":{"157":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":1,"docs":{"155":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"u":{"b":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":2,"docs":{"155":{"tf":1.0},"157":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"155":{"tf":2.0},"157":{"tf":1.0},"170":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":8,"docs":{"110":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":2.0},"126":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"200":{"tf":1.0},"227":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"139":{"tf":1.0},"206":{"tf":1.0},"222":{"tf":1.0},"251":{"tf":1.0},"48":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":11,"docs":{"2":{"tf":1.0},"237":{"tf":1.4142135623730951},"247":{"tf":1.0},"68":{"tf":1.0},"85":{"tf":1.7320508075688772},"86":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":6,"docs":{"199":{"tf":1.7320508075688772},"60":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"89":{"tf":1.0}}}}},"r":{"a":{"df":4,"docs":{"148":{"tf":1.0},"232":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"90":{"tf":1.0}}}}}}}},"f":{"(":{"df":0,"docs":{},"x":{"df":1,"docs":{"151":{"tf":1.0}}}},"1":{"df":1,"docs":{"177":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"177":{"tf":1.4142135623730951}}},"3":{"df":1,"docs":{"177":{"tf":1.4142135623730951}}},"6":{"4":{")":{"*":{"(":{"$":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"128":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"128":{"tf":1.0},"133":{"tf":1.0}}},"df":0,"docs":{}},"a":{"c":{"a":{"d":{"df":1,"docs":{"225":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"198":{"tf":1.0}}}}}},"t":{"df":7,"docs":{"128":{"tf":1.0},"151":{"tf":1.0},"206":{"tf":1.4142135623730951},"217":{"tf":1.0},"53":{"tf":1.0},"7":{"tf":1.0},"90":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"157":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":8,"docs":{"199":{"tf":1.0},"206":{"tf":1.4142135623730951},"210":{"tf":1.0},"240":{"tf":1.4142135623730951},"44":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"8":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"218":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"105":{"tf":1.0},"106":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":3,"docs":{"106":{"tf":1.0},"21":{"tf":1.0},"8":{"tf":1.7320508075688772}}}},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"217":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"240":{"tf":1.7320508075688772}}}}}},"r":{"df":1,"docs":{"233":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"172":{"tf":1.0}}}}}},"t":{"df":2,"docs":{"50":{"tf":1.0},"74":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"121":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"7":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"199":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"225":{"tf":1.4142135623730951}}}}}}},"b":{".":{"a":{"df":1,"docs":{"166":{"tf":1.0}}},"b":{"df":1,"docs":{"166":{"tf":1.0}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"166":{"tf":1.0}}},"df":4,"docs":{"132":{"tf":1.0},"151":{"tf":1.7320508075688772},"166":{"tf":1.0},"222":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"110":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"151":{"tf":1.7320508075688772},"217":{"tf":1.0},"224":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":2,"docs":{"239":{"tf":1.0},"43":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":2.0}},"s":{"\"":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"149":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"198":{"tf":1.0},"234":{"tf":1.0}}}}}},"f":{"df":0,"docs":{},"i":{"df":34,"docs":{"194":{"tf":2.23606797749979},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.7320508075688772},"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"200":{"tf":1.7320508075688772},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"55":{"tf":2.449489742783178},"56":{"tf":1.7320508075688772},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.0},"73":{"tf":1.7320508075688772},"74":{"tf":1.0},"75":{"tf":1.0}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"\"":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"119":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":19,"docs":{"117":{"tf":1.4142135623730951},"118":{"tf":2.0},"119":{"tf":1.4142135623730951},"120":{"tf":2.0},"131":{"tf":1.0},"134":{"tf":1.0},"162":{"tf":1.7320508075688772},"17":{"tf":1.0},"176":{"tf":1.0},"181":{"tf":1.0},"20":{"tf":1.0},"222":{"tf":1.7320508075688772},"234":{"tf":1.4142135623730951},"239":{"tf":2.449489742783178},"240":{"tf":2.23606797749979},"85":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"88":{"tf":3.3166247903554},"89":{"tf":2.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"233":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"233":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"49":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}},"e":{"d":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"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":{"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"233":{"tf":1.0}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":1,"docs":{"233":{"tf":1.4142135623730951}}}},"p":{"df":1,"docs":{"233":{"tf":1.4142135623730951}}}},"df":1,"docs":{"233":{"tf":1.7320508075688772}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":6,"docs":{"151":{"tf":1.4142135623730951},"198":{"tf":1.0},"233":{"tf":1.7320508075688772},"240":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.4142135623730951}}},"l":{"df":2,"docs":{"232":{"tf":1.4142135623730951},"54":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":7,"docs":{"120":{"tf":1.0},"224":{"tf":1.0},"239":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":2.449489742783178}},"i":{"df":0,"docs":{},"s":{"df":14,"docs":{"139":{"tf":1.0},"141":{"tf":1.7320508075688772},"142":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"144":{"tf":1.0},"31":{"tf":1.7320508075688772},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.7320508075688772},"37":{"tf":1.0},"38":{"tf":1.0},"54":{"tf":1.0}}}}}},"d":{"df":3,"docs":{"191":{"tf":1.0},"2":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":4,"docs":{"183":{"tf":1.0},"211":{"tf":1.0},"53":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"y":{"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":{"151":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"203":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"203":{"tf":1.0}}}}}},"df":10,"docs":{"200":{"tf":1.0},"206":{"tf":1.0},"210":{"tf":1.0},"218":{"tf":1.0},"230":{"tf":1.4142135623730951},"234":{"tf":1.0},"240":{"tf":1.0},"42":{"tf":1.0},"49":{"tf":1.0},"74":{"tf":1.0}}}}},"x":{"df":2,"docs":{"45":{"tf":1.0},"8":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"151":{"tf":1.0}}},"t":{"df":2,"docs":{"57":{"tf":1.0},"59":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":9,"docs":{"113":{"tf":1.0},"121":{"tf":1.0},"173":{"tf":1.0},"176":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":1.0},"26":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"(":{"df":0,"docs":{},"u":{"8":{"df":1,"docs":{"151":{"tf":1.0}}},"df":0,"docs":{}}},"df":44,"docs":{"106":{"tf":1.4142135623730951},"118":{"tf":3.3166247903554},"119":{"tf":3.0},"12":{"tf":1.0},"120":{"tf":3.605551275463989},"121":{"tf":1.0},"127":{"tf":2.23606797749979},"128":{"tf":1.0},"132":{"tf":1.4142135623730951},"140":{"tf":2.0},"143":{"tf":1.0},"148":{"tf":2.23606797749979},"151":{"tf":1.7320508075688772},"155":{"tf":2.449489742783178},"157":{"tf":1.0},"16":{"tf":1.4142135623730951},"162":{"tf":2.23606797749979},"17":{"tf":1.7320508075688772},"170":{"tf":2.0},"177":{"tf":2.449489742783178},"199":{"tf":2.0},"203":{"tf":1.4142135623730951},"206":{"tf":1.0},"21":{"tf":1.0},"222":{"tf":1.7320508075688772},"223":{"tf":1.0},"233":{"tf":3.1622776601683795},"239":{"tf":2.449489742783178},"240":{"tf":2.449489742783178},"25":{"tf":1.0},"33":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"49":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":2.0},"74":{"tf":1.0},"8":{"tf":2.23606797749979},"87":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"119":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"119":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"119":{"tf":2.23606797749979}}}}}},"o":{"c":{"df":0,"docs":{},"u":{"df":1,"docs":{"240":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"177":{"tf":1.0}}}},"l":{"d":{"_":{"df":1,"docs":{"172":{"tf":1.0}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"170":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"170":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"170":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":9,"docs":{"158":{"tf":1.0},"168":{"tf":1.7320508075688772},"169":{"tf":1.7320508075688772},"170":{"tf":2.449489742783178},"171":{"tf":1.7320508075688772},"172":{"tf":1.0},"173":{"tf":2.449489742783178},"202":{"tf":1.0},"230":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"169":{"tf":1.0},"170":{"tf":2.23606797749979}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":15,"docs":{"119":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.0},"132":{"tf":1.0},"151":{"tf":1.0},"197":{"tf":1.0},"214":{"tf":1.0},"218":{"tf":1.4142135623730951},"222":{"tf":1.0},"227":{"tf":1.0},"3":{"tf":1.0},"51":{"tf":1.0},"65":{"tf":1.0},"71":{"tf":1.0},"8":{"tf":1.0}}}}}},"o":{"\"":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"170":{"tf":1.0},"94":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"177":{"tf":1.0}}}}}},"a":{"df":1,"docs":{"177":{"tf":1.4142135623730951}}},"b":{"a":{"df":0,"docs":{},"r":{"<":{"df":0,"docs":{},"t":{"1":{"df":1,"docs":{"136":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.7320508075688772}}}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"162":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"162":{"tf":3.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"162":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{")":{".":{"a":{"(":{")":{".":{"b":{"(":{")":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"(":{"\"":{"df":0,"docs":{},"y":{"\"":{")":{")":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"166":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":10,"docs":{"132":{"tf":2.23606797749979},"136":{"tf":1.0},"140":{"tf":2.0},"162":{"tf":3.3166247903554},"170":{"tf":1.4142135623730951},"222":{"tf":3.605551275463989},"224":{"tf":1.4142135623730951},"225":{"tf":1.0},"33":{"tf":2.0},"87":{"tf":1.4142135623730951}}},"r":{"c":{"df":3,"docs":{"107":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.7320508075688772}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":34,"docs":{"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.7320508075688772},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.4142135623730951},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.4142135623730951},"206":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"128":{"tf":1.0},"251":{"tf":1.0}}},"t":{"!":{"(":{"\"":{"c":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"60":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"i":{"/":{"df":0,"docs":{},"o":{"df":1,"docs":{"60":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":1,"docs":{"148":{"tf":1.0}}}},"df":0,"docs":{}},"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"148":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}},"df":9,"docs":{"10":{"tf":1.7320508075688772},"11":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"147":{"tf":2.0},"148":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":2.6457513110645907}},"t":{"df":1,"docs":{"148":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"151":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"151":{"tf":1.0}}}}}}},"df":0,"docs":{}},">":{"(":{"df":0,"docs":{},"g":{"df":1,"docs":{"148":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":3,"docs":{"159":{"tf":1.0},"240":{"tf":1.4142135623730951},"88":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"121":{"tf":1.0},"184":{"tf":1.0},"240":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"71":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":3,"docs":{"37":{"tf":1.0},"60":{"tf":1.0},"68":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{".":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"199":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":5,"docs":{"126":{"tf":1.7320508075688772},"129":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"202":{"tf":1.0}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"166":{"tf":1.0},"238":{"tf":1.0},"74":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"172":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"m":{"(":{"df":3,"docs":{"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}},"<":{"c":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"237":{"tf":1.0}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"59":{"tf":1.0},"60":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"61":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"c":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"237":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"8":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"107":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":1,"docs":{"107":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"s":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"49":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":5,"docs":{"151":{"tf":1.0},"197":{"tf":1.0},"211":{"tf":1.0},"241":{"tf":1.0},"57":{"tf":1.0}},"i":{"df":1,"docs":{"211":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":82,"docs":{"105":{"tf":1.0},"107":{"tf":1.0},"119":{"tf":2.6457513110645907},"121":{"tf":2.23606797749979},"128":{"tf":1.0},"132":{"tf":1.0},"136":{"tf":1.4142135623730951},"140":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"16":{"tf":1.4142135623730951},"165":{"tf":1.0},"17":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.4142135623730951},"181":{"tf":1.0},"186":{"tf":1.4142135623730951},"189":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.4142135623730951},"197":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":2.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.4142135623730951},"204":{"tf":1.0},"205":{"tf":1.4142135623730951},"206":{"tf":1.7320508075688772},"227":{"tf":2.6457513110645907},"228":{"tf":1.4142135623730951},"229":{"tf":1.0},"230":{"tf":2.0},"231":{"tf":1.0},"232":{"tf":2.0},"233":{"tf":1.4142135623730951},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.4142135623730951},"238":{"tf":1.4142135623730951},"239":{"tf":3.3166247903554},"240":{"tf":2.6457513110645907},"241":{"tf":1.0},"253":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"37":{"tf":1.7320508075688772},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.7320508075688772},"70":{"tf":1.0},"71":{"tf":1.7320508075688772},"72":{"tf":1.7320508075688772},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"79":{"tf":1.4142135623730951},"8":{"tf":2.23606797749979},"93":{"tf":1.0},"95":{"tf":1.4142135623730951},"97":{"tf":1.0}},"s":{"/":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"128":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"126":{"tf":1.0},"155":{"tf":1.0},"37":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"154":{"tf":1.0},"217":{"tf":1.0},"224":{"tf":1.0},"44":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":8,"docs":{"147":{"tf":1.0},"183":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"224":{"tf":1.0},"235":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0}}}}}}},"g":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"(":{"&":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"148":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"189":{"tf":1.0},"237":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"199":{"tf":1.0}}}}},"c":{"'":{"d":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"45":{"tf":1.0}}},"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":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"148":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":27,"docs":{"110":{"tf":1.0},"136":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.7320508075688772},"148":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"211":{"tf":1.0},"219":{"tf":1.0},"22":{"tf":1.0},"224":{"tf":1.0},"231":{"tf":1.7320508075688772},"232":{"tf":2.6457513110645907},"233":{"tf":1.7320508075688772},"234":{"tf":1.4142135623730951},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.4142135623730951},"240":{"tf":3.1622776601683795},"241":{"tf":1.0},"247":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"77":{"tf":1.0},"89":{"tf":1.0}}}}},"t":{"_":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"i":{"d":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"239":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"239":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"73":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"101":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":4,"docs":{"206":{"tf":1.0},"233":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"46":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"73":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"73":{"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":{},"v":{"df":0,"docs":{},"e":{"df":15,"docs":{"111":{"tf":1.0},"121":{"tf":1.0},"133":{"tf":1.0},"172":{"tf":1.0},"198":{"tf":1.0},"207":{"tf":1.0},"217":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"8":{"tf":1.4142135623730951},"81":{"tf":1.0}},"n":{"df":6,"docs":{"107":{"tf":1.0},"110":{"tf":1.0},"146":{"tf":1.0},"166":{"tf":1.0},"233":{"tf":1.0},"250":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"237":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"206":{"tf":1.0}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"125":{"tf":1.0},"197":{"tf":1.0},"233":{"tf":1.0},"249":{"tf":1.0},"5":{"tf":1.0}}}},"df":6,"docs":{"112":{"tf":1.0},"126":{"tf":1.0},"230":{"tf":1.0},"233":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"66":{"tf":1.0}},"e":{"df":2,"docs":{"240":{"tf":1.0},"37":{"tf":1.4142135623730951}}},"o":{"d":{"df":12,"docs":{"151":{"tf":1.0},"180":{"tf":1.0},"194":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"211":{"tf":1.0},"218":{"tf":1.0},"225":{"tf":1.0},"240":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"217":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"202":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"183":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"124":{"tf":1.0},"126":{"tf":2.0},"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"129":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"241":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"110":{"tf":1.4142135623730951},"111":{"tf":1.0},"207":{"tf":1.0},"211":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"198":{"tf":1.0},"60":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"194":{"tf":1.0},"200":{"tf":1.0},"83":{"tf":1.0}}}}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":7,"docs":{"190":{"tf":1.0},"192":{"tf":1.0},"199":{"tf":1.4142135623730951},"232":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"67":{"tf":1.4142135623730951}}}}}},"d":{"df":9,"docs":{"138":{"tf":1.7320508075688772},"139":{"tf":1.7320508075688772},"140":{"tf":1.7320508075688772},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":2.8284271247461903},"144":{"tf":1.0},"38":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"68":{"tf":1.0}}}}},"i":{"d":{"df":2,"docs":{"144":{"tf":1.0},"167":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"1":{"tf":1.0},"244":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"/":{"c":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"h":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"211":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"/":{"0":{".":{"1":{".":{"0":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"3":{"2":{"df":0,"docs":{},"f":{"3":{"0":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"a":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"p":{"a":{"0":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"237":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":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":{"237":{"tf":1.0}}},"n":{"d":{"df":3,"docs":{"172":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0}},"l":{"df":13,"docs":{"148":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"205":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"233":{"tf":1.4142135623730951},"239":{"tf":1.0},"34":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"9":{"tf":1.0},"90":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"121":{"tf":1.0},"233":{"tf":1.0}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":7,"docs":{"199":{"tf":1.0},"206":{"tf":1.0},"224":{"tf":1.0},"229":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"5":{"tf":1.0}}}},"i":{"df":1,"docs":{"42":{"tf":1.0}}}}},"r":{"d":{"df":4,"docs":{"191":{"tf":1.0},"217":{"tf":1.0},"36":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"148":{"tf":1.0}}}}}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"148":{"tf":1.0}}}}}},"df":1,"docs":{"240":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"<":{"df":0,"docs":{},"u":{"6":{"4":{"df":1,"docs":{"239":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"137":{"tf":1.0},"230":{"tf":1.0},"232":{"tf":1.0},"241":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"44":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":5,"docs":{"151":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"166":{"tf":1.0},"240":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"206":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"198":{"tf":1.0}}}}},"df":0,"docs":{},"p":{"df":6,"docs":{"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"211":{"tf":1.4142135623730951},"237":{"tf":1.0},"51":{"tf":1.0}}},"v":{"df":0,"docs":{},"i":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"185":{"tf":1.0}},"o":{"df":1,"docs":{"12":{"tf":1.0}}}},"p":{"df":7,"docs":{"143":{"tf":1.0},"162":{"tf":1.0},"198":{"tf":1.0},"219":{"tf":1.4142135623730951},"238":{"tf":1.0},"242":{"tf":1.0},"89":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"151":{"tf":1.0},"161":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"199":{"tf":1.0}}},"df":26,"docs":{"101":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"140":{"tf":1.0},"162":{"tf":1.0},"169":{"tf":1.0},"177":{"tf":1.0},"194":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"21":{"tf":1.7320508075688772},"218":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.4142135623730951},"233":{"tf":2.0},"239":{"tf":1.0},"240":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"87":{"tf":1.0},"94":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"243":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"154":{"tf":1.0},"156":{"tf":1.0}}}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":4,"docs":{"136":{"tf":1.4142135623730951},"206":{"tf":1.0},"250":{"tf":1.0},"252":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"200":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"170":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"202":{"tf":1.0},"240":{"tf":1.7320508075688772}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"207":{"tf":1.0}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"240":{"tf":1.0}}}}}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}},"r":{"df":1,"docs":{"170":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"209":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"156":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"198":{"tf":1.0},"218":{"tf":1.0},"235":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"187":{"tf":1.0}}}},"t":{"df":1,"docs":{"50":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":2,"docs":{"185":{"tf":1.0},"237":{"tf":1.0}},"s":{":":{"/":{"/":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"0":{".":{"1":{"4":{".":{"5":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"237":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"3":{"2":{"df":0,"docs":{},"f":{"3":{"0":{"df":0,"docs":{},"x":{"df":1,"docs":{"237":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"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":{"5":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"228":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"237":{"tf":1.0}}}}}}},"i":{".":{"df":1,"docs":{"241":{"tf":1.0}},"e":{",":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"149":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"3":{"2":{"df":2,"docs":{"87":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"155":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"8":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"df":1,"docs":{"239":{"tf":1.7320508075688772}},"e":{"a":{"df":8,"docs":{"115":{"tf":1.0},"146":{"tf":1.0},"151":{"tf":1.4142135623730951},"199":{"tf":1.7320508075688772},"217":{"tf":1.0},"218":{"tf":1.0},"232":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"17":{"tf":1.0},"170":{"tf":1.0},"240":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"113":{"tf":1.0},"174":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":14,"docs":{"199":{"tf":1.0},"243":{"tf":1.0},"42":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"78":{"tf":1.0}}}},"df":110,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"144":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"194":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"224":{"tf":1.0},"226":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"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":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":2.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":2.23606797749979},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"9":{"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}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"240":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"148":{"tf":1.0},"206":{"tf":1.0},"8":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"i":{"df":1,"docs":{"9":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"206":{"tf":1.0},"8":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"106":{"tf":1.0},"147":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":3,"docs":{"199":{"tf":1.0},"37":{"tf":1.7320508075688772},"83":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"100":{"tf":1.0},"101":{"tf":1.4142135623730951},"172":{"tf":1.0},"209":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"227":{"tf":1.4142135623730951},"228":{"tf":1.4142135623730951},"229":{"tf":1.7320508075688772},"232":{"tf":1.0}}}},"l":{"<":{"'":{"_":{"df":1,"docs":{"237":{"tf":1.0}}},"a":{"df":3,"docs":{"120":{"tf":1.0},"127":{"tf":1.0},"140":{"tf":1.4142135623730951}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"199":{"tf":1.0}}}}},"df":0,"docs":{},"p":{"df":1,"docs":{"233":{"tf":1.0}}},"t":{"df":3,"docs":{"140":{"tf":1.0},"237":{"tf":1.0},"25":{"tf":1.0}}}},"df":30,"docs":{"118":{"tf":1.7320508075688772},"119":{"tf":1.0},"132":{"tf":1.4142135623730951},"135":{"tf":1.0},"148":{"tf":1.7320508075688772},"151":{"tf":1.0},"155":{"tf":1.0},"16":{"tf":1.0},"162":{"tf":1.4142135623730951},"17":{"tf":1.7320508075688772},"170":{"tf":1.0},"199":{"tf":1.0},"203":{"tf":1.0},"21":{"tf":1.0},"217":{"tf":1.4142135623730951},"222":{"tf":1.4142135623730951},"223":{"tf":1.0},"232":{"tf":1.4142135623730951},"233":{"tf":2.8284271247461903},"234":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":1.7320508075688772},"240":{"tf":1.4142135623730951},"33":{"tf":1.0},"36":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":47,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"130":{"tf":1.0},"133":{"tf":1.7320508075688772},"135":{"tf":1.0},"136":{"tf":1.4142135623730951},"140":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"146":{"tf":2.0},"148":{"tf":1.0},"149":{"tf":1.7320508075688772},"150":{"tf":1.0},"151":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951},"167":{"tf":1.0},"17":{"tf":2.0},"170":{"tf":1.0},"18":{"tf":1.0},"199":{"tf":1.7320508075688772},"2":{"tf":1.0},"20":{"tf":2.23606797749979},"203":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"218":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"233":{"tf":1.4142135623730951},"234":{"tf":1.0},"235":{"tf":1.4142135623730951},"237":{"tf":1.7320508075688772},"239":{"tf":1.4142135623730951},"240":{"tf":2.23606797749979},"241":{"tf":1.0},"25":{"tf":1.7320508075688772},"257":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.7320508075688772},"33":{"tf":1.0},"44":{"tf":1.4142135623730951},"77":{"tf":1.0},"78":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"22":{"tf":1.0},"240":{"tf":1.0}}}}}}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":8,"docs":{"222":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.4142135623730951},"25":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"8":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"df":1,"docs":{"73":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"224":{"tf":1.0},"68":{"tf":1.0}}}}}}},"df":1,"docs":{"196":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"110":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"218":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"v":{"df":1,"docs":{"235":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":7,"docs":{"151":{"tf":1.0},"202":{"tf":1.0},"222":{"tf":1.0},"233":{"tf":1.0},"241":{"tf":1.0},"25":{"tf":1.0},"250":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"132":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":5,"docs":{"113":{"tf":1.0},"150":{"tf":1.0},"211":{"tf":1.0},"235":{"tf":1.0},"7":{"tf":1.0}}}},"d":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"199":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"103":{"tf":1.0},"84":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"176":{"tf":1.0},"181":{"tf":1.7320508075688772},"50":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"df":1,"docs":{"29":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"n":{"a":{"df":2,"docs":{"43":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}},"c":{"df":6,"docs":{"180":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"36":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"225":{"tf":1.0},"7":{"tf":2.0}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":2,"docs":{"119":{"tf":1.0},"218":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"207":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"191":{"tf":1.0},"211":{"tf":1.0}}}},"df":0,"docs":{}}}},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"194":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"68":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}}},"x":{".":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"127":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"126":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":9,"docs":{"156":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"233":{"tf":1.0},"239":{"tf":1.0},"250":{"tf":1.0},"256":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"217":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"221":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":2.0},"225":{"tf":1.0},"232":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"139":{"tf":1.4142135623730951},"164":{"tf":1.0}}}}}},"df":16,"docs":{"203":{"tf":1.0},"21":{"tf":1.0},"236":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.0},"67":{"tf":1.0},"74":{"tf":1.0},"92":{"tf":1.7320508075688772},"93":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"152":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"222":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"170":{"tf":1.4142135623730951},"190":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"240":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":6,"docs":{"105":{"tf":1.0},"198":{"tf":1.0},"252":{"tf":1.0},"33":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"240":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":14,"docs":{"112":{"tf":1.0},"124":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"16":{"tf":1.0},"21":{"tf":1.4142135623730951},"211":{"tf":1.0},"22":{"tf":1.0},"222":{"tf":1.0},"247":{"tf":1.0},"42":{"tf":1.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.0},"88":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"86":{"tf":1.0},"88":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":18,"docs":{"119":{"tf":1.0},"120":{"tf":1.0},"16":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.7320508075688772},"222":{"tf":1.0},"236":{"tf":1.4142135623730951},"240":{"tf":1.0},"25":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"198":{"tf":2.449489742783178},"199":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"g":{"df":3,"docs":{"200":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"211":{"tf":1.0},"212":{"tf":1.0}}}}}},"n":{"d":{"df":2,"docs":{"224":{"tf":1.0},"225":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.0},"214":{"tf":1.0},"225":{"tf":1.4142135623730951}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"202":{"tf":1.0},"224":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"239":{"tf":1.0},"45":{"tf":1.0}}}}},"f":{"a":{"c":{"df":42,"docs":{"133":{"tf":1.0},"189":{"tf":1.4142135623730951},"191":{"tf":1.0},"192":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"224":{"tf":1.0},"241":{"tf":1.0},"247":{"tf":1.7320508075688772},"251":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"110":{"tf":1.0},"170":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":8,"docs":{"136":{"tf":1.4142135623730951},"197":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"205":{"tf":1.0},"211":{"tf":1.0},"233":{"tf":1.0},"237":{"tf":1.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":8,"docs":{"123":{"tf":1.7320508075688772},"124":{"tf":2.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"155":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"\"":{"1":{"df":1,"docs":{"127":{"tf":1.0}}},"2":{"+":{"3":{"df":1,"docs":{"127":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"<":{"'":{"a":{"df":1,"docs":{"127":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"i":{"6":{"4":{"df":2,"docs":{"155":{"tf":1.0},"170":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"o":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"73":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{">":{">":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"74":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"77":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}}}},"r":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":1,"docs":{"127":{"tf":1.4142135623730951}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":5,"docs":{"191":{"tf":1.0},"217":{"tf":1.0},"224":{"tf":1.0},"36":{"tf":1.0},"91":{"tf":1.0}},"t":{"df":5,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"241":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"197":{"tf":1.0},"199":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":7,"docs":{"148":{"tf":1.0},"189":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"237":{"tf":1.0},"251":{"tf":1.0},"68":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"233":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"146":{"tf":1.4142135623730951},"247":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"k":{"df":6,"docs":{"116":{"tf":1.0},"117":{"tf":1.7320508075688772},"119":{"tf":1.0},"211":{"tf":1.0},"7":{"tf":1.0},"95":{"tf":1.0}}},"l":{"df":0,"docs":{},"v":{"df":5,"docs":{"198":{"tf":1.0},"200":{"tf":1.0},"233":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}}}}}}},"o":{":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"49":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"49":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"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":{"d":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"59":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"225":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":1,"docs":{"247":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"59":{"tf":1.0},"60":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"u":{"df":10,"docs":{"176":{"tf":1.0},"177":{"tf":1.0},"199":{"tf":1.0},"204":{"tf":1.0},"211":{"tf":1.0},"225":{"tf":1.0},"4":{"tf":1.0},"60":{"tf":1.0},"68":{"tf":1.4142135623730951},"74":{"tf":1.0}}}}},"t":{"'":{"df":12,"docs":{"112":{"tf":1.0},"177":{"tf":1.0},"206":{"tf":1.4142135623730951},"224":{"tf":1.0},"42":{"tf":1.0},"53":{"tf":1.0},"63":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":3,"docs":{"131":{"tf":1.0},"169":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951}}},"r":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"|":{"df":0,"docs":{},"r":{"df":1,"docs":{"239":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"203":{"tf":1.0},"206":{"tf":1.0}}}}}}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"'":{"df":3,"docs":{"118":{"tf":1.0},"173":{"tf":1.0},"206":{"tf":1.4142135623730951}}},".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"|":{"df":0,"docs":{},"r":{"df":1,"docs":{"239":{"tf":1.0}}}}},"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":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"79":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"m":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"171":{"tf":1.0},"79":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"=":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"239":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"239":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":16,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"156":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.4142135623730951},"199":{"tf":3.7416573867739413},"200":{"tf":1.4142135623730951},"203":{"tf":2.449489742783178},"205":{"tf":1.4142135623730951},"206":{"tf":3.1622776601683795},"229":{"tf":1.0},"239":{"tf":1.4142135623730951},"76":{"tf":1.7320508075688772},"77":{"tf":1.0},"78":{"tf":1.7320508075688772},"79":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":10,"docs":{"162":{"tf":1.0},"170":{"tf":1.4142135623730951},"194":{"tf":1.0},"200":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.7320508075688772},"241":{"tf":1.0},"256":{"tf":1.0},"55":{"tf":1.0}}}}}}}},"j":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"239":{"tf":1.0},"240":{"tf":1.0}}}},"v":{"a":{"df":6,"docs":{"157":{"tf":1.0},"166":{"tf":1.0},"222":{"tf":1.4142135623730951},"224":{"tf":1.4142135623730951},"232":{"tf":1.4142135623730951},"34":{"tf":1.0}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"232":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"9":{"tf":1.0}},"o":{"b":{"df":1,"docs":{"240":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"239":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"43":{"tf":1.0},"45":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"240":{"tf":1.0}}},"df":6,"docs":{"147":{"tf":1.0},"148":{"tf":1.7320508075688772},"149":{"tf":1.0},"151":{"tf":1.4142135623730951},"239":{"tf":1.0},"240":{"tf":2.0}}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"200":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"'":{"df":1,"docs":{"193":{"tf":1.0}}},"df":0,"docs":{}}}}},"k":{"df":1,"docs":{"148":{"tf":2.0}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":13,"docs":{"140":{"tf":1.4142135623730951},"197":{"tf":1.0},"198":{"tf":1.0},"202":{"tf":1.0},"212":{"tf":1.0},"233":{"tf":1.0},"240":{"tf":1.0},"39":{"tf":1.4142135623730951},"40":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"65":{"tf":1.0}}}},"p":{"df":0,"docs":{},"t":{"df":5,"docs":{"148":{"tf":1.0},"198":{"tf":1.0},"249":{"tf":1.0},"37":{"tf":1.4142135623730951},"5":{"tf":1.0}}}},"y":{".":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"199":{"tf":1.0}}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"199":{"tf":1.0}}}}}},"df":8,"docs":{"198":{"tf":1.0},"199":{"tf":2.0},"206":{"tf":1.7320508075688772},"232":{"tf":1.0},"240":{"tf":1.4142135623730951},"249":{"tf":1.0},"26":{"tf":1.0},"5":{"tf":1.0}},"s":{"<":{"'":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{">":{"(":{"&":{"'":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"199":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"133":{"tf":1.0}}}}}}}},"n":{"d":{"df":6,"docs":{"124":{"tf":1.0},"147":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.4142135623730951},"29":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"249":{"tf":1.4142135623730951},"5":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":11,"docs":{"117":{"tf":1.0},"136":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.4142135623730951},"150":{"tf":1.0},"181":{"tf":1.0},"198":{"tf":1.7320508075688772},"207":{"tf":1.4142135623730951},"233":{"tf":1.4142135623730951},"240":{"tf":1.0},"258":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":2,"docs":{"110":{"tf":1.0},"248":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":4,"docs":{"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"232":{"tf":1.4142135623730951},"239":{"tf":1.0}}}}}}},"l":{"a":{"b":{"df":1,"docs":{"233":{"tf":1.7320508075688772}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"166":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":31,"docs":{"110":{"tf":2.23606797749979},"124":{"tf":2.0},"128":{"tf":1.4142135623730951},"135":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"16":{"tf":1.0},"166":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951},"196":{"tf":1.0},"197":{"tf":1.7320508075688772},"2":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.4142135623730951},"222":{"tf":1.0},"224":{"tf":1.0},"227":{"tf":1.0},"232":{"tf":2.449489742783178},"239":{"tf":1.7320508075688772},"240":{"tf":1.4142135623730951},"255":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"57":{"tf":1.0},"62":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"g":{"df":3,"docs":{"176":{"tf":1.0},"185":{"tf":1.0},"5":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"189":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"230":{"tf":1.0},"68":{"tf":1.0},"8":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"116":{"tf":1.4142135623730951},"119":{"tf":1.0},"171":{"tf":1.0},"177":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"78":{"tf":1.0},"88":{"tf":1.0}}}}}},"w":{"df":1,"docs":{"250":{"tf":1.4142135623730951}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"240":{"tf":1.4142135623730951},"5":{"tf":1.0},"7":{"tf":2.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"198":{"tf":1.0},"222":{"tf":1.0}}}}}}},"df":1,"docs":{"199":{"tf":2.23606797749979}},"e":{"a":{"d":{"df":5,"docs":{"176":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"185":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":1,"docs":{"170":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"229":{"tf":1.0},"53":{"tf":1.0}}}},"v":{"df":3,"docs":{"233":{"tf":1.0},"239":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"126":{"tf":1.0}}}},"g":{"a":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"239":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"_":{"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":{"151":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":4,"docs":{"199":{"tf":1.7320508075688772},"239":{"tf":2.23606797749979},"240":{"tf":2.449489742783178},"241":{"tf":1.7320508075688772}},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"128":{"tf":1.4142135623730951},"198":{"tf":1.0},"199":{"tf":1.4142135623730951},"66":{"tf":1.0},"68":{"tf":1.0}}}}},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"{":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":4,"docs":{"238":{"tf":1.7320508075688772},"239":{"tf":2.6457513110645907},"240":{"tf":2.23606797749979},"241":{"tf":1.7320508075688772}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"<":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"!":{"[":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"239":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"239":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"s":{"df":7,"docs":{"166":{"tf":1.0},"172":{"tf":1.0},"185":{"tf":1.0},"200":{"tf":1.4142135623730951},"206":{"tf":1.0},"226":{"tf":1.0},"90":{"tf":1.0}}},"t":{"df":1,"docs":{"233":{"tf":1.0}}}},"t":{"'":{"df":3,"docs":{"126":{"tf":1.0},"228":{"tf":1.0},"8":{"tf":1.0}}},"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"170":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"155":{"tf":1.0}}}},"df":0,"docs":{}}},"df":3,"docs":{"179":{"tf":1.0},"42":{"tf":1.0},"7":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":8,"docs":{"110":{"tf":1.0},"146":{"tf":1.0},"170":{"tf":1.0},"202":{"tf":1.0},"240":{"tf":1.0},"45":{"tf":1.0},"67":{"tf":2.23606797749979},"68":{"tf":2.0}}}}},"x":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"206":{"tf":1.0}}}}},"df":0,"docs":{}}}},"h":{"df":2,"docs":{"155":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951}}},"i":{"b":{"c":{":":{":":{"c":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"199":{"tf":1.0},"206":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"(":{"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":{},"r":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{"df":1,"docs":{"68":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":15,"docs":{"107":{"tf":1.0},"140":{"tf":1.0},"17":{"tf":1.0},"183":{"tf":1.0},"196":{"tf":1.4142135623730951},"198":{"tf":2.6457513110645907},"199":{"tf":1.0},"206":{"tf":1.4142135623730951},"233":{"tf":1.0},"237":{"tf":1.4142135623730951},"240":{"tf":2.23606797749979},"243":{"tf":1.0},"66":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0}}},"y":{"'":{"df":1,"docs":{"198":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"170":{"tf":1.0},"198":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":16,"docs":{"143":{"tf":2.0},"198":{"tf":1.0},"199":{"tf":2.23606797749979},"200":{"tf":1.0},"202":{"tf":1.4142135623730951},"204":{"tf":1.0},"206":{"tf":1.4142135623730951},"37":{"tf":1.0},"48":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"179":{"tf":1.0},"200":{"tf":1.0},"225":{"tf":1.0},"7":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":9,"docs":{"103":{"tf":1.0},"210":{"tf":1.7320508075688772},"217":{"tf":1.0},"218":{"tf":1.0},"234":{"tf":1.0},"42":{"tf":1.0},"61":{"tf":2.0},"8":{"tf":1.4142135623730951},"95":{"tf":1.0}},"r":{"df":1,"docs":{"164":{"tf":1.0}}}},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"255":{"tf":1.4142135623730951}}}}}}},"k":{"df":1,"docs":{"185":{"tf":1.0}}},"t":{"df":3,"docs":{"217":{"tf":2.23606797749979},"218":{"tf":2.23606797749979},"219":{"tf":1.7320508075688772}},"s":{"=":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"217":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":1,"docs":{"243":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"247":{"tf":1.0}}}}},"t":{"df":4,"docs":{"218":{"tf":1.4142135623730951},"219":{"tf":1.4142135623730951},"22":{"tf":1.0},"258":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"233":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"11":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"l":{"df":6,"docs":{"197":{"tf":1.0},"223":{"tf":1.0},"241":{"tf":1.0},"250":{"tf":1.0},"29":{"tf":1.0},"45":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":5,"docs":{"49":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"k":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"140":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"140":{"tf":1.4142135623730951}}}},"d":{"df":1,"docs":{"250":{"tf":1.4142135623730951}}},"df":0,"docs":{},"g":{"df":2,"docs":{"116":{"tf":1.0},"67":{"tf":1.0}},"i":{"c":{"df":2,"docs":{"205":{"tf":1.0},"233":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":2.23606797749979}},"s":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{")":{".":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"78":{"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":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"106":{"tf":1.0},"124":{"tf":1.0},"198":{"tf":1.0},"239":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"217":{"tf":1.0},"49":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":8,"docs":{"199":{"tf":1.0},"203":{"tf":1.4142135623730951},"206":{"tf":1.0},"233":{"tf":1.7320508075688772},"240":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"8":{"tf":1.4142135623730951}}},"p":{"df":4,"docs":{"199":{"tf":1.7320508075688772},"229":{"tf":1.0},"36":{"tf":1.0},"78":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"199":{"tf":1.0},"237":{"tf":1.0}}}},"t":{"df":5,"docs":{"135":{"tf":1.0},"162":{"tf":1.4142135623730951},"199":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0}}},"w":{"df":1,"docs":{"45":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"202":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"p":{"df":1,"docs":{"247":{"tf":1.0}}}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"185":{"tf":1.0}}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"241":{"tf":1.0}}}}}}},"m":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"222":{"tf":1.0},"223":{"tf":1.0}}}}}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"186":{"tf":1.0},"233":{"tf":1.4142135623730951},"5":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"128":{"tf":1.7320508075688772},"129":{"tf":1.0}}}}}},"df":5,"docs":{"239":{"tf":1.7320508075688772},"240":{"tf":1.7320508075688772},"241":{"tf":1.0},"34":{"tf":1.0},"74":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"df":4,"docs":{"100":{"tf":1.0},"211":{"tf":1.0},"249":{"tf":1.0},"5":{"tf":1.0}}}},"df":1,"docs":{"43":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"222":{"tf":1.0}}}}}},"df":19,"docs":{"106":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"132":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"151":{"tf":1.4142135623730951},"198":{"tf":1.0},"21":{"tf":1.0},"222":{"tf":1.0},"233":{"tf":1.7320508075688772},"240":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0},"8":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"2":{"tf":1.0}}}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"89":{"tf":1.0},"90":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"e":{"df":34,"docs":{"131":{"tf":1.0},"136":{"tf":1.0},"143":{"tf":1.4142135623730951},"151":{"tf":1.0},"166":{"tf":1.0},"172":{"tf":1.0},"181":{"tf":1.4142135623730951},"183":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"2":{"tf":1.4142135623730951},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.4142135623730951},"206":{"tf":1.0},"211":{"tf":1.0},"217":{"tf":1.0},"222":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.4142135623730951},"237":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"256":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0},"71":{"tf":1.0},"8":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"97":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"185":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"c":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"198":{"tf":1.0},"60":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":6,"docs":{"196":{"tf":1.0},"198":{"tf":1.0},"202":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"233":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":17,"docs":{"111":{"tf":1.0},"112":{"tf":1.0},"137":{"tf":1.0},"150":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"166":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"209":{"tf":1.0},"227":{"tf":1.0},"232":{"tf":1.4142135623730951},"247":{"tf":1.0},"29":{"tf":1.0},"68":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"197":{"tf":1.0},"206":{"tf":1.0},"66":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"159":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"12":{"tf":1.0},"151":{"tf":1.0},"206":{"tf":1.4142135623730951},"225":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"(":{"df":0,"docs":{},"|":{"c":{"df":0,"docs":{},"m":{"d":{"df":2,"docs":{"118":{"tf":1.0},"119":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":8,"docs":{"151":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"79":{"tf":1.0}}},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"199":{"tf":1.0}}}},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"78":{"tf":1.4142135623730951}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":17,"docs":{"106":{"tf":1.0},"127":{"tf":1.0},"155":{"tf":1.4142135623730951},"157":{"tf":1.0},"170":{"tf":1.0},"206":{"tf":1.0},"233":{"tf":1.0},"239":{"tf":1.0},"41":{"tf":1.0},"60":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"78":{"tf":1.0},"8":{"tf":1.4142135623730951},"86":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"125":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"233":{"tf":1.0},"32":{"tf":1.0},"8":{"tf":1.0}}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"72":{"tf":1.0}}}}}},"df":1,"docs":{"222":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":15,"docs":{"135":{"tf":1.0},"140":{"tf":1.0},"162":{"tf":1.0},"172":{"tf":1.0},"198":{"tf":2.0},"202":{"tf":1.0},"206":{"tf":1.0},"222":{"tf":1.4142135623730951},"233":{"tf":1.0},"234":{"tf":1.0},"37":{"tf":1.4142135623730951},"50":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"106":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":5,"docs":{"159":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.7320508075688772},"259":{"tf":1.4142135623730951},"34":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"139":{"tf":1.0},"143":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}},"m":{":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":2,"docs":{"42":{"tf":1.0},"44":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"42":{"tf":1.4142135623730951}},"e":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"{":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"(":{"_":{"df":9,"docs":{"212":{"tf":1.0},"39":{"tf":1.7320508075688772},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"232":{"tf":1.4142135623730951},"239":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":11,"docs":{"194":{"tf":1.0},"197":{"tf":2.0},"198":{"tf":1.7320508075688772},"199":{"tf":2.23606797749979},"202":{"tf":1.7320508075688772},"206":{"tf":1.0},"211":{"tf":1.0},"222":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.4142135623730951},"74":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"57":{"tf":1.0},"60":{"tf":1.0},"67":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"233":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"232":{"tf":1.0}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"240":{"tf":1.0}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":38,"docs":{"107":{"tf":1.4142135623730951},"11":{"tf":1.0},"135":{"tf":1.4142135623730951},"140":{"tf":1.0},"143":{"tf":1.0},"149":{"tf":1.0},"151":{"tf":1.4142135623730951},"157":{"tf":1.7320508075688772},"162":{"tf":1.0},"164":{"tf":1.4142135623730951},"166":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"189":{"tf":1.0},"192":{"tf":1.0},"20":{"tf":1.4142135623730951},"217":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.7320508075688772},"224":{"tf":1.0},"225":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.7320508075688772},"234":{"tf":1.4142135623730951},"237":{"tf":1.7320508075688772},"240":{"tf":1.4142135623730951},"25":{"tf":1.0},"252":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"42":{"tf":1.0},"54":{"tf":1.0},"66":{"tf":1.0},"88":{"tf":1.0},"94":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"253":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"117":{"tf":1.0},"118":{"tf":2.23606797749979}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"'":{"a":{"df":1,"docs":{"120":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"133":{"tf":1.0}}}},"n":{"d":{"df":2,"docs":{"198":{"tf":1.0},"240":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":10,"docs":{"162":{"tf":1.0},"189":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"55":{"tf":1.0},"65":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"217":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"df":3,"docs":{"110":{"tf":1.0},"198":{"tf":1.0},"218":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"d":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"218":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"k":{"df":3,"docs":{"233":{"tf":1.0},"68":{"tf":1.0},"74":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"221":{"tf":1.0},"224":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"199":{"tf":1.0},"217":{"tf":1.0}}}}},"x":{"df":1,"docs":{"11":{"tf":1.0}}}},"o":{"d":{"df":10,"docs":{"155":{"tf":1.4142135623730951},"170":{"tf":1.4142135623730951},"206":{"tf":1.0},"233":{"tf":1.7320508075688772},"60":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"87":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"t":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":1,"docs":{"237":{"tf":1.4142135623730951}},"l":{"df":2,"docs":{"240":{"tf":1.7320508075688772},"89":{"tf":1.0}}}},"i":{"df":0,"docs":{},"f":{"df":3,"docs":{"247":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0}},"i":{"df":6,"docs":{"100":{"tf":1.0},"147":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"71":{"tf":1.0},"8":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"184":{"tf":1.0},"2":{"tf":1.0},"241":{"tf":1.0},"255":{"tf":1.4142135623730951}}}},"df":22,"docs":{"121":{"tf":1.0},"132":{"tf":1.0},"136":{"tf":1.0},"146":{"tf":1.0},"150":{"tf":1.4142135623730951},"151":{"tf":2.0},"188":{"tf":1.7320508075688772},"189":{"tf":2.0},"190":{"tf":1.7320508075688772},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"206":{"tf":1.0},"233":{"tf":1.7320508075688772},"255":{"tf":1.0},"256":{"tf":1.7320508075688772},"257":{"tf":1.0},"258":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"240":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":3,"docs":{"232":{"tf":1.0},"235":{"tf":1.0},"51":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"147":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":50,"docs":{"103":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.0},"121":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.4142135623730951},"136":{"tf":1.0},"143":{"tf":1.0},"151":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.7320508075688772},"169":{"tf":1.4142135623730951},"171":{"tf":1.4142135623730951},"172":{"tf":1.0},"173":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":1.0},"183":{"tf":1.4142135623730951},"184":{"tf":1.4142135623730951},"2":{"tf":1.0},"20":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"204":{"tf":1.0},"206":{"tf":1.0},"218":{"tf":1.0},"225":{"tf":1.0},"232":{"tf":1.4142135623730951},"233":{"tf":1.0},"239":{"tf":1.7320508075688772},"240":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"57":{"tf":1.0},"68":{"tf":1.7320508075688772},"7":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.4142135623730951},"83":{"tf":1.0},"87":{"tf":1.0},"9":{"tf":1.0},"96":{"tf":1.0}},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"183":{"tf":1.0},"2":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"172":{"tf":1.0},"88":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":19,"docs":{"107":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"133":{"tf":1.7320508075688772},"141":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"163":{"tf":1.4142135623730951},"171":{"tf":1.4142135623730951},"178":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"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":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"233":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"233":{"tf":2.0}}}}}}}},"df":1,"docs":{"233":{"tf":2.0}}}}},"v":{"df":0,"docs":{},"e":{"df":9,"docs":{"105":{"tf":1.0},"108":{"tf":1.0},"136":{"tf":1.0},"239":{"tf":1.0},"37":{"tf":1.0},"52":{"tf":1.0},"81":{"tf":1.7320508075688772},"82":{"tf":1.7320508075688772},"83":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"g":{"_":{"c":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"68":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"68":{"tf":1.0}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{".":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"68":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"68":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"68":{"tf":1.7320508075688772}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"67":{"tf":1.0},"68":{"tf":1.0}}}}}},"df":1,"docs":{"67":{"tf":1.4142135623730951}}}},"u":{"c":{"df":0,"docs":{},"h":{"df":9,"docs":{"151":{"tf":1.0},"183":{"tf":1.0},"190":{"tf":1.0},"197":{"tf":1.0},"200":{"tf":1.0},"57":{"tf":1.0},"68":{"tf":1.0},"90":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":15,"docs":{"154":{"tf":1.0},"166":{"tf":1.0},"18":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"194":{"tf":1.0},"20":{"tf":1.4142135623730951},"200":{"tf":1.0},"202":{"tf":1.0},"234":{"tf":1.0},"240":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"48":{"tf":1.4142135623730951},"94":{"tf":1.0}}}},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":15,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"166":{"tf":1.0},"172":{"tf":1.0},"177":{"tf":1.0},"206":{"tf":1.7320508075688772},"209":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"54":{"tf":1.0},"99":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"t":{"df":3,"docs":{"102":{"tf":1.0},"172":{"tf":1.4142135623730951},"67":{"tf":1.0}}}},"df":27,"docs":{"101":{"tf":1.4142135623730951},"106":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"127":{"tf":2.0},"128":{"tf":1.0},"148":{"tf":2.8284271247461903},"157":{"tf":1.0},"166":{"tf":1.0},"177":{"tf":2.449489742783178},"199":{"tf":1.4142135623730951},"206":{"tf":1.7320508075688772},"21":{"tf":1.0},"210":{"tf":1.4142135623730951},"229":{"tf":1.0},"233":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"49":{"tf":2.23606797749979},"53":{"tf":1.0},"60":{"tf":2.23606797749979},"68":{"tf":1.0},"73":{"tf":1.4142135623730951},"78":{"tf":1.0},"8":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"x":{"<":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":1,"docs":{"140":{"tf":1.0}}}}},"t":{"df":1,"docs":{"140":{"tf":1.4142135623730951}}}},"df":1,"docs":{"140":{"tf":2.23606797749979}},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{"<":{"'":{"a":{"df":1,"docs":{"140":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":1,"docs":{"140":{"tf":1.0}}}},"df":1,"docs":{"140":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"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":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":1,"docs":{"21":{"tf":1.7320508075688772}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{":":{":":{"a":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}},"b":{"df":3,"docs":{"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"i":{"b":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{"df":1,"docs":{"68":{"tf":1.0}}}}}},"df":1,"docs":{"67":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{")":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}}}}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"(":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"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":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"206":{"tf":1.4142135623730951}}}}}}},"df":2,"docs":{"203":{"tf":1.4142135623730951},"206":{"tf":2.449489742783178}},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":2,"docs":{"203":{"tf":1.4142135623730951},"206":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}}}}},"n":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"128":{"tf":1.0}}}}}}},"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"162":{"tf":1.0}}}}}},"df":24,"docs":{"12":{"tf":1.0},"139":{"tf":1.0},"155":{"tf":1.7320508075688772},"162":{"tf":1.0},"166":{"tf":1.4142135623730951},"170":{"tf":1.7320508075688772},"175":{"tf":1.0},"20":{"tf":1.0},"218":{"tf":1.0},"230":{"tf":1.0},"233":{"tf":1.0},"239":{"tf":1.7320508075688772},"240":{"tf":2.0},"37":{"tf":1.0},"40":{"tf":1.7320508075688772},"41":{"tf":3.4641016151377544},"42":{"tf":1.7320508075688772},"66":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.7320508075688772},"94":{"tf":1.4142135623730951},"95":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"203":{"tf":1.0},"65":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"166":{"tf":1.0}}}}}},"df":4,"docs":{"128":{"tf":1.7320508075688772},"148":{"tf":1.0},"155":{"tf":1.7320508075688772},"170":{"tf":1.7320508075688772}},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"232":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"100":{"tf":1.0},"211":{"tf":1.0},"29":{"tf":1.0},"48":{"tf":1.0},"72":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"132":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":30,"docs":{"112":{"tf":1.4142135623730951},"126":{"tf":1.0},"135":{"tf":1.0},"147":{"tf":1.4142135623730951},"151":{"tf":1.0},"172":{"tf":1.0},"189":{"tf":1.0},"198":{"tf":1.0},"206":{"tf":1.7320508075688772},"217":{"tf":1.0},"233":{"tf":1.4142135623730951},"236":{"tf":1.0},"239":{"tf":1.4142135623730951},"240":{"tf":2.23606797749979},"241":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.7320508075688772},"52":{"tf":1.4142135623730951},"73":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"88":{"tf":1.0},"94":{"tf":1.0},"97":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"103":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"233":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"100":{"tf":1.0},"112":{"tf":1.0},"134":{"tf":1.0},"210":{"tf":1.0},"37":{"tf":1.0},"8":{"tf":1.0},"95":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"238":{"tf":1.0}}}}}}}}}}}},"w":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"127":{"tf":1.0}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":26,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"147":{"tf":1.0},"158":{"tf":1.0},"16":{"tf":1.4142135623730951},"162":{"tf":1.0},"169":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"170":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"18":{"tf":1.0},"20":{"tf":1.0},"206":{"tf":1.0},"21":{"tf":1.0},"211":{"tf":1.4142135623730951},"217":{"tf":1.0},"222":{"tf":1.0},"232":{"tf":1.0},"240":{"tf":1.0},"41":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":8,"docs":{"130":{"tf":2.0},"131":{"tf":1.0},"132":{"tf":1.4142135623730951},"133":{"tf":2.0},"134":{"tf":1.7320508075688772},"135":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"137":{"tf":2.0}}}}}},"x":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"203":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"203":{"tf":1.4142135623730951}}}}}},"df":4,"docs":{"199":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"42":{"tf":1.0}}}}},"f":{"df":1,"docs":{"233":{"tf":3.7416573867739413}},"s":{"(":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{":":{":":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"233":{"tf":1.0}}}}}}}}}},"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":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"233":{"tf":1.4142135623730951}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"166":{"tf":1.0},"199":{"tf":1.0}}},"h":{"df":1,"docs":{"238":{"tf":1.0}},"o":{"df":0,"docs":{},"l":{"a":{"df":1,"docs":{"243":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"232":{"tf":1.0}}}}}},"o":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"199":{"tf":1.7320508075688772},"60":{"tf":1.0},"67":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"218":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":2,"docs":{"94":{"tf":1.0},"97":{"tf":1.4142135623730951}}}}}},"d":{"df":0,"docs":{},"e":{"df":5,"docs":{"156":{"tf":1.0},"170":{"tf":2.449489742783178},"171":{"tf":2.0},"172":{"tf":2.0},"173":{"tf":1.0}}}},"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"85":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"87":{"tf":2.0},"88":{"tf":1.0},"89":{"tf":2.23606797749979},"90":{"tf":1.7320508075688772},"91":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"218":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":8,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"11":{"tf":1.0},"126":{"tf":1.0},"171":{"tf":1.0},"234":{"tf":1.0},"66":{"tf":1.0},"87":{"tf":1.0}},"e":{"df":9,"docs":{"127":{"tf":1.0},"199":{"tf":1.0},"203":{"tf":1.0},"21":{"tf":1.0},"217":{"tf":1.0},"233":{"tf":1.4142135623730951},"42":{"tf":1.0},"69":{"tf":1.0},"75":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"199":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"157":{"tf":1.0}}}},"r":{"df":0,"docs":{},"m":{"!":{"(":{"0":{".":{"5":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{},"x":{",":{"1":{",":{"2":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"128":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"196":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0}}}},"df":2,"docs":{"128":{"tf":1.0},"3":{"tf":1.0}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"20":{"tf":1.0},"202":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"125":{"tf":1.0},"257":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":13,"docs":{"126":{"tf":1.0},"143":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"189":{"tf":1.0},"198":{"tf":1.0},"203":{"tf":1.0},"21":{"tf":1.0},"218":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"78":{"tf":1.0},"95":{"tf":1.0}}},"h":{"df":2,"docs":{"202":{"tf":1.0},"203":{"tf":1.0}}},"i":{"c":{"df":2,"docs":{"239":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"224":{"tf":1.0}}}}}},"w":{"df":7,"docs":{"17":{"tf":1.0},"177":{"tf":1.4142135623730951},"183":{"tf":1.0},"230":{"tf":1.0},"233":{"tf":1.0},"40":{"tf":1.0},"8":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"203":{"tf":1.0},"205":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"60":{"tf":1.0},"68":{"tf":1.0}},"l":{"df":5,"docs":{"199":{"tf":1.0},"200":{"tf":1.0},"55":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.4142135623730951}}}},"m":{"1":{"df":1,"docs":{"82":{"tf":2.23606797749979}}},"2":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"82":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"82":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":1,"docs":{"82":{"tf":2.23606797749979}}},"3":{".":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"82":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"_":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"82":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"82":{"tf":2.23606797749979}}},"_":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":1,"docs":{"186":{"tf":1.0}}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"150":{"tf":1.4142135623730951},"186":{"tf":1.0},"199":{"tf":1.4142135623730951},"200":{"tf":1.0},"228":{"tf":1.0},"239":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"'":{"df":2,"docs":{"252":{"tf":1.0},"32":{"tf":1.0}}},"df":45,"docs":{"113":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"121":{"tf":1.7320508075688772},"124":{"tf":1.0},"139":{"tf":1.7320508075688772},"143":{"tf":1.4142135623730951},"154":{"tf":1.7320508075688772},"156":{"tf":1.0},"159":{"tf":2.0},"16":{"tf":1.0},"161":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.4142135623730951},"18":{"tf":1.0},"194":{"tf":1.4142135623730951},"195":{"tf":1.7320508075688772},"196":{"tf":1.0},"197":{"tf":1.4142135623730951},"198":{"tf":1.4142135623730951},"199":{"tf":2.8284271247461903},"200":{"tf":2.0},"202":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"232":{"tf":1.4142135623730951},"237":{"tf":1.0},"247":{"tf":1.0},"250":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":2.23606797749979},"29":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":2.0},"48":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":3,"docs":{"206":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"42":{"tf":1.0}}}}}}},"c":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"199":{"tf":1.0}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"110":{"tf":1.0},"124":{"tf":1.0},"206":{"tf":1.0},"73":{"tf":1.0}}}}},"df":0,"docs":{},"p":{"df":1,"docs":{"247":{"tf":1.0}}}},"d":{"d":{"df":1,"docs":{"240":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"8":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"24":{"tf":1.0},"257":{"tf":1.0},"26":{"tf":1.0},"86":{"tf":1.0}}}}}},"h":{"df":1,"docs":{"94":{"tf":1.0}}},"k":{"(":{"_":{"df":1,"docs":{"206":{"tf":1.0}}},"df":2,"docs":{"67":{"tf":1.0},"68":{"tf":1.0}}},"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"67":{"tf":1.0}}}},"df":7,"docs":{"106":{"tf":1.4142135623730951},"177":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"49":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}}},"l":{"d":{"df":4,"docs":{"170":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"217":{"tf":1.0}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"233":{"tf":1.0},"239":{"tf":2.0},"240":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"240":{"tf":1.0}}}}}},"n":{"c":{"df":4,"docs":{"176":{"tf":1.0},"177":{"tf":1.0},"234":{"tf":1.4142135623730951},"8":{"tf":1.0}}},"df":37,"docs":{"103":{"tf":1.0},"110":{"tf":1.0},"126":{"tf":1.0},"147":{"tf":1.0},"150":{"tf":1.4142135623730951},"151":{"tf":1.0},"155":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.0},"170":{"tf":1.4142135623730951},"172":{"tf":1.0},"173":{"tf":1.0},"183":{"tf":1.0},"185":{"tf":1.4142135623730951},"198":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":1.7320508075688772},"200":{"tf":1.0},"202":{"tf":1.0},"206":{"tf":1.4142135623730951},"209":{"tf":1.0},"211":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"239":{"tf":2.0},"240":{"tf":2.23606797749979},"247":{"tf":1.7320508075688772},"258":{"tf":1.4142135623730951},"45":{"tf":1.0},"54":{"tf":1.0},"72":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"244":{"tf":1.4142135623730951}}}}},"u":{"df":1,"docs":{"192":{"tf":1.0}}}},"o":{"df":4,"docs":{"158":{"tf":1.0},"172":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0}}},"p":{"a":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":5,"docs":{"131":{"tf":1.0},"194":{"tf":1.0},"196":{"tf":1.0},"198":{"tf":1.0},"200":{"tf":1.0}}}}},"df":1,"docs":{"127":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"n":{"/":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"247":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":3,"docs":{"198":{"tf":1.0},"247":{"tf":1.0},"4":{"tf":1.0}}},"r":{"df":24,"docs":{"11":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":2.0},"118":{"tf":1.0},"125":{"tf":1.0},"14":{"tf":1.0},"148":{"tf":1.0},"154":{"tf":1.4142135623730951},"171":{"tf":2.23606797749979},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"192":{"tf":1.4142135623730951},"198":{"tf":1.0},"206":{"tf":1.0},"222":{"tf":1.0},"225":{"tf":1.0},"239":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"252":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"59":{"tf":1.0},"66":{"tf":1.4142135623730951},"74":{"tf":1.0}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"197":{"tf":1.0}}}}}},"s":{"df":3,"docs":{"134":{"tf":1.0},"157":{"tf":1.0},"44":{"tf":1.0}}}}},"t":{"df":1,"docs":{"217":{"tf":1.0}},"i":{"c":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"239":{"tf":1.4142135623730951}}}}}},"df":3,"docs":{"239":{"tf":1.4142135623730951},"240":{"tf":1.7320508075688772},"241":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":8,"docs":{"185":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"210":{"tf":1.0},"211":{"tf":1.0},"233":{"tf":1.0},"44":{"tf":1.0},"50":{"tf":1.0},"74":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"22":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"<":{"&":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"203":{"tf":1.4142135623730951}}}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"233":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{">":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"127":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"<":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"'":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":2,"docs":{"21":{"tf":1.0},"233":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":2,"docs":{"54":{"tf":1.0},"79":{"tf":1.0}}}},"df":11,"docs":{"162":{"tf":1.0},"192":{"tf":1.0},"21":{"tf":1.0},"219":{"tf":1.0},"42":{"tf":1.0},"54":{"tf":1.0},"76":{"tf":1.7320508075688772},"77":{"tf":1.4142135623730951},"78":{"tf":2.23606797749979},"79":{"tf":1.7320508075688772},"89":{"tf":1.0}},"s":{"'":{"df":1,"docs":{"151":{"tf":1.0}}},"df":0,"docs":{}},"’":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}},"r":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":1,"docs":{"237":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"151":{"tf":1.0},"198":{"tf":1.0},"217":{"tf":1.0},"222":{"tf":1.0},"233":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"29":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"234":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"121":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"232":{"tf":1.0},"253":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"3":{"tf":1.4142135623730951}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"107":{"tf":1.0},"172":{"tf":1.7320508075688772},"176":{"tf":1.0},"42":{"tf":1.0},"68":{"tf":1.0}}}}}}},"s":{"df":1,"docs":{"140":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"166":{"tf":1.0},"202":{"tf":1.0}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":5,"docs":{"163":{"tf":1.0},"209":{"tf":1.0},"233":{"tf":1.0},"37":{"tf":1.4142135623730951},"88":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"(":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"127":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"127":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":17,"docs":{"1":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"127":{"tf":1.4142135623730951},"157":{"tf":1.0},"206":{"tf":1.4142135623730951},"210":{"tf":1.0},"217":{"tf":1.0},"225":{"tf":1.0},"229":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"45":{"tf":1.0},"53":{"tf":1.0},"89":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"189":{"tf":1.0},"190":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":4,"docs":{"140":{"tf":1.0},"143":{"tf":1.7320508075688772},"199":{"tf":1.0},"53":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"149":{"tf":1.0},"21":{"tf":1.0},"240":{"tf":1.0},"8":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"185":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"184":{"tf":1.0},"233":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":21,"docs":{"126":{"tf":1.0},"147":{"tf":1.0},"154":{"tf":1.4142135623730951},"169":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.0},"192":{"tf":1.0},"20":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"239":{"tf":1.0},"246":{"tf":1.4142135623730951},"48":{"tf":1.0},"54":{"tf":1.0},"7":{"tf":2.0},"76":{"tf":1.7320508075688772},"77":{"tf":1.0},"78":{"tf":1.4142135623730951},"79":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"218":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"134":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"217":{"tf":1.0}}}},"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"110":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"246":{"tf":1.4142135623730951}}}}}}}}},"w":{"df":0,"docs":{},"n":{"df":16,"docs":{"196":{"tf":1.4142135623730951},"198":{"tf":1.7320508075688772},"199":{"tf":1.0},"212":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.4142135623730951},"37":{"tf":1.0},"39":{"tf":1.4142135623730951},"42":{"tf":1.0},"45":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.4142135623730951},"71":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"199":{"tf":1.4142135623730951},"45":{"tf":1.0}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":9,"docs":{"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"211":{"tf":1.7320508075688772},"212":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"41":{"tf":1.0},"71":{"tf":1.0}}}}}}}}}}},"p":{":":{":":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"233":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"183":{"tf":1.0},"185":{"tf":1.0}}}},"df":1,"docs":{"128":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"!":{"(":{"\"":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"127":{"tf":1.0},"155":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":2.0},"68":{"tf":1.0},"90":{"tf":1.0}},"k":{"df":3,"docs":{"34":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.0}}}}},"r":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"df":4,"docs":{"227":{"tf":1.7320508075688772},"228":{"tf":1.7320508075688772},"229":{"tf":1.0},"230":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"184":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"115":{"tf":1.0},"232":{"tf":1.7320508075688772},"239":{"tf":1.0},"240":{"tf":1.0},"8":{"tf":1.0},"94":{"tf":1.0}}}}}},"df":1,"docs":{"199":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"199":{"tf":1.0},"232":{"tf":1.0}}}}},"s":{"df":1,"docs":{"240":{"tf":3.0}},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"61":{"tf":2.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"61":{"tf":2.0}}}}}}},"r":{"df":3,"docs":{"127":{"tf":1.0},"128":{"tf":1.0},"240":{"tf":1.0}}}}},"t":{"df":15,"docs":{"133":{"tf":1.0},"143":{"tf":1.0},"146":{"tf":1.0},"184":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"232":{"tf":1.4142135623730951},"233":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.4142135623730951},"247":{"tf":1.0},"256":{"tf":1.0},"42":{"tf":1.0},"52":{"tf":1.0},"98":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"21":{"tf":1.0},"236":{"tf":1.0},"239":{"tf":1.0}},"e":{"df":0,"docs":{},"q":{"df":2,"docs":{"162":{"tf":1.0},"21":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"1":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"146":{"tf":1.0},"2":{"tf":1.0},"232":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"211":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"183":{"tf":1.0},"252":{"tf":1.0}}}}},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"243":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":21,"docs":{"115":{"tf":1.0},"119":{"tf":1.0},"121":{"tf":1.0},"135":{"tf":1.0},"200":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"55":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.7320508075688772},"71":{"tf":1.4142135623730951},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.7320508075688772},"81":{"tf":1.4142135623730951},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"218":{"tf":1.0}}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"233":{"tf":2.449489742783178}}}}},"df":3,"docs":{"233":{"tf":2.23606797749979},"50":{"tf":1.0},"90":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":136,"docs":{"110":{"tf":2.8284271247461903},"111":{"tf":2.0},"112":{"tf":2.0},"113":{"tf":2.449489742783178},"114":{"tf":1.0},"115":{"tf":1.4142135623730951},"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.7320508075688772},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.7320508075688772},"129":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.4142135623730951},"138":{"tf":1.0},"139":{"tf":1.7320508075688772},"140":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"142":{"tf":1.0},"143":{"tf":2.0},"144":{"tf":1.4142135623730951},"145":{"tf":1.0},"146":{"tf":1.7320508075688772},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":2.0},"152":{"tf":1.4142135623730951},"153":{"tf":1.0},"154":{"tf":1.4142135623730951},"155":{"tf":1.0},"156":{"tf":1.7320508075688772},"157":{"tf":1.0},"158":{"tf":2.0},"159":{"tf":2.23606797749979},"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":2.0},"167":{"tf":2.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":2.0},"172":{"tf":1.0},"173":{"tf":2.0},"174":{"tf":2.0},"175":{"tf":1.0},"176":{"tf":1.4142135623730951},"177":{"tf":1.4142135623730951},"178":{"tf":1.4142135623730951},"179":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":2.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":2.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"2":{"tf":2.0},"200":{"tf":1.4142135623730951},"201":{"tf":1.0},"202":{"tf":1.7320508075688772},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.4142135623730951},"206":{"tf":1.0},"207":{"tf":2.8284271247461903},"208":{"tf":1.0},"209":{"tf":1.4142135623730951},"210":{"tf":1.0},"211":{"tf":2.0},"212":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.7320508075688772},"223":{"tf":1.0},"224":{"tf":2.449489742783178},"225":{"tf":1.0},"226":{"tf":1.0},"236":{"tf":1.4142135623730951},"237":{"tf":2.0},"238":{"tf":1.0},"240":{"tf":1.4142135623730951},"243":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":2.6457513110645907},"30":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":2.0},"97":{"tf":1.0},"98":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"218":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"y":{"df":1,"docs":{"206":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"94":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"243":{"tf":1.0}}}}}}},"df":1,"docs":{"233":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"128":{"tf":1.0}}}}}},"df":2,"docs":{"20":{"tf":1.0},"200":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":14,"docs":{"108":{"tf":1.0},"121":{"tf":1.7320508075688772},"154":{"tf":1.0},"157":{"tf":1.0},"171":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"185":{"tf":1.0},"198":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"239":{"tf":1.0},"44":{"tf":1.0},"50":{"tf":1.0},"81":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":3,"docs":{"171":{"tf":1.0},"200":{"tf":1.0},"42":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"o":{"d":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"106":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":2,"docs":{"106":{"tf":1.0},"217":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"253":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"259":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"239":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"199":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"42":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"c":{"df":3,"docs":{"199":{"tf":1.0},"240":{"tf":1.0},"248":{"tf":1.0}}},"df":0,"docs":{}},"n":{"<":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"237":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"237":{"tf":1.7320508075688772}}},"t":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"204":{"tf":1.0},"206":{"tf":1.0}}}},"df":0,"docs":{}}},"x":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"241":{"tf":1.0}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":8,"docs":{"143":{"tf":1.0},"172":{"tf":1.0},"202":{"tf":1.0},"239":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"86":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"147":{"tf":1.0}}}},"n":{"df":1,"docs":{"177":{"tf":1.0}}},"y":{"df":2,"docs":{"199":{"tf":1.0},"229":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"126":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"237":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":11,"docs":{"102":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.7320508075688772},"199":{"tf":1.0},"200":{"tf":1.0},"211":{"tf":1.0},"230":{"tf":1.0},"233":{"tf":1.7320508075688772},"29":{"tf":1.7320508075688772},"34":{"tf":1.0},"67":{"tf":1.4142135623730951}},"e":{"df":1,"docs":{"202":{"tf":1.0}},"r":{"df":33,"docs":{"119":{"tf":2.23606797749979},"121":{"tf":1.4142135623730951},"140":{"tf":1.0},"172":{"tf":1.4142135623730951},"194":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":2.23606797749979},"199":{"tf":2.0},"200":{"tf":1.0},"202":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"212":{"tf":1.0},"225":{"tf":1.4142135623730951},"226":{"tf":1.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":2.0},"30":{"tf":1.0},"37":{"tf":1.4142135623730951},"45":{"tf":1.0},"55":{"tf":1.4142135623730951},"60":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.7320508075688772},"7":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.7320508075688772}}}}}}},"l":{"a":{"df":1,"docs":{"254":{"tf":1.4142135623730951}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"145":{"tf":1.4142135623730951},"152":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"125":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":11,"docs":{"220":{"tf":1.7320508075688772},"221":{"tf":1.0},"222":{"tf":1.4142135623730951},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"232":{"tf":1.4142135623730951},"239":{"tf":1.0},"240":{"tf":1.0},"30":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"185":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"237":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":3,"docs":{"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":13,"docs":{"108":{"tf":1.0},"11":{"tf":1.0},"157":{"tf":1.0},"189":{"tf":1.0},"197":{"tf":1.7320508075688772},"202":{"tf":1.0},"203":{"tf":1.0},"233":{"tf":1.0},"250":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.4142135623730951},"78":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"225":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"127":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.7320508075688772}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"197":{"tf":1.0},"209":{"tf":1.0},"217":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"173":{"tf":1.0},"239":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":5,"docs":{"197":{"tf":1.0},"198":{"tf":1.0},"2":{"tf":1.0},"57":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"133":{"tf":1.0},"251":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":3,"docs":{"14":{"tf":1.0},"198":{"tf":1.0},"241":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"121":{"tf":1.0},"172":{"tf":1.0},"182":{"tf":1.7320508075688772},"183":{"tf":1.4142135623730951},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"211":{"tf":1.0},"239":{"tf":1.0},"7":{"tf":1.0},"78":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"149":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"132":{"tf":1.0},"189":{"tf":1.0},"192":{"tf":1.0}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"170":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"222":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":12,"docs":{"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"164":{"tf":1.0},"176":{"tf":1.0},"199":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"233":{"tf":1.0},"252":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":2,"docs":{"151":{"tf":1.0},"42":{"tf":1.0}},"s":{"df":1,"docs":{"259":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"206":{"tf":1.0}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"133":{"tf":1.0},"154":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":22,"docs":{"112":{"tf":1.0},"181":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"245":{"tf":1.7320508075688772},"246":{"tf":1.7320508075688772},"247":{"tf":2.449489742783178},"248":{"tf":1.0},"249":{"tf":1.7320508075688772},"250":{"tf":1.4142135623730951},"251":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.7320508075688772},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"5":{"tf":1.0},"65":{"tf":1.0},"71":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{",":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"126":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"df":1,"docs":{"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":2,"docs":{"229":{"tf":1.0},"8":{"tf":1.0}},"l":{"df":0,"docs":{},"n":{"!":{"(":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":1,"docs":{"21":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"87":{"tf":2.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":{"106":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"106":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"177":{"tf":1.4142135623730951},"210":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.7320508075688772}}}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"210":{"tf":1.0}}}},"s":{"df":0,"docs":{},"m":{"df":4,"docs":{"238":{"tf":1.7320508075688772},"239":{"tf":1.0},"240":{"tf":2.6457513110645907},"241":{"tf":1.4142135623730951}}}},"v":{"a":{"c":{"df":0,"docs":{},"i":{"df":9,"docs":{"134":{"tf":1.0},"224":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":5,"docs":{"134":{"tf":1.0},"233":{"tf":1.0},"85":{"tf":1.4142135623730951},"86":{"tf":1.0},"88":{"tf":2.23606797749979}},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"218":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"162":{"tf":1.0},"180":{"tf":1.0},"222":{"tf":1.0},"225":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":16,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"124":{"tf":2.0},"126":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"146":{"tf":1.0},"159":{"tf":1.4142135623730951},"2":{"tf":1.7320508075688772},"206":{"tf":1.0},"207":{"tf":1.4142135623730951},"218":{"tf":1.0},"232":{"tf":1.4142135623730951},"239":{"tf":1.0},"240":{"tf":1.0},"3":{"tf":1.7320508075688772},"86":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"241":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":2,"docs":{"240":{"tf":1.0},"253":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"100":{"tf":1.4142135623730951},"166":{"tf":1.0},"207":{"tf":1.0},"230":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"158":{"tf":1.0},"179":{"tf":1.0},"211":{"tf":1.0},"253":{"tf":1.4142135623730951}},"t":{"df":1,"docs":{"126":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"239":{"tf":1.0}}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":23,"docs":{"110":{"tf":1.7320508075688772},"180":{"tf":1.0},"224":{"tf":1.0},"227":{"tf":2.6457513110645907},"228":{"tf":2.6457513110645907},"229":{"tf":2.23606797749979},"230":{"tf":1.7320508075688772},"231":{"tf":1.0},"232":{"tf":1.7320508075688772},"233":{"tf":1.4142135623730951},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.4142135623730951},"240":{"tf":1.7320508075688772},"241":{"tf":1.0},"243":{"tf":1.0},"247":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0}},"m":{"df":5,"docs":{"199":{"tf":1.4142135623730951},"200":{"tf":1.0},"206":{"tf":1.4142135623730951},"224":{"tf":1.4142135623730951},"233":{"tf":1.0}}}}},"df":0,"docs":{}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"147":{"tf":1.0},"184":{"tf":1.7320508075688772},"185":{"tf":1.0},"211":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"l":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"206":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"164":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"17":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"34":{"tf":1.0}}}},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"88":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"74":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"143":{"tf":1.0},"26":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"240":{"tf":1.0},"250":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"57":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"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":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"233":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"{":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":1,"docs":{"233":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"233":{"tf":1.0}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"233":{"tf":3.0}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"233":{"tf":2.23606797749979}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"211":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"196":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":2,"docs":{"197":{"tf":1.0},"199":{"tf":1.0}}}},"i":{"d":{"df":14,"docs":{"121":{"tf":1.0},"130":{"tf":1.0},"136":{"tf":1.0},"151":{"tf":1.0},"157":{"tf":1.4142135623730951},"186":{"tf":1.7320508075688772},"197":{"tf":1.4142135623730951},"2":{"tf":1.0},"211":{"tf":1.0},"29":{"tf":1.4142135623730951},"32":{"tf":1.0},"42":{"tf":1.0},"7":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"b":{"(":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"233":{"tf":2.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":26,"docs":{"106":{"tf":1.4142135623730951},"118":{"tf":1.7320508075688772},"127":{"tf":2.0},"132":{"tf":1.4142135623730951},"136":{"tf":1.0},"151":{"tf":1.0},"155":{"tf":2.0},"157":{"tf":1.0},"16":{"tf":1.7320508075688772},"162":{"tf":2.449489742783178},"17":{"tf":2.0},"170":{"tf":2.0},"199":{"tf":2.0},"203":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"233":{"tf":2.0},"239":{"tf":2.6457513110645907},"240":{"tf":1.7320508075688772},"60":{"tf":1.7320508075688772},"61":{"tf":2.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"73":{"tf":1.0},"74":{"tf":1.0},"87":{"tf":1.7320508075688772},"88":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"c":{"df":7,"docs":{"136":{"tf":1.0},"183":{"tf":1.0},"222":{"tf":1.0},"86":{"tf":1.4142135623730951},"87":{"tf":1.0},"89":{"tf":1.0},"98":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"238":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":3,"docs":{"247":{"tf":1.0},"83":{"tf":1.0},"89":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"df":3,"docs":{"11":{"tf":1.0},"116":{"tf":1.0},"14":{"tf":1.0}}}},"t":{"df":7,"docs":{"199":{"tf":1.0},"205":{"tf":1.0},"237":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"68":{"tf":1.0}}}},"x":{"df":0,"docs":{},"e":{"df":1,"docs":{"233":{"tf":1.0}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"232":{"tf":1.0}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"186":{"tf":1.0},"253":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"198":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"93":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":3,"docs":{"205":{"tf":1.0},"53":{"tf":1.0},"74":{"tf":1.0}}}}}},"r":{".":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"i":{"d":{"(":{")":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"i":{"d":{"(":{")":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"(":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"!":{"(":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"i":{"d":{")":{")":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"202":{"tf":1.0}}}},"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":1,"docs":{"9":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"df":9,"docs":{"138":{"tf":1.7320508075688772},"139":{"tf":1.7320508075688772},"140":{"tf":1.0},"141":{"tf":1.4142135623730951},"142":{"tf":1.0},"143":{"tf":1.7320508075688772},"144":{"tf":1.4142135623730951},"38":{"tf":1.0},"54":{"tf":1.0}}},"s":{"df":2,"docs":{"240":{"tf":1.0},"74":{"tf":1.0}}}},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"193":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"198":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"229":{"tf":1.4142135623730951},"230":{"tf":1.7320508075688772},"29":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"90":{"tf":1.4142135623730951}}}},"w":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"c":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"1":{"df":1,"docs":{"82":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"82":{"tf":1.4142135623730951}}},"3":{"df":1,"docs":{"82":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"t":{"df":2,"docs":{"211":{"tf":1.0},"212":{"tf":1.0}}}},"df":1,"docs":{"37":{"tf":1.0}}},"df":2,"docs":{"120":{"tf":1.4142135623730951},"239":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"225":{"tf":1.0},"37":{"tf":1.0}}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":8,"docs":{"13":{"tf":1.0},"211":{"tf":1.0},"241":{"tf":1.0},"49":{"tf":1.7320508075688772},"5":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.0},"79":{"tf":1.0}}}},"df":0,"docs":{}},"df":14,"docs":{"198":{"tf":1.4142135623730951},"199":{"tf":1.4142135623730951},"206":{"tf":1.0},"224":{"tf":1.0},"234":{"tf":1.0},"240":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"68":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":3,"docs":{"140":{"tf":1.0},"170":{"tf":1.0},"199":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"174":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"136":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"230":{"tf":1.0},"239":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"136":{"tf":1.0},"17":{"tf":1.0},"172":{"tf":1.0},"240":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"101":{"tf":1.0},"81":{"tf":1.0}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"74":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"232":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"r":{"d":{"df":2,"docs":{"239":{"tf":1.0},"240":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{")":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"|":{"df":0,"docs":{},"r":{"df":1,"docs":{"239":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"v":{"df":1,"docs":{"59":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"2":{"tf":1.0},"207":{"tf":1.0}},"s":{"df":2,"docs":{"126":{"tf":1.0},"127":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"100":{"tf":1.4142135623730951},"103":{"tf":1.0}}}}}},"u":{"c":{"df":2,"docs":{"136":{"tf":1.0},"44":{"tf":1.0}}},"df":0,"docs":{}}},"df":4,"docs":{"172":{"tf":1.0},"184":{"tf":1.0},"225":{"tf":1.0},"233":{"tf":1.0}},"f":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"186":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}}}}},"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"177":{"tf":1.0},"180":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":3,"docs":{"155":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"45":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":19,"docs":{"140":{"tf":1.7320508075688772},"143":{"tf":2.449489742783178},"166":{"tf":1.0},"172":{"tf":1.4142135623730951},"206":{"tf":2.23606797749979},"209":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"212":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"68":{"tf":1.0},"74":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"240":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"240":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"224":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"121":{"tf":1.0},"237":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"173":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"224":{"tf":1.0},"25":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":3,"docs":{"174":{"tf":1.0},"200":{"tf":1.0},"25":{"tf":1.0}}}}}}}}}}},"df":2,"docs":{"199":{"tf":1.0},"207":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"217":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":3,"docs":{"139":{"tf":1.0},"181":{"tf":1.0},"36":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"240":{"tf":1.4142135623730951}}},"df":4,"docs":{"146":{"tf":1.0},"224":{"tf":1.0},"232":{"tf":1.0},"241":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":3,"docs":{"218":{"tf":1.0},"230":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"233":{"tf":1.0}}},"v":{"df":10,"docs":{"111":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"126":{"tf":1.0},"148":{"tf":1.0},"183":{"tf":1.0},"217":{"tf":1.0},"8":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"119":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"170":{"tf":2.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"206":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"59":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"248":{"tf":1.4142135623730951},"94":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"44":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"124":{"tf":1.0},"34":{"tf":1.0},"96":{"tf":1.0}}}}}},"l":{"a":{"c":{"df":4,"docs":{"247":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.7320508075688772},"45":{"tf":1.0}},"e":{"(":{"_":{"df":9,"docs":{"212":{"tf":1.0},"39":{"tf":1.7320508075688772},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"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":{},"e":{"(":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"148":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"148":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"<":{"df":1,"docs":{"74":{"tf":1.0}}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"<":{"df":1,"docs":{"73":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":3,"docs":{"147":{"tf":1.7320508075688772},"148":{"tf":2.0},"149":{"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":{"4":{"tf":1.0}}}}}}}}},"r":{"(":{"c":{"df":2,"docs":{"222":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":4,"docs":{"136":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":2.23606797749979},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"170":{"tf":1.0},"248":{"tf":1.0},"57":{"tf":1.0}}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{")":{".":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"233":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"\"":{"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":{"d":{"df":1,"docs":{"94":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":4,"docs":{"233":{"tf":2.8284271247461903},"237":{"tf":1.0},"94":{"tf":2.0},"95":{"tf":2.449489742783178}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"94":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"i":{"df":0,"docs":{},"r":{"df":21,"docs":{"103":{"tf":1.0},"124":{"tf":1.0},"147":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"17":{"tf":1.0},"181":{"tf":1.0},"202":{"tf":1.0},"211":{"tf":1.0},"218":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"36":{"tf":1.0},"53":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.0},"8":{"tf":1.0},"87":{"tf":1.4142135623730951},"90":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"68":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":2,"docs":{"209":{"tf":1.0},"211":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":24,"docs":{"139":{"tf":1.7320508075688772},"141":{"tf":1.4142135623730951},"142":{"tf":1.4142135623730951},"143":{"tf":2.449489742783178},"242":{"tf":1.7320508075688772},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"37":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"3":{"tf":1.0},"68":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":5,"docs":{"202":{"tf":1.0},"247":{"tf":1.4142135623730951},"29":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}},"t":{"df":3,"docs":{"177":{"tf":1.0},"233":{"tf":1.0},"240":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"136":{"tf":1.0},"190":{"tf":1.0},"200":{"tf":1.0},"239":{"tf":1.0},"252":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":1,"docs":{"12":{"tf":1.0}}}}}}},"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{":":{":":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"240":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"240":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"94":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":1,"docs":{"73":{"tf":1.0}}}}},"v":{":":{":":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"240":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":19,"docs":{"106":{"tf":1.0},"116":{"tf":1.0},"12":{"tf":1.7320508075688772},"159":{"tf":1.0},"170":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.4142135623730951},"203":{"tf":1.0},"230":{"tf":1.7320508075688772},"232":{"tf":1.0},"240":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"107":{"tf":1.0}},"e":{"df":0,"docs":{},"v":{"df":3,"docs":{"198":{"tf":1.0},"233":{"tf":1.0},"259":{"tf":2.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":34,"docs":{"103":{"tf":1.0},"104":{"tf":1.7320508075688772},"105":{"tf":1.4142135623730951},"106":{"tf":1.0},"107":{"tf":1.4142135623730951},"108":{"tf":1.0},"109":{"tf":1.0},"143":{"tf":1.0},"157":{"tf":1.0},"16":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"170":{"tf":1.0},"199":{"tf":2.6457513110645907},"200":{"tf":1.0},"222":{"tf":1.0},"227":{"tf":1.0},"233":{"tf":1.0},"237":{"tf":1.0},"240":{"tf":2.23606797749979},"33":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"42":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"60":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"74":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"110":{"tf":1.0},"172":{"tf":1.0},"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":4,"docs":{"148":{"tf":1.0},"172":{"tf":1.7320508075688772},"199":{"tf":1.0},"221":{"tf":1.0}}}},"v":{"df":2,"docs":{"118":{"tf":1.0},"119":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"176":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"117":{"tf":1.0},"118":{"tf":1.0},"125":{"tf":1.0}}}}}}},"f":{"c":{"df":2,"docs":{"225":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}},"h":{"df":2,"docs":{"155":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951}}},"i":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"237":{"tf":1.0},"57":{"tf":1.0}}}},"d":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":2,"docs":{"166":{"tf":1.0},"200":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"k":{"df":3,"docs":{"199":{"tf":1.0},"202":{"tf":1.0},"207":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":3,"docs":{"118":{"tf":2.0},"119":{"tf":1.0},"120":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":4,"docs":{"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.7320508075688772},"120":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"214":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"72":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":1,"docs":{"121":{"tf":1.0}}}}},"s":{"df":2,"docs":{"239":{"tf":1.0},"241":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":7,"docs":{"126":{"tf":1.0},"128":{"tf":1.0},"198":{"tf":1.0},"202":{"tf":1.0},"206":{"tf":1.7320508075688772},"233":{"tf":1.0},"41":{"tf":1.0}}}},"n":{"df":16,"docs":{"149":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":2.0},"37":{"tf":2.0},"59":{"tf":1.0},"60":{"tf":1.0},"8":{"tf":1.4142135623730951},"95":{"tf":1.0},"97":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":4,"docs":{"134":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.4142135623730951},"88":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"'":{"df":10,"docs":{"173":{"tf":1.0},"181":{"tf":1.0},"199":{"tf":1.0},"202":{"tf":1.0},"206":{"tf":1.4142135623730951},"217":{"tf":1.0},"232":{"tf":1.7320508075688772},"240":{"tf":1.0},"57":{"tf":1.0},"66":{"tf":1.0}}},"c":{"df":2,"docs":{"218":{"tf":1.0},"219":{"tf":1.4142135623730951}}},"d":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"98":{"tf":1.0}}},"df":0,"docs":{}}},"df":61,"docs":{"111":{"tf":2.0},"112":{"tf":1.4142135623730951},"128":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"139":{"tf":1.0},"143":{"tf":1.4142135623730951},"151":{"tf":1.7320508075688772},"157":{"tf":1.0},"16":{"tf":1.0},"166":{"tf":1.7320508075688772},"169":{"tf":1.0},"17":{"tf":1.4142135623730951},"172":{"tf":1.0},"181":{"tf":1.0},"184":{"tf":1.0},"187":{"tf":1.0},"194":{"tf":1.4142135623730951},"196":{"tf":1.7320508075688772},"197":{"tf":2.6457513110645907},"198":{"tf":2.0},"199":{"tf":2.0},"20":{"tf":1.4142135623730951},"200":{"tf":1.0},"202":{"tf":2.0},"203":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":2.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"217":{"tf":1.0},"219":{"tf":1.4142135623730951},"222":{"tf":1.0},"225":{"tf":1.7320508075688772},"227":{"tf":1.7320508075688772},"232":{"tf":1.4142135623730951},"233":{"tf":1.4142135623730951},"237":{"tf":1.0},"238":{"tf":1.4142135623730951},"239":{"tf":2.0},"240":{"tf":2.0},"243":{"tf":1.7320508075688772},"244":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":2.0},"32":{"tf":1.0},"37":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"53":{"tf":2.0},"55":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":2.6457513110645907},"68":{"tf":1.0},"72":{"tf":1.4142135623730951},"74":{"tf":1.0},"86":{"tf":1.0},"9":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"243":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"218":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":1,"docs":{"237":{"tf":1.0}}}}}}},"s":{".":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"(":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"151":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"148":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"151":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":2,"docs":{"16":{"tf":1.0},"17":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":12,"docs":{"189":{"tf":1.4142135623730951},"192":{"tf":1.0},"194":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"206":{"tf":1.4142135623730951},"212":{"tf":1.0},"218":{"tf":1.0},"232":{"tf":1.0},"66":{"tf":1.0}},"r":{"df":1,"docs":{"204":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":13,"docs":{"130":{"tf":1.0},"194":{"tf":1.0},"197":{"tf":1.4142135623730951},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"206":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"67":{"tf":1.7320508075688772},"68":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"74":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"127":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":21,"docs":{"121":{"tf":1.0},"132":{"tf":1.0},"143":{"tf":1.0},"146":{"tf":1.0},"148":{"tf":1.0},"154":{"tf":1.0},"157":{"tf":1.0},"185":{"tf":1.0},"198":{"tf":1.0},"21":{"tf":1.0},"211":{"tf":1.0},"217":{"tf":1.0},"222":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0},"89":{"tf":1.0}}}},"n":{"d":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":7,"docs":{"208":{"tf":1.7320508075688772},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.4142135623730951},"212":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"223":{"tf":1.0},"239":{"tf":1.0}}}},"y":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"c":{"a":{"df":0,"docs":{},"l":{"a":{"df":1,"docs":{"241":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":3,"docs":{"86":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"34":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"a":{".":{"a":{"d":{"d":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"a":{"d":{"d":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"119":{"tf":1.0},"120":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":2,"docs":{"119":{"tf":1.0},"120":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":3,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0}}}}}},"df":0,"docs":{}},"<":{"'":{"a":{"df":1,"docs":{"120":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"118":{"tf":1.7320508075688772},"119":{"tf":1.7320508075688772},"120":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"241":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"227":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":3,"docs":{"37":{"tf":1.4142135623730951},"53":{"tf":1.0},"81":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"185":{"tf":1.0}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"206":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"df":15,"docs":{"106":{"tf":1.4142135623730951},"148":{"tf":2.23606797749979},"151":{"tf":1.4142135623730951},"155":{"tf":1.7320508075688772},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"170":{"tf":1.4142135623730951},"240":{"tf":1.0},"60":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"87":{"tf":1.7320508075688772},"88":{"tf":1.7320508075688772}},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"21":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":2,"docs":{"222":{"tf":1.0},"25":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"4":{"2":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"72":{"tf":1.0}}}}},"df":7,"docs":{"16":{"tf":2.23606797749979},"17":{"tf":3.1622776601683795},"200":{"tf":1.0},"218":{"tf":1.0},"234":{"tf":1.0},"42":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"194":{"tf":1.0},"55":{"tf":1.0},"67":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"130":{"tf":1.0},"233":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"e":{"df":40,"docs":{"112":{"tf":1.0},"122":{"tf":1.4142135623730951},"126":{"tf":1.0},"129":{"tf":1.4142135623730951},"137":{"tf":1.4142135623730951},"143":{"tf":1.0},"144":{"tf":1.4142135623730951},"152":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"166":{"tf":1.0},"167":{"tf":1.4142135623730951},"169":{"tf":1.0},"173":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"187":{"tf":1.4142135623730951},"193":{"tf":1.4142135623730951},"20":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.0},"212":{"tf":1.4142135623730951},"219":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"225":{"tf":1.0},"226":{"tf":1.4142135623730951},"229":{"tf":1.0},"233":{"tf":1.0},"237":{"tf":2.6457513110645907},"240":{"tf":1.0},"241":{"tf":1.4142135623730951},"28":{"tf":1.0},"30":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"67":{"tf":1.0},"79":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"9":{"tf":1.7320508075688772},"91":{"tf":1.4142135623730951},"98":{"tf":1.0}},"m":{"df":2,"docs":{"198":{"tf":1.0},"236":{"tf":1.0}}},"n":{"df":2,"docs":{"166":{"tf":1.0},"48":{"tf":1.0}}}},"g":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"197":{"tf":1.0}}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"199":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"247":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"f":{".":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"233":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"b":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"162":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"118":{"tf":1.0},"119":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{")":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"|":{"c":{"df":0,"docs":{},"m":{"d":{"df":2,"docs":{"118":{"tf":1.0},"119":{"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":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"(":{"c":{"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"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":{}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"239":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"140":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{")":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"|":{"c":{"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"120":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"f":{".":{"df":0,"docs":{},"m":{"df":1,"docs":{"223":{"tf":1.0}}}},"df":1,"docs":{"222":{"tf":1.0}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"233":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"(":{"df":1,"docs":{"170":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"203":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"233":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"233":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"203":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"127":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"203":{"tf":1.0}}}}}},"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":{".":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"233":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"233":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"(":{")":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"|":{"c":{"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"120":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"(":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":2,"docs":{"16":{"tf":1.0},"17":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"(":{"df":1,"docs":{"155":{"tf":1.0}},"l":{"df":0,"docs":{},"h":{"df":1,"docs":{"155":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"h":{"df":1,"docs":{"155":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},":":{":":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"233":{"tf":1.7320508075688772}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"240":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":18,"docs":{"118":{"tf":1.7320508075688772},"119":{"tf":1.7320508075688772},"120":{"tf":1.7320508075688772},"127":{"tf":2.23606797749979},"132":{"tf":1.0},"140":{"tf":1.7320508075688772},"143":{"tf":1.7320508075688772},"155":{"tf":2.449489742783178},"16":{"tf":1.7320508075688772},"162":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"170":{"tf":2.0},"199":{"tf":1.0},"203":{"tf":1.4142135623730951},"206":{"tf":1.0},"224":{"tf":1.0},"256":{"tf":1.4142135623730951},"33":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"136":{"tf":1.4142135623730951},"224":{"tf":1.0},"26":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"d":{"(":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"106":{"tf":1.4142135623730951}}}}},"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":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":3,"docs":{"106":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"94":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"106":{"tf":1.0}}}}}},"df":1,"docs":{"106":{"tf":1.0}}}}}}}},"df":0,"docs":{},"s":{"df":4,"docs":{"169":{"tf":1.0},"173":{"tf":1.0},"181":{"tf":1.0},"198":{"tf":1.4142135623730951}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"90":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"72":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"124":{"tf":1.0},"8":{"tf":1.7320508075688772}},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"200":{"tf":1.0},"55":{"tf":1.0}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"c":{"df":0,"docs":{},"q":{"df":1,"docs":{"253":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":13,"docs":{"115":{"tf":1.0},"120":{"tf":1.0},"146":{"tf":1.4142135623730951},"149":{"tf":1.0},"151":{"tf":1.7320508075688772},"154":{"tf":1.0},"164":{"tf":1.0},"171":{"tf":1.0},"176":{"tf":1.0},"199":{"tf":1.0},"211":{"tf":1.0},"234":{"tf":1.0},"81":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"121":{"tf":1.0}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"116":{"tf":1.0},"227":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"d":{"df":3,"docs":{"151":{"tf":1.4142135623730951},"240":{"tf":2.8284271247461903},"241":{"tf":1.0}},"e":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"240":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"c":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"151":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"151":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"151":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"151":{"tf":1.4142135623730951}}}},"df":4,"docs":{"14":{"tf":1.0},"233":{"tf":1.0},"237":{"tf":1.0},"9":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":2,"docs":{"199":{"tf":1.0},"211":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"233":{"tf":1.0}}}},"i":{"c":{"df":1,"docs":{"257":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"184":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"233":{"tf":1.0}}}}}}},"t":{"df":12,"docs":{"117":{"tf":1.0},"126":{"tf":1.0},"162":{"tf":1.7320508075688772},"199":{"tf":1.0},"218":{"tf":1.7320508075688772},"229":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.4142135623730951},"258":{"tf":1.0},"68":{"tf":1.0},"86":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"c":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{".":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"73":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"73":{"tf":1.0}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"t":{"d":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{":":{":":{"c":{"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":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"(":{")":{")":{"?":{".":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"74":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"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":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"176":{"tf":1.0},"194":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":1.0},"55":{"tf":1.0},"94":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"225":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":11,"docs":{"110":{"tf":1.0},"133":{"tf":1.0},"157":{"tf":1.0},"173":{"tf":1.0},"2":{"tf":1.0},"206":{"tf":1.4142135623730951},"211":{"tf":1.0},"234":{"tf":1.0},"29":{"tf":1.0},"37":{"tf":1.0},"68":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"228":{"tf":1.0}}}},"m":{"df":1,"docs":{"197":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}}},"df":1,"docs":{"216":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"143":{"tf":1.0},"42":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"136":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"w":{"df":2,"docs":{"228":{"tf":1.0},"57":{"tf":1.0}},"n":{"df":3,"docs":{"151":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"163":{"tf":1.0},"197":{"tf":1.4142135623730951},"253":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"143":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"200":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"89":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":12,"docs":{"130":{"tf":1.0},"151":{"tf":1.4142135623730951},"158":{"tf":1.0},"170":{"tf":1.0},"2":{"tf":1.0},"206":{"tf":1.0},"225":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"25":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":14,"docs":{"124":{"tf":1.4142135623730951},"125":{"tf":1.0},"128":{"tf":1.0},"165":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.4142135623730951},"174":{"tf":1.0},"203":{"tf":1.0},"206":{"tf":1.0},"240":{"tf":1.4142135623730951},"249":{"tf":1.0},"5":{"tf":1.4142135623730951},"68":{"tf":1.0},"72":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"166":{"tf":1.0},"167":{"tf":1.0}}}},"i":{"c":{"df":4,"docs":{"121":{"tf":1.0},"125":{"tf":1.0},"249":{"tf":1.0},"5":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"'":{"df":1,"docs":{"127":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":8,"docs":{"127":{"tf":1.0},"199":{"tf":1.0},"206":{"tf":1.4142135623730951},"21":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"45":{"tf":1.0},"8":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"140":{"tf":1.0},"240":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"106":{"tf":1.0},"239":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":11,"docs":{"131":{"tf":1.0},"151":{"tf":1.0},"166":{"tf":1.0},"224":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.4142135623730951},"247":{"tf":1.4142135623730951},"248":{"tf":1.0},"258":{"tf":1.4142135623730951},"29":{"tf":1.0},"53":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"159":{"tf":1.0}}}},"df":0,"docs":{}}},"z":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":7,"docs":{"14":{"tf":1.0},"198":{"tf":1.7320508075688772},"235":{"tf":1.0},"240":{"tf":1.7320508075688772},"29":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"146":{"tf":1.0}}}}}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":7,"docs":{"198":{"tf":1.0},"199":{"tf":1.0},"25":{"tf":1.4142135623730951},"29":{"tf":1.0},"7":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"109":{"tf":1.0},"237":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"74":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":18,"docs":{"121":{"tf":1.0},"182":{"tf":1.7320508075688772},"183":{"tf":1.4142135623730951},"184":{"tf":1.4142135623730951},"185":{"tf":1.4142135623730951},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.7320508075688772},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"68":{"tf":1.0},"74":{"tf":1.0},"86":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"176":{"tf":1.4142135623730951},"177":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"183":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"189":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"t":{"df":9,"docs":{"226":{"tf":1.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":2.0},"30":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"180":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"217":{"tf":1.0}}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"233":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"(":{"\"":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"233":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":1,"docs":{"233":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":14,"docs":{"110":{"tf":1.0},"112":{"tf":1.0},"146":{"tf":1.0},"181":{"tf":1.0},"2":{"tf":1.4142135623730951},"233":{"tf":1.0},"247":{"tf":1.0},"251":{"tf":1.4142135623730951},"253":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.4142135623730951},"259":{"tf":1.0}},"e":{"'":{"df":1,"docs":{"247":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"247":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":8,"docs":{"110":{"tf":1.0},"127":{"tf":1.4142135623730951},"176":{"tf":1.0},"2":{"tf":1.0},"207":{"tf":1.0},"233":{"tf":1.0},"239":{"tf":1.0},"86":{"tf":1.0}}}},"v":{"df":9,"docs":{"124":{"tf":1.7320508075688772},"128":{"tf":1.0},"146":{"tf":1.0},"159":{"tf":1.0},"177":{"tf":1.0},"2":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"240":{"tf":1.0},"3":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"e":{"(":{"\"":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"151":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"78":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"127":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"79":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"203":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"127":{"tf":1.0}}}},"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":{"233":{"tf":1.0}}}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"87":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"159":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":11,"docs":{"21":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"228":{"tf":1.0},"233":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}},"i":{"df":0,"docs":{},"m":{"df":9,"docs":{"176":{"tf":1.4142135623730951},"180":{"tf":1.0},"191":{"tf":1.0},"205":{"tf":1.0},"211":{"tf":1.0},"217":{"tf":1.4142135623730951},"222":{"tf":1.0},"68":{"tf":1.7320508075688772},"94":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"101":{"tf":1.0},"90":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"128":{"tf":1.0},"211":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":8,"docs":{"128":{"tf":1.0},"135":{"tf":1.0},"205":{"tf":1.0},"211":{"tf":1.0},"232":{"tf":1.0},"237":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":11,"docs":{"110":{"tf":1.0},"124":{"tf":1.0},"128":{"tf":1.0},"146":{"tf":2.449489742783178},"149":{"tf":1.4142135623730951},"20":{"tf":1.0},"233":{"tf":1.4142135623730951},"240":{"tf":1.0},"247":{"tf":1.7320508075688772},"251":{"tf":1.0},"46":{"tf":1.0}},"i":{"df":5,"docs":{"218":{"tf":1.0},"232":{"tf":1.0},"240":{"tf":1.0},"42":{"tf":1.0},"67":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"198":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"189":{"tf":1.0},"211":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"206":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"184":{"tf":1.0},"233":{"tf":1.0},"236":{"tf":1.0},"240":{"tf":1.0}}}}}},"r":{"c":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":1,"docs":{"247":{"tf":1.0}}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"217":{"tf":1.0}}}},"l":{"df":1,"docs":{"225":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":12,"docs":{"206":{"tf":1.0},"37":{"tf":1.4142135623730951},"47":{"tf":1.7320508075688772},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.0},"68":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":5,"docs":{"107":{"tf":1.0},"17":{"tf":1.0},"198":{"tf":1.0},"237":{"tf":1.0},"66":{"tf":1.0}}},"df":0,"docs":{}}},"df":3,"docs":{"112":{"tf":1.0},"139":{"tf":1.0},"170":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"126":{"tf":1.0},"229":{"tf":1.4142135623730951},"230":{"tf":1.0},"37":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":9,"docs":{"156":{"tf":1.0},"170":{"tf":1.0},"198":{"tf":1.4142135623730951},"200":{"tf":1.0},"227":{"tf":1.0},"234":{"tf":2.0},"237":{"tf":1.7320508075688772},"252":{"tf":1.0},"37":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"199":{"tf":1.4142135623730951},"227":{"tf":1.0}}}}}}},"i":{"c":{"df":9,"docs":{"120":{"tf":2.0},"121":{"tf":1.0},"143":{"tf":1.0},"222":{"tf":1.0},"232":{"tf":1.4142135623730951},"237":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"94":{"tf":1.0}}}}},"d":{"'":{"df":1,"docs":{"192":{"tf":1.0}}},":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"148":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"f":{"df":1,"docs":{"49":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{":":{":":{"c":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{")":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"67":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":1,"docs":{"68":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"c":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"68":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"(":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"73":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"73":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":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":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"73":{"tf":1.0}}}}}}}}}}}}}}}}},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"73":{"tf":1.0},"74":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"49":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"78":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":3,"docs":{"140":{"tf":1.0},"222":{"tf":1.0},"25":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{":":{":":{"df":0,"docs":{},"{":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"233":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{"df":1,"docs":{"68":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{".":{"a":{"d":{"d":{"(":{"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":{},"r":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"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":{}}}},"r":{"c":{":":{":":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"82":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{":":{":":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"<":{"'":{"a":{"df":1,"docs":{"127":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{":":{":":{"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":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"106":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"{":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{":":{":":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"21":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"140":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"49":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":2,"docs":{"51":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"143":{"tf":1.0}}},"p":{"df":2,"docs":{"124":{"tf":1.0},"229":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":5,"docs":{"206":{"tf":1.0},"211":{"tf":1.0},"52":{"tf":1.0},"8":{"tf":1.0},"97":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"(":{"df":1,"docs":{"170":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"155":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"n":{"df":1,"docs":{"170":{"tf":1.0}}}},"df":1,"docs":{"155":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":2,"docs":{"155":{"tf":1.7320508075688772},"170":{"tf":1.0}}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"216":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"233":{"tf":1.7320508075688772},"257":{"tf":1.0},"259":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":12,"docs":{"116":{"tf":1.0},"119":{"tf":1.4142135623730951},"120":{"tf":1.0},"140":{"tf":1.0},"149":{"tf":1.0},"198":{"tf":1.0},"206":{"tf":1.0},"222":{"tf":1.0},"259":{"tf":1.7320508075688772},"37":{"tf":1.0},"44":{"tf":1.0},"66":{"tf":1.0}}},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"199":{"tf":1.0},"233":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":10,"docs":{"112":{"tf":1.0},"145":{"tf":1.7320508075688772},"146":{"tf":1.7320508075688772},"147":{"tf":1.4142135623730951},"148":{"tf":1.7320508075688772},"149":{"tf":1.0},"150":{"tf":2.23606797749979},"151":{"tf":2.23606797749979},"152":{"tf":1.4142135623730951},"236":{"tf":1.0}}}}}}},"df":14,"docs":{"118":{"tf":2.449489742783178},"12":{"tf":1.0},"120":{"tf":2.23606797749979},"127":{"tf":1.0},"151":{"tf":1.4142135623730951},"237":{"tf":1.4142135623730951},"240":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.7320508075688772},"8":{"tf":3.0},"9":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"94":{"tf":1.7320508075688772},"95":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"225":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"\"":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"106":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"(":{"\"":{"df":0,"docs":{},"i":{"df":1,"docs":{"162":{"tf":1.0}}},"x":{"df":1,"docs":{"162":{"tf":1.0}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"8":{"df":1,"docs":{"107":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":1,"docs":{"148":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"127":{"tf":1.0},"42":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":43,"docs":{"10":{"tf":1.7320508075688772},"106":{"tf":1.0},"11":{"tf":2.0},"119":{"tf":1.7320508075688772},"12":{"tf":1.7320508075688772},"127":{"tf":1.7320508075688772},"13":{"tf":1.4142135623730951},"130":{"tf":1.0},"14":{"tf":2.0},"148":{"tf":2.23606797749979},"155":{"tf":1.0},"162":{"tf":1.7320508075688772},"170":{"tf":1.0},"192":{"tf":1.7320508075688772},"200":{"tf":1.7320508075688772},"237":{"tf":1.0},"239":{"tf":2.449489742783178},"240":{"tf":2.6457513110645907},"25":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":2.449489742783178},"42":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"57":{"tf":1.0},"60":{"tf":1.0},"64":{"tf":1.7320508075688772},"65":{"tf":2.23606797749979},"66":{"tf":3.4641016151377544},"67":{"tf":1.4142135623730951},"68":{"tf":2.8284271247461903},"69":{"tf":1.0},"7":{"tf":2.0},"70":{"tf":1.7320508075688772},"71":{"tf":2.23606797749979},"72":{"tf":1.7320508075688772},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"8":{"tf":3.3166247903554},"87":{"tf":1.0},"9":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"256":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"68":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"225":{"tf":1.0}}}}}}},"u":{"c":{"df":0,"docs":{},"t":{"'":{"df":2,"docs":{"240":{"tf":1.0},"88":{"tf":1.0}}},"df":49,"docs":{"106":{"tf":1.0},"118":{"tf":2.0},"119":{"tf":1.4142135623730951},"120":{"tf":1.0},"121":{"tf":1.0},"127":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.4142135623730951},"136":{"tf":1.0},"140":{"tf":1.7320508075688772},"148":{"tf":2.0},"151":{"tf":1.0},"155":{"tf":1.4142135623730951},"16":{"tf":1.0},"162":{"tf":1.4142135623730951},"165":{"tf":1.0},"17":{"tf":1.4142135623730951},"170":{"tf":1.7320508075688772},"175":{"tf":1.7320508075688772},"176":{"tf":2.6457513110645907},"177":{"tf":2.8284271247461903},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.4142135623730951},"181":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":1.4142135623730951},"20":{"tf":1.0},"203":{"tf":1.0},"206":{"tf":1.0},"21":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.7320508075688772},"233":{"tf":2.8284271247461903},"237":{"tf":1.0},"239":{"tf":2.6457513110645907},"240":{"tf":2.23606797749979},"241":{"tf":1.0},"25":{"tf":1.0},"33":{"tf":1.0},"61":{"tf":1.4142135623730951},"86":{"tf":1.7320508075688772},"87":{"tf":1.4142135623730951},"88":{"tf":2.8284271247461903},"89":{"tf":1.7320508075688772},"91":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":36,"docs":{"121":{"tf":1.0},"158":{"tf":1.0},"170":{"tf":1.4142135623730951},"171":{"tf":2.23606797749979},"172":{"tf":2.6457513110645907},"173":{"tf":2.23606797749979},"174":{"tf":1.7320508075688772},"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},"196":{"tf":1.0},"239":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"250":{"tf":1.0},"252":{"tf":1.0},"26":{"tf":1.4142135623730951},"28":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"217":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":6,"docs":{"144":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"5":{"tf":1.0},"65":{"tf":1.0},"72":{"tf":1.0}}}}}},"u":{"b":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":2,"docs":{"155":{"tf":1.0},"170":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"250":{"tf":1.0}}}}}}}},"df":1,"docs":{"224":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"192":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"247":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"l":{"df":3,"docs":{"198":{"tf":1.0},"199":{"tf":1.0},"68":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"198":{"tf":1.0},"37":{"tf":1.0}}}}},"i":{"df":1,"docs":{"224":{"tf":1.4142135623730951}}}},"y":{"df":0,"docs":{},"p":{"df":2,"docs":{"224":{"tf":1.0},"247":{"tf":1.0}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"106":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":18,"docs":{"130":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"200":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"222":{"tf":1.0},"238":{"tf":1.0},"240":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"55":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.0},"77":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{},"x":{"df":1,"docs":{"37":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"121":{"tf":1.0},"159":{"tf":1.0},"191":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"df":2,"docs":{"228":{"tf":1.0},"229":{"tf":2.23606797749979}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{":":{":":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"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":{}}}}}}},"{":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"233":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"217":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":11,"docs":{"135":{"tf":1.0},"17":{"tf":1.0},"197":{"tf":1.0},"205":{"tf":1.0},"224":{"tf":1.0},"233":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"240":{"tf":1.0},"258":{"tf":1.0},"29":{"tf":1.0},"72":{"tf":1.0}}}},"s":{"df":4,"docs":{"116":{"tf":1.0},"233":{"tf":1.4142135623730951},"239":{"tf":1.0},"240":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"211":{"tf":1.0},"222":{"tf":1.0},"97":{"tf":1.0}}},"f":{"a":{"c":{"df":1,"docs":{"202":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"224":{"tf":1.4142135623730951},"254":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"83":{"tf":1.0}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"211":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"151":{"tf":1.0},"42":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"(":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"y":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"126":{"tf":1.7320508075688772},"127":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"n":{"c":{"df":1,"docs":{"89":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"211":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"127":{"tf":1.0},"255":{"tf":1.0}}}},"df":0,"docs":{},"x":{"df":3,"docs":{"128":{"tf":1.4142135623730951},"233":{"tf":1.0},"29":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"'":{"df":1,"docs":{"74":{"tf":1.0}}},"df":15,"docs":{"116":{"tf":1.0},"134":{"tf":1.0},"139":{"tf":1.0},"219":{"tf":1.0},"232":{"tf":1.4142135623730951},"239":{"tf":1.0},"240":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"254":{"tf":1.0},"258":{"tf":1.4142135623730951},"29":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"57":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{")":{".":{"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":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"(":{"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":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"106":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"t":{"1":{"df":1,"docs":{"136":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"136":{"tf":1.7320508075688772}}},"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"117":{"tf":1.4142135623730951},"118":{"tf":2.0},"119":{"tf":1.4142135623730951},"120":{"tf":2.0}},"e":{"\"":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"119":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"78":{"tf":1.0}},"l":{"df":1,"docs":{"218":{"tf":1.0}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":18,"docs":{"143":{"tf":1.0},"166":{"tf":1.4142135623730951},"17":{"tf":1.0},"177":{"tf":1.0},"183":{"tf":1.0},"20":{"tf":1.0},"225":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"72":{"tf":1.0},"8":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"95":{"tf":1.0}},"n":{"df":1,"docs":{"28":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"k":{"df":1,"docs":{"243":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"140":{"tf":1.0},"197":{"tf":1.0},"222":{"tf":1.4142135623730951},"25":{"tf":1.0},"29":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"126":{"tf":1.0},"2":{"tf":1.0}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"166":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"(":{"\"":{"1":{"2":{"7":{".":{"0":{".":{"0":{".":{"1":{":":{"3":{"4":{"2":{"5":{"4":{"df":1,"docs":{"94":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":14,"docs":{"140":{"tf":3.1622776601683795},"143":{"tf":1.4142135623730951},"148":{"tf":1.0},"155":{"tf":1.7320508075688772},"166":{"tf":1.0},"186":{"tf":1.4142135623730951},"211":{"tf":1.0},"222":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"25":{"tf":2.0},"29":{"tf":1.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"2":{"tf":1.0}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":4,"docs":{"146":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":1.0},"243":{"tf":1.0}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"162":{"tf":1.0},"232":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"99":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"211":{"tf":1.0}}}}},"n":{"df":1,"docs":{"125":{"tf":1.0}}},"r":{"df":0,"docs":{},"m":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":2,"docs":{"126":{"tf":2.23606797749979},"169":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"126":{"tf":1.4142135623730951},"66":{"tf":1.0},"68":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"139":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"162":{"tf":1.0},"2":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.4142135623730951}}}},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"147":{"tf":1.0},"148":{"tf":1.7320508075688772},"149":{"tf":1.0},"151":{"tf":1.4142135623730951}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":2,"docs":{"199":{"tf":1.0},"210":{"tf":1.0}}}},"t":{"'":{"df":4,"docs":{"211":{"tf":1.0},"224":{"tf":1.0},"3":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"198":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"143":{"tf":1.0},"249":{"tf":1.0},"36":{"tf":1.0},"5":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"237":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":7,"docs":{"147":{"tf":1.0},"149":{"tf":1.0},"183":{"tf":1.0},"198":{"tf":1.0},"205":{"tf":1.0},"217":{"tf":1.0},"45":{"tf":1.0}}},"k":{"df":1,"docs":{"228":{"tf":1.0}}}},"r":{"d":{"df":1,"docs":{"183":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":6,"docs":{"198":{"tf":1.7320508075688772},"199":{"tf":1.0},"217":{"tf":1.0},"232":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":4,"docs":{"197":{"tf":1.0},"200":{"tf":1.0},"211":{"tf":1.0},"97":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":4,"docs":{"206":{"tf":1.0},"212":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"(":{"\"":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}},"&":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"8":{"tf":2.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":4,"docs":{"119":{"tf":1.0},"197":{"tf":1.0},"3":{"tf":1.0},"8":{"tf":2.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":9,"docs":{"135":{"tf":1.0},"146":{"tf":1.0},"197":{"tf":1.0},"203":{"tf":1.0},"229":{"tf":1.4142135623730951},"257":{"tf":1.7320508075688772},"57":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"237":{"tf":1.0}}}}}}}},"w":{"df":1,"docs":{"112":{"tf":1.0}}}}},"u":{"df":13,"docs":{"136":{"tf":1.0},"156":{"tf":1.0},"169":{"tf":1.0},"177":{"tf":1.0},"199":{"tf":1.0},"202":{"tf":1.0},"217":{"tf":1.0},"221":{"tf":1.0},"224":{"tf":1.0},"239":{"tf":1.0},"34":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}},"i":{"df":1,"docs":{"240":{"tf":1.0}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{":":{":":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":21,"docs":{"106":{"tf":1.0},"116":{"tf":1.0},"119":{"tf":1.0},"130":{"tf":1.0},"147":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"177":{"tf":1.0},"185":{"tf":1.4142135623730951},"199":{"tf":1.0},"206":{"tf":1.4142135623730951},"21":{"tf":1.0},"225":{"tf":1.0},"229":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"240":{"tf":1.0},"29":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0},"90":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"o":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"237":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"o":{"df":2,"docs":{"175":{"tf":1.0},"178":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":7,"docs":{"175":{"tf":1.4142135623730951},"176":{"tf":1.0},"194":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"239":{"tf":1.0},"83":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"df":7,"docs":{"126":{"tf":1.0},"183":{"tf":1.0},"186":{"tf":1.0},"2":{"tf":1.0},"218":{"tf":1.0},"59":{"tf":1.0},"89":{"tf":1.0}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"192":{"tf":1.0}}}}}},"p":{"df":1,"docs":{"240":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"237":{"tf":1.0}}}}},"y":{"df":1,"docs":{"151":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"45":{"tf":1.0},"68":{"tf":1.4142135623730951}}}},"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"121":{"tf":1.0},"172":{"tf":1.0}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"240":{"tf":1.0}}},"df":33,"docs":{"112":{"tf":1.0},"118":{"tf":2.23606797749979},"119":{"tf":1.0},"120":{"tf":2.0},"121":{"tf":1.7320508075688772},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"148":{"tf":1.4142135623730951},"149":{"tf":1.0},"151":{"tf":1.4142135623730951},"155":{"tf":1.0},"17":{"tf":1.0},"170":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.7320508075688772},"199":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"221":{"tf":1.0},"224":{"tf":1.4142135623730951},"225":{"tf":1.7320508075688772},"226":{"tf":1.0},"233":{"tf":1.0},"237":{"tf":1.4142135623730951},"239":{"tf":2.0},"24":{"tf":1.0},"240":{"tf":3.1622776601683795},"28":{"tf":1.4142135623730951},"30":{"tf":1.0},"44":{"tf":1.0},"77":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"116":{"tf":1.0},"196":{"tf":1.0},"198":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"198":{"tf":1.4142135623730951},"71":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"126":{"tf":1.0},"202":{"tf":1.0},"81":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"217":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"125":{"tf":1.4142135623730951},"126":{"tf":1.0},"199":{"tf":1.0},"4":{"tf":2.0}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.4142135623730951}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"196":{"tf":1.0},"198":{"tf":1.4142135623730951},"57":{"tf":1.0}}}},"df":0,"docs":{}}}},"p":{"df":2,"docs":{"194":{"tf":1.0},"55":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"154":{"tf":1.0},"157":{"tf":1.0},"171":{"tf":1.0}}}}},"i":{"df":1,"docs":{"218":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"140":{"tf":1.0},"24":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"170":{"tf":1.0},"227":{"tf":1.0}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"212":{"tf":1.0}},"i":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":7,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"159":{"tf":1.0},"181":{"tf":1.0},"206":{"tf":1.4142135623730951},"225":{"tf":1.0},"240":{"tf":1.0}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"p":{"df":1,"docs":{"72":{"tf":1.0}}},"v":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"_":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"218":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"_":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"218":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"e":{"df":7,"docs":{"106":{"tf":1.0},"199":{"tf":1.0},"209":{"tf":1.0},"21":{"tf":1.4142135623730951},"233":{"tf":1.0},"240":{"tf":1.0},"8":{"tf":1.7320508075688772}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"197":{"tf":1.0},"202":{"tf":1.0}}}}}},"s":{"df":1,"docs":{"25":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"131":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"78":{"tf":1.7320508075688772}}},"n":{"df":2,"docs":{"217":{"tf":1.4142135623730951},"232":{"tf":1.0}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"241":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"172":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":22,"docs":{"106":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"125":{"tf":1.0},"177":{"tf":1.4142135623730951},"185":{"tf":1.0},"198":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.4142135623730951},"217":{"tf":1.0},"218":{"tf":1.0},"222":{"tf":1.0},"232":{"tf":1.7320508075688772},"233":{"tf":1.0},"29":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951},"86":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"240":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"74":{"tf":1.0}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"198":{"tf":1.0}}}}},"df":67,"docs":{"109":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"130":{"tf":2.0},"131":{"tf":2.0},"132":{"tf":1.7320508075688772},"133":{"tf":1.4142135623730951},"134":{"tf":2.23606797749979},"135":{"tf":1.7320508075688772},"136":{"tf":2.449489742783178},"137":{"tf":1.4142135623730951},"139":{"tf":1.0},"140":{"tf":1.0},"148":{"tf":1.0},"151":{"tf":1.0},"155":{"tf":1.0},"17":{"tf":1.7320508075688772},"185":{"tf":1.0},"194":{"tf":1.4142135623730951},"196":{"tf":2.0},"198":{"tf":3.1622776601683795},"199":{"tf":1.0},"20":{"tf":2.449489742783178},"200":{"tf":1.4142135623730951},"201":{"tf":1.7320508075688772},"202":{"tf":2.23606797749979},"203":{"tf":1.0},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"211":{"tf":1.0},"217":{"tf":1.0},"219":{"tf":1.4142135623730951},"222":{"tf":1.4142135623730951},"225":{"tf":2.0},"231":{"tf":1.7320508075688772},"232":{"tf":4.242640687119285},"233":{"tf":3.0},"234":{"tf":1.4142135623730951},"235":{"tf":1.0},"236":{"tf":1.7320508075688772},"237":{"tf":2.449489742783178},"239":{"tf":4.0},"240":{"tf":5.0990195135927845},"241":{"tf":1.0},"25":{"tf":1.0},"251":{"tf":1.0},"29":{"tf":1.7320508075688772},"3":{"tf":1.0},"44":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":2.0},"57":{"tf":1.7320508075688772},"6":{"tf":1.7320508075688772},"61":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"66":{"tf":1.0},"7":{"tf":2.8284271247461903},"72":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":2.6457513110645907},"88":{"tf":1.0},"9":{"tf":1.4142135623730951},"95":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"237":{"tf":1.0}}}}}}}},"u":{"1":{"6":{"df":1,"docs":{"61":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"3":{"2":{"df":4,"docs":{"148":{"tf":1.0},"177":{"tf":3.1622776601683795},"239":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"6":{"4":{"df":4,"docs":{"16":{"tf":1.7320508075688772},"17":{"tf":2.0},"239":{"tf":2.8284271247461903},"240":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"8":{"df":4,"docs":{"151":{"tf":2.23606797749979},"40":{"tf":1.0},"41":{"tf":1.0},"60":{"tf":1.0}}},"b":{"df":2,"docs":{"206":{"tf":1.4142135623730951},"72":{"tf":1.0}}},"df":1,"docs":{"8":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"206":{"tf":1.0},"68":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"248":{"tf":1.0}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"172":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"169":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"218":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"197":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951}}}}},"r":{"df":1,"docs":{"206":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"140":{"tf":1.7320508075688772},"143":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":8,"docs":{"184":{"tf":1.0},"199":{"tf":1.4142135623730951},"203":{"tf":1.0},"211":{"tf":1.0},"228":{"tf":1.0},"238":{"tf":1.0},"240":{"tf":1.7320508075688772},"5":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"211":{"tf":1.0}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"241":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"89":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"116":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}}}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"239":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":1,"docs":{"185":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"239":{"tf":1.0}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"239":{"tf":1.4142135623730951},"257":{"tf":1.7320508075688772}}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"155":{"tf":1.0}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"197":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"199":{"tf":1.0},"53":{"tf":1.0},"68":{"tf":1.0}}}}}},"q":{"df":0,"docs":{},"u":{"df":5,"docs":{"111":{"tf":1.4142135623730951},"181":{"tf":1.0},"234":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"df":0,"docs":{},"i":{">":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"239":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"239":{"tf":1.0},"240":{"tf":1.0}},"s":{"<":{"df":0,"docs":{},"t":{">":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"<":{"df":0,"docs":{},"r":{"df":1,"docs":{"239":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"df":6,"docs":{"133":{"tf":1.0},"136":{"tf":1.0},"176":{"tf":1.0},"181":{"tf":1.0},"184":{"tf":1.0},"255":{"tf":1.7320508075688772}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"198":{"tf":1.0},"90":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"217":{"tf":1.0},"41":{"tf":1.0},"71":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"k":{"df":6,"docs":{"203":{"tf":1.0},"232":{"tf":1.0},"237":{"tf":1.0},"240":{"tf":1.0},"34":{"tf":1.0},"74":{"tf":1.0}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"140":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"110":{"tf":1.4142135623730951},"211":{"tf":1.0},"249":{"tf":1.0},"5":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"222":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":21,"docs":{"189":{"tf":1.7320508075688772},"190":{"tf":1.0},"192":{"tf":1.4142135623730951},"193":{"tf":1.0},"194":{"tf":1.4142135623730951},"197":{"tf":1.7320508075688772},"200":{"tf":1.0},"203":{"tf":1.0},"206":{"tf":1.4142135623730951},"209":{"tf":1.0},"44":{"tf":1.0},"55":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":2.23606797749979},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951}},"e":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":5,"docs":{"206":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":9,"docs":{"188":{"tf":1.7320508075688772},"189":{"tf":1.4142135623730951},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"197":{"tf":1.4142135623730951},"199":{"tf":1.0},"202":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"198":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":5,"docs":{"230":{"tf":1.0},"233":{"tf":1.0},"239":{"tf":1.0},"37":{"tf":1.0},"73":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"68":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":3,"docs":{"218":{"tf":1.0},"53":{"tf":1.0},"88":{"tf":1.0}},"e":{"d":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"218":{"tf":1.0}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"218":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"r":{"df":1,"docs":{"218":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"r":{"a":{"c":{"df":1,"docs":{"218":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"218":{"tf":1.0}}}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"218":{"tf":1.0}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"218":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"37":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"p":{"df":6,"docs":{"11":{"tf":1.0},"176":{"tf":1.0},"180":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"240":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"189":{"tf":1.0},"199":{"tf":1.0},"68":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"189":{"tf":1.0},"196":{"tf":1.0},"247":{"tf":1.0},"5":{"tf":1.0},"8":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"l":{":":{"0":{".":{"5":{"df":1,"docs":{"185":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{".":{"0":{"df":1,"docs":{"185":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"184":{"tf":1.0},"185":{"tf":2.0},"186":{"tf":1.4142135623730951}}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"232":{"tf":1.0},"237":{"tf":1.0},"240":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":4,"docs":{"101":{"tf":1.0},"177":{"tf":1.0},"227":{"tf":1.4142135623730951},"50":{"tf":1.0}}}},"df":110,"docs":{"101":{"tf":1.4142135623730951},"106":{"tf":1.0},"107":{"tf":1.4142135623730951},"11":{"tf":1.7320508075688772},"112":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"12":{"tf":1.0},"120":{"tf":1.4142135623730951},"121":{"tf":2.449489742783178},"13":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"133":{"tf":1.4142135623730951},"134":{"tf":1.0},"136":{"tf":2.0},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.7320508075688772},"142":{"tf":1.0},"143":{"tf":2.0},"146":{"tf":1.0},"148":{"tf":1.4142135623730951},"151":{"tf":2.23606797749979},"155":{"tf":1.7320508075688772},"156":{"tf":1.7320508075688772},"16":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.7320508075688772},"169":{"tf":1.0},"17":{"tf":1.0},"170":{"tf":2.0},"171":{"tf":1.4142135623730951},"172":{"tf":2.0},"173":{"tf":1.0},"176":{"tf":1.4142135623730951},"177":{"tf":1.0},"178":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.4142135623730951},"185":{"tf":1.4142135623730951},"189":{"tf":1.0},"192":{"tf":1.0},"194":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.7320508075688772},"199":{"tf":2.449489742783178},"20":{"tf":1.4142135623730951},"202":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.4142135623730951},"21":{"tf":1.0},"211":{"tf":2.0},"217":{"tf":1.4142135623730951},"222":{"tf":2.23606797749979},"224":{"tf":1.7320508075688772},"225":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":2.8284271247461903},"236":{"tf":1.0},"237":{"tf":2.6457513110645907},"238":{"tf":1.4142135623730951},"239":{"tf":2.0},"24":{"tf":1.0},"240":{"tf":2.23606797749979},"241":{"tf":1.0},"25":{"tf":1.0},"252":{"tf":1.0},"255":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":2.0},"41":{"tf":1.7320508075688772},"42":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.7320508075688772},"60":{"tf":1.0},"66":{"tf":1.7320508075688772},"68":{"tf":1.0},"7":{"tf":2.449489742783178},"71":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.7320508075688772},"8":{"tf":3.4641016151377544},"81":{"tf":1.4142135623730951},"82":{"tf":1.7320508075688772},"83":{"tf":1.0},"86":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":2.449489742783178},"89":{"tf":1.4142135623730951},"9":{"tf":1.0},"90":{"tf":1.4142135623730951},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"181":{"tf":1.0}}}}}},"r":{"'":{"df":1,"docs":{"233":{"tf":1.0}}},"df":24,"docs":{"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"136":{"tf":1.0},"150":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.0},"189":{"tf":1.0},"192":{"tf":1.4142135623730951},"194":{"tf":1.0},"196":{"tf":1.4142135623730951},"198":{"tf":3.605551275463989},"199":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"209":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.4142135623730951},"240":{"tf":1.0},"241":{"tf":1.0},"254":{"tf":1.4142135623730951},"26":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.7320508075688772},"98":{"tf":1.0}}}},"i":{"df":0,"docs":{},"z":{"df":3,"docs":{"203":{"tf":1.0},"206":{"tf":1.0},"73":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":12,"docs":{"13":{"tf":1.0},"14":{"tf":1.4142135623730951},"169":{"tf":1.0},"170":{"tf":1.0},"173":{"tf":1.0},"202":{"tf":1.0},"207":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"29":{"tf":1.4142135623730951},"42":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"f":{"df":4,"docs":{"107":{"tf":1.0},"192":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"y":{"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":{},"y":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"151":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"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":{},"y":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"151":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"151":{"tf":1.0}},"i":{"d":{"df":4,"docs":{"107":{"tf":1.0},"192":{"tf":1.4142135623730951},"199":{"tf":1.0},"67":{"tf":1.0}}},"df":0,"docs":{}},"u":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"207":{"tf":1.0}}}},"df":0,"docs":{}},"df":31,"docs":{"106":{"tf":2.23606797749979},"155":{"tf":1.0},"16":{"tf":1.7320508075688772},"162":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"17":{"tf":2.23606797749979},"170":{"tf":1.4142135623730951},"173":{"tf":1.0},"185":{"tf":1.0},"198":{"tf":1.4142135623730951},"200":{"tf":1.0},"206":{"tf":1.7320508075688772},"21":{"tf":1.4142135623730951},"211":{"tf":1.0},"212":{"tf":1.0},"222":{"tf":1.0},"227":{"tf":1.0},"229":{"tf":1.0},"232":{"tf":1.0},"239":{"tf":1.4142135623730951},"240":{"tf":3.605551275463989},"252":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":3.1622776601683795},"45":{"tf":1.4142135623730951},"48":{"tf":1.0},"53":{"tf":1.7320508075688772},"55":{"tf":1.0}},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"16":{"tf":1.0},"17":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":16,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"103":{"tf":1.0},"121":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"37":{"tf":2.0},"48":{"tf":1.0},"53":{"tf":2.0},"74":{"tf":1.0},"80":{"tf":1.7320508075688772},"81":{"tf":1.7320508075688772},"82":{"tf":1.0},"83":{"tf":1.4142135623730951},"84":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"87":{"tf":1.0}}},"b":{"df":1,"docs":{"87":{"tf":1.0}}},"c":{"df":1,"docs":{"87":{"tf":1.0}}},"df":7,"docs":{"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"86":{"tf":1.4142135623730951},"87":{"tf":1.7320508075688772},"89":{"tf":1.7320508075688772},"90":{"tf":1.4142135623730951}}}}},"df":2,"docs":{"147":{"tf":1.0},"3":{"tf":1.0}}}}},"df":2,"docs":{"148":{"tf":2.0},"240":{"tf":2.6457513110645907}},"e":{"c":{"!":{"[":{"\"":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"78":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"0":{"df":0,"docs":{},"u":{"8":{"df":1,"docs":{"73":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"c":{"a":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"68":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"<":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"118":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951}}}}}},"a":{"c":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"118":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"232":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"119":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"232":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"'":{"a":{"df":1,"docs":{"120":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"21":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"119":{"tf":1.4142135623730951}}}}},"t":{"df":4,"docs":{"237":{"tf":1.0},"25":{"tf":2.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"u":{"8":{"df":2,"docs":{"192":{"tf":1.0},"237":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":7,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.4142135623730951},"128":{"tf":1.0},"21":{"tf":1.0},"25":{"tf":1.4142135623730951},"71":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"<":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"232":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"232":{"tf":1.0}}}}}},"df":8,"docs":{"101":{"tf":1.0},"107":{"tf":1.4142135623730951},"120":{"tf":1.0},"128":{"tf":1.0},"21":{"tf":1.0},"232":{"tf":1.0},"68":{"tf":1.7320508075688772},"74":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"180":{"tf":1.0},"68":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":11,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"110":{"tf":1.0},"124":{"tf":1.0},"136":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"237":{"tf":1.0},"251":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":14,"docs":{"140":{"tf":1.0},"158":{"tf":1.0},"185":{"tf":1.4142135623730951},"206":{"tf":1.7320508075688772},"222":{"tf":1.0},"239":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.0},"68":{"tf":1.0},"74":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}}}},"u":{"df":1,"docs":{"8":{"tf":1.7320508075688772}}}}}},"i":{"a":{"df":3,"docs":{"28":{"tf":1.0},"29":{"tf":1.0},"65":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"239":{"tf":1.0}}}}}},"df":7,"docs":{"198":{"tf":1.0},"239":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"29":{"tf":2.23606797749979},"77":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"<":{"df":0,"docs":{},"e":{">":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"240":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":1,"docs":{"157":{"tf":1.0}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"155":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"155":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"155":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"<":{"df":0,"docs":{},"e":{">":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"240":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"u":{"6":{"4":{"<":{"df":0,"docs":{},"e":{">":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"240":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":3,"docs":{"155":{"tf":1.7320508075688772},"158":{"tf":1.0},"240":{"tf":2.449489742783178}},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":1,"docs":{"157":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"h":{"df":1,"docs":{"157":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"<":{"'":{"d":{"df":1,"docs":{"240":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"6":{"4":{"df":1,"docs":{"155":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"df":1,"docs":{"155":{"tf":1.0}}}},"df":10,"docs":{"153":{"tf":1.7320508075688772},"154":{"tf":1.7320508075688772},"155":{"tf":1.7320508075688772},"156":{"tf":2.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.7320508075688772},"171":{"tf":1.0},"173":{"tf":1.4142135623730951},"238":{"tf":1.0},"240":{"tf":3.7416573867739413}}}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"157":{"tf":1.0},"198":{"tf":2.0},"222":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":2.8284271247461903}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"8":{"tf":2.0}}}}}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}},"l":{"df":0,"docs":{},"k":{"_":{"df":1,"docs":{"157":{"tf":1.0}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"157":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}},"df":2,"docs":{"155":{"tf":1.0},"173":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":16,"docs":{"107":{"tf":1.0},"116":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"156":{"tf":1.0},"171":{"tf":1.0},"218":{"tf":1.7320508075688772},"222":{"tf":1.4142135623730951},"233":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.4142135623730951},"8":{"tf":1.0},"81":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"214":{"tf":1.0},"217":{"tf":2.23606797749979},"218":{"tf":1.7320508075688772},"37":{"tf":1.0},"88":{"tf":1.0}}}},"y":{"df":32,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"110":{"tf":1.4142135623730951},"121":{"tf":1.0},"128":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"146":{"tf":1.0},"151":{"tf":1.0},"157":{"tf":1.0},"174":{"tf":1.0},"176":{"tf":1.0},"180":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"206":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"235":{"tf":1.0},"239":{"tf":1.7320508075688772},"240":{"tf":1.7320508075688772},"254":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0},"89":{"tf":1.4142135623730951}}}},"df":1,"docs":{"219":{"tf":1.0}},"e":{"'":{"df":0,"docs":{},"r":{"df":1,"docs":{"136":{"tf":1.0}}}},"b":{"df":1,"docs":{"185":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"222":{"tf":1.0},"68":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"l":{"df":20,"docs":{"119":{"tf":1.0},"143":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.0},"183":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"222":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"237":{"tf":1.0},"240":{"tf":1.0},"53":{"tf":1.0},"8":{"tf":1.0},"87":{"tf":1.0},"89":{"tf":1.0},"98":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"230":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":5,"docs":{"108":{"tf":1.0},"217":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.4142135623730951},"7":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":4,"docs":{"149":{"tf":1.0},"228":{"tf":1.0},"29":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"211":{"tf":1.0},"233":{"tf":1.0},"257":{"tf":1.0},"37":{"tf":1.0},"83":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"218":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"o":{"a":{"df":1,"docs":{"230":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":7,"docs":{"111":{"tf":1.0},"117":{"tf":1.0},"121":{"tf":1.0},"169":{"tf":1.0},"176":{"tf":1.0},"51":{"tf":1.0},"81":{"tf":1.0}}}},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"206":{"tf":1.0},"74":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":4,"docs":{"20":{"tf":1.0},"200":{"tf":1.0},"237":{"tf":1.0},"73":{"tf":1.4142135623730951}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"181":{"tf":1.0},"184":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"a":{"df":6,"docs":{"113":{"tf":1.0},"144":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"167":{"tf":1.0},"174":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"l":{"d":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"87":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"232":{"tf":1.0}}}}},"n":{"df":1,"docs":{"232":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"8":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"100":{"tf":1.0},"110":{"tf":1.0},"248":{"tf":1.0},"88":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":13,"docs":{"143":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"210":{"tf":1.0},"214":{"tf":1.0},"218":{"tf":1.0},"241":{"tf":1.4142135623730951},"247":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":4,"docs":{"42":{"tf":1.0},"51":{"tf":1.0},"67":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"d":{".":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":3,"docs":{"146":{"tf":1.0},"232":{"tf":1.0},"8":{"tf":2.23606797749979}},"i":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":26,"docs":{"143":{"tf":1.7320508075688772},"147":{"tf":1.0},"166":{"tf":1.0},"179":{"tf":1.0},"183":{"tf":1.4142135623730951},"186":{"tf":1.0},"199":{"tf":1.0},"222":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"239":{"tf":1.4142135623730951},"240":{"tf":2.0},"249":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.4142135623730951},"66":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":1.4142135623730951},"88":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"146":{"tf":1.0}}}}}}},"l":{"d":{"df":1,"docs":{"172":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":3,"docs":{"180":{"tf":1.0},"199":{"tf":1.0},"206":{"tf":1.0}},"t":{"df":1,"docs":{"199":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"205":{"tf":1.0},"89":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":10,"docs":{"133":{"tf":1.0},"134":{"tf":1.7320508075688772},"135":{"tf":1.0},"203":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.7320508075688772},"240":{"tf":1.0},"42":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"131":{"tf":1.0},"134":{"tf":1.4142135623730951},"135":{"tf":1.0},"192":{"tf":1.0},"194":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.7320508075688772},"202":{"tf":1.7320508075688772},"203":{"tf":1.4142135623730951},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":17,"docs":{"112":{"tf":1.0},"128":{"tf":1.0},"148":{"tf":1.0},"166":{"tf":1.0},"190":{"tf":1.0},"194":{"tf":1.0},"197":{"tf":1.0},"211":{"tf":1.0},"225":{"tf":1.0},"233":{"tf":1.0},"243":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"93":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":14,"docs":{"124":{"tf":1.0},"154":{"tf":1.0},"185":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"202":{"tf":1.0},"209":{"tf":1.0},"217":{"tf":1.0},"233":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":6,"docs":{"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"233":{"tf":1.0},"44":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"112":{"tf":1.4142135623730951}}}}}}},"x":{",":{"1":{",":{"2":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"210":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"140":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":7,"docs":{"128":{"tf":1.0},"140":{"tf":1.0},"151":{"tf":2.449489742783178},"177":{"tf":2.23606797749979},"210":{"tf":2.23606797749979},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951}},"x":{"'":{"df":1,"docs":{"140":{"tf":1.0}}},".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":1,"docs":{"140":{"tf":1.0}}}}}},"df":1,"docs":{"140":{"tf":1.4142135623730951}}}},"y":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"112":{"tf":2.0}}}}}},"df":4,"docs":{"128":{"tf":1.4142135623730951},"151":{"tf":2.8284271247461903},"177":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"79":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"'":{"d":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.4142135623730951}}},"df":0,"docs":{},"r":{"df":2,"docs":{"44":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"248":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}}}}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":9,"docs":{"134":{"tf":1.0},"199":{"tf":1.4142135623730951},"21":{"tf":1.0},"40":{"tf":1.0},"66":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"77":{"tf":1.0},"79":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"74":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"title":{"root":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"239":{"tf":1.0},"257":{"tf":1.0}}}}}},"df":0,"docs":{}},"d":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"242":{"tf":1.0}}}}},"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":24,"docs":{"102":{"tf":1.0},"108":{"tf":1.0},"13":{"tf":1.0},"134":{"tf":1.0},"142":{"tf":1.0},"149":{"tf":1.0},"164":{"tf":1.0},"179":{"tf":1.0},"184":{"tf":1.0},"190":{"tf":1.0},"199":{"tf":1.0},"204":{"tf":1.0},"216":{"tf":1.0},"223":{"tf":1.0},"234":{"tf":1.0},"27":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"51":{"tf":1.0},"62":{"tf":1.0},"68":{"tf":1.0},"74":{"tf":1.0},"83":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"k":{"a":{"df":1,"docs":{"145":{"tf":1.0}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"218":{"tf":1.0},"236":{"tf":1.0},"88":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"207":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"195":{"tf":1.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"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":2,"docs":{"104":{"tf":1.0},"6":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"254":{"tf":1.0}}}}}}}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"195":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"113":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"244":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"175":{"tf":1.0},"208":{"tf":1.0},"6":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"246":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"160":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"39":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"208":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"258":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"231":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"208":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"259":{"tf":1.0},"80":{"tf":1.0}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":5,"docs":{"198":{"tf":1.0},"203":{"tf":1.0},"58":{"tf":1.0},"67":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"114":{"tf":1.0},"253":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"246":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"201":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"15":{"tf":1.0},"17":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"104":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"188":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"126":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"182":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"159":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"61":{"tf":1.0}}}}}}}},"d":{"b":{"c":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"230":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"19":{"tf":1.0}}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"250":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"y":{"(":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"213":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"220":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":34,"docs":{"100":{"tf":1.0},"105":{"tf":1.0},"11":{"tf":1.0},"115":{"tf":1.0},"124":{"tf":1.0},"131":{"tf":1.0},"139":{"tf":1.0},"146":{"tf":1.0},"154":{"tf":1.0},"16":{"tf":1.0},"161":{"tf":1.0},"169":{"tf":1.0},"176":{"tf":1.0},"183":{"tf":1.0},"189":{"tf":1.0},"196":{"tf":1.0},"20":{"tf":1.0},"202":{"tf":1.0},"209":{"tf":1.0},"214":{"tf":1.0},"221":{"tf":1.0},"232":{"tf":1.0},"24":{"tf":1.0},"32":{"tf":1.0},"40":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0},"65":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.0},"86":{"tf":1.0},"93":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":7,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"2":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"251":{"tf":1.0},"3":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"s":{"a":{"d":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":23,"docs":{"103":{"tf":1.0},"109":{"tf":1.0},"135":{"tf":1.0},"14":{"tf":1.0},"150":{"tf":1.0},"165":{"tf":1.0},"180":{"tf":1.0},"185":{"tf":1.0},"191":{"tf":1.0},"200":{"tf":1.0},"205":{"tf":1.0},"224":{"tf":1.0},"235":{"tf":1.0},"28":{"tf":1.0},"36":{"tf":1.0},"44":{"tf":1.0},"52":{"tf":1.0},"63":{"tf":1.0},"69":{"tf":1.0},"75":{"tf":1.0},"84":{"tf":1.0},"90":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":16,"docs":{"121":{"tf":1.0},"128":{"tf":1.0},"136":{"tf":1.0},"143":{"tf":1.0},"151":{"tf":1.0},"157":{"tf":1.0},"166":{"tf":1.0},"172":{"tf":1.0},"181":{"tf":1.0},"225":{"tf":1.0},"29":{"tf":1.0},"37":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0},"89":{"tf":1.0},"98":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"o":{"c":{"df":1,"docs":{"92":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"256":{"tf":1.0}}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"248":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"w":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"217":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":1,"docs":{"248":{"tf":1.0}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"92":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"252":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"39":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"104":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":32,"docs":{"101":{"tf":1.0},"106":{"tf":1.0},"117":{"tf":1.0},"12":{"tf":1.0},"132":{"tf":1.0},"140":{"tf":1.0},"148":{"tf":1.0},"155":{"tf":1.0},"162":{"tf":1.0},"170":{"tf":1.0},"177":{"tf":1.0},"186":{"tf":1.0},"192":{"tf":1.0},"198":{"tf":1.0},"203":{"tf":1.0},"21":{"tf":1.0},"210":{"tf":1.0},"215":{"tf":1.0},"222":{"tf":1.0},"233":{"tf":1.0},"25":{"tf":1.0},"33":{"tf":1.0},"41":{"tf":1.0},"49":{"tf":1.0},"58":{"tf":1.0},"67":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0},"95":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"85":{"tf":1.0}}}}}}}},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"206":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":3,"docs":{"194":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"85":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}},"n":{"df":1,"docs":{"120":{"tf":1.0}}},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"168":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":1,"docs":{"240":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"126":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"119":{"tf":1.0},"227":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"231":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"126":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"138":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"240":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"5":{"tf":1.0},"55":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"229":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"92":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"123":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"206":{"tf":1.0},"76":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"39":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"249":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"w":{"df":1,"docs":{"250":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":2,"docs":{"238":{"tf":1.0},"239":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"255":{"tf":1.0}}}}}}}}},"o":{"d":{"df":1,"docs":{"250":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{":":{":":{"df":0,"docs":{},"{":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"(":{"_":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"255":{"tf":1.0}}}},"df":1,"docs":{"188":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":19,"docs":{"107":{"tf":1.0},"116":{"tf":1.0},"125":{"tf":1.0},"133":{"tf":1.0},"141":{"tf":1.0},"147":{"tf":1.0},"156":{"tf":1.0},"163":{"tf":1.0},"171":{"tf":1.0},"178":{"tf":1.0},"197":{"tf":1.0},"211":{"tf":1.0},"26":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0},"94":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"99":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"130":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"85":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"118":{"tf":1.0},"120":{"tf":1.0},"195":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"244":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"240":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"76":{"tf":1.0}}}}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"240":{"tf":1.0}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"246":{"tf":1.0},"76":{"tf":1.0}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"246":{"tf":1.0}}}}}}}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"39":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"df":1,"docs":{"228":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"70":{"tf":1.0},"80":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":9,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"113":{"tf":1.0},"159":{"tf":1.0},"174":{"tf":1.0},"194":{"tf":1.0},"2":{"tf":1.0},"207":{"tf":1.0},"3":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"259":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"119":{"tf":1.0},"23":{"tf":1.0}}}}}}},"l":{"a":{"df":1,"docs":{"254":{"tf":1.0}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"145":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"220":{"tf":1.0}}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"182":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"245":{"tf":1.0},"246":{"tf":1.0},"249":{"tf":1.0},"254":{"tf":1.0}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"m":{"df":2,"docs":{"238":{"tf":1.0},"240":{"tf":1.0}}}},"v":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"85":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"126":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"228":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"253":{"tf":1.0}}}}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"df":1,"docs":{"138":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"248":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"(":{"_":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"242":{"tf":1.0}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"104":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"111":{"tf":1.0},"227":{"tf":1.0},"3":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"208":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":24,"docs":{"122":{"tf":1.0},"129":{"tf":1.0},"137":{"tf":1.0},"144":{"tf":1.0},"152":{"tf":1.0},"158":{"tf":1.0},"167":{"tf":1.0},"173":{"tf":1.0},"18":{"tf":1.0},"187":{"tf":1.0},"193":{"tf":1.0},"212":{"tf":1.0},"219":{"tf":1.0},"22":{"tf":1.0},"226":{"tf":1.0},"237":{"tf":1.0},"241":{"tf":1.0},"30":{"tf":1.0},"38":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.0},"79":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":1.0}}},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"256":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"c":{"df":0,"docs":{},"q":{"df":1,"docs":{"253":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"258":{"tf":1.0}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"182":{"tf":1.0},"188":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"247":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}}}},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"47":{"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":{"145":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"10":{"tf":1.0},"64":{"tf":1.0},"70":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"175":{"tf":1.0},"88":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"174":{"tf":1.0},"60":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":1,"docs":{"243":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"99":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"118":{"tf":1.0},"120":{"tf":1.0},"19":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"206":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":5,"docs":{"201":{"tf":1.0},"231":{"tf":1.0},"239":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"239":{"tf":1.0},"257":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"255":{"tf":1.0}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"188":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"227":{"tf":1.0}}}},"df":4,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"6":{"tf":1.0}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"39":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"153":{"tf":1.0}}}}}}}}},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"206":{"tf":1.0}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"201":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"y":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"112":{"tf":1.0}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"248":{"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":["intro.html#introduction","intro.html#participation","intro.html#design-patterns","intro.html#design-patterns-in-rust","translations.html#translations","idioms/index.html#idioms","idioms/coercion-arguments.html#use-borrowed-types-for-arguments","idioms/coercion-arguments.html#description","idioms/coercion-arguments.html#example","idioms/coercion-arguments.html#see-also","idioms/concat-format.html#concatenating-strings-with-format","idioms/concat-format.html#description","idioms/concat-format.html#example","idioms/concat-format.html#advantages","idioms/concat-format.html#disadvantages","idioms/ctor.html#constructors","idioms/ctor.html#description","idioms/ctor.html#default-constructors","idioms/ctor.html#see-also","idioms/default.html#the-default-trait","idioms/default.html#description","idioms/default.html#example","idioms/default.html#see-also","idioms/deref.html#collections-are-smart-pointers","idioms/deref.html#description","idioms/deref.html#example","idioms/deref.html#motivation","idioms/deref.html#advantages","idioms/deref.html#disadvantages","idioms/deref.html#discussion","idioms/deref.html#see-also","idioms/dtor-finally.html#finalisation-in-destructors","idioms/dtor-finally.html#description","idioms/dtor-finally.html#example","idioms/dtor-finally.html#motivation","idioms/dtor-finally.html#advantages","idioms/dtor-finally.html#disadvantages","idioms/dtor-finally.html#discussion","idioms/dtor-finally.html#see-also","idioms/mem-replace.html#memtake_-replace_-to-keep-owned-values-in-changed-enums","idioms/mem-replace.html#description","idioms/mem-replace.html#example","idioms/mem-replace.html#motivation","idioms/mem-replace.html#advantages","idioms/mem-replace.html#disadvantages","idioms/mem-replace.html#discussion","idioms/mem-replace.html#see-also","idioms/on-stack-dyn-dispatch.html#on-stack-dynamic-dispatch","idioms/on-stack-dyn-dispatch.html#description","idioms/on-stack-dyn-dispatch.html#example","idioms/on-stack-dyn-dispatch.html#motivation","idioms/on-stack-dyn-dispatch.html#advantages","idioms/on-stack-dyn-dispatch.html#disadvantages","idioms/on-stack-dyn-dispatch.html#discussion","idioms/on-stack-dyn-dispatch.html#see-also","idioms/ffi/intro.html#ffi-idioms","idioms/ffi/errors.html#error-handling-in-ffi","idioms/ffi/errors.html#description","idioms/ffi/errors.html#code-example","idioms/ffi/errors.html#flat-enums","idioms/ffi/errors.html#structured-enums","idioms/ffi/errors.html#custom-error-types","idioms/ffi/errors.html#advantages","idioms/ffi/errors.html#disadvantages","idioms/ffi/accepting-strings.html#accepting-strings","idioms/ffi/accepting-strings.html#description","idioms/ffi/accepting-strings.html#motivation","idioms/ffi/accepting-strings.html#code-example","idioms/ffi/accepting-strings.html#advantages","idioms/ffi/accepting-strings.html#disadvantages","idioms/ffi/passing-strings.html#passing-strings","idioms/ffi/passing-strings.html#description","idioms/ffi/passing-strings.html#motivation","idioms/ffi/passing-strings.html#code-example","idioms/ffi/passing-strings.html#advantages","idioms/ffi/passing-strings.html#disadvantages","idioms/option-iter.html#iterating-over-an-option","idioms/option-iter.html#description","idioms/option-iter.html#examples","idioms/option-iter.html#see-also","idioms/pass-var-to-closure.html#pass-variables-to-closure","idioms/pass-var-to-closure.html#description","idioms/pass-var-to-closure.html#example","idioms/pass-var-to-closure.html#advantages","idioms/pass-var-to-closure.html#disadvantages","idioms/priv-extend.html#non_exhaustive-and-private-fields-for-extensibility","idioms/priv-extend.html#description","idioms/priv-extend.html#example","idioms/priv-extend.html#alternative-private-fields-for-structs","idioms/priv-extend.html#discussion","idioms/priv-extend.html#disadvantages","idioms/priv-extend.html#see-also","idioms/rustdoc-init.html#easy-doc-initialization","idioms/rustdoc-init.html#description","idioms/rustdoc-init.html#motivation","idioms/rustdoc-init.html#example","idioms/rustdoc-init.html#advantages","idioms/rustdoc-init.html#disadvantages","idioms/rustdoc-init.html#discussion","idioms/temporary-mutability.html#temporary-mutability","idioms/temporary-mutability.html#description","idioms/temporary-mutability.html#example","idioms/temporary-mutability.html#advantages","idioms/temporary-mutability.html#disadvantages","idioms/return-consumed-arg-on-error.html#return-consumed-argument-on-error","idioms/return-consumed-arg-on-error.html#description","idioms/return-consumed-arg-on-error.html#example","idioms/return-consumed-arg-on-error.html#motivation","idioms/return-consumed-arg-on-error.html#advantages","idioms/return-consumed-arg-on-error.html#disadvantages","patterns/index.html#design-patterns","patterns/index.html#design-patterns-in-rust","patterns/index.html#yagni","patterns/behavioural/intro.html#behavioural-patterns","patterns/behavioural/command.html#command","patterns/behavioural/command.html#description","patterns/behavioural/command.html#motivation","patterns/behavioural/command.html#example","patterns/behavioural/command.html#approach-using-trait-objects","patterns/behavioural/command.html#approach-using-function-pointers","patterns/behavioural/command.html#approach-using-fn-trait-objects","patterns/behavioural/command.html#discussion","patterns/behavioural/command.html#see-also","patterns/behavioural/interpreter.html#interpreter","patterns/behavioural/interpreter.html#description","patterns/behavioural/interpreter.html#motivation","patterns/behavioural/interpreter.html#context-free-grammar-for-our-problem","patterns/behavioural/interpreter.html#solution","patterns/behavioural/interpreter.html#discussion","patterns/behavioural/interpreter.html#see-also","patterns/behavioural/newtype.html#newtype","patterns/behavioural/newtype.html#description","patterns/behavioural/newtype.html#example","patterns/behavioural/newtype.html#motivation","patterns/behavioural/newtype.html#advantages","patterns/behavioural/newtype.html#disadvantages","patterns/behavioural/newtype.html#discussion","patterns/behavioural/newtype.html#see-also","patterns/behavioural/RAII.html#raii-with-guards","patterns/behavioural/RAII.html#description","patterns/behavioural/RAII.html#example","patterns/behavioural/RAII.html#motivation","patterns/behavioural/RAII.html#advantages","patterns/behavioural/RAII.html#discussion","patterns/behavioural/RAII.html#see-also","patterns/behavioural/strategy.html#strategy-aka-policy","patterns/behavioural/strategy.html#description","patterns/behavioural/strategy.html#motivation","patterns/behavioural/strategy.html#example","patterns/behavioural/strategy.html#advantages","patterns/behavioural/strategy.html#disadvantages","patterns/behavioural/strategy.html#discussion","patterns/behavioural/strategy.html#see-also","patterns/behavioural/visitor.html#visitor","patterns/behavioural/visitor.html#description","patterns/behavioural/visitor.html#example","patterns/behavioural/visitor.html#motivation","patterns/behavioural/visitor.html#discussion","patterns/behavioural/visitor.html#see-also","patterns/creational/intro.html#creational-patterns","patterns/creational/builder.html#builder","patterns/creational/builder.html#description","patterns/creational/builder.html#example","patterns/creational/builder.html#motivation","patterns/creational/builder.html#advantages","patterns/creational/builder.html#disadvantages","patterns/creational/builder.html#discussion","patterns/creational/builder.html#see-also","patterns/creational/fold.html#fold","patterns/creational/fold.html#description","patterns/creational/fold.html#example","patterns/creational/fold.html#motivation","patterns/creational/fold.html#discussion","patterns/creational/fold.html#see-also","patterns/structural/intro.html#structural-patterns","patterns/structural/compose-structs.html#compose-structs-together-for-better-borrowing","patterns/structural/compose-structs.html#description","patterns/structural/compose-structs.html#example","patterns/structural/compose-structs.html#motivation","patterns/structural/compose-structs.html#advantages","patterns/structural/compose-structs.html#disadvantages","patterns/structural/compose-structs.html#discussion","patterns/structural/small-crates.html#prefer-small-crates","patterns/structural/small-crates.html#description","patterns/structural/small-crates.html#advantages","patterns/structural/small-crates.html#disadvantages","patterns/structural/small-crates.html#examples","patterns/structural/small-crates.html#see-also","patterns/structural/unsafe-mods.html#contain-unsafety-in-small-modules","patterns/structural/unsafe-mods.html#description","patterns/structural/unsafe-mods.html#advantages","patterns/structural/unsafe-mods.html#disadvantages","patterns/structural/unsafe-mods.html#examples","patterns/structural/unsafe-mods.html#see-also","patterns/ffi/intro.html#ffi-patterns","patterns/ffi/export.html#object-based-apis","patterns/ffi/export.html#description","patterns/ffi/export.html#motivation","patterns/ffi/export.html#code-example","patterns/ffi/export.html#advantages","patterns/ffi/export.html#disadvantages","patterns/ffi/wrappers.html#type-consolidation-into-wrappers","patterns/ffi/wrappers.html#description","patterns/ffi/wrappers.html#code-example","patterns/ffi/wrappers.html#advantages","patterns/ffi/wrappers.html#disadvantages","patterns/ffi/wrappers.html#trying-to-wrap-iterators-and-failing","anti_patterns/index.html#anti-patterns","anti_patterns/borrow_clone.html#clone-to-satisfy-the-borrow-checker","anti_patterns/borrow_clone.html#description","anti_patterns/borrow_clone.html#example","anti_patterns/borrow_clone.html#motivation","anti_patterns/borrow_clone.html#see-also","anti_patterns/deny-warnings.html#denywarnings","anti_patterns/deny-warnings.html#description","anti_patterns/deny-warnings.html#example","anti_patterns/deny-warnings.html#advantages","anti_patterns/deny-warnings.html#drawbacks","anti_patterns/deny-warnings.html#alternatives","anti_patterns/deny-warnings.html#see-also","anti_patterns/deref.html#deref-polymorphism","anti_patterns/deref.html#description","anti_patterns/deref.html#example","anti_patterns/deref.html#advantages","anti_patterns/deref.html#disadvantages","anti_patterns/deref.html#discussion","anti_patterns/deref.html#see-also","functional/index.html#functional-usage-of-rust","functional/paradigms.html#programming-paradigms","functional/paradigms.html#imperative","functional/paradigms.html#declarative","functional/generics-type-classes.html#generics-as-type-classes","functional/generics-type-classes.html#description","functional/generics-type-classes.html#example","functional/generics-type-classes.html#advantages","functional/generics-type-classes.html#disadvantages","functional/generics-type-classes.html#alternatives","functional/generics-type-classes.html#see-also","functional/lenses.html#lenses-and-prisms","functional/lenses.html#lenses-uniform-access-across-types","functional/lenses.html#prisms-a-higher-order-form-of-optics","functional/lenses.html#see-also","additional_resources/index.html#additional-resources","additional_resources/index.html#talks","additional_resources/index.html#books-online","additional_resources/design-principles.html#design-principles","additional_resources/design-principles.html#a-brief-overview-over-common-design-principles","additional_resources/design-principles.html#solid","additional_resources/design-principles.html#dry-dont-repeat-yourself","additional_resources/design-principles.html#kiss-principle","additional_resources/design-principles.html#law-of-demeter-lod","additional_resources/design-principles.html#design-by-contract-dbc","additional_resources/design-principles.html#encapsulation","additional_resources/design-principles.html#command-query-separationcqs","additional_resources/design-principles.html#principle-of-least-astonishment-pola","additional_resources/design-principles.html#linguistic-modular-units","additional_resources/design-principles.html#self-documentation","additional_resources/design-principles.html#uniform-access","additional_resources/design-principles.html#single-choice","additional_resources/design-principles.html#persistence-closure"],"index":{"documentStore":{"docInfo":{"0":{"body":0,"breadcrumbs":2,"title":1},"1":{"body":7,"breadcrumbs":2,"title":1},"10":{"body":0,"breadcrumbs":7,"title":3},"100":{"body":23,"breadcrumbs":4,"title":1},"101":{"body":28,"breadcrumbs":4,"title":1},"102":{"body":7,"breadcrumbs":4,"title":1},"103":{"body":15,"breadcrumbs":4,"title":1},"104":{"body":0,"breadcrumbs":9,"title":4},"105":{"body":10,"breadcrumbs":6,"title":1},"106":{"body":56,"breadcrumbs":6,"title":1},"107":{"body":42,"breadcrumbs":6,"title":1},"108":{"body":6,"breadcrumbs":6,"title":1},"109":{"body":5,"breadcrumbs":6,"title":1},"11":{"body":22,"breadcrumbs":5,"title":1},"110":{"body":55,"breadcrumbs":4,"title":2},"111":{"body":15,"breadcrumbs":5,"title":3},"112":{"body":39,"breadcrumbs":3,"title":1},"113":{"body":15,"breadcrumbs":5,"title":2},"114":{"body":0,"breadcrumbs":5,"title":1},"115":{"body":10,"breadcrumbs":5,"title":1},"116":{"body":43,"breadcrumbs":5,"title":1},"117":{"body":39,"breadcrumbs":5,"title":1},"118":{"body":112,"breadcrumbs":8,"title":4},"119":{"body":110,"breadcrumbs":8,"title":4},"12":{"body":20,"breadcrumbs":5,"title":1},"120":{"body":97,"breadcrumbs":9,"title":5},"121":{"body":71,"breadcrumbs":5,"title":1},"122":{"body":6,"breadcrumbs":5,"title":1},"123":{"body":0,"breadcrumbs":5,"title":1},"124":{"body":34,"breadcrumbs":5,"title":1},"125":{"body":26,"breadcrumbs":5,"title":1},"126":{"body":72,"breadcrumbs":8,"title":4},"127":{"body":97,"breadcrumbs":5,"title":1},"128":{"body":92,"breadcrumbs":5,"title":1},"129":{"body":6,"breadcrumbs":5,"title":1},"13":{"body":8,"breadcrumbs":5,"title":1},"130":{"body":36,"breadcrumbs":5,"title":1},"131":{"body":16,"breadcrumbs":5,"title":1},"132":{"body":41,"breadcrumbs":5,"title":1},"133":{"body":36,"breadcrumbs":5,"title":1},"134":{"body":31,"breadcrumbs":5,"title":1},"135":{"body":27,"breadcrumbs":5,"title":1},"136":{"body":65,"breadcrumbs":5,"title":1},"137":{"body":17,"breadcrumbs":5,"title":1},"138":{"body":0,"breadcrumbs":7,"title":2},"139":{"body":33,"breadcrumbs":6,"title":1},"14":{"body":18,"breadcrumbs":5,"title":1},"140":{"body":107,"breadcrumbs":6,"title":1},"141":{"body":15,"breadcrumbs":6,"title":1},"142":{"body":7,"breadcrumbs":6,"title":1},"143":{"body":102,"breadcrumbs":6,"title":1},"144":{"body":14,"breadcrumbs":6,"title":1},"145":{"body":0,"breadcrumbs":7,"title":3},"146":{"body":64,"breadcrumbs":5,"title":1},"147":{"body":37,"breadcrumbs":5,"title":1},"148":{"body":130,"breadcrumbs":5,"title":1},"149":{"body":30,"breadcrumbs":5,"title":1},"15":{"body":0,"breadcrumbs":3,"title":1},"150":{"body":19,"breadcrumbs":5,"title":1},"151":{"body":173,"breadcrumbs":5,"title":1},"152":{"body":7,"breadcrumbs":5,"title":1},"153":{"body":0,"breadcrumbs":5,"title":1},"154":{"body":34,"breadcrumbs":5,"title":1},"155":{"body":120,"breadcrumbs":5,"title":1},"156":{"body":27,"breadcrumbs":5,"title":1},"157":{"body":61,"breadcrumbs":5,"title":1},"158":{"body":18,"breadcrumbs":5,"title":1},"159":{"body":32,"breadcrumbs":5,"title":2},"16":{"body":49,"breadcrumbs":3,"title":1},"160":{"body":0,"breadcrumbs":5,"title":1},"161":{"body":5,"breadcrumbs":5,"title":1},"162":{"body":101,"breadcrumbs":5,"title":1},"163":{"body":8,"breadcrumbs":5,"title":1},"164":{"body":15,"breadcrumbs":5,"title":1},"165":{"body":9,"breadcrumbs":5,"title":1},"166":{"body":79,"breadcrumbs":5,"title":1},"167":{"body":20,"breadcrumbs":5,"title":1},"168":{"body":0,"breadcrumbs":5,"title":1},"169":{"body":36,"breadcrumbs":5,"title":1},"17":{"body":109,"breadcrumbs":4,"title":2},"170":{"body":146,"breadcrumbs":5,"title":1},"171":{"body":52,"breadcrumbs":5,"title":1},"172":{"body":100,"breadcrumbs":5,"title":1},"173":{"body":55,"breadcrumbs":5,"title":1},"174":{"body":11,"breadcrumbs":5,"title":2},"175":{"body":4,"breadcrumbs":10,"title":5},"176":{"body":49,"breadcrumbs":6,"title":1},"177":{"body":116,"breadcrumbs":6,"title":1},"178":{"body":3,"breadcrumbs":6,"title":1},"179":{"body":9,"breadcrumbs":6,"title":1},"18":{"body":21,"breadcrumbs":3,"title":1},"180":{"body":20,"breadcrumbs":6,"title":1},"181":{"body":46,"breadcrumbs":6,"title":1},"182":{"body":0,"breadcrumbs":9,"title":3},"183":{"body":39,"breadcrumbs":7,"title":1},"184":{"body":41,"breadcrumbs":7,"title":1},"185":{"body":60,"breadcrumbs":7,"title":1},"186":{"body":21,"breadcrumbs":7,"title":1},"187":{"body":5,"breadcrumbs":7,"title":1},"188":{"body":0,"breadcrumbs":11,"title":4},"189":{"body":40,"breadcrumbs":8,"title":1},"19":{"body":0,"breadcrumbs":5,"title":2},"190":{"body":13,"breadcrumbs":8,"title":1},"191":{"body":8,"breadcrumbs":8,"title":1},"192":{"body":38,"breadcrumbs":8,"title":1},"193":{"body":6,"breadcrumbs":8,"title":1},"194":{"body":46,"breadcrumbs":8,"title":2},"195":{"body":0,"breadcrumbs":12,"title":3},"196":{"body":40,"breadcrumbs":10,"title":1},"197":{"body":112,"breadcrumbs":10,"title":1},"198":{"body":273,"breadcrumbs":11,"title":2},"199":{"body":347,"breadcrumbs":10,"title":1},"2":{"body":52,"breadcrumbs":3,"title":2},"20":{"body":70,"breadcrumbs":4,"title":1},"200":{"body":101,"breadcrumbs":10,"title":1},"201":{"body":0,"breadcrumbs":12,"title":3},"202":{"body":85,"breadcrumbs":10,"title":1},"203":{"body":76,"breadcrumbs":11,"title":2},"204":{"body":17,"breadcrumbs":10,"title":1},"205":{"body":36,"breadcrumbs":10,"title":1},"206":{"body":262,"breadcrumbs":13,"title":4},"207":{"body":35,"breadcrumbs":4,"title":2},"208":{"body":0,"breadcrumbs":10,"title":4},"209":{"body":33,"breadcrumbs":7,"title":1},"21":{"body":72,"breadcrumbs":4,"title":1},"210":{"body":41,"breadcrumbs":7,"title":1},"211":{"body":151,"breadcrumbs":7,"title":1},"212":{"body":22,"breadcrumbs":7,"title":1},"213":{"body":0,"breadcrumbs":4,"title":1},"214":{"body":13,"breadcrumbs":4,"title":1},"215":{"body":2,"breadcrumbs":4,"title":1},"216":{"body":5,"breadcrumbs":4,"title":1},"217":{"body":102,"breadcrumbs":4,"title":1},"218":{"body":106,"breadcrumbs":4,"title":1},"219":{"body":26,"breadcrumbs":4,"title":1},"22":{"body":15,"breadcrumbs":4,"title":1},"220":{"body":0,"breadcrumbs":6,"title":2},"221":{"body":10,"breadcrumbs":5,"title":1},"222":{"body":131,"breadcrumbs":5,"title":1},"223":{"body":9,"breadcrumbs":5,"title":1},"224":{"body":87,"breadcrumbs":5,"title":1},"225":{"body":90,"breadcrumbs":5,"title":1},"226":{"body":13,"breadcrumbs":5,"title":1},"227":{"body":35,"breadcrumbs":5,"title":3},"228":{"body":25,"breadcrumbs":6,"title":2},"229":{"body":61,"breadcrumbs":5,"title":1},"23":{"body":0,"breadcrumbs":7,"title":3},"230":{"body":95,"breadcrumbs":5,"title":1},"231":{"body":0,"breadcrumbs":8,"title":3},"232":{"body":173,"breadcrumbs":6,"title":1},"233":{"body":378,"breadcrumbs":6,"title":1},"234":{"body":44,"breadcrumbs":6,"title":1},"235":{"body":13,"breadcrumbs":6,"title":1},"236":{"body":23,"breadcrumbs":6,"title":1},"237":{"body":147,"breadcrumbs":6,"title":1},"238":{"body":19,"breadcrumbs":6,"title":2},"239":{"body":363,"breadcrumbs":8,"title":4},"24":{"body":12,"breadcrumbs":5,"title":1},"240":{"body":558,"breadcrumbs":9,"title":5},"241":{"body":66,"breadcrumbs":5,"title":1},"242":{"body":4,"breadcrumbs":4,"title":2},"243":{"body":22,"breadcrumbs":3,"title":1},"244":{"body":3,"breadcrumbs":4,"title":2},"245":{"body":0,"breadcrumbs":6,"title":2},"246":{"body":0,"breadcrumbs":10,"title":6},"247":{"body":59,"breadcrumbs":5,"title":1},"248":{"body":8,"breadcrumbs":8,"title":4},"249":{"body":15,"breadcrumbs":6,"title":2},"25":{"body":48,"breadcrumbs":5,"title":1},"250":{"body":14,"breadcrumbs":7,"title":3},"251":{"body":19,"breadcrumbs":7,"title":3},"252":{"body":25,"breadcrumbs":5,"title":1},"253":{"body":17,"breadcrumbs":7,"title":3},"254":{"body":11,"breadcrumbs":7,"title":3},"255":{"body":12,"breadcrumbs":7,"title":3},"256":{"body":15,"breadcrumbs":6,"title":2},"257":{"body":20,"breadcrumbs":6,"title":2},"258":{"body":19,"breadcrumbs":6,"title":2},"259":{"body":25,"breadcrumbs":6,"title":2},"26":{"body":28,"breadcrumbs":5,"title":1},"27":{"body":16,"breadcrumbs":5,"title":1},"28":{"body":21,"breadcrumbs":5,"title":1},"29":{"body":97,"breadcrumbs":5,"title":1},"3":{"body":70,"breadcrumbs":4,"title":3},"30":{"body":7,"breadcrumbs":5,"title":1},"31":{"body":0,"breadcrumbs":5,"title":2},"32":{"body":19,"breadcrumbs":4,"title":1},"33":{"body":35,"breadcrumbs":4,"title":1},"34":{"body":46,"breadcrumbs":4,"title":1},"35":{"body":10,"breadcrumbs":4,"title":1},"36":{"body":51,"breadcrumbs":4,"title":1},"37":{"body":129,"breadcrumbs":4,"title":1},"38":{"body":2,"breadcrumbs":4,"title":1},"39":{"body":0,"breadcrumbs":10,"title":7},"4":{"body":8,"breadcrumbs":3,"title":1},"40":{"body":24,"breadcrumbs":4,"title":1},"41":{"body":90,"breadcrumbs":4,"title":1},"42":{"body":119,"breadcrumbs":4,"title":1},"43":{"body":7,"breadcrumbs":4,"title":1},"44":{"body":38,"breadcrumbs":4,"title":1},"45":{"body":45,"breadcrumbs":4,"title":1},"46":{"body":10,"breadcrumbs":4,"title":1},"47":{"body":0,"breadcrumbs":7,"title":3},"48":{"body":22,"breadcrumbs":5,"title":1},"49":{"body":42,"breadcrumbs":5,"title":1},"5":{"body":61,"breadcrumbs":2,"title":1},"50":{"body":38,"breadcrumbs":5,"title":1},"51":{"body":19,"breadcrumbs":5,"title":1},"52":{"body":23,"breadcrumbs":5,"title":1},"53":{"body":66,"breadcrumbs":5,"title":1},"54":{"body":23,"breadcrumbs":5,"title":1},"55":{"body":44,"breadcrumbs":7,"title":2},"56":{"body":0,"breadcrumbs":10,"title":3},"57":{"body":53,"breadcrumbs":8,"title":1},"58":{"body":0,"breadcrumbs":9,"title":2},"59":{"body":30,"breadcrumbs":9,"title":2},"6":{"body":0,"breadcrumbs":9,"title":4},"60":{"body":104,"breadcrumbs":9,"title":2},"61":{"body":45,"breadcrumbs":10,"title":3},"62":{"body":11,"breadcrumbs":8,"title":1},"63":{"body":7,"breadcrumbs":8,"title":1},"64":{"body":0,"breadcrumbs":9,"title":2},"65":{"body":28,"breadcrumbs":8,"title":1},"66":{"body":83,"breadcrumbs":8,"title":1},"67":{"body":70,"breadcrumbs":9,"title":2},"68":{"body":173,"breadcrumbs":8,"title":1},"69":{"body":1,"breadcrumbs":8,"title":1},"7":{"body":77,"breadcrumbs":6,"title":1},"70":{"body":0,"breadcrumbs":9,"title":2},"71":{"body":36,"breadcrumbs":8,"title":1},"72":{"body":52,"breadcrumbs":8,"title":1},"73":{"body":71,"breadcrumbs":9,"title":2},"74":{"body":85,"breadcrumbs":8,"title":1},"75":{"body":1,"breadcrumbs":8,"title":1},"76":{"body":0,"breadcrumbs":7,"title":3},"77":{"body":18,"breadcrumbs":5,"title":1},"78":{"body":60,"breadcrumbs":5,"title":1},"79":{"body":31,"breadcrumbs":5,"title":1},"8":{"body":262,"breadcrumbs":6,"title":1},"80":{"body":0,"breadcrumbs":7,"title":3},"81":{"body":27,"breadcrumbs":5,"title":1},"82":{"body":42,"breadcrumbs":5,"title":1},"83":{"body":25,"breadcrumbs":5,"title":1},"84":{"body":4,"breadcrumbs":5,"title":1},"85":{"body":0,"breadcrumbs":7,"title":4},"86":{"body":49,"breadcrumbs":4,"title":1},"87":{"body":60,"breadcrumbs":4,"title":1},"88":{"body":94,"breadcrumbs":7,"title":4},"89":{"body":68,"breadcrumbs":4,"title":1},"9":{"body":18,"breadcrumbs":6,"title":1},"90":{"body":63,"breadcrumbs":4,"title":1},"91":{"body":6,"breadcrumbs":4,"title":1},"92":{"body":0,"breadcrumbs":7,"title":3},"93":{"body":15,"breadcrumbs":5,"title":1},"94":{"body":57,"breadcrumbs":5,"title":1},"95":{"body":50,"breadcrumbs":5,"title":1},"96":{"body":7,"breadcrumbs":5,"title":1},"97":{"body":20,"breadcrumbs":5,"title":1},"98":{"body":25,"breadcrumbs":5,"title":1},"99":{"body":0,"breadcrumbs":5,"title":2}},"docs":{"0":{"body":"","breadcrumbs":"Introduction » Introduction","id":"0","title":"Introduction"},"1":{"body":"If you are interested in contributing to this book, check out the contribution guidelines .","breadcrumbs":"Introduction » Participation","id":"1","title":"Participation"},"10":{"body":"","breadcrumbs":"Idioms » Concatenating Strings with format! » Concatenating strings with format!","id":"10","title":"Concatenating strings with format!"},"100":{"body":"Often it is necessary to prepare and process some data, but after that data are only inspected and never modified. The intention can be made explicit by redefining the mutable variable as immutable. It can be done either by processing data within a nested block or by redefining the variable.","breadcrumbs":"Idioms » Temporary mutability » Description","id":"100","title":"Description"},"101":{"body":"Say, vector must be sorted before usage. Using nested block: let data = { let mut data = get_vec(); data.sort(); data\n}; // Here `data` is immutable. Using variable rebinding: let mut data = get_vec();\ndata.sort();\nlet data = data; // Here `data` is immutable.","breadcrumbs":"Idioms » Temporary mutability » Example","id":"101","title":"Example"},"102":{"body":"Compiler ensures that you don't accidentally mutate data after some point.","breadcrumbs":"Idioms » Temporary mutability » Advantages","id":"102","title":"Advantages"},"103":{"body":"Nested block requires additional indentation of block body. One more line to return data from block or redefine variable.","breadcrumbs":"Idioms » Temporary mutability » Disadvantages","id":"103","title":"Disadvantages"},"104":{"body":"","breadcrumbs":"Idioms » Return consumed arg on error » Return consumed argument on error","id":"104","title":"Return consumed argument on error"},"105":{"body":"If a fallible function consumes (moves) an argument, return that argument back inside an error.","breadcrumbs":"Idioms » Return consumed arg on error » Description","id":"105","title":"Description"},"106":{"body":"pub fn send(value: String) -> Result<(), SendError> { println!(\"using {value} in a meaningful way\"); // Simulate non-deterministic fallible action. use std::time::SystemTime; let period = SystemTime::now().duration_since(SystemTime::UNIX_EPOCH).unwrap(); if period.subsec_nanos() % 2 == 1 { Ok(()) } else { Err(SendError(value)) }\n} pub struct SendError(String); fn main() { let mut value = \"imagine this is very long string\".to_string(); let success = 's: { // Try to send value two times. for _ in 0..2 { value = match send(value) { Ok(()) => break 's true, Err(SendError(value)) => value, } } false }; println!(\"success: {}\", success);\n}","breadcrumbs":"Idioms » Return consumed arg on error » Example","id":"106","title":"Example"},"107":{"body":"In case of error you may want to try some alternative way or to retry action in case of non-deterministic function. But if the argument is always consumed, you are forced to clone it on every call, which is not very efficient. The standard library uses this approach in e.g. String::from_utf8 method. When given a vector that doesn't contain valid UTF-8, a FromUtf8Error is returned. You can get original vector back using FromUtf8Error::into_bytes method.","breadcrumbs":"Idioms » Return consumed arg on error » Motivation","id":"107","title":"Motivation"},"108":{"body":"Better performance because of moving arguments whenever possible.","breadcrumbs":"Idioms » Return consumed arg on error » Advantages","id":"108","title":"Advantages"},"109":{"body":"Slightly more complex error types.","breadcrumbs":"Idioms » Return consumed arg on error » Disadvantages","id":"109","title":"Disadvantages"},"11":{"body":"It is possible to build up strings using the push and push_str methods on a mutable String, or using its + operator. However, it is often more convenient to use format!, especially where there is a mix of literal and non-literal strings.","breadcrumbs":"Idioms » Concatenating Strings with format! » Description","id":"11","title":"Description"},"110":{"body":"Design patterns are \"general reusable solutions to a commonly occurring problem within a given context in software design\". Design patterns are a great way to describe the culture of a programming language. Design patterns are very language-specific - what is a pattern in one language may be unnecessary in another due to a language feature, or impossible to express due to a missing feature. If overused, design patterns can add unnecessary complexity to programs. However, they are a great way to share intermediate and advanced level knowledge about a programming language.","breadcrumbs":"Design Patterns » Design Patterns","id":"110","title":"Design Patterns"},"111":{"body":"Rust has many unique features. These features give us great benefit by removing whole classes of problems. Some of them are also patterns that are unique to Rust.","breadcrumbs":"Design Patterns » Design patterns in Rust","id":"111","title":"Design patterns in Rust"},"112":{"body":"YAGNI is an acronym that stands for You Aren't Going to Need It. It's a vital software design principle to apply as you write code. The best code I ever wrote was code I never wrote. If we apply YAGNI to design patterns, we see that the features of Rust allow us to throw out many patterns. For instance, there is no need for the strategy pattern in Rust because we can just use traits .","breadcrumbs":"Design Patterns » YAGNI","id":"112","title":"YAGNI"},"113":{"body":"From Wikipedia : Design patterns that identify common communication patterns among objects. By doing so, these patterns increase flexibility in carrying out communication.","breadcrumbs":"Design Patterns » Behavioural » Behavioural Patterns","id":"113","title":"Behavioural Patterns"},"114":{"body":"","breadcrumbs":"Design Patterns » Behavioural » Command » Command","id":"114","title":"Command"},"115":{"body":"The basic idea of the Command pattern is to separate out actions into its own objects and pass them as parameters.","breadcrumbs":"Design Patterns » Behavioural » Command » Description","id":"115","title":"Description"},"116":{"body":"Suppose we have a sequence of actions or transactions encapsulated as objects. We want these actions or commands to be executed or invoked in some order later at different time. These commands may also be triggered as a result of some event. For example, when a user pushes a button, or on arrival of a data packet. In addition, these commands might be undoable. This may come in useful for operations of an editor. We might want to store logs of executed commands so that we could reapply the changes later if the system crashes.","breadcrumbs":"Design Patterns » Behavioural » Command » Motivation","id":"116","title":"Motivation"},"117":{"body":"Define two database operations create table and add field. Each of these operations is a command which knows how to undo the command, e.g., drop table and remove field. When a user invokes a database migration operation then each command is executed in the defined order, and when the user invokes the rollback operation then the whole set of commands is invoked in reverse order.","breadcrumbs":"Design Patterns » Behavioural » Command » Example","id":"117","title":"Example"},"118":{"body":"We define a common trait which encapsulates our command with two operations execute and rollback. All command structs must implement this trait. pub trait Migration { fn execute(&self) -> &str; fn rollback(&self) -> &str;\n} pub struct CreateTable;\nimpl Migration for CreateTable { fn execute(&self) -> &str { \"create table\" } fn rollback(&self) -> &str { \"drop table\" }\n} pub struct AddField;\nimpl Migration for AddField { fn execute(&self) -> &str { \"add field\" } fn rollback(&self) -> &str { \"remove field\" }\n} struct Schema { commands: Vec>,\n} impl Schema { fn new() -> Self { Self { commands: vec![] } } fn add_migration(&mut self, cmd: Box) { self.commands.push(cmd); } fn execute(&self) -> Vec<&str> { self.commands.iter().map(|cmd| cmd.execute()).collect() } fn rollback(&self) -> Vec<&str> { self.commands .iter() .rev() // reverse iterator's direction .map(|cmd| cmd.rollback()) .collect() }\n} fn main() { let mut schema = Schema::new(); let cmd = Box::new(CreateTable); schema.add_migration(cmd); let cmd = Box::new(AddField); schema.add_migration(cmd); assert_eq!(vec![\"create table\", \"add field\"], schema.execute()); assert_eq!(vec![\"remove field\", \"drop table\"], schema.rollback());\n}","breadcrumbs":"Design Patterns » Behavioural » Command » Approach: Using trait objects","id":"118","title":"Approach: Using trait objects"},"119":{"body":"We could follow another approach by creating each individual command as a different function and store function pointers to invoke these functions later at a different time. Since function pointers implement all three traits Fn, FnMut, and FnOnce we could as well pass and store closures instead of function pointers. type FnPtr = fn() -> String;\nstruct Command { execute: FnPtr, rollback: FnPtr,\n} struct Schema { commands: Vec,\n} impl Schema { fn new() -> Self { Self { commands: vec![] } } fn add_migration(&mut self, execute: FnPtr, rollback: FnPtr) { self.commands.push(Command { execute, rollback }); } fn execute(&self) -> Vec { self.commands.iter().map(|cmd| (cmd.execute)()).collect() } fn rollback(&self) -> Vec { self.commands .iter() .rev() .map(|cmd| (cmd.rollback)()) .collect() }\n} fn add_field() -> String { \"add field\".to_string()\n} fn remove_field() -> String { \"remove field\".to_string()\n} fn main() { let mut schema = Schema::new(); schema.add_migration(|| \"create table\".to_string(), || \"drop table\".to_string()); schema.add_migration(add_field, remove_field); assert_eq!(vec![\"create table\", \"add field\"], schema.execute()); assert_eq!(vec![\"remove field\", \"drop table\"], schema.rollback());\n}","breadcrumbs":"Design Patterns » Behavioural » Command » Approach: Using function pointers","id":"119","title":"Approach: Using function pointers"},"12":{"body":"fn say_hello(name: &str) -> String { // We could construct the result string manually. // let mut result = \"Hello \".to_owned(); // result.push_str(name); // result.push('!'); // result // But using format! is better. format!(\"Hello {}!\", name)\n}","breadcrumbs":"Idioms » Concatenating Strings with format! » Example","id":"12","title":"Example"},"120":{"body":"Finally, instead of defining a common command trait we could store each command implementing the Fn trait separately in vectors. type Migration<'a> = Box &'a str>; struct Schema<'a> { executes: Vec>, rollbacks: Vec>,\n} impl<'a> Schema<'a> { fn new() -> Self { Self { executes: vec![], rollbacks: vec![], } } fn add_migration(&mut self, execute: E, rollback: R) where E: Fn() -> &'a str + 'static, R: Fn() -> &'a str + 'static, { self.executes.push(Box::new(execute)); self.rollbacks.push(Box::new(rollback)); } fn execute(&self) -> Vec<&str> { self.executes.iter().map(|cmd| cmd()).collect() } fn rollback(&self) -> Vec<&str> { self.rollbacks.iter().rev().map(|cmd| cmd()).collect() }\n} fn add_field() -> &'static str { \"add field\"\n} fn remove_field() -> &'static str { \"remove field\"\n} fn main() { let mut schema = Schema::new(); schema.add_migration(|| \"create table\", || \"drop table\"); schema.add_migration(add_field, remove_field); assert_eq!(vec![\"create table\", \"add field\"], schema.execute()); assert_eq!(vec![\"remove field\", \"drop table\"], schema.rollback());\n}","breadcrumbs":"Design Patterns » Behavioural » Command » Approach: Using Fn trait objects","id":"120","title":"Approach: Using Fn trait objects"},"121":{"body":"If our commands are small and may be defined as functions or passed as a closure then using function pointers might be preferable since it does not exploit dynamic dispatch. But if our command is a whole struct with a bunch of functions and variables defined as seperated module then using trait objects would be more suitable. A case of application can be found in actix , which uses trait objects when it registers a handler function for routes. In case of using Fn trait objects we can create and use commands in the same way as we used in case of function pointers. As performance, there is always a trade-off between performance and code simplicity and organisation. Static dispatch gives faster performance, while dynamic dispatch provides flexibility when we structure our application.","breadcrumbs":"Design Patterns » Behavioural » Command » Discussion","id":"121","title":"Discussion"},"122":{"body":"Command pattern Another example for the command pattern","breadcrumbs":"Design Patterns » Behavioural » Command » See also","id":"122","title":"See also"},"123":{"body":"","breadcrumbs":"Design Patterns » Behavioural » Interpreter » Interpreter","id":"123","title":"Interpreter"},"124":{"body":"If a problem occurs very often and requires long and repetitive steps to solve it, then the problem instances might be expressed in a simple language and an interpreter object could solve it by interpreting the sentences written in this simple language. Basically, for any kind of problems we define: A domain specific language , A grammar for this language, An interpreter that solves the problem instances.","breadcrumbs":"Design Patterns » Behavioural » Interpreter » Description","id":"124","title":"Description"},"125":{"body":"Our goal is to translate simple mathematical expressions into postfix expressions (or Reverse Polish notation ) For simplicity, our expressions consist of ten digits 0, ..., 9 and two operations +, -. For example, the expression 2 + 4 is translated into 2 4 +.","breadcrumbs":"Design Patterns » Behavioural » Interpreter » Motivation","id":"125","title":"Motivation"},"126":{"body":"Our task is translating infix expressions into postfix ones. Let's define a context free grammar for a set of infix expressions over 0, ..., 9, +, and -, where: Terminal symbols: 0, ..., 9, +, - Non-terminal symbols: exp, term Start symbol is exp And the following are production rules exp -> exp + term\nexp -> exp - term\nexp -> term\nterm -> 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 NOTE: This grammar should be further transformed depending on what we are going to do with it. For example, we might need to remove left recursion. For more details please see Compilers: Principles,Techniques, and Tools (aka Dragon Book).","breadcrumbs":"Design Patterns » Behavioural » Interpreter » Context Free Grammar for our problem","id":"126","title":"Context Free Grammar for our problem"},"127":{"body":"We simply implement a recursive descent parser. For simplicity's sake, the code panics when an expression is syntactically wrong (for example 2-34 or 2+5- are wrong according to the grammar definition). pub struct Interpreter<'a> { it: std::str::Chars<'a>,\n} impl<'a> Interpreter<'a> { pub fn new(infix: &'a str) -> Self { Self { it: infix.chars() } } fn next_char(&mut self) -> Option { self.it.next() } pub fn interpret(&mut self, out: &mut String) { self.term(out); while let Some(op) = self.next_char() { if op == '+' || op == '-' { self.term(out); out.push(op); } else { panic!(\"Unexpected symbol '{}'\", op); } } } fn term(&mut self, out: &mut String) { match self.next_char() { Some(ch) if ch.is_digit(10) => out.push(ch), Some(ch) => panic!(\"Unexpected symbol '{}'\", ch), None => panic!(\"Unexpected end of string\"), } }\n} pub fn main() { let mut intr = Interpreter::new(\"2+3\"); let mut postfix = String::new(); intr.interpret(&mut postfix); assert_eq!(postfix, \"23+\"); intr = Interpreter::new(\"1-2+3-4\"); postfix.clear(); intr.interpret(&mut postfix); assert_eq!(postfix, \"12-3+4-\");\n}","breadcrumbs":"Design Patterns » Behavioural » Interpreter » Solution","id":"127","title":"Solution"},"128":{"body":"There may be a wrong perception that the Interpreter design pattern is about design grammars for formal languages and implementation of parsers for these grammars. In fact, this pattern is about expressing problem instances in a more specific way and implementing functions/classes/structs that solve these problem instances. Rust language has macro_rules! that allow us to define special syntax and rules on how to expand this syntax into source code. In the following example we create a simple macro_rules! that computes Euclidean length of n dimensional vectors. Writing norm!(x,1,2) might be easier to express and more efficient than packing x,1,2 into a Vec and calling a function computing the length. macro_rules! norm { ($($element:expr),*) => { { let mut n = 0.0; $( n += ($element as f64)*($element as f64); )* n.sqrt() } };\n} fn main() { let x = -3f64; let y = 4f64; assert_eq!(3f64, norm!(x)); assert_eq!(5f64, norm!(x, y)); assert_eq!(0f64, norm!(0, 0, 0)); assert_eq!(1f64, norm!(0.5, -0.5, 0.5, -0.5));\n}","breadcrumbs":"Design Patterns » Behavioural » Interpreter » Discussion","id":"128","title":"Discussion"},"129":{"body":"Interpreter pattern Context free grammar macro_rules!","breadcrumbs":"Design Patterns » Behavioural » Interpreter » See also","id":"129","title":"See also"},"13":{"body":"Using format! is usually the most succinct and readable way to combine strings.","breadcrumbs":"Idioms » Concatenating Strings with format! » Advantages","id":"13","title":"Advantages"},"130":{"body":"What if in some cases we want a type to behave similar to another type or enforce some behaviour at compile time when using only type aliases would not be enough? For example, if we want to create a custom Display implementation for String due to security considerations (e.g. passwords). For such cases we could use the Newtype pattern to provide type safety and encapsulation .","breadcrumbs":"Design Patterns » Behavioural » Newtype » Newtype","id":"130","title":"Newtype"},"131":{"body":"Use a tuple struct with a single field to make an opaque wrapper for a type. This creates a new type, rather than an alias to a type (type items).","breadcrumbs":"Design Patterns » Behavioural » Newtype » Description","id":"131","title":"Description"},"132":{"body":"// Some type, not necessarily in the same module or even crate.\nstruct Foo { //..\n} impl Foo { // These functions are not present on Bar. //..\n} // The newtype.\npub struct Bar(Foo); impl Bar { // Constructor. pub fn new( //.. ) -> Self { //.. } //..\n} fn main() { let b = Bar::new(...); // Foo and Bar are type incompatible, the following do not type check. // let f: Foo = b; // let b: Bar = Foo { ... };\n}","breadcrumbs":"Design Patterns » Behavioural » Newtype » Example","id":"132","title":"Example"},"133":{"body":"The primary motivation for newtypes is abstraction. It allows you to share implementation details between types while precisely controlling the interface. By using a newtype rather than exposing the implementation type as part of an API, it allows you to change implementation backwards compatibly. Newtypes can be used for distinguishing units, e.g., wrapping f64 to give distinguishable Miles and Kilometres.","breadcrumbs":"Design Patterns » Behavioural » Newtype » Motivation","id":"133","title":"Motivation"},"134":{"body":"The wrapped and wrapper types are not type compatible (as opposed to using type), so users of the newtype will never 'confuse' the wrapped and wrapper types. Newtypes are a zero-cost abstraction - there is no runtime overhead. The privacy system ensures that users cannot access the wrapped type (if the field is private, which it is by default).","breadcrumbs":"Design Patterns » Behavioural » Newtype » Advantages","id":"134","title":"Advantages"},"135":{"body":"The downside of newtypes (especially compared with type aliases), is that there is no special language support. This means there can be a lot of boilerplate. You need a 'pass through' method for every method you want to expose on the wrapped type, and an impl for every trait you want to also be implemented for the wrapper type.","breadcrumbs":"Design Patterns » Behavioural » Newtype » Disadvantages","id":"135","title":"Disadvantages"},"136":{"body":"Newtypes are very common in Rust code. Abstraction or representing units are the most common uses, but they can be used for other reasons: restricting functionality (reduce the functions exposed or traits implemented), making a type with copy semantics have move semantics, abstraction by providing a more concrete type and thus hiding internal types, e.g., pub struct Foo(Bar); Here, Bar might be some public, generic type and T1 and T2 are some internal types. Users of our module shouldn't know that we implement Foo by using a Bar, but what we're really hiding here is the types T1 and T2, and how they are used with Bar.","breadcrumbs":"Design Patterns » Behavioural » Newtype » Discussion","id":"136","title":"Discussion"},"137":{"body":"Advanced Types in the book Newtypes in Haskell Type aliases derive_more , a crate for deriving many builtin traits on newtypes. The Newtype Pattern In Rust","breadcrumbs":"Design Patterns » Behavioural » Newtype » See also","id":"137","title":"See also"},"138":{"body":"","breadcrumbs":"Design Patterns » Behavioural » RAII Guards » RAII with guards","id":"138","title":"RAII with guards"},"139":{"body":"RAII stands for \"Resource Acquisition is Initialisation\" which is a terrible name. The essence of the pattern is that resource initialisation is done in the constructor of an object and finalisation in the destructor. This pattern is extended in Rust by using a RAII object as a guard of some resource and relying on the type system to ensure that access is always mediated by the guard object.","breadcrumbs":"Design Patterns » Behavioural » RAII Guards » Description","id":"139","title":"Description"},"14":{"body":"It is usually not the most efficient way to combine strings - a series of push operations on a mutable string is usually the most efficient (especially if the string has been pre-allocated to the expected size).","breadcrumbs":"Idioms » Concatenating Strings with format! » Disadvantages","id":"14","title":"Disadvantages"},"140":{"body":"Mutex guards are the classic example of this pattern from the std library (this is a simplified version of the real implementation): use std::ops::Deref; struct Foo {} struct Mutex { // We keep a reference to our data: T here. //..\n} struct MutexGuard<'a, T: 'a> { data: &'a T, //..\n} // Locking the mutex is explicit.\nimpl Mutex { fn lock(&self) -> MutexGuard { // Lock the underlying OS mutex. //.. // MutexGuard keeps a reference to self MutexGuard { data: self, //.. } }\n} // Destructor for unlocking the mutex.\nimpl<'a, T> Drop for MutexGuard<'a, T> { fn drop(&mut self) { // Unlock the underlying OS mutex. //.. }\n} // Implementing Deref means we can treat MutexGuard like a pointer to T.\nimpl<'a, T> Deref for MutexGuard<'a, T> { type Target = T; fn deref(&self) -> &T { self.data }\n} fn baz(x: Mutex) { let xx = x.lock(); xx.foo(); // foo is a method on Foo. // The borrow checker ensures we can't store a reference to the underlying // Foo which will outlive the guard xx. // x is unlocked when we exit this function and xx's destructor is executed.\n}","breadcrumbs":"Design Patterns » Behavioural » RAII Guards » Example","id":"140","title":"Example"},"141":{"body":"Where a resource must be finalised after use, RAII can be used to do this finalisation. If it is an error to access that resource after finalisation, then this pattern can be used to prevent such errors.","breadcrumbs":"Design Patterns » Behavioural » RAII Guards » Motivation","id":"141","title":"Motivation"},"142":{"body":"Prevents errors where a resource is not finalised and where a resource is used after finalisation.","breadcrumbs":"Design Patterns » Behavioural » RAII Guards » Advantages","id":"142","title":"Advantages"},"143":{"body":"RAII is a useful pattern for ensuring resources are properly deallocated or finalised. We can make use of the borrow checker in Rust to statically prevent errors stemming from using resources after finalisation takes place. The core aim of the borrow checker is to ensure that references to data do not outlive that data. The RAII guard pattern works because the guard object contains a reference to the underlying resource and only exposes such references. Rust ensures that the guard cannot outlive the underlying resource and that references to the resource mediated by the guard cannot outlive the guard. To see how this works it is helpful to examine the signature of deref without lifetime elision: fn deref<'a>(&'a self) -> &'a T { //..\n} The returned reference to the resource has the same lifetime as self ('a). The borrow checker therefore ensures that the lifetime of the reference to T is shorter than the lifetime of self. Note that implementing Deref is not a core part of this pattern, it only makes using the guard object more ergonomic. Implementing a get method on the guard works just as well.","breadcrumbs":"Design Patterns » Behavioural » RAII Guards » Discussion","id":"143","title":"Discussion"},"144":{"body":"Finalisation in destructors idiom RAII is a common pattern in C++: cppreference.com , wikipedia . Style guide entry (currently just a placeholder).","breadcrumbs":"Design Patterns » Behavioural » RAII Guards » See also","id":"144","title":"See also"},"145":{"body":"","breadcrumbs":"Design Patterns » Behavioural » Strategy » Strategy (aka Policy)","id":"145","title":"Strategy (aka Policy)"},"146":{"body":"The Strategy design pattern is a technique that enables separation of concerns. It also allows to decouple software modules through Dependency Inversion . The basic idea behind the Strategy pattern is that, given an algorithm solving a particular problem, we define only the skeleton of the algorithm at an abstract level, and we separate the specific algorithm’s implementation into different parts. In this way, a client using the algorithm may choose a specific implementation, while the general algorithm workflow remains the same. In other words, the abstract specification of the class does not depend on the specific implementation of the derived class, but specific implementation must adhere to the abstract specification. This is why we call it \"Dependency Inversion\".","breadcrumbs":"Design Patterns » Behavioural » Strategy » Description","id":"146","title":"Description"},"147":{"body":"Imagine we are working on a project that generates reports every month. We need the reports to be generated in different formats (strategies), e.g., in JSON or Plain Text formats. But things vary over time, and we don't know what kind of requirement we may get in the future. For example, we may need to generate our report in a completely new format, or just modify one of the existing formats.","breadcrumbs":"Design Patterns » Behavioural » Strategy » Motivation","id":"147","title":"Motivation"},"148":{"body":"In this example our invariants (or abstractions) are Context, Formatter, and Report, while Text and Json are our strategy structs. These strategies have to implement the Formatter trait. use std::collections::HashMap; type Data = HashMap; trait Formatter { fn format(&self, data: &Data, buf: &mut String);\n} struct Report; impl Report { // Write should be used but we kept it as String to ignore error handling fn generate(g: T, s: &mut String) { // backend operations... let mut data = HashMap::new(); data.insert(\"one\".to_string(), 1); data.insert(\"two\".to_string(), 2); // generate report g.format(&data, s); }\n} struct Text;\nimpl Formatter for Text { fn format(&self, data: &Data, buf: &mut String) { for (k, v) in data { let entry = format!(\"{} {}\\n\", k, v); buf.push_str(&entry); } }\n} struct Json;\nimpl Formatter for Json { fn format(&self, data: &Data, buf: &mut String) { buf.push('['); for (k, v) in data.into_iter() { let entry = format!(r#\"{{\"{}\":\"{}\"}}\"#, k, v); buf.push_str(&entry); buf.push(','); } if !data.is_empty() { buf.pop(); // remove extra , at the end } buf.push(']'); }\n} fn main() { let mut s = String::from(\"\"); Report::generate(Text, &mut s); assert!(s.contains(\"one 1\")); assert!(s.contains(\"two 2\")); s.clear(); // reuse the same buffer Report::generate(Json, &mut s); assert!(s.contains(r#\"{\"one\":\"1\"}\"#)); assert!(s.contains(r#\"{\"two\":\"2\"}\"#));\n}","breadcrumbs":"Design Patterns » Behavioural » Strategy » Example","id":"148","title":"Example"},"149":{"body":"The main advantage is separation of concerns. For example, in this case Report does not know anything about specific implementations of Json and Text, whereas the output implementations does not care about how data is preprocessed, stored, and fetched. The only thing they have to know is context and a specific trait and method to implement, i.e,Formatter and run.","breadcrumbs":"Design Patterns » Behavioural » Strategy » Advantages","id":"149","title":"Advantages"},"15":{"body":"","breadcrumbs":"Idioms » Constructor » Constructors","id":"15","title":"Constructors"},"150":{"body":"For each strategy there must be implemented at least one module, so number of modules increases with number of strategies. If there are many strategies to choose from then users have to know how strategies differ from one another.","breadcrumbs":"Design Patterns » Behavioural » Strategy » Disadvantages","id":"150","title":"Disadvantages"},"151":{"body":"In the previous example all strategies are implemented in a single file. Ways of providing different strategies includes: All in one file (as shown in this example, similar to being separated as modules) Separated as modules, E.g. formatter::json module, formatter::text module Use compiler feature flags, E.g. json feature, text feature Separated as crates, E.g. json crate, text crate Serde crate is a good example of the Strategy pattern in action. Serde allows full customization of the serialization behavior by manually implementing Serialize and Deserialize traits for our type. For example, we could easily swap serde_json with serde_cbor since they expose similar methods. Having this makes the helper crate serde_transcode much more useful and ergonomic. However, we don't need to use traits in order to design this pattern in Rust. The following toy example demonstrates the idea of the Strategy pattern using Rust closures: struct Adder;\nimpl Adder { pub fn add(x: u8, y: u8, f: F) -> u8 where F: Fn(u8, u8) -> u8, { f(x, y) }\n} fn main() { let arith_adder = |x, y| x + y; let bool_adder = |x, y| { if x == 1 || y == 1 { 1 } else { 0 } }; let custom_adder = |x, y| 2 * x + y; assert_eq!(9, Adder::add(4, 5, arith_adder)); assert_eq!(0, Adder::add(0, 0, bool_adder)); assert_eq!(5, Adder::add(1, 3, custom_adder));\n} In fact, Rust already uses this idea for Options's map method: fn main() { let val = Some(\"Rust\"); let len_strategy = |s: &str| s.len(); assert_eq!(4, val.map(len_strategy).unwrap()); let first_byte_strategy = |s: &str| s.bytes().next().unwrap(); assert_eq!(82, val.map(first_byte_strategy).unwrap());\n}","breadcrumbs":"Design Patterns » Behavioural » Strategy » Discussion","id":"151","title":"Discussion"},"152":{"body":"Strategy Pattern Dependency Injection Policy Based Design","breadcrumbs":"Design Patterns » Behavioural » Strategy » See also","id":"152","title":"See also"},"153":{"body":"","breadcrumbs":"Design Patterns » Behavioural » Visitor » Visitor","id":"153","title":"Visitor"},"154":{"body":"A visitor encapsulates an algorithm that operates over a heterogeneous collection of objects. It allows multiple different algorithms to be written over the same data without having to modify the data (or their primary behaviour). Furthermore, the visitor pattern allows separating the traversal of a collection of objects from the operations performed on each object.","breadcrumbs":"Design Patterns » Behavioural » Visitor » Description","id":"154","title":"Description"},"155":{"body":"// The data we will visit\nmod ast { pub enum Stmt { Expr(Expr), Let(Name, Expr), } pub struct Name { value: String, } pub enum Expr { IntLit(i64), Add(Box, Box), Sub(Box, Box), }\n} // The abstract visitor\nmod visit { use ast::*; pub trait Visitor { fn visit_name(&mut self, n: &Name) -> T; fn visit_stmt(&mut self, s: &Stmt) -> T; fn visit_expr(&mut self, e: &Expr) -> T; }\n} use visit::*;\nuse ast::*; // An example concrete implementation - walks the AST interpreting it as code.\nstruct Interpreter;\nimpl Visitor for Interpreter { fn visit_name(&mut self, n: &Name) -> i64 { panic!() } fn visit_stmt(&mut self, s: &Stmt) -> i64 { match *s { Stmt::Expr(ref e) => self.visit_expr(e), Stmt::Let(..) => unimplemented!(), } } fn visit_expr(&mut self, e: &Expr) -> i64 { match *e { Expr::IntLit(n) => n, Expr::Add(ref lhs, ref rhs) => self.visit_expr(lhs) + self.visit_expr(rhs), Expr::Sub(ref lhs, ref rhs) => self.visit_expr(lhs) - self.visit_expr(rhs), } }\n} One could implement further visitors, for example a type checker, without having to modify the AST data.","breadcrumbs":"Design Patterns » Behavioural » Visitor » Example","id":"155","title":"Example"},"156":{"body":"The visitor pattern is useful anywhere that you want to apply an algorithm to heterogeneous data. If data is homogeneous, you can use an iterator-like pattern. Using a visitor object (rather than a functional approach) allows the visitor to be stateful and thus communicate information between nodes.","breadcrumbs":"Design Patterns » Behavioural » Visitor » Motivation","id":"156","title":"Motivation"},"157":{"body":"It is common for the visit_* methods to return void (as opposed to in the example). In that case it is possible to factor out the traversal code and share it between algorithms (and also to provide noop default methods). In Rust, the common way to do this is to provide walk_* functions for each datum. For example, pub fn walk_expr(visitor: &mut Visitor, e: &Expr) { match *e { Expr::IntLit(_) => {}, Expr::Add(ref lhs, ref rhs) => { visitor.visit_expr(lhs); visitor.visit_expr(rhs); } Expr::Sub(ref lhs, ref rhs) => { visitor.visit_expr(lhs); visitor.visit_expr(rhs); } }\n} In other languages (e.g., Java) it is common for data to have an accept method which performs the same duty.","breadcrumbs":"Design Patterns » Behavioural » Visitor » Discussion","id":"157","title":"Discussion"},"158":{"body":"The visitor pattern is a common pattern in most OO languages. Wikipedia article The fold pattern is similar to visitor but produces a new version of the visited data structure.","breadcrumbs":"Design Patterns » Behavioural » Visitor » See also","id":"158","title":"See also"},"159":{"body":"From Wikipedia : Design patterns that deal with object creation mechanisms, trying to create objects in a manner suitable to the situation. The basic form of object creation could result in design problems or in added complexity to the design. Creational design patterns solve this problem by somehow controlling this object creation.","breadcrumbs":"Design Patterns » Creational » Creational Patterns","id":"159","title":"Creational Patterns"},"16":{"body":"Rust does not have constructors as a language construct. Instead, the convention is to use an associated function new to create an object: /// Time in seconds.\n///\n/// # Example\n///\n/// ```\n/// let s = Second::new(42);\n/// assert_eq!(42, s.value());\n/// ```\npub struct Second { value: u64\n} impl Second { // Constructs a new instance of [`Second`]. // Note this is an associated function - no self. pub fn new(value: u64) -> Self { Self { value } } /// Returns the value in seconds. pub fn value(&self) -> u64 { self.value }\n}","breadcrumbs":"Idioms » Constructor » Description","id":"16","title":"Description"},"160":{"body":"","breadcrumbs":"Design Patterns » Creational » Builder » Builder","id":"160","title":"Builder"},"161":{"body":"Construct an object with calls to a builder helper.","breadcrumbs":"Design Patterns » Creational » Builder » Description","id":"161","title":"Description"},"162":{"body":"#[derive(Debug, PartialEq)]\npub struct Foo { // Lots of complicated fields. bar: String,\n} impl Foo { // This method will help users to discover the builder pub fn builder() -> FooBuilder { FooBuilder::default() }\n} #[derive(Default)]\npub struct FooBuilder { // Probably lots of optional fields. bar: String,\n} impl FooBuilder { pub fn new(/* ... */) -> FooBuilder { // Set the minimally required fields of Foo. FooBuilder { bar: String::from(\"X\"), } } pub fn name(mut self, bar: String) -> FooBuilder { // Set the name on the builder itself, and return the builder by value. self.bar = bar; self } // If we can get away with not consuming the Builder here, that is an // advantage. It means we can use the FooBuilder as a template for constructing // many Foos. pub fn build(self) -> Foo { // Create a Foo from the FooBuilder, applying all settings in FooBuilder // to Foo. Foo { bar: self.bar } }\n} #[test]\nfn builder_test() { let foo = Foo { bar: String::from(\"Y\"), }; let foo_from_builder: Foo = FooBuilder::new().name(String::from(\"Y\")).build(); assert_eq!(foo, foo_from_builder);\n}","breadcrumbs":"Design Patterns » Creational » Builder » Example","id":"162","title":"Example"},"163":{"body":"Useful when you would otherwise require many constructors or where construction has side effects.","breadcrumbs":"Design Patterns » Creational » Builder » Motivation","id":"163","title":"Motivation"},"164":{"body":"Separates methods for building from other methods. Prevents proliferation of constructors. Can be used for one-liner initialisation as well as more complex construction.","breadcrumbs":"Design Patterns » Creational » Builder » Advantages","id":"164","title":"Advantages"},"165":{"body":"More complex than creating a struct object directly, or a simple constructor function.","breadcrumbs":"Design Patterns » Creational » Builder » Disadvantages","id":"165","title":"Disadvantages"},"166":{"body":"This pattern is seen more frequently in Rust (and for simpler objects) than in many other languages because Rust lacks overloading. Since you can only have a single method with a given name, having multiple constructors is less nice in Rust than in C++, Java, or others. This pattern is often used where the builder object is useful in its own right, rather than being just a builder. For example, see std::process::Command is a builder for Child (a process). In these cases, the T and TBuilder naming pattern is not used. The example takes and returns the builder by value. It is often more ergonomic (and more efficient) to take and return the builder as a mutable reference. The borrow checker makes this work naturally. This approach has the advantage that one can write code like let mut fb = FooBuilder::new();\nfb.a();\nfb.b();\nlet f = fb.build(); as well as the FooBuilder::new().a().b().build() style.","breadcrumbs":"Design Patterns » Creational » Builder » Discussion","id":"166","title":"Discussion"},"167":{"body":"Description in the style guide derive_builder , a crate for automatically implementing this pattern while avoiding the boilerplate. Constructor pattern for when construction is simpler. Builder pattern (wikipedia) Construction of complex values","breadcrumbs":"Design Patterns » Creational » Builder » See also","id":"167","title":"See also"},"168":{"body":"","breadcrumbs":"Design Patterns » Creational » Fold » Fold","id":"168","title":"Fold"},"169":{"body":"Run an algorithm over each item in a collection of data to create a new item, thus creating a whole new collection. The etymology here is unclear to me. The terms 'fold' and 'folder' are used in the Rust compiler, although it appears to me to be more like a map than a fold in the usual sense. See the discussion below for more details.","breadcrumbs":"Design Patterns » Creational » Fold » Description","id":"169","title":"Description"},"17":{"body":"Rust supports default constructors with the Default trait: /// Time in seconds.\n///\n/// # Example\n///\n/// ```\n/// let s = Second::default();\n/// assert_eq!(0, s.value());\n/// ```\npub struct Second { value: u64\n} impl Second { /// Returns the value in seconds. pub fn value(&self) -> u64 { self.value }\n} impl Default for Second { fn default() -> Self { Self { value: 0 } }\n} Default can also be derived if all types of all fields implement Default, like they do with Second: /// Time in seconds.\n///\n/// # Example\n///\n/// ```\n/// let s = Second::default();\n/// assert_eq!(0, s.value());\n/// ```\n#[derive(Default)]\npub struct Second { value: u64\n} impl Second { /// Returns the value in seconds. pub fn value(&self) -> u64 { self.value }\n} Note: It is common and expected for types to implement both Default and an empty new constructor. new is the constructor convention in Rust, and users expect it to exist, so if it is reasonable for the basic constructor to take no arguments, then it should, even if it is functionally identical to default. Hint: The advantage of implementing or deriving Default is that your type can now be used where a Default implementation is required, most prominently, any of the *or_default functions in the standard library .","breadcrumbs":"Idioms » Constructor » Default Constructors","id":"17","title":"Default Constructors"},"170":{"body":"// The data we will fold, a simple AST.\nmod ast { pub enum Stmt { Expr(Box), Let(Box, Box), } pub struct Name { value: String, } pub enum Expr { IntLit(i64), Add(Box, Box), Sub(Box, Box), }\n} // The abstract folder\nmod fold { use ast::*; pub trait Folder { // A leaf node just returns the node itself. In some cases, we can do this // to inner nodes too. fn fold_name(&mut self, n: Box) -> Box { n } // Create a new inner node by folding its children. fn fold_stmt(&mut self, s: Box) -> Box { match *s { Stmt::Expr(e) => Box::new(Stmt::Expr(self.fold_expr(e))), Stmt::Let(n, e) => Box::new(Stmt::Let(self.fold_name(n), self.fold_expr(e))), } } fn fold_expr(&mut self, e: Box) -> Box { ... } }\n} use fold::*;\nuse ast::*; // An example concrete implementation - renames every name to 'foo'.\nstruct Renamer;\nimpl Folder for Renamer { fn fold_name(&mut self, n: Box) -> Box { Box::new(Name { value: \"foo\".to_owned() }) } // Use the default methods for the other nodes.\n} The result of running the Renamer on an AST is a new AST identical to the old one, but with every name changed to foo. A real life folder might have some state preserved between nodes in the struct itself. A folder can also be defined to map one data structure to a different (but usually similar) data structure. For example, we could fold an AST into a HIR tree (HIR stands for high-level intermediate representation).","breadcrumbs":"Design Patterns » Creational » Fold » Example","id":"170","title":"Example"},"171":{"body":"It is common to want to map a data structure by performing some operation on each node in the structure. For simple operations on simple data structures, this can be done using Iterator::map. For more complex operations, perhaps where earlier nodes can affect the operation on later nodes, or where iteration over the data structure is non-trivial, using the fold pattern is more appropriate. Like the visitor pattern, the fold pattern allows us to separate traversal of a data structure from the operations performed to each node.","breadcrumbs":"Design Patterns » Creational » Fold » Motivation","id":"171","title":"Motivation"},"172":{"body":"Mapping data structures in this fashion is common in functional languages. In OO languages, it would be more common to mutate the data structure in place. The 'functional' approach is common in Rust, mostly due to the preference for immutability. Using fresh data structures, rather than mutating old ones, makes reasoning about the code easier in most circumstances. The trade-off between efficiency and reusability can be tweaked by changing how nodes are accepted by the fold_* methods. In the above example we operate on Box pointers. Since these own their data exclusively, the original copy of the data structure cannot be re-used. On the other hand if a node is not changed, reusing it is very efficient. If we were to operate on borrowed references, the original data structure can be reused; however, a node must be cloned even if unchanged, which can be expensive. Using a reference counted pointer gives the best of both worlds - we can reuse the original data structure, and we don't need to clone unchanged nodes. However, they are less ergonomic to use and mean that the data structures cannot be mutable.","breadcrumbs":"Design Patterns » Creational » Fold » Discussion","id":"172","title":"Discussion"},"173":{"body":"Iterators have a fold method, however this folds a data structure into a value, rather than into a new data structure. An iterator's map is more like this fold pattern. In other languages, fold is usually used in the sense of Rust's iterators, rather than this pattern. Some functional languages have powerful constructs for performing flexible maps over data structures. The visitor pattern is closely related to fold. They share the concept of walking a data structure performing an operation on each node. However, the visitor does not create a new data structure nor consume the old one.","breadcrumbs":"Design Patterns » Creational » Fold » See also","id":"173","title":"See also"},"174":{"body":"From Wikipedia : Design patterns that ease the design by identifying a simple way to realize relationships among entities.","breadcrumbs":"Design Patterns » Structural » Structural Patterns","id":"174","title":"Structural Patterns"},"175":{"body":"TODO - this is not a very snappy name","breadcrumbs":"Design Patterns » Structural » Compose Structs » Compose structs together for better borrowing","id":"175","title":"Compose structs together for better borrowing"},"176":{"body":"Sometimes a large struct will cause issues with the borrow checker - although fields can be borrowed independently, sometimes the whole struct ends up being used at once, preventing other uses. A solution might be to decompose the struct into several smaller structs. Then compose these together into the original struct. Then each struct can be borrowed separately and have more flexible behaviour. This will often lead to a better design in other ways: applying this design pattern often reveals smaller units of functionality.","breadcrumbs":"Design Patterns » Structural » Compose Structs » Description","id":"176","title":"Description"},"177":{"body":"Here is a contrived example of where the borrow checker foils us in our plan to use a struct: struct A { f1: u32, f2: u32, f3: u32,\n} fn foo(a: &mut A) -> &u32 { &a.f2 }\nfn bar(a: &mut A) -> u32 { a.f1 + a.f3 } fn baz(a: &mut A) { // The later usage of x causes a to be borrowed for the rest of the function. let x = foo(a); // Borrow checker error: // let y = bar(a); // ~ ERROR: cannot borrow `*a` as mutable more than once // at a time println!(\"{}\", x);\n} We can apply this design pattern and refactor A into two smaller structs, thus solving the borrow checking issue: // A is now composed of two structs - B and C.\nstruct A { b: B, c: C,\n}\nstruct B { f2: u32,\n}\nstruct C { f1: u32, f3: u32,\n} // These functions take a B or C, rather than A.\nfn foo(b: &mut B) -> &u32 { &b.f2 }\nfn bar(c: &mut C) -> u32 { c.f1 + c.f3 } fn baz(a: &mut A) { let x = foo(&mut a.b); // Now it's OK! let y = bar(&mut a.c); println!(\"{}\", x);\n}","breadcrumbs":"Design Patterns » Structural » Compose Structs » Example","id":"177","title":"Example"},"178":{"body":"TODO Why and where you should use the pattern","breadcrumbs":"Design Patterns » Structural » Compose Structs » Motivation","id":"178","title":"Motivation"},"179":{"body":"Lets you work around limitations in the borrow checker. Often produces a better design.","breadcrumbs":"Design Patterns » Structural » Compose Structs » Advantages","id":"179","title":"Advantages"},"18":{"body":"The default idiom for a more in-depth description of the Default trait. The builder pattern for constructing objects where there are multiple configurations. API Guidelines/C-COMMON-TRAITS for implementing both, Default and new.","breadcrumbs":"Idioms » Constructor » See also","id":"18","title":"See also"},"180":{"body":"Leads to more verbose code. Sometimes, the smaller structs are not good abstractions, and so we end up with a worse design. That is probably a 'code smell', indicating that the program should be refactored in some way.","breadcrumbs":"Design Patterns » Structural » Compose Structs » Disadvantages","id":"180","title":"Disadvantages"},"181":{"body":"This pattern is not required in languages that don't have a borrow checker, so in that sense is unique to Rust. However, making smaller units of functionality often leads to cleaner code: a widely acknowledged principle of software engineering, independent of the language. This pattern relies on Rust's borrow checker to be able to borrow fields independently of each other. In the example, the borrow checker knows that a.b and a.c are distinct and can be borrowed independently, it does not try to borrow all of a, which would make this pattern useless.","breadcrumbs":"Design Patterns » Structural » Compose Structs » Discussion","id":"181","title":"Discussion"},"182":{"body":"","breadcrumbs":"Design Patterns » Structural » Prefer Small Crates » Prefer small crates","id":"182","title":"Prefer small crates"},"183":{"body":"Prefer small crates that do one thing well. Cargo and crates.io make it easy to add third-party libraries, much more so than in say C or C++. Moreover, since packages on crates.io cannot be edited or removed after publication, any build that works now should continue to work in the future. We should take advantage of this tooling, and use smaller, more fine-grained dependencies.","breadcrumbs":"Design Patterns » Structural » Prefer Small Crates » Description","id":"183","title":"Description"},"184":{"body":"Small crates are easier to understand, and encourage more modular code. Crates allow for re-using code between projects. For example, the url crate was developed as part of the Servo browser engine, but has since found wide use outside the project. Since the compilation unit of Rust is the crate, splitting a project into multiple crates can allow more of the code to be built in parallel.","breadcrumbs":"Design Patterns » Structural » Prefer Small Crates » Advantages","id":"184","title":"Advantages"},"185":{"body":"This can lead to \"dependency hell\", when a project depends on multiple conflicting versions of a crate at the same time. For example, the url crate has both versions 1.0 and 0.5. Since the Url from url:1.0 and the Url from url:0.5 are different types, an HTTP client that uses url:0.5 would not accept Url values from a web scraper that uses url:1.0. Packages on crates.io are not curated. A crate may be poorly written, have unhelpful documentation, or be outright malicious. Two small crates may be less optimized than one large one, since the compiler does not perform link-time optimization (LTO) by default.","breadcrumbs":"Design Patterns » Structural » Prefer Small Crates » Disadvantages","id":"185","title":"Disadvantages"},"186":{"body":"The ref_slice crate provides functions for converting &T to &[T]. The url crate provides tools for working with URLs. The num_cpus crate provides a function to query the number of CPUs on a machine.","breadcrumbs":"Design Patterns » Structural » Prefer Small Crates » Examples","id":"186","title":"Examples"},"187":{"body":"crates.io: The Rust community crate host","breadcrumbs":"Design Patterns » Structural » Prefer Small Crates » See also","id":"187","title":"See also"},"188":{"body":"","breadcrumbs":"Design Patterns » Structural » Contain unsafety in small modules » Contain unsafety in small modules","id":"188","title":"Contain unsafety in small modules"},"189":{"body":"If you have unsafe code, create the smallest possible module that can uphold the needed invariants to build a minimal safe interface upon the unsafety. Embed this into a larger module that contains only safe code and presents an ergonomic interface. Note that the outer module can contain unsafe functions and methods that call directly into the unsafe code. Users may use this to gain speed benefits.","breadcrumbs":"Design Patterns » Structural » Contain unsafety in small modules » Description","id":"189","title":"Description"},"19":{"body":"","breadcrumbs":"Idioms » The Default Trait » The Default Trait","id":"19","title":"The Default Trait"},"190":{"body":"This restricts the unsafe code that must be audited Writing the outer module is much easier, since you can count on the guarantees of the inner module","breadcrumbs":"Design Patterns » Structural » Contain unsafety in small modules » Advantages","id":"190","title":"Advantages"},"191":{"body":"Sometimes, it may be hard to find a suitable interface. The abstraction may introduce inefficiencies.","breadcrumbs":"Design Patterns » Structural » Contain unsafety in small modules » Disadvantages","id":"191","title":"Disadvantages"},"192":{"body":"The toolshed crate contains its unsafe operations in submodules, presenting a safe interface to users. std's String class is a wrapper over Vec with the added invariant that the contents must be valid UTF-8. The operations on String ensure this behavior. However, users have the option of using an unsafe method to create a String, in which case the onus is on them to guarantee the validity of the contents.","breadcrumbs":"Design Patterns » Structural » Contain unsafety in small modules » Examples","id":"192","title":"Examples"},"193":{"body":"Ralf Jung's Blog about invariants in unsafe code","breadcrumbs":"Design Patterns » Structural » Contain unsafety in small modules » See also","id":"193","title":"See also"},"194":{"body":"Writing FFI code is an entire course in itself. However, there are several idioms here that can act as pointers, and avoid traps for inexperienced users of unsafe Rust. This section contains design patterns that may be useful when doing FFI. Object-Based API design that has good memory safety characteristics, and a clean boundary of what is safe and what is unsafe Type Consolidation into Wrappers - group multiple Rust types together into an opaque \"object\"","breadcrumbs":"Design Patterns » Foreign function interface (FFI) » FFI Patterns","id":"194","title":"FFI Patterns"},"195":{"body":"","breadcrumbs":"Design Patterns » Foreign function interface (FFI) » Object-Based APIs » Object-Based APIs","id":"195","title":"Object-Based APIs"},"196":{"body":"When designing APIs in Rust which are exposed to other languages, there are some important design principles which are contrary to normal Rust API design: All Encapsulated types should be owned by Rust, managed by the user, and opaque . All Transactional data types should be owned by the user, and transparent . All library behavior should be functions acting upon Encapsulated types. All library behavior should be encapsulated into types not based on structure, but provenance/lifetime .","breadcrumbs":"Design Patterns » Foreign function interface (FFI) » Object-Based APIs » Description","id":"196","title":"Description"},"197":{"body":"Rust has built-in FFI support to other languages. It does this by providing a way for crate authors to provide C-compatible APIs through different ABIs (though that is unimportant to this practice). Well-designed Rust FFI follows C API design principles, while compromising the design in Rust as little as possible. There are three goals with any foreign API: Make it easy to use in the target language. Avoid the API dictating internal unsafety on the Rust side as much as possible. Keep the potential for memory unsafety and Rust undefined behaviour as small as possible. Rust code must trust the memory safety of the foreign language beyond a certain point. However, every bit of unsafe code on the Rust side is an opportunity for bugs, or to exacerbate undefined behaviour. For example, if a pointer provenance is wrong, that may be a segfault due to invalid memory access. But if it is manipulated by unsafe code, it could become full-blown heap corruption. The Object-Based API design allows for writing shims that have good memory safety characteristics, and a clean boundary of what is safe and what is unsafe.","breadcrumbs":"Design Patterns » Foreign function interface (FFI) » Object-Based APIs » Motivation","id":"197","title":"Motivation"},"198":{"body":"The POSIX standard defines the API to access an on-file database, known as DBM . It is an excellent example of an \"object-based\" API. Here is the definition in C, which hopefully should be easy to read for those involved in FFI. The commentary below should help explain it for those who miss the subtleties. struct DBM;\ntypedef struct { void *dptr, size_t dsize } datum; int dbm_clearerr(DBM *);\nvoid dbm_close(DBM *);\nint dbm_delete(DBM *, datum);\nint dbm_error(DBM *);\ndatum dbm_fetch(DBM *, datum);\ndatum dbm_firstkey(DBM *);\ndatum dbm_nextkey(DBM *);\nDBM *dbm_open(const char *, int, mode_t);\nint dbm_store(DBM *, datum, datum, int); This API defines two types: DBM and datum. The DBM type was called an \"encapsulated\" type above. It is designed to contain internal state, and acts as an entry point for the library's behavior. It is completely opaque to the user, who cannot create a DBM themselves since they don't know its size or layout. Instead, they must call dbm_open, and that only gives them a pointer to one . This means all DBMs are \"owned\" by the library in a Rust sense. The internal state of unknown size is kept in memory controlled by the library, not the user. The user can only manage its life cycle with open and close, and perform operations on it with the other functions. The datum type was called a \"transactional\" type above. It is designed to facilitate the exchange of information between the library and its user. The database is designed to store \"unstructured data\", with no pre-defined length or meaning. As a result, the datum is the C equivalent of a Rust slice: a bunch of bytes, and a count of how many there are. The main difference is that there is no type information, which is what void indicates. Keep in mind that this header is written from the library's point of view. The user likely has some type they are using, which has a known size. But the library does not care, and by the rules of C casting, any type behind a pointer can be cast to void. As noted earlier, this type is transparent to the user. But also, this type is owned by the user. This has subtle ramifications, due to that pointer inside it. The question is, who owns the memory that pointer points to? The answer for best memory safety is, \"the user\". But in cases such as retrieving a value, the user does not know how to allocate it correctly (since they don't know how long the value is). In this case, the library code is expected to use the heap that the user has access to -- such as the C library malloc and free -- and then transfer ownership in the Rust sense. This may all seem speculative, but this is what a pointer means in C. It means the same thing as Rust: \"user defined lifetime.\" The user of the library needs to read the documentation in order to use it correctly. That said, there are some decisions that have fewer or greater consequences if users do it wrong. Minimizing those are what this best practice is about, and the key is to transfer ownership of everything that is transparent .","breadcrumbs":"Design Patterns » Foreign function interface (FFI) » Object-Based APIs » Code Example","id":"198","title":"Code Example"},"199":{"body":"This minimizes the number of memory safety guarantees the user must uphold to a relatively small number: Do not call any function with a pointer not returned by dbm_open (invalid access or corruption). Do not call any function on a pointer after close (use after free). The dptr on any datum must be NULL, or point to a valid slice of memory at the advertised length. In addition, it avoids a lot of pointer provenance issues. To understand why, let us consider an alternative in some depth: key iteration. Rust is well known for its iterators. When implementing one, the programmer makes a separate type with a bounded lifetime to its owner, and implements the Iterator trait. Here is how iteration would be done in Rust for DBM: struct Dbm { ... } impl Dbm { /* ... */ pub fn keys<'it>(&'it self) -> DbmKeysIter<'it> { ... } /* ... */\n} struct DbmKeysIter<'it> { owner: &'it Dbm,\n} impl<'it> Iterator for DbmKeysIter<'it> { ... } This is clean, idiomatic, and safe. thanks to Rust's guarantees. However, consider what a straightforward API translation would look like: #[no_mangle]\npub extern \"C\" fn dbm_iter_new(owner: *const Dbm) -> *mut DbmKeysIter { // THIS API IS A BAD IDEA! For real applications, use object-based design instead.\n}\n#[no_mangle]\npub extern \"C\" fn dbm_iter_next( iter: *mut DbmKeysIter, key_out: *const datum\n) -> libc::c_int { // THIS API IS A BAD IDEA! For real applications, use object-based design instead.\n}\n#[no_mangle]\npub extern \"C\" fn dbm_iter_del(*mut DbmKeysIter) { // THIS API IS A BAD IDEA! For real applications, use object-based design instead.\n} This API loses a key piece of information: the lifetime of the iterator must not exceed the lifetime of the Dbm object that owns it. A user of the library could use it in a way which causes the iterator to outlive the data it is iterating on, resulting in reading uninitialized memory. This example written in C contains a bug that will be explained afterwards: int count_key_sizes(DBM *db) { // DO NOT USE THIS FUNCTION. IT HAS A SUBTLE BUT SERIOUS BUG! datum key; int len = 0; if (!dbm_iter_new(db)) { dbm_close(db); return -1; } int l; while ((l = dbm_iter_next(owner, &key)) >= 0) { // an error is indicated by -1 free(key.dptr); len += key.dsize; if (l == 0) { // end of the iterator dbm_close(owner); } } if l >= 0 { return -1; } else { return len; }\n} This bug is a classic. Here's what happens when the iterator returns the end-of-iteration marker: The loop condition sets l to zero, and enters the loop because 0 >= 0. The length is incremented, in this case by zero. The if statement is true, so the database is closed. There should be a break statement here. The loop condition executes again, causing a next call on the closed object. The worst part about this bug? If the Rust implementation was careful, this code will work most of the time! If the memory for the Dbm object is not immediately reused, an internal check will almost certainly fail, resulting in the iterator returning a -1 indicating an error. But occasionally, it will cause a segmentation fault, or even worse, nonsensical memory corruption! None of this can be avoided by Rust. From its perspective, it put those objects on its heap, returned pointers to them, and gave up control of their lifetimes. The C code simply must \"play nice\". The programmer must read and understand the API documentation. While some consider that par for the course in C, a good API design can mitigate this risk. The POSIX API for DBM did this by consolidating the ownership of the iterator with its parent: datum dbm_firstkey(DBM *);\ndatum dbm_nextkey(DBM *); Thus, all the lifetimes were bound together, and such unsafety was prevented.","breadcrumbs":"Design Patterns » Foreign function interface (FFI) » Object-Based APIs » Advantages","id":"199","title":"Advantages"},"2":{"body":"In software development, we often come across problems that share similarities regardless of the environment they appear in. Although the implementation details are crucial to solve the task at hand, we may abstract from these particularities to find the common practices that are generically applicable. Design patterns are a collection of reusable and tested solutions to recurring problems in engineering. They make our software more modular, maintainable, and extensible. Moreover, these patterns provide a common language for developers, making them an excellent tool for effective communication when problem-solving in teams.","breadcrumbs":"Introduction » Design patterns","id":"2","title":"Design patterns"},"20":{"body":"Many types in Rust have a constructor . However, this is specific to the type; Rust cannot abstract over \"everything that has a new() method\". To allow this, the Default trait was conceived, which can be used with containers and other generic types (e.g. see Option::unwrap_or_default() ). Notably, some containers already implement it where applicable. Not only do one-element containers like Cow, Box or Arc implement Default for contained Default types, one can automatically #[derive(Default)] for structs whose fields all implement it, so the more types implement Default, the more useful it becomes. On the other hand, constructors can take multiple arguments, while the default() method does not. There can even be multiple constructors with different names, but there can only be one Default implementation per type.","breadcrumbs":"Idioms » The Default Trait » Description","id":"20","title":"Description"},"200":{"body":"However, this design choice also has a number of drawbacks, which should be considered as well. First, the API itself becomes less expressive. With POSIX DBM, there is only one iterator per object, and every call changes its state. This is much more restrictive than iterators in almost any language, even though it is safe. Perhaps with other related objects, whose lifetimes are less hierarchical, this limitation is more of a cost than the safety. Second, depending on the relationships of the API's parts, significant design effort may be involved. Many of the easier design points have other patterns associated with them: Wrapper Type Consolidation groups multiple Rust types together into an opaque \"object\" FFI Error Passing explains error handling with integer codes and sentinel return values (such as NULL pointers) Accepting Foreign Strings allows accepting strings with minimal unsafe code, and is easier to get right than Passing Strings to FFI However, not every API can be done this way. It is up to the best judgement of the programmer as to who their audience is.","breadcrumbs":"Design Patterns » Foreign function interface (FFI) » Object-Based APIs » Disadvantages","id":"200","title":"Disadvantages"},"201":{"body":"","breadcrumbs":"Design Patterns » Foreign function interface (FFI) » Type Consolidation into Wrappers » Type Consolidation into Wrappers","id":"201","title":"Type Consolidation into Wrappers"},"202":{"body":"This pattern is designed to allow gracefully handling multiple related types, while minimizing the surface area for memory unsafety. One of the cornerstones of Rust's aliasing rules is lifetimes. This ensures that many patterns of access between types can be memory safe, data race safety included. However, when Rust types are exported to other languages, they are usually transformed into pointers. In Rust, a pointer means \"the user manages the lifetime of the pointee.\" It is their responsibility to avoid memory unsafety. Some level of trust in the user code is thus required, notably around use-after-free which Rust can do nothing about. However, some API designs place higher burdens than others on the code written in the other language. The lowest risk API is the \"consolidated wrapper\", where all possible interactions with an object are folded into a \"wrapper type\", while keeping the Rust API clean.","breadcrumbs":"Design Patterns » Foreign function interface (FFI) » Type Consolidation into Wrappers » Description","id":"202","title":"Description"},"203":{"body":"To understand this, let us look at a classic example of an API to export: iteration through a collection. That API looks like this: The iterator is initialized with first_key. Each call to next_key will advance the iterator. Calls to next_key if the iterator is at the end will do nothing. As noted above, the iterator is \"wrapped into\" the collection (unlike the native Rust API). If the iterator implements nth() efficiently, then it is possible to make it ephemeral to each function call: struct MySetWrapper { myset: MySet, iter_next: usize,\n} impl MySetWrapper { pub fn first_key(&mut self) -> Option<&Key> { self.iter_next = 0; self.next_key() } pub fn next_key(&mut self) -> Option<&Key> { if let Some(next) = self.myset.keys().nth(self.iter_next) { self.iter_next += 1; Some(next) } else { None } }\n} As a result, the wrapper is simple and contains no unsafe code.","breadcrumbs":"Design Patterns » Foreign function interface (FFI) » Type Consolidation into Wrappers » Code Example","id":"203","title":"Code Example"},"204":{"body":"This makes APIs safer to use, avoiding issues with lifetimes between types. See Object-Based APIs for more on the advantages and pitfalls this avoids.","breadcrumbs":"Design Patterns » Foreign function interface (FFI) » Type Consolidation into Wrappers » Advantages","id":"204","title":"Advantages"},"205":{"body":"Often, wrapping types is quite difficult, and sometimes a Rust API compromise would make things easier. As an example, consider an iterator which does not efficiently implement nth(). It would definitely be worth putting in special logic to make the object handle iteration internally, or to support a different access pattern efficiently that only the Foreign Function API will use.","breadcrumbs":"Design Patterns » Foreign function interface (FFI) » Type Consolidation into Wrappers » Disadvantages","id":"205","title":"Disadvantages"},"206":{"body":"To wrap any type of iterator into the API correctly, the wrapper would need to do what a C version of the code would do: erase the lifetime of the iterator, and manage it manually. Suffice it to say, this is incredibly difficult. Here is an illustration of just one pitfall. A first version of MySetWrapper would look like this: struct MySetWrapper { myset: MySet, iter_next: usize, // created from a transmuted Box iterator: Option>>,\n} With transmute being used to extend a lifetime, and a pointer to hide it, it's ugly already. But it gets even worse: any other operation can cause Rust undefined behaviour . Consider that the MySet in the wrapper could be manipulated by other functions during iteration, such as storing a new value to the key it was iterating over. The API doesn't discourage this, and in fact some similar C libraries expect it. A simple implementation of myset_store would be: pub mod unsafe_module { // other module content pub fn myset_store( myset: *mut MySetWrapper, key: datum, value: datum) -> libc::c_int { // DO NOT USE THIS CODE. IT IS UNSAFE TO DEMONSTRATE A PROLBEM. let myset: &mut MySet = unsafe { // SAFETY: whoops, UB occurs in here! &mut (*myset).myset }; /* ...check and cast key and value data... */ match myset.store(casted_key, casted_value) { Ok(_) => 0, Err(e) => e.into() } }\n} If the iterator exists when this function is called, we have violated one of Rust's aliasing rules. According to Rust, the mutable reference in this block must have exclusive access to the object. If the iterator simply exists, it's not exclusive, so we have undefined behaviour! [1] To avoid this, we must have a way of ensuring that mutable reference really is exclusive. That basically means clearing out the iterator's shared reference while it exists, and then reconstructing it. In most cases, that will still be less efficient than the C version. Some may ask: how can C do this more efficiently? The answer is, it cheats. Rust's aliasing rules are the problem, and C simply ignores them for its pointers. In exchange, it is common to see code that is declared in the manual as \"not thread safe\" under some or all circumstances. In fact, the GNU C library has an entire lexicon dedicated to concurrent behavior! Rust would rather make everything memory safe all the time, for both safety and optimizations that C code cannot attain. Being denied access to certain shortcuts is the price Rust programmers need to pay. For the C programmers out there scratching their heads, the iterator need not be read during this code cause the UB. The exclusivity rule also enables compiler optimizations which may cause inconsistent observations by the iterator's shared reference (e.g. stack spills or reordering instructions for efficiency). These observations may happen any time after the mutable reference is created.","breadcrumbs":"Design Patterns » Foreign function interface (FFI) » Type Consolidation into Wrappers » Trying to Wrap Iterators (and Failing)","id":"206","title":"Trying to Wrap Iterators (and Failing)"},"207":{"body":"An anti-pattern is a solution to a \"recurring problem that is usually ineffective and risks being highly counterproductive\". Just as valuable as knowing how to solve a problem, is knowing how not to solve it. Anti-patterns give us great counter-examples to consider relative to design patterns. Anti-patterns are not confined to code. For example, a process can be an anti-pattern, too.","breadcrumbs":"Anti-patterns » Anti-patterns","id":"207","title":"Anti-patterns"},"208":{"body":"","breadcrumbs":"Anti-patterns » Clone to satisfy the borrow checker » Clone to satisfy the borrow checker","id":"208","title":"Clone to satisfy the borrow checker"},"209":{"body":"The borrow checker prevents Rust users from developing otherwise unsafe code by ensuring that either: only one mutable reference exists, or potentially many but all immutable references exist. If the code written does not hold true to these conditions, this anti-pattern arises when the developer resolves the compiler error by cloning the variable.","breadcrumbs":"Anti-patterns » Clone to satisfy the borrow checker » Description","id":"209","title":"Description"},"21":{"body":"use std::{path::PathBuf, time::Duration}; // note that we can simply auto-derive Default here.\n#[derive(Default, Debug, PartialEq)]\nstruct MyConfiguration { // Option defaults to None output: Option, // Vecs default to empty vector search_path: Vec, // Duration defaults to zero time timeout: Duration, // bool defaults to false check: bool,\n} impl MyConfiguration { // add setters here\n} fn main() { // construct a new instance with default values let mut conf = MyConfiguration::default(); // do something with conf here conf.check = true; println!(\"conf = {:#?}\", conf); // partial initialization with default values, creates the same instance let conf1 = MyConfiguration { check: true, ..Default::default() }; assert_eq!(conf, conf1);\n}","breadcrumbs":"Idioms » The Default Trait » Example","id":"21","title":"Example"},"210":{"body":"// define any variable\nlet mut x = 5; // Borrow `x` -- but clone it first\nlet y = &mut (x.clone()); // without the x.clone() two lines prior, this line would fail on compile as\n// x has been borrowed\n// thanks to x.clone(), x was never borrowed, and this line will run.\nprintln!(\"{}\", x); // perform some action on the borrow to prevent rust from optimizing this\n//out of existence\n*y += 1;","breadcrumbs":"Anti-patterns » Clone to satisfy the borrow checker » Example","id":"210","title":"Example"},"211":{"body":"It is tempting, particularly for beginners, to use this pattern to resolve confusing issues with the borrow checker. However, there are serious consequences. Using .clone() causes a copy of the data to be made. Any changes between the two are not synchronized -- as if two completely separate variables exist. There are special cases -- Rc is designed to handle clones intelligently. It internally manages exactly one copy of the data, and cloning it will only clone the reference. There is also Arc which provides shared ownership of a value of type T that is allocated in the heap. Invoking .clone() on Arc produces a new Arc instance, which points to the same allocation on the heap as the source Arc, while increasing a reference count. In general, clones should be deliberate, with full understanding of the consequences. If a clone is used to make a borrow checker error disappear, that's a good indication this anti-pattern may be in use. Even though .clone() is an indication of a bad pattern, sometimes it is fine to write inefficient code , in cases such as when: the developer is still new to ownership the code doesn't have great speed or memory constraints (like hackathon projects or prototypes) satisfying the borrow checker is really complicated, and you prefer to optimize readability over performance If an unnecessary clone is suspected, The Rust Book's chapter on Ownership should be understood fully before assessing whether the clone is required or not. Also be sure to always run cargo clippy in your project, which will detect some cases in which .clone() is not necessary, like 1 , 2 , 3 or 4 .","breadcrumbs":"Anti-patterns » Clone to satisfy the borrow checker » Motivation","id":"211","title":"Motivation"},"212":{"body":"mem::{take(_), replace(_)} to keep owned values in changed enums Rc documentation, which handles .clone() intelligently Arc documentation, a thread-safe reference-counting pointer Tricks with ownership in Rust","breadcrumbs":"Anti-patterns » Clone to satisfy the borrow checker » See also","id":"212","title":"See also"},"213":{"body":"","breadcrumbs":"Anti-patterns » #[deny(warnings)] » #![deny(warnings)]","id":"213","title":"#![deny(warnings)]"},"214":{"body":"A well-intentioned crate author wants to ensure their code builds without warnings. So they annotate their crate root with the following:","breadcrumbs":"Anti-patterns » #[deny(warnings)] » Description","id":"214","title":"Description"},"215":{"body":"#![deny(warnings)] // All is well.","breadcrumbs":"Anti-patterns » #[deny(warnings)] » Example","id":"215","title":"Example"},"216":{"body":"It is short and will stop the build if anything is amiss.","breadcrumbs":"Anti-patterns » #[deny(warnings)] » Advantages","id":"216","title":"Advantages"},"217":{"body":"By disallowing the compiler to build with warnings, a crate author opts out of Rust's famed stability. Sometimes new features or old misfeatures need a change in how things are done, thus lints are written that warn for a certain grace period before being turned to deny. For example, it was discovered that a type could have two impls with the same method. This was deemed a bad idea, but in order to make the transition smooth, the overlapping-inherent-impls lint was introduced to give a warning to those stumbling on this fact, before it becomes a hard error in a future release. Also sometimes APIs get deprecated, so their use will emit a warning where before there was none. All this conspires to potentially break the build whenever something changes. Furthermore, crates that supply additional lints (e.g. rust-clippy ) can no longer be used unless the annotation is removed. This is mitigated with --cap-lints . The --cap-lints=warn command line argument, turns all deny lint errors into warnings.","breadcrumbs":"Anti-patterns » #[deny(warnings)] » Drawbacks","id":"217","title":"Drawbacks"},"218":{"body":"There are two ways of tackling this problem: First, we can decouple the build setting from the code, and second, we can name the lints we want to deny explicitly. The following command line will build with all warnings set to deny: RUSTFLAGS=\"-D warnings\" cargo build This can be done by any individual developer (or be set in a CI tool like Travis, but remember that this may break the build when something changes) without requiring a change to the code. Alternatively, we can specify the lints that we want to deny in the code. Here is a list of warning lints that is (hopefully) safe to deny (as of Rustc 1.48.0): #![deny(bad_style, const_err, dead_code, improper_ctypes, non_shorthand_field_patterns, no_mangle_generic_items, overflowing_literals, path_statements, patterns_in_fns_without_body, private_in_public, unconditional_recursion, unused, unused_allocation, unused_comparisons, unused_parens, while_true)] In addition, the following allowed lints may be a good idea to deny: #![deny(missing_debug_implementations, missing_docs, trivial_casts, trivial_numeric_casts, unused_extern_crates, unused_import_braces, unused_qualifications, unused_results)] Some may also want to add missing-copy-implementations to their list. Note that we explicitly did not add the deprecated lint, as it is fairly certain that there will be more deprecated APIs in the future.","breadcrumbs":"Anti-patterns » #[deny(warnings)] » Alternatives","id":"218","title":"Alternatives"},"219":{"body":"A collection of all clippy lints deprecate attribute documentation Type rustc -W help for a list of lints on your system. Also type rustc --help for a general list of options rust-clippy is a collection of lints for better Rust code","breadcrumbs":"Anti-patterns » #[deny(warnings)] » See also","id":"219","title":"See also"},"22":{"body":"The constructor idiom is another way to generate instances that may or may not be \"default\" The Default documentation (scroll down for the list of implementors) Option::unwrap_or_default() derive(new)","breadcrumbs":"Idioms » The Default Trait » See also","id":"22","title":"See also"},"220":{"body":"","breadcrumbs":"Anti-patterns » Deref Polymorphism » Deref polymorphism","id":"220","title":"Deref polymorphism"},"221":{"body":"Misuse the Deref trait to emulate inheritance between structs, and thus reuse methods.","breadcrumbs":"Anti-patterns » Deref Polymorphism » Description","id":"221","title":"Description"},"222":{"body":"Sometimes we want to emulate the following common pattern from OO languages such as Java: class Foo { void m() { ... }\n} class Bar extends Foo {} public static void main(String[] args) { Bar b = new Bar(); b.m();\n} We can use the deref polymorphism anti-pattern to do so: use std::ops::Deref; struct Foo {} impl Foo { fn m(&self) { //.. }\n} struct Bar { f: Foo,\n} impl Deref for Bar { type Target = Foo; fn deref(&self) -> &Foo { &self.f }\n} fn main() { let b = Bar { f: Foo {} }; b.m();\n} There is no struct inheritance in Rust. Instead we use composition and include an instance of Foo in Bar (since the field is a value, it is stored inline, so if there were fields, they would have the same layout in memory as the Java version (probably, you should use #[repr(C)] if you want to be sure)). In order to make the method call work we implement Deref for Bar with Foo as the target (returning the embedded Foo field). That means that when we dereference a Bar (for example, using *) then we will get a Foo. That is pretty weird. Dereferencing usually gives a T from a reference to T, here we have two unrelated types. However, since the dot operator does implicit dereferencing, it means that the method call will search for methods on Foo as well as Bar.","breadcrumbs":"Anti-patterns » Deref Polymorphism » Example","id":"222","title":"Example"},"223":{"body":"You save a little boilerplate, e.g., impl Bar { fn m(&self) { self.f.m() }\n}","breadcrumbs":"Anti-patterns » Deref Polymorphism » Advantages","id":"223","title":"Advantages"},"224":{"body":"Most importantly this is a surprising idiom - future programmers reading this in code will not expect this to happen. That's because we are misusing the Deref trait rather than using it as intended (and documented, etc.). It's also because the mechanism here is completely implicit. This pattern does not introduce subtyping between Foo and Bar like inheritance in Java or C++ does. Furthermore, traits implemented by Foo are not automatically implemented for Bar, so this pattern interacts badly with bounds checking and thus generic programming. Using this pattern gives subtly different semantics from most OO languages with regards to self. Usually it remains a reference to the sub-class, with this pattern it will be the 'class' where the method is defined. Finally, this pattern only supports single inheritance, and has no notion of interfaces, class-based privacy, or other inheritance-related features. So, it gives an experience that will be subtly surprising to programmers used to Java inheritance, etc.","breadcrumbs":"Anti-patterns » Deref Polymorphism » Disadvantages","id":"224","title":"Disadvantages"},"225":{"body":"There is no one good alternative. Depending on the exact circumstances it might be better to re-implement using traits or to write out the facade methods to dispatch to Foo manually. We do intend to add a mechanism for inheritance similar to this to Rust, but it is likely to be some time before it reaches stable Rust. See these blog posts and this RFC issue for more details. The Deref trait is designed for the implementation of custom pointer types. The intention is that it will take a pointer-to-T to a T, not convert between different types. It is a shame that this isn't (probably cannot be) enforced by the trait definition. Rust tries to strike a careful balance between explicit and implicit mechanisms, favouring explicit conversions between types. Automatic dereferencing in the dot operator is a case where the ergonomics strongly favour an implicit mechanism, but the intention is that this is limited to degrees of indirection, not conversion between arbitrary types.","breadcrumbs":"Anti-patterns » Deref Polymorphism » Discussion","id":"225","title":"Discussion"},"226":{"body":"Collections are smart pointers idiom . Delegation crates for less boilerplate like delegate or ambassador Documentation for Deref trait .","breadcrumbs":"Anti-patterns » Deref Polymorphism » See also","id":"226","title":"See also"},"227":{"body":"Rust is an imperative language, but it follows many functional programming paradigms. In computer science, functional programming is a programming paradigm where programs are constructed by applying and composing functions. It is a declarative programming paradigm in which function definitions are trees of expressions that each return a value, rather than a sequence of imperative statements which change the state of the program.","breadcrumbs":"Functional Programming » Functional Usage of Rust","id":"227","title":"Functional Usage of Rust"},"228":{"body":"One of the biggest hurdles to understanding functional programs when coming from an imperative background is the shift in thinking. Imperative programs describe how to do something, whereas declarative programs describe what to do. Let's sum the numbers from 1 to 10 to show this.","breadcrumbs":"Functional Programming » Programming paradigms » Programming paradigms","id":"228","title":"Programming paradigms"},"229":{"body":"let mut sum = 0;\nfor i in 1..11 { sum += i;\n}\nprintln!(\"{}\", sum); With imperative programs, we have to play compiler to see what is happening. Here, we start with a sum of 0. Next, we iterate through the range from 1 to 10. Each time through the loop, we add the corresponding value in the range. Then we print it out. i sum 1 1 2 3 3 6 4 10 5 15 6 21 7 28 8 36 9 45 10 55 This is how most of us start out programming. We learn that a program is a set of steps.","breadcrumbs":"Functional Programming » Programming paradigms » Imperative","id":"229","title":"Imperative"},"23":{"body":"","breadcrumbs":"Idioms » Collections Are Smart Pointers » Collections are smart pointers","id":"23","title":"Collections are smart pointers"},"230":{"body":"println!(\"{}\", (1..11).fold(0, |a, b| a + b)); Whoa! This is really different! What's going on here? Remember that with declarative programs we are describing what to do, rather than how to do it. fold is a function that composes functions. The name is a convention from Haskell. Here, we are composing functions of addition (this closure: |a, b| a + b) with a range from 1 to 10. The 0 is the starting point, so a is 0 at first. b is the first element of the range, 1. 0 + 1 = 1 is the result. So now we fold again, with a = 1, b = 2 and so 1 + 2 = 3 is the next result. This process continues until we get to the last element in the range, 10. a b result 0 1 1 1 2 3 3 3 6 6 4 10 10 5 15 15 6 21 21 7 28 28 8 36 36 9 45 45 10 55","breadcrumbs":"Functional Programming » Programming paradigms » Declarative","id":"230","title":"Declarative"},"231":{"body":"","breadcrumbs":"Functional Programming » Generics as Type Classes » Generics as Type Classes","id":"231","title":"Generics as Type Classes"},"232":{"body":"Rust's type system is designed more like functional languages (like Haskell) rather than imperative languages (like Java and C++). As a result, Rust can turn many kinds of programming problems into \"static typing\" problems. This is one of the biggest wins of choosing a functional language, and is critical to many of Rust's compile time guarantees. A key part of this idea is the way generic types work. In C++ and Java, for example, generic types are a meta-programming construct for the compiler. vector and vector in C++ are just two different copies of the same boilerplate code for a vector type (known as a template) with two different types filled in. In Rust, a generic type parameter creates what is known in functional languages as a \"type class constraint\", and each different parameter filled in by an end user actually changes the type . In other words, Vec and Vec are two different types , which are recognized as distinct by all parts of the type system. This is called monomorphization , where different types are created from polymorphic code. This special behavior requires impl blocks to specify generic parameters. Different values for the generic type cause different types, and different types can have different impl blocks. In object-oriented languages, classes can inherit behavior from their parents. However, this allows the attachment of not only additional behavior to particular members of a type class, but extra behavior as well. The nearest equivalent is the runtime polymorphism in Javascript and Python, where new members can be added to objects willy-nilly by any constructor. However, unlike those languages, all of Rust's additional methods can be type checked when they are used, because their generics are statically defined. That makes them more usable while remaining safe.","breadcrumbs":"Functional Programming » Generics as Type Classes » Description","id":"232","title":"Description"},"233":{"body":"Suppose you are designing a storage server for a series of lab machines. Because of the software involved, there are two different protocols you need to support: BOOTP (for PXE network boot), and NFS (for remote mount storage). Your goal is to have one program, written in Rust, which can handle both of them. It will have protocol handlers and listen for both kinds of requests. The main application logic will then allow a lab administrator to configure storage and security controls for the actual files. The requests from machines in the lab for files contain the same basic information, no matter what protocol they came from: an authentication method, and a file name to retrieve. A straightforward implementation would look something like this: enum AuthInfo { Nfs(crate::nfs::AuthInfo), Bootp(crate::bootp::AuthInfo),\n} struct FileDownloadRequest { file_name: PathBuf, authentication: AuthInfo,\n} This design might work well enough. But now suppose you needed to support adding metadata that was protocol specific . For example, with NFS, you wanted to determine what their mount point was in order to enforce additional security rules. The way the current struct is designed leaves the protocol decision until runtime. That means any method that applies to one protocol and not the other requires the programmer to do a runtime check. Here is how getting an NFS mount point would look: struct FileDownloadRequest { file_name: PathBuf, authentication: AuthInfo, mount_point: Option,\n} impl FileDownloadRequest { // ... other methods ... /// Gets an NFS mount point if this is an NFS request. Otherwise, /// return None. pub fn mount_point(&self) -> Option<&Path> { self.mount_point.as_ref() }\n} Every caller of mount_point() must check for None and write code to handle it. This is true even if they know only NFS requests are ever used in a given code path! It would be far more optimal to cause a compile-time error if the different request types were confused. After all, the entire path of the user's code, including what functions from the library they use, will know whether a request is an NFS request or a BOOTP request. In Rust, this is actually possible! The solution is to add a generic type in order to split the API. Here is what that looks like: use std::path::{Path, PathBuf}; mod nfs { #[derive(Clone)] pub(crate) struct AuthInfo(String); // NFS session management omitted\n} mod bootp { pub(crate) struct AuthInfo(); // no authentication in bootp\n} // private module, lest outside users invent their own protocol kinds!\nmod proto_trait { use std::path::{Path, PathBuf}; use super::{bootp, nfs}; pub(crate) trait ProtoKind { type AuthInfo; fn auth_info(&self) -> Self::AuthInfo; } pub struct Nfs { auth: nfs::AuthInfo, mount_point: PathBuf, } impl Nfs { pub(crate) fn mount_point(&self) -> &Path { &self.mount_point } } impl ProtoKind for Nfs { type AuthInfo = nfs::AuthInfo; fn auth_info(&self) -> Self::AuthInfo { self.auth.clone() } } pub struct Bootp(); // no additional metadata impl ProtoKind for Bootp { type AuthInfo = bootp::AuthInfo; fn auth_info(&self) -> Self::AuthInfo { bootp::AuthInfo() } }\n} use proto_trait::ProtoKind; // keep internal to prevent impls\npub use proto_trait::{Nfs, Bootp}; // re-export so callers can see them struct FileDownloadRequest { file_name: PathBuf, protocol: P,\n} // all common API parts go into a generic impl block\nimpl FileDownloadRequest

{ fn file_path(&self) -> &Path { &self.file_name } fn auth_info(&self) -> P::AuthInfo { self.protocol.auth_info() }\n} // all protocol-specific impls go into their own block\nimpl FileDownloadRequest { fn mount_point(&self) -> &Path { self.protocol.mount_point() }\n} fn main() { // your code here\n} With this approach, if the user were to make a mistake and use the wrong type; fn main() { let mut socket = crate::bootp::listen()?; while let Some(request) = socket.next_request()? { match request.mount_point().as_ref() \"/secure\" => socket.send(\"Access denied\"), _ => {} // continue on... } // Rest of the code here }\n} They would get a syntax error. The type FileDownloadRequest does not implement mount_point(), only the type FileDownloadRequest does. And that is created by the NFS module, not the BOOTP module of course!","breadcrumbs":"Functional Programming » Generics as Type Classes » Example","id":"233","title":"Example"},"234":{"body":"First, it allows fields that are common to multiple states to be de-duplicated. By making the non-shared fields generic, they are implemented once. Second, it makes the impl blocks easier to read, because they are broken down by state. Methods common to all states are typed once in one block, and methods unique to one state are in a separate block. Both of these mean there are fewer lines of code, and they are better organized.","breadcrumbs":"Functional Programming » Generics as Type Classes » Advantages","id":"234","title":"Advantages"},"235":{"body":"This currently increases the size of the binary, due to the way monomorphization is implemented in the compiler. Hopefully the implementation will be able to improve in the future.","breadcrumbs":"Functional Programming » Generics as Type Classes » Disadvantages","id":"235","title":"Disadvantages"},"236":{"body":"If a type seems to need a \"split API\" due to construction or partial initialization, consider the Builder Pattern instead. If the API between types does not change -- only the behavior does -- then the Strategy Pattern is better used instead.","breadcrumbs":"Functional Programming » Generics as Type Classes » Alternatives","id":"236","title":"Alternatives"},"237":{"body":"This pattern is used throughout the standard library: Vec can be cast from a String, unlike every other type of Vec. [1] They can also be cast into a binary heap, but only if they contain a type that implements the Ord trait. [2] The to_string method was specialized for Cow only of type str. [3] It is also used by several popular crates to allow API flexibility: The embedded-hal ecosystem used for embedded devices makes extensive use of this pattern. For example, it allows statically verifying the configuration of device registers used to control embedded pins. When a pin is put into a mode, it returns a Pin struct, whose generic determines the functions usable in that mode, which are not on the Pin itself. [4] The hyper HTTP client library uses this to expose rich APIs for different pluggable requests. Clients with different connectors have different methods on them as well as different trait implementations, while a core set of methods apply to any connector. [5] The \"type state\" pattern -- where an object gains and loses API based on an internal state or invariant -- is implemented in Rust using the same basic concept, and a slightly different technique. [6] See: impl From for Vec See: impl From> for BinaryHeap See: impl<'_> ToString for Cow<'_, str> Example: https://docs.rs/stm32f30x-hal/0.1.0/stm32f30x_hal/gpio/gpioa/struct.PA0.html See: https://docs.rs/hyper/0.14.5/hyper/client/struct.Client.html See: The Case for the Type State Pattern and Rusty Typestate Series (an extensive thesis)","breadcrumbs":"Functional Programming » Generics as Type Classes » See also","id":"237","title":"See also"},"238":{"body":"This is a pure functional concept that is not frequently used in Rust. Nevertheless, exploring the concept may be helpful to understand other patterns in Rust APIs, such as visitors . They also have niche use cases.","breadcrumbs":"Functional Programming » Lenses and Prisms » Lenses and Prisms","id":"238","title":"Lenses and Prisms"},"239":{"body":"A lens is a concept from functional programming languages that allows accessing parts of a data type in an abstract, unified way. [1] In basic concept, it is similar to the way Rust traits work with type erasure, but it has a bit more power and flexibility. For example, suppose a bank contains several JSON formats for customer data. This is because they come from different databases or legacy systems. One database contains the data needed to perform credit checks: { \"name\": \"Jane Doe\", \"dob\": \"2002-02-24\", [...] \"customer_id\": 1048576332,\n} Another one contains the account information: { \"customer_id\": 1048576332, \"accounts\": [ { \"account_id\": 2121, \"account_type: \"savings\", \"joint_customer_ids\": [], [...] }, { \"account_id\": 2122, \"account_type: \"checking\", \"joint_customer_ids\": [1048576333], [...] }, ]\n} Notice that both types have a customer ID number which corresponds to a person. How would a single function handle both records of different types? In Rust, a struct could represent each of these types, and a trait would have a get_customer_id function they would implement: use std::collections::HashSet; pub struct Account { account_id: u32, account_type: String, // other fields omitted\n} pub trait CustomerId { fn get_customer_id(&self) -> u64;\n} pub struct CreditRecord { customer_id: u64, name: String, dob: String, // other fields omitted\n} impl CustomerId for CreditRecord { fn get_customer_id(&self) -> u64 { self.customer_id }\n} pub struct AccountRecord { customer_id: u64, accounts: Vec,\n} impl CustomerId for AccountRecord { fn get_customer_id(&self) -> u64 { self.customer_id }\n} // static polymorphism: only one type, but each function call can choose it\nfn unique_ids_set(records: &[R]) -> HashSet { records.iter().map(|r| r.get_customer_id()).collect()\n} // dynamic dispatch: iterates over any type with a customer ID, collecting all\n// values together\nfn unique_ids_iter(iterator: I) -> HashSet where I: Iterator>\n{ iterator.map(|r| r.as_ref().get_customer_id()).collect()\n} Lenses, however, allow the code supporting customer ID to be moved from the type to the accessor function . Rather than implementing a trait on each type, all matching structures can simply be accessed the same way. While the Rust language itself does not support this (type erasure is the preferred solution to this problem), the lens-rs crate allows code that feels like this to be written with macros: use std::collections::HashSet; use lens_rs::{optics, Lens, LensRef, Optics}; #[derive(Clone, Debug, Lens /* derive to allow lenses to work */)]\npub struct CreditRecord { #[optic(ref)] // macro attribute to allow viewing this field customer_id: u64, name: String, dob: String, // other fields omitted\n} #[derive(Clone, Debug)]\npub struct Account { account_id: u32, account_type: String, // other fields omitted\n} #[derive(Clone, Debug, Lens)]\npub struct AccountRecord { #[optic(ref)] customer_id: u64, accounts: Vec,\n} fn unique_ids_lens(iter: impl Iterator) -> HashSet\nwhere T: LensRef, // any type with this field\n{ iter.map(|r| *r.view_ref(optics!(customer_id))).collect()\n} The version of unique_ids_lens shown here allows any type to be in the iterator, so long as it has an attribute called customer_id which can be accessed by the function. This is how most functional programming languages operate on lenses. Rather than macros, they achieve this with a technique known as \"currying\". That is, they \"partially construct\" the function, leaving the type of the final parameter (the value being operated on) unfilled until the function is called. Thus it can be called with different types dynamically even from one place in the code. That is what the optics! and view_ref in the example above simulates. The functional approach need not be restricted to accessing members. More powerful lenses can be created which both set and get data in a structure. But the concept really becomes interesting when used as a building block for composition. That is where the concept appears more clearly in Rust.","breadcrumbs":"Functional Programming » Lenses and Prisms » Lenses: Uniform Access Across Types","id":"239","title":"Lenses: Uniform Access Across Types"},"24":{"body":"Use the Deref trait to treat collections like smart pointers, offering owning and borrowed views of data.","breadcrumbs":"Idioms » Collections Are Smart Pointers » Description","id":"24","title":"Description"},"240":{"body":"A simple function such as unique_ids_lens above operates on a single lens. A prism is a function that operates on a family of lenses. It is one conceptual level higher, using lenses as a building block, and continuing the metaphor, is part of a family of \"optics\". It is the main one that is useful in understanding Rust APIs, so will be the focus here. The same way that traits allow \"lens-like\" design with static polymorphism and dynamic dispatch, prism-like designs appear in Rust APIs which split problems into multiple associated types to be composed. A good example of this is the traits in the parsing crate Serde . Trying to understand the way Serde works by only reading the API is a challenge, especially the first time. Consider the Deserializer trait, implemented by some type in any library which parses a new format: pub trait Deserializer<'de>: Sized { type Error: Error; fn deserialize_any(self, visitor: V) -> Result where V: Visitor<'de>; fn deserialize_bool(self, visitor: V) -> Result where V: Visitor<'de>; // remainder ommitted\n} For a trait that is just supposed to parse data from a format and return a value, this looks odd. Why are all the return types type erased? To understand that, we need to keep the lens concept in mind and look at the definition of the Visitor type that is passed in generically: pub trait Visitor<'de>: Sized { type Value; fn visit_bool(self, v: bool) -> Result where E: Error; fn visit_u64(self, v: u64) -> Result where E: Error; fn visit_str(self, v: &str) -> Result where E: Error; // remainder omitted\n} The job of the Visitor type is to construct values in the Serde data model, which are represented by its associated Value type. These values represent parts of the Rust value being deserialized. If this fails, it returns an Error type - an error type determined by the Deserializer when its methods were called. This highlights that Deserializer is similar to CustomerId from earlier, allowing any format parser which implements it to create Values based on what it parsed. The Value trait is acting like a lens in functional programming languages. But unlike the CustomerId trait, the return types of Visitor methods are generic , and the concrete Value type is determined by the Visitor itself . Instead of acting as one lens, it effectively acts as a family of lenses, one for each concrete type of Visitor. The Deserializer API is based on having a generic set of \"lenses\" work across a set of other generic types for \"observation\". It is a prism . For example, consider the identity record from earlier but simplified: { \"name\": \"Jane Doe\", \"customer_id\": 1048576332,\n} How would the Serde library deserialize this JSON into struct CreditRecord? The user would call a library function to deserialize the data. This would create a Deserializer based on the JSON format. Based on the fields in the struct, a Visitor would be created (more on that in a moment) which knows how to create each type in a generic data model that was needed to represent it: u64 and String. The deserializer would make calls to the Visitor as it parsed items. The Visitor would indicate if the items found were expected, and if not, raise an error to indicate deserialization has failed. For our very simple structure above, the expected pattern would be: Visit a map ( Serde 's equvialent to HashMap or JSON's dictionary). Visit a string key called \"name\". Visit a string value, which will go into the name field. Visit a string key called \"customer_id\". Visit a string value, which will go into the customer_id field. Visit the end of the map. But what determines which \"observation\" pattern is expected? A functional programming language would be able to use currying to create reflection of each type based on the type itself. Rust does not support that, so every single type would need to have its own code written based on its fields and their properties. Serde solves this usability challenge with a derive macro: use serde::Deserialize; #[derive(Deserialize)]\nstruct IdRecord { name: String, customer_id: String,\n} That macro simply generates an impl block causing the struct to implement a trait called Deserialize. It is defined this way: pub trait Deserialize<'de>: Sized { fn deserialize(deserializer: D) -> Result where D: Deserializer<'de>;\n} This is the function that determines how to create the struct itself. Code is generated based on the struct's fields. When the parsing library is called - in our example, a JSON parsing library - it creates a Deserializer and calls Type::deserialize with it as a parameter. The deserialize code will then create a Visitor which will have its calls \"refracted\" by the Deserializer. If everything goes well, eventually that Visitor will construct a value corresponding to the type being parsed and return it. For a complete example, see the Serde documentation . To wrap up, this is the power of Serde : The structure being parsed is represented by an impl block for Deserialize The input data format (e.g. JSON) is represented by a Deserializer called by Deserialize The Deserializer acts like a prism which \"refracts\" lens-like Visitor calls which actually build the data value The result is that types to be deserialized only implement the \"top layer\" of the API, and file formats only need to implement the \"bottom layer\". Each piece can then \"just work\" with the rest of the ecosystem, since generic types will bridge them. To emphasize, the only reason this model works on any format and any type is because the Deserializer trait's output type is specified by the implementor of Visitor it is passed , rather than being tied to one specific type. This was not true in the account example earlier. Rust's generic-inspired type system can bring it close to these concepts and use their power, as shown in this API design. But it may also need procedural macros to create bridges for its generics.","breadcrumbs":"Functional Programming » Lenses and Prisms » Prisms: A Higher-Order form of \"Optics\"","id":"240","title":"Prisms: A Higher-Order form of \"Optics\""},"241":{"body":"lens-rs crate for a pre-built lenses implementation, with a cleaner interface than these examples serde itself, which makes these concepts intuitive for end users (i.e. defining the structs) without needing to undestand the details luminance is a crate for drawing computer graphics that uses lens API design, including proceducal macros to create full prisms for buffers of different pixel types that remain generic An Article about Lenses in Scala that is very readable even without Scala expertise. Paper: Profunctor Optics: Modular Data Accessors School of Haskell: A Little Lens Starter Tutorial","breadcrumbs":"Functional Programming » Lenses and Prisms » See Also","id":"241","title":"See Also"},"242":{"body":"A collection of complementary helpful content","breadcrumbs":"Additional Resources » Additional resources","id":"242","title":"Additional resources"},"243":{"body":"Design Patterns in Rust by Nicholas Cameron at the PDRust (2016) Writing Idiomatic Libraries in Rust by Pascal Hertleif at RustFest (2017) Rust Programming Techniques by Nicholas Cameron at LinuxConfAu (2018)","breadcrumbs":"Additional Resources » Talks","id":"243","title":"Talks"},"244":{"body":"The Rust API Guidelines","breadcrumbs":"Additional Resources » Books (Online)","id":"244","title":"Books (Online)"},"245":{"body":"","breadcrumbs":"Additional Resources » Design principles » Design principles","id":"245","title":"Design principles"},"246":{"body":"","breadcrumbs":"Additional Resources » Design principles » A brief overview over common design principles","id":"246","title":"A brief overview over common design principles"},"247":{"body":"Single Responsibility Principle (SRP) : A class should only have a single responsibility, that is, only changes to one part of the software's specification should be able to affect the specification of the class. Open/Closed Principle (OCP) : \"Software entities ... should be open for extension, but closed for modification.\" Liskov Substitution Principle (LSP) : \"Objects in a program should be replaceable with instances of their subtypes without altering the correctness of that program.\" Interface Segregation Principle (ISP) : \"Many client-specific interfaces are better than one general-purpose interface.\" Dependency Inversion Principle (DIP) : One should \"depend upon abstractions, [not] concretions.\"","breadcrumbs":"Additional Resources » Design principles » SOLID","id":"247","title":"SOLID"},"248":{"body":"\"Every piece of knowledge must have a single, unambiguous, authoritative representation within a system\"","breadcrumbs":"Additional Resources » Design principles » DRY (Don’t Repeat Yourself)","id":"248","title":"DRY (Don’t Repeat Yourself)"},"249":{"body":"most systems work best if they are kept simple rather than made complicated; therefore, simplicity should be a key goal in design, and unnecessary complexity should be avoided","breadcrumbs":"Additional Resources » Design principles » KISS principle","id":"249","title":"KISS principle"},"25":{"body":"use std::ops::Deref; struct Vec { data: RawVec, //..\n} impl Deref for Vec { type Target = [T]; fn deref(&self) -> &[T] { //.. }\n} A Vec is an owning collection of Ts, while a slice (&[T]) is a borrowed collection of Ts. Implementing Deref for Vec allows implicit dereferencing from &Vec to &[T] and includes the relationship in auto-derefencing searches. Most methods you might expect to be implemented for Vecs are instead implemented for slices. Also String and &str have a similar relation.","breadcrumbs":"Idioms » Collections Are Smart Pointers » Example","id":"25","title":"Example"},"250":{"body":"a given object should assume as little as possible about the structure or properties of anything else (including its subcomponents), in accordance with the principle of \"information hiding\"","breadcrumbs":"Additional Resources » Design principles » Law of Demeter (LoD)","id":"250","title":"Law of Demeter (LoD)"},"251":{"body":"software designers should define formal, precise and verifiable interface specifications for software components, which extend the ordinary definition of abstract data types with preconditions, postconditions and invariants","breadcrumbs":"Additional Resources » Design principles » Design by contract (DbC)","id":"251","title":"Design by contract (DbC)"},"252":{"body":"bundling of data with the methods that operate on that data, or the restricting of direct access to some of an object's components. Encapsulation is used to hide the values or state of a structured data object inside a class, preventing unauthorized parties' direct access to them.","breadcrumbs":"Additional Resources » Design principles » Encapsulation","id":"252","title":"Encapsulation"},"253":{"body":"“Functions should not produce abstract side effects...only commands (procedures) will be permitted to produce side effects.” - Bertrand Meyer: Object-Oriented Software Construction","breadcrumbs":"Additional Resources » Design principles » Command-Query-Separation(CQS)","id":"253","title":"Command-Query-Separation(CQS)"},"254":{"body":"a component of a system should behave in a way that most users will expect it to behave. The behavior should not astonish or surprise users","breadcrumbs":"Additional Resources » Design principles » Principle of least astonishment (POLA)","id":"254","title":"Principle of least astonishment (POLA)"},"255":{"body":"“Modules must correspond to syntactic units in the language used.” - Bertrand Meyer: Object-Oriented Software Construction","breadcrumbs":"Additional Resources » Design principles » Linguistic-Modular-Units","id":"255","title":"Linguistic-Modular-Units"},"256":{"body":"“The designer of a module should strive to make all information about the module part of the module itself.” - Bertrand Meyer: Object-Oriented Software Construction","breadcrumbs":"Additional Resources » Design principles » Self-Documentation","id":"256","title":"Self-Documentation"},"257":{"body":"“All services offered by a module should be available through a uniform notation, which does not betray whether they are implemented through storage or through computation.” - Bertrand Meyer: Object-Oriented Software Construction","breadcrumbs":"Additional Resources » Design principles » Uniform-Access","id":"257","title":"Uniform-Access"},"258":{"body":"“Whenever a software system must support a set of alternatives, one and only one module in the system should know their exhaustive list.” - Bertrand Meyer: Object-Oriented Software Construction","breadcrumbs":"Additional Resources » Design principles » Single-Choice","id":"258","title":"Single-Choice"},"259":{"body":"“Whenever a storage mechanism stores an object, it must store with it the dependents of that object. Whenever a retrieval mechanism retrieves a previously stored object, it must also retrieve any dependent of that object that has not yet been retrieved.” - Bertrand Meyer: Object-Oriented Software Construction","breadcrumbs":"Additional Resources » Design principles » Persistence-Closure","id":"259","title":"Persistence-Closure"},"26":{"body":"Ownership and borrowing are key aspects of the Rust language. Data structures must account for these semantics properly to give a good user experience. When implementing a data structure that owns its data, offering a borrowed view of that data allows for more flexible APIs.","breadcrumbs":"Idioms » Collections Are Smart Pointers » Motivation","id":"26","title":"Motivation"},"27":{"body":"Most methods can be implemented only for the borrowed view, they are then implicitly available for the owning view. Gives clients a choice between borrowing or taking ownership of data.","breadcrumbs":"Idioms » Collections Are Smart Pointers » Advantages","id":"27","title":"Advantages"},"28":{"body":"Methods and traits only available via dereferencing are not taken into account when bounds checking, so generic programming with data structures using this pattern can get complex (see the Borrow and AsRef traits, etc.).","breadcrumbs":"Idioms » Collections Are Smart Pointers » Disadvantages","id":"28","title":"Disadvantages"},"29":{"body":"Smart pointers and collections are analogous: a smart pointer points to a single object, whereas a collection points to many objects. From the point of view of the type system, there is little difference between the two. A collection owns its data if the only way to access each datum is via the collection and the collection is responsible for deleting the data (even in cases of shared ownership, some kind of borrowed view may be appropriate). If a collection owns its data, it is usually useful to provide a view of the data as borrowed so that it can be referenced multiple times. Most smart pointers (e.g., Foo) implement Deref. However, collections will usually dereference to a custom type. [T] and str have some language support, but in the general case, this is not necessary. Foo can implement Deref> where Bar is a dynamically sized type and &Bar is a borrowed view of the data in Foo. Commonly, ordered collections will implement Index for Ranges to provide slicing syntax. The target will be the borrowed view.","breadcrumbs":"Idioms » Collections Are Smart Pointers » Discussion","id":"29","title":"Discussion"},"3":{"body":"Rust is not object-oriented, and the combination of all its characteristics, such as functional elements, a strong type system, and the borrow checker, makes it unique. Because of this, Rust design patterns vary with respect to other traditional object-oriented programming languages. That's why we decided to write this book. We hope you enjoy reading it! The book is divided in three main chapters: Idioms : guidelines to follow when coding. They are the social norms of the community. You should break them only if you have a good reason for it. Design patterns : methods to solve common problems when coding. Anti-patterns : methods to solve common problems when coding. However, while design patterns give us benefits, anti-patterns create more problems.","breadcrumbs":"Introduction » Design patterns in Rust","id":"3","title":"Design patterns in Rust"},"30":{"body":"Deref polymorphism anti-pattern . Documentation for Deref trait .","breadcrumbs":"Idioms » Collections Are Smart Pointers » See also","id":"30","title":"See also"},"31":{"body":"","breadcrumbs":"Idioms » Finalisation in Destructors » Finalisation in destructors","id":"31","title":"Finalisation in destructors"},"32":{"body":"Rust does not provide the equivalent to finally blocks - code that will be executed no matter how a function is exited. Instead, an object's destructor can be used to run code that must be run before exit.","breadcrumbs":"Idioms » Finalisation in Destructors » Description","id":"32","title":"Description"},"33":{"body":"fn bar() -> Result<(), ()> { // These don't need to be defined inside the function. struct Foo; // Implement a destructor for Foo. impl Drop for Foo { fn drop(&mut self) { println!(\"exit\"); } } // The dtor of _exit will run however the function `bar` is exited. let _exit = Foo; // Implicit return with `?` operator. baz()?; // Normal return. Ok(())\n}","breadcrumbs":"Idioms » Finalisation in Destructors » Example","id":"33","title":"Example"},"34":{"body":"If a function has multiple return points, then executing code on exit becomes difficult and repetitive (and thus bug-prone). This is especially the case where return is implicit due to a macro. A common case is the ? operator which returns if the result is an Err, but continues if it is Ok. ? is used as an exception handling mechanism, but unlike Java (which has finally), there is no way to schedule code to run in both the normal and exceptional cases. Panicking will also exit a function early.","breadcrumbs":"Idioms » Finalisation in Destructors » Motivation","id":"34","title":"Motivation"},"35":{"body":"Code in destructors will (nearly) always be run - copes with panics, early returns, etc.","breadcrumbs":"Idioms » Finalisation in Destructors » Advantages","id":"35","title":"Advantages"},"36":{"body":"It is not guaranteed that destructors will run. For example, if there is an infinite loop in a function or if running a function crashes before exit. Destructors are also not run in the case of a panic in an already panicking thread. Therefore, destructors cannot be relied on as finalizers where it is absolutely essential that finalisation happens. This pattern introduces some hard to notice, implicit code. Reading a function gives no clear indication of destructors to be run on exit. This can make debugging tricky. Requiring an object and Drop impl just for finalisation is heavy on boilerplate.","breadcrumbs":"Idioms » Finalisation in Destructors » Disadvantages","id":"36","title":"Disadvantages"},"37":{"body":"There is some subtlety about how exactly to store the object used as a finalizer. It must be kept alive until the end of the function and must then be destroyed. The object must always be a value or uniquely owned pointer (e.g., Box). If a shared pointer (such as Rc) is used, then the finalizer can be kept alive beyond the lifetime of the function. For similar reasons, the finalizer should not be moved or returned. The finalizer must be assigned into a variable, otherwise it will be destroyed immediately, rather than when it goes out of scope. The variable name must start with _ if the variable is only used as a finalizer, otherwise the compiler will warn that the finalizer is never used. However, do not call the variable _ with no suffix - in that case it will be destroyed immediately. In Rust, destructors are run when an object goes out of scope. This happens whether we reach the end of block, there is an early return, or the program panics. When panicking, Rust unwinds the stack running destructors for each object in each stack frame. So, destructors get called even if the panic happens in a function being called. If a destructor panics while unwinding, there is no good action to take, so Rust aborts the thread immediately, without running further destructors. This means that destructors are not absolutely guaranteed to run. It also means that you must take extra care in your destructors not to panic, since it could leave resources in an unexpected state.","breadcrumbs":"Idioms » Finalisation in Destructors » Discussion","id":"37","title":"Discussion"},"38":{"body":"RAII guards .","breadcrumbs":"Idioms » Finalisation in Destructors » See also","id":"38","title":"See also"},"39":{"body":"","breadcrumbs":"Idioms » mem::{take(_), replace(_)} » mem::{take(_), replace(_)} to keep owned values in changed enums","id":"39","title":"mem::{take(_), replace(_)} to keep owned values in changed enums"},"4":{"body":"简体中文 If you want to add a translation, please open an issue in the main repository .","breadcrumbs":"Introduction » Translations » Translations","id":"4","title":"Translations"},"40":{"body":"Say we have a &mut MyEnum which has (at least) two variants, A { name: String, x: u8 } and B { name: String }. Now we want to change MyEnum::A to a B if x is zero, while keeping MyEnum::B intact. We can do this without cloning the name.","breadcrumbs":"Idioms » mem::{take(_), replace(_)} » Description","id":"40","title":"Description"},"41":{"body":"use std::mem; enum MyEnum { A { name: String, x: u8 }, B { name: String }\n} fn a_to_b(e: &mut MyEnum) { if let MyEnum::A { name, x: 0 } = e { // this takes out our `name` and put in an empty String instead // (note that empty strings don't allocate). // Then, construct the new enum variant (which will // be assigned to `*e`). *e = MyEnum::B { name: mem::take(name) } }\n} This also works with more variants: use std::mem; enum MultiVariateEnum { A { name: String }, B { name: String }, C, D\n} fn swizzle(e: &mut MultiVariateEnum) { use MultiVariateEnum::*; *e = match e { // Ownership rules do not allow taking `name` by value, but we cannot // take the value out of a mutable reference, unless we replace it: A { name } => B { name: mem::take(name) }, B { name } => A { name: mem::take(name) }, C => D, D => C }\n}","breadcrumbs":"Idioms » mem::{take(_), replace(_)} » Example","id":"41","title":"Example"},"42":{"body":"When working with enums, we may want to change an enum value in place, perhaps to another variant. This is usually done in two phases to keep the borrow checker happy. In the first phase, we observe the existing value and look at its parts to decide what to do next. In the second phase we may conditionally change the value (as in the example above). The borrow checker won't allow us to take out name of the enum (because something must be there.) We could of course .clone() name and put the clone into our MyEnum::B, but that would be an instance of the Clone to satisfy the borrow checker anti-pattern. Anyway, we can avoid the extra allocation by changing e with only a mutable borrow. mem::take lets us swap out the value, replacing it with it's default value, and returning the previous value. For String, the default value is an empty String, which does not need to allocate. As a result, we get the original name as an owned value . We can then wrap this in another enum. NOTE: mem::replace is very similar, but allows us to specify what to replace the value with. An equivalent to our mem::take line would be mem::replace(name, String::new()). Note, however, that if we are using an Option and want to replace its value with a None, Option’s take() method provides a shorter and more idiomatic alternative.","breadcrumbs":"Idioms » mem::{take(_), replace(_)} » Motivation","id":"42","title":"Motivation"},"43":{"body":"Look ma, no allocation! Also you may feel like Indiana Jones while doing it.","breadcrumbs":"Idioms » mem::{take(_), replace(_)} » Advantages","id":"43","title":"Advantages"},"44":{"body":"This gets a bit wordy. Getting it wrong repeatedly will make you hate the borrow checker. The compiler may fail to optimize away the double store, resulting in reduced performance as opposed to what you'd do in unsafe languages. Furthermore, the type you are taking needs to implement the Default trait . However, if the type you're working with doesn't implement this, you can instead use mem::replace.","breadcrumbs":"Idioms » mem::{take(_), replace(_)} » Disadvantages","id":"44","title":"Disadvantages"},"45":{"body":"This pattern is only of interest in Rust. In GC'd languages, you'd take the reference to the value by default (and the GC would keep track of refs), and in other low-level languages like C you'd simply alias the pointer and fix things later. However, in Rust, we have to do a little more work to do this. An owned value may only have one owner, so to take it out, we need to put something back in – like Indiana Jones, replacing the artifact with a bag of sand.","breadcrumbs":"Idioms » mem::{take(_), replace(_)} » Discussion","id":"45","title":"Discussion"},"46":{"body":"This gets rid of the Clone to satisfy the borrow checker anti-pattern in a specific case.","breadcrumbs":"Idioms » mem::{take(_), replace(_)} » See also","id":"46","title":"See also"},"47":{"body":"","breadcrumbs":"Idioms » On-Stack Dynamic Dispatch » On-Stack Dynamic Dispatch","id":"47","title":"On-Stack Dynamic Dispatch"},"48":{"body":"We can dynamically dispatch over multiple values, however, to do so, we need to declare multiple variables to bind differently-typed objects. To extend the lifetime as necessary, we can use deferred conditional initialization, as seen below:","breadcrumbs":"Idioms » On-Stack Dynamic Dispatch » Description","id":"48","title":"Description"},"49":{"body":"use std::io;\nuse std::fs; # fn main() -> Result<(), Box> {\n# let arg = \"-\"; // These must live longer than `readable`, and thus are declared first:\nlet (mut stdin_read, mut file_read); // We need to ascribe the type to get dynamic dispatch.\nlet readable: &mut dyn io::Read = if arg == \"-\" { stdin_read = io::stdin(); &mut stdin_read\n} else { file_read = fs::File::open(arg)?; &mut file_read\n}; // Read from `readable` here. # Ok(())\n# }","breadcrumbs":"Idioms » On-Stack Dynamic Dispatch » Example","id":"49","title":"Example"},"5":{"body":"Idioms are commonly used styles, guidelines and patterns largely agreed upon by a community. Writing idiomatic code allows other developers to understand better what is happening. After all, the computer only cares about the machine code that is generated by the compiler. Instead, the source code is mainly beneficial to the developer. So, since we have this abstraction layer, why not make it more readable? Remember the KISS principle : \"Keep It Simple, Stupid\". It claims that \"most systems work best if they are kept simple rather than made complicated; therefore, simplicity should be a key goal in design, and unnecessary complexity should be avoided\". Code is there for humans, not computers, to understand.","breadcrumbs":"Idioms » Idioms","id":"5","title":"Idioms"},"50":{"body":"Rust monomorphises code by default. This means a copy of the code will be generated for each type it is used with and optimized independently. While this allows for very fast code on the hot path, it also bloats the code in places where performance is not of the essence, thus costing compile time and cache usage. Luckily, Rust allows us to use dynamic dispatch, but we have to explicitly ask for it.","breadcrumbs":"Idioms » On-Stack Dynamic Dispatch » Motivation","id":"50","title":"Motivation"},"51":{"body":"We do not need to allocate anything on the heap. Neither do we need to initialize something we won't use later, nor do we need to monomorphize the whole code that follows to work with both File or Stdin.","breadcrumbs":"Idioms » On-Stack Dynamic Dispatch » Advantages","id":"51","title":"Advantages"},"52":{"body":"The code needs more moving parts than the Box-based version: // We still need to ascribe the type for dynamic dispatch.\nlet readable: Box = if arg == \"-\" { Box::new(io::stdin())\n} else { Box::new(fs::File::open(arg)?)\n};\n// Read from `readable` here.","breadcrumbs":"Idioms » On-Stack Dynamic Dispatch » Disadvantages","id":"52","title":"Disadvantages"},"53":{"body":"Rust newcomers will usually learn that Rust requires all variables to be initialized before use , so it's easy to overlook the fact that unused variables may well be uninitialized. Rust works quite hard to ensure that this works out fine and only the initialized values are dropped at the end of their scope. The example meets all the constraints Rust places on us: All variables are initialized before using (in this case borrowing) them Each variable only holds values of a single type. In our example, stdin is of type Stdin, file is of type File and readable is of type &mut dyn Read Each borrowed value outlives all the references borrowed from it","breadcrumbs":"Idioms » On-Stack Dynamic Dispatch » Discussion","id":"53","title":"Discussion"},"54":{"body":"Finalisation in destructors and RAII guards can benefit from tight control over lifetimes. For conditionally filled Option<&T>s of (mutable) references, one can initialize an Option directly and use its .as_ref() method to get an optional reference.","breadcrumbs":"Idioms » On-Stack Dynamic Dispatch » See also","id":"54","title":"See also"},"55":{"body":"Writing FFI code is an entire course in itself. However, there are several idioms here that can act as pointers, and avoid traps for inexperienced users of unsafe Rust. This section contains idioms that may be useful when doing FFI. Idiomatic Errors - Error handling with integer codes and sentinel return values (such as NULL pointers) Accepting Strings with minimal unsafe code Passing Strings to FFI functions","breadcrumbs":"Idioms » Foreign function interface (FFI) » FFI Idioms","id":"55","title":"FFI Idioms"},"56":{"body":"","breadcrumbs":"Idioms » Foreign function interface (FFI) » Idiomatic Errors » Error Handling in FFI","id":"56","title":"Error Handling in FFI"},"57":{"body":"In foreign languages like C, errors are represented by return codes. However, Rust's type system allows much more rich error information to be captured and propogated through a full type. This best practice shows different kinds of error codes, and how to expose them in a usable way: Flat Enums should be converted to integers and returned as codes. Structured Enums should be converted to an integer code with a string error message for detail. Custom Error Types should become \"transparent\", with a C representation.","breadcrumbs":"Idioms » Foreign function interface (FFI) » Idiomatic Errors » Description","id":"57","title":"Description"},"58":{"body":"","breadcrumbs":"Idioms » Foreign function interface (FFI) » Idiomatic Errors » Code Example","id":"58","title":"Code Example"},"59":{"body":"enum DatabaseError { IsReadOnly = 1, // user attempted a write operation IOError = 2, // user should read the C errno() for what it was FileCorrupted = 3, // user should run a repair tool to recover it\n} impl From for libc::c_int { fn from(e: DatabaseError) -> libc::c_int { (e as i8).into() }\n}","breadcrumbs":"Idioms » Foreign function interface (FFI) » Idiomatic Errors » Flat Enums","id":"59","title":"Flat Enums"},"6":{"body":"","breadcrumbs":"Idioms » Use borrowed types for arguments » Use borrowed types for arguments","id":"6","title":"Use borrowed types for arguments"},"60":{"body":"pub mod errors { enum DatabaseError { IsReadOnly, IOError(std::io::Error), FileCorrupted(String), // message describing the issue } impl From for libc::c_int { fn from(e: DatabaseError) -> libc::c_int { match e { DatabaseError::IsReadOnly => 1, DatabaseError::IOError(_) => 2, DatabaseError::FileCorrupted(_) => 3, } } }\n} pub mod c_api { use super::errors::DatabaseError; #[no_mangle] pub extern \"C\" fn db_error_description( e: *const DatabaseError ) -> *mut libc::c_char { let error: &DatabaseError = unsafe { // SAFETY: pointer lifetime is greater than the current stack frame &*e }; let error_str: String = match error { DatabaseError::IsReadOnly => { format!(\"cannot write to read-only database\"); } DatabaseError::IOError(e) => { format!(\"I/O Error: {}\", e); } DatabaseError::FileCorrupted(s) => { format!(\"File corrupted, run repair: {}\", &s); } }; let c_error = unsafe { // SAFETY: copying error_str to an allocated buffer with a NUL // character at the end let mut malloc: *mut u8 = libc::malloc(error_str.len() + 1) as *mut _; if malloc.is_null() { return std::ptr::null_mut(); } let src = error_str.as_bytes().as_ptr(); std::ptr::copy_nonoverlapping(src, malloc, error_str.len()); std::ptr::write(malloc.add(error_str.len()), 0); malloc as *mut libc::c_char }; c_error }\n}","breadcrumbs":"Idioms » Foreign function interface (FFI) » Idiomatic Errors » Structured Enums","id":"60","title":"Structured Enums"},"61":{"body":"struct ParseError { expected: char, line: u32, ch: u16\n} impl ParseError { /* ... */ } /* Create a second version which is exposed as a C structure */\n#[repr(C)]\npub struct parse_error { pub expected: libc::c_char, pub line: u32, pub ch: u16\n} impl From for parse_error { fn from(e: ParseError) -> parse_error { let ParseError { expected, line, ch } = e; parse_error { expected, line, ch } }\n}","breadcrumbs":"Idioms » Foreign function interface (FFI) » Idiomatic Errors » Custom Error Types","id":"61","title":"Custom Error Types"},"62":{"body":"This ensures that the foreign language has clear access to error information while not compromising the Rust code's API at all.","breadcrumbs":"Idioms » Foreign function interface (FFI) » Idiomatic Errors » Advantages","id":"62","title":"Advantages"},"63":{"body":"It's a lot of typing, and some types may not be able to be converted easily to C.","breadcrumbs":"Idioms » Foreign function interface (FFI) » Idiomatic Errors » Disadvantages","id":"63","title":"Disadvantages"},"64":{"body":"","breadcrumbs":"Idioms » Foreign function interface (FFI) » Accepting Strings » Accepting Strings","id":"64","title":"Accepting Strings"},"65":{"body":"When accepting strings via FFI through pointers, there are two principles that should be followed: Keep foreign strings \"borrowed\", rather than copying them directly. Minimize the amount of complexity and unsafe code involved in converting from a C-style string to native Rust strings.","breadcrumbs":"Idioms » Foreign function interface (FFI) » Accepting Strings » Description","id":"65","title":"Description"},"66":{"body":"The strings used in C have different behaviours to those used in Rust, namely: C strings are null-terminated while Rust strings store their length C strings can contain any arbitrary non-zero byte while Rust strings must be UTF-8 C strings are accessed and manipulated using unsafe pointer operations while interactions with Rust strings go through safe methods The Rust standard library comes with C equivalents of Rust's String and &str called CString and &CStr, that allow us to avoid a lot of the complexity and unsafe code involved in converting between C strings and Rust strings. The &CStr type also allows us to work with borrowed data, meaning passing strings between Rust and C is a zero-cost operation.","breadcrumbs":"Idioms » Foreign function interface (FFI) » Accepting Strings » Motivation","id":"66","title":"Motivation"},"67":{"body":"pub mod unsafe_module { // other module content /// Log a message at the specified level. /// /// # Safety /// /// It is the caller's guarantee to ensure `msg`: /// /// - is not a null pointer /// - points to valid, initialized data /// - points to memory ending in a null byte /// - won't be mutated for the duration of this function call #[no_mangle] pub unsafe extern \"C\" fn mylib_log( msg: *const libc::c_char, level: libc::c_int ) { let level: crate::LogLevel = match level { /* ... */ }; // SAFETY: The caller has already guaranteed this is okay (see the // `# Safety` section of the doc-comment). let msg_str: &str = match std::ffi::CStr::from_ptr(msg).to_str() { Ok(s) => s, Err(e) => { crate::log_error(\"FFI string conversion failed\"); return; } }; crate::log(msg_str, level); }\n}","breadcrumbs":"Idioms » Foreign function interface (FFI) » Accepting Strings » Code Example","id":"67","title":"Code Example"},"68":{"body":"The example is is written to ensure that: The unsafe block is as small as possible. The pointer with an \"untracked\" lifetime becomes a \"tracked\" shared reference Consider an alternative, where the string is actually copied: pub mod unsafe_module { // other module content pub extern \"C\" fn mylib_log(msg: *const libc::c_char, level: libc::c_int) { // DO NOT USE THIS CODE. // IT IS UGLY, VERBOSE, AND CONTAINS A SUBTLE BUG. let level: crate::LogLevel = match level { /* ... */ }; let msg_len = unsafe { /* SAFETY: strlen is what it is, I guess? */ libc::strlen(msg) }; let mut msg_data = Vec::with_capacity(msg_len + 1); let msg_cstr: std::ffi::CString = unsafe { // SAFETY: copying from a foreign pointer expected to live // for the entire stack frame into owned memory std::ptr::copy_nonoverlapping(msg, msg_data.as_mut(), msg_len); msg_data.set_len(msg_len + 1); std::ffi::CString::from_vec_with_nul(msg_data).unwrap() } let msg_str: String = unsafe { match msg_cstr.into_string() { Ok(s) => s, Err(e) => { crate::log_error(\"FFI string conversion failed\"); return; } } }; crate::log(&msg_str, level); }\n} This code in inferior to the original in two respects: There is much more unsafe code, and more importantly, more invariants it must uphold. Due to the extensive arithmetic required, there is a bug in this version that cases Rust undefined behaviour. The bug here is a simple mistake in pointer arithmetic: the string was copied, all msg_len bytes of it. However, the NUL terminator at the end was not. The Vector then had its size set to the length of the zero padded string -- rather than resized to it, which could have added a zero at the end. As a result, the last byte in the Vector is uninitialized memory. When the CString is created at the bottom of the block, its read of the Vector will cause undefined behaviour! Like many such issues, this would be difficult issue to track down. Sometimes it would panic because the string was not UTF-8, sometimes it would put a weird character at the end of the string, sometimes it would just completely crash.","breadcrumbs":"Idioms » Foreign function interface (FFI) » Accepting Strings » Advantages","id":"68","title":"Advantages"},"69":{"body":"None?","breadcrumbs":"Idioms » Foreign function interface (FFI) » Accepting Strings » Disadvantages","id":"69","title":"Disadvantages"},"7":{"body":"Using a target of a deref coercion can increase the flexibility of your code when you are deciding which argument type to use for a function argument. In this way, the function will accept more input types. This is not limited to slice-able or fat pointer types. In fact, you should always prefer using the borrowed type over borrowing the owned type . Such as &str over &String, &[T] over &Vec, or &T over &Box. Using borrowed types you can avoid layers of indirection for those instances where the owned type already provides a layer of indirection. For instance, a String has a layer of indirection, so a &String will have two layers of indirection. We can avoid this by using &str instead, and letting &String coerce to a &str whenever the function is invoked.","breadcrumbs":"Idioms » Use borrowed types for arguments » Description","id":"7","title":"Description"},"70":{"body":"","breadcrumbs":"Idioms » Foreign function interface (FFI) » Passing Strings » Passing Strings","id":"70","title":"Passing Strings"},"71":{"body":"When passing strings to FFI functions, there are four principles that should be followed: Make the lifetime of owned strings as long as possible. Minimize unsafe code during the conversion. If the C code can modify the string data, use Vec instead of CString. Unless the Foreign Function API requires it, the ownership of the string should not transfer to the callee.","breadcrumbs":"Idioms » Foreign function interface (FFI) » Passing Strings » Description","id":"71","title":"Description"},"72":{"body":"Rust has built-in support for C-style strings with its CString and CStr types. However, there are different approaches one can take with strings that are being sent to a foreign function call from a Rust function. The best practice is simple: use CString in such a way as to minimize unsafe code. However, a secondary caveat is that the object must live long enough , meaning the lifetime should be maximized. In addition, the documentation explains that \"round-tripping\" a CString after modification is UB, so additional work is necessary in that case.","breadcrumbs":"Idioms » Foreign function interface (FFI) » Passing Strings » Motivation","id":"72","title":"Motivation"},"73":{"body":"pub mod unsafe_module { // other module content extern \"C\" { fn seterr(message: *const libc::c_char); fn geterr(buffer: *mut libc::c_char, size: libc::c_int) -> libc::c_int; } fn report_error_to_ffi>( err: S ) -> Result<(), std::ffi::NulError>{ let c_err = std::ffi::CString::new(err.into())?; unsafe { // SAFETY: calling an FFI whose documentation says the pointer is // const, so no modification should occur seterr(c_err.as_ptr()); } Ok(()) // The lifetime of c_err continues until here } fn get_error_from_ffi() -> Result { let mut buffer = vec![0u8; 1024]; unsafe { // SAFETY: calling an FFI whose documentation implies // that the input need only live as long as the call let written: usize = geterr(buffer.as_mut_ptr(), 1023).into(); buffer.truncate(written + 1); } std::ffi::CString::new(buffer).unwrap().into_string() }\n}","breadcrumbs":"Idioms » Foreign function interface (FFI) » Passing Strings » Code Example","id":"73","title":"Code Example"},"74":{"body":"The example is written in a way to ensure that: The unsafe block is as small as possible. The CString lives long enough. Errors with typecasts are always propagated when possible. A common mistake (so common it's in the documentation) is to not use the variable in the first block: pub mod unsafe_module { // other module content fn report_error>(err: S) -> Result<(), std::ffi::NulError> { unsafe { // SAFETY: whoops, this contains a dangling pointer! seterr(std::ffi::CString::new(err.into())?.as_ptr()); } Ok(()) }\n} This code will result in a dangling pointer, because the lifetime of the CString is not extended by the pointer creation, unlike if a reference were created. Another issue frequently raised is that the initialization of a 1k vector of zeroes is \"slow\". However, recent versions of Rust actually optimize that particular macro to a call to zmalloc, meaning it is as fast as the operating system's ability to return zeroed memory (which is quite fast).","breadcrumbs":"Idioms » Foreign function interface (FFI) » Passing Strings » Advantages","id":"74","title":"Advantages"},"75":{"body":"None?","breadcrumbs":"Idioms » Foreign function interface (FFI) » Passing Strings » Disadvantages","id":"75","title":"Disadvantages"},"76":{"body":"","breadcrumbs":"Idioms » Iterating over an Option » Iterating over an Option","id":"76","title":"Iterating over an Option"},"77":{"body":"Option can be viewed as a container that contains either zero or one element. In particular, it implements the IntoIterator trait, and as such can be used with generic code that needs such a type.","breadcrumbs":"Idioms » Iterating over an Option » Description","id":"77","title":"Description"},"78":{"body":"Since Option implements IntoIterator, it can be used as an argument to .extend() : let turing = Some(\"Turing\");\nlet mut logicians = vec![\"Curry\", \"Kleene\", \"Markov\"]; logicians.extend(turing); // equivalent to\nif let Some(turing_inner) = turing { logicians.push(turing_inner);\n} If you need to tack an Option to the end of an existing iterator, you can pass it to .chain() : let turing = Some(\"Turing\");\nlet logicians = vec![\"Curry\", \"Kleene\", \"Markov\"]; for logician in logicians.iter().chain(turing.iter()) { println!(\"{} is a logician\", logician);\n} Note that if the Option is always Some, then it is more idiomatic to use std::iter::once on the element instead. Also, since Option implements IntoIterator, it's possible to iterate over it using a for loop. This is equivalent to matching it with if let Some(..), and in most cases you should prefer the latter.","breadcrumbs":"Idioms » Iterating over an Option » Examples","id":"78","title":"Examples"},"79":{"body":"std::iter::once is an iterator which yields exactly one element. It's a more readable alternative to Some(foo).into_iter(). Iterator::filter_map is a version of Iterator::map , specialized to mapping functions which return Option. The ref_slice crate provides functions for converting an Option to a zero- or one-element slice. Documentation for Option","breadcrumbs":"Idioms » Iterating over an Option » See also","id":"79","title":"See also"},"8":{"body":"For this example, we will illustrate some differences for using &String as a function argument versus using a &str, but the ideas apply as well to using &Vec versus using a &[T] or using a &Box versus a &T. Consider an example where we wish to determine if a word contains three consecutive vowels. We don't need to own the string to determine this, so we will take a reference. The code might look something like this: fn three_vowels(word: &String) -> bool { let mut vowel_count = 0; for c in word.chars() { match c { 'a' | 'e' | 'i' | 'o' | 'u' => { vowel_count += 1; if vowel_count >= 3 { return true } } _ => vowel_count = 0 } } false\n} fn main() { let ferris = \"Ferris\".to_string(); let curious = \"Curious\".to_string(); println!(\"{}: {}\", ferris, three_vowels(&ferris)); println!(\"{}: {}\", curious, three_vowels(&curious)); // This works fine, but the following two lines would fail: // println!(\"Ferris: {}\", three_vowels(\"Ferris\")); // println!(\"Curious: {}\", three_vowels(\"Curious\")); } This works fine because we are passing a &String type as a parameter. If we remove the comments on the last two lines, the example will fail. This is because a &str type will not coerce to a &String type. We can fix this by simply modifying the type for our argument. For instance, if we change our function declaration to: fn three_vowels(word: &str) -> bool { then both versions will compile and print the same output. Ferris: false\nCurious: true But wait, that's not all! There is more to this story. It's likely that you may say to yourself: that doesn't matter, I will never be using a &'static str as an input anyways (as we did when we used \"Ferris\"). Even ignoring this special example, you may still find that using &str will give you more flexibility than using a &String. Let's now take an example where someone gives us a sentence, and we want to determine if any of the words in the sentence contain three consecutive vowels. We probably should make use of the function we have already defined and simply feed in each word from the sentence. An example of this could look like this: fn three_vowels(word: &str) -> bool { let mut vowel_count = 0; for c in word.chars() { match c { 'a' | 'e' | 'i' | 'o' | 'u' => { vowel_count += 1; if vowel_count >= 3 { return true } } _ => vowel_count = 0 } } false\n} fn main() { let sentence_string = \"Once upon a time, there was a friendly curious crab named Ferris\".to_string(); for word in sentence_string.split(' ') { if three_vowels(word) { println!(\"{} has three consecutive vowels!\", word); } }\n} Running this example using our function declared with an argument type &str will yield curious has three consecutive vowels! However, this example will not run when our function is declared with an argument type &String. This is because string slices are a &str and not a &String which would require an allocation to be converted to &String which is not implicit, whereas converting from String to &str is cheap and implicit.","breadcrumbs":"Idioms » Use borrowed types for arguments » Example","id":"8","title":"Example"},"80":{"body":"","breadcrumbs":"Idioms » Pass Variables to Closure » Pass variables to closure","id":"80","title":"Pass variables to closure"},"81":{"body":"By default, closures capture their environment by borrowing. Or you can use move-closure to move whole environment. However, often you want to move just some variables to closure, give it copy of some data, pass it by reference, or perform some other transformation. Use variable rebinding in separate scope for that.","breadcrumbs":"Idioms » Pass Variables to Closure » Description","id":"81","title":"Description"},"82":{"body":"Use use std::rc::Rc; let num1 = Rc::new(1);\nlet num2 = Rc::new(2);\nlet num3 = Rc::new(3);\nlet closure = { // `num1` is moved let num2 = num2.clone(); // `num2` is cloned let num3 = num3.as_ref(); // `num3` is borrowed move || { *num1 + *num2 + *num3; }\n}; instead of use std::rc::Rc; let num1 = Rc::new(1);\nlet num2 = Rc::new(2);\nlet num3 = Rc::new(3); let num2_cloned = num2.clone();\nlet num3_borrowed = num3.as_ref();\nlet closure = move || { *num1 + *num2_cloned + *num3_borrowed;\n};","breadcrumbs":"Idioms » Pass Variables to Closure » Example","id":"82","title":"Example"},"83":{"body":"Copied data are grouped together with closure definition, so their purpose is more clear, and they will be dropped immediately even if they are not consumed by closure. Closure uses same variable names as surrounding code whether data are copied or moved.","breadcrumbs":"Idioms » Pass Variables to Closure » Advantages","id":"83","title":"Advantages"},"84":{"body":"Additional indentation of closure body.","breadcrumbs":"Idioms » Pass Variables to Closure » Disadvantages","id":"84","title":"Disadvantages"},"85":{"body":"","breadcrumbs":"Idioms » Privacy For Extensibility » #[non_exhaustive] and private fields for extensibility","id":"85","title":"#[non_exhaustive] and private fields for extensibility"},"86":{"body":"A small set of scenarios exist where a library author may want to add public fields to a public struct or new variants to an enum without breaking backwards compatibility. Rust offers two solutions to this problem: Use #[non_exhaustive] on structs, enums, and enum variants. For extensive documentation on all the places where #[non_exhaustive] can be used, see the docs . You may add a private field to a struct to prevent it from being directly instantiated or matched against (see Alternative)","breadcrumbs":"Idioms » Privacy For Extensibility » Description","id":"86","title":"Description"},"87":{"body":"mod a { // Public struct. #[non_exhaustive] pub struct S { pub foo: i32, } #[non_exhaustive] pub enum AdmitMoreVariants { VariantA, VariantB, #[non_exhaustive] VariantC { a: String } }\n} fn print_matched_variants(s: a::S) { // Because S is `#[non_exhaustive]`, it cannot be named here and // we must use `..` in the pattern. let a::S { foo: _, ..} = s; let some_enum = a::AdmitMoreVariants::VariantA; match some_enum { a::AdmitMoreVariants::VariantA => println!(\"it's an A\"), a::AdmitMoreVariants::VariantB => println!(\"it's a b\"), // .. required because this variant is non-exhaustive as well a::AdmitMoreVariants::VariantC { a, .. } => println!(\"it's a c\"), // The wildcard match is required because more variants may be // added in the future _ => println!(\"it's a new variant\") }\n}","breadcrumbs":"Idioms » Privacy For Extensibility » Example","id":"87","title":"Example"},"88":{"body":"#[non_exhaustive] only works across crate boundaries. Within a crate, the private field method may be used. Adding a field to a struct is a mostly backwards compatible change. However, if a client uses a pattern to deconstruct a struct instance, they might name all the fields in the struct and adding a new one would break that pattern. The client could name some fields and use .. in the pattern, in which case adding another field is backwards compatible. Making at least one of the struct's fields private forces clients to use the latter form of patterns, ensuring that the struct is future-proof. The downside of this approach is that you might need to add an otherwise unneeded field to the struct. You can use the () type so that there is no runtime overhead and prepend _ to the field name to avoid the unused field warning. pub struct S { pub a: i32, // Because `b` is private, you cannot match on `S` without using `..` and `S` // cannot be directly instantiated or matched against _b: ()\n}","breadcrumbs":"Idioms » Privacy For Extensibility » Alternative: Private fields for structs","id":"88","title":"Alternative: Private fields for structs"},"89":{"body":"On structs, #[non_exhaustive] allows adding additional fields in a backwards compatible way. It will also prevent clients from using the struct constructor, even if all the fields are public. This may be helpful, but it's worth considering if you want an additional field to be found by clients as a compiler error rather than something that may be silently undiscovered. #[non_exhaustive] can be applied to enum variants as well. A #[non_exhaustive] variant behaves in the same way as a #[non_exhaustive] struct. Use this deliberately and with caution: incrementing the major version when adding fields or variants is often a better option. #[non_exhaustive] may be appropriate in scenarios where you're modeling an external resource that may change out-of-sync with your library, but is not a general purpose tool.","breadcrumbs":"Idioms » Privacy For Extensibility » Discussion","id":"89","title":"Discussion"},"9":{"body":"Rust Language Reference on Type Coercions For more discussion on how to handle String and &str see this blog series (2015) by Herman J. Radtke III","breadcrumbs":"Idioms » Use borrowed types for arguments » See also","id":"9","title":"See also"},"90":{"body":"#[non_exhaustive] can make your code much less ergonomic to use, especially when forced to handle unknown enum variants. It should only be used when these sorts of evolutions are required without incrementing the major version. When #[non_exhaustive] is applied to enums, it forces clients to handle a wildcard variant. If there is no sensible action to take in this case, this may lead to awkward code and code paths that are only executed in extremely rare circumstances. If a client decides to panic!() in this scenario, it may have been better to expose this error at compile time. In fact, #[non_exhaustive] forces clients to handle the \"Something else\" case; there is rarely a sensible action to take in this scenario.","breadcrumbs":"Idioms » Privacy For Extensibility » Disadvantages","id":"90","title":"Disadvantages"},"91":{"body":"RFC introducing #[non_exhaustive] attribute for enums and structs","breadcrumbs":"Idioms » Privacy For Extensibility » See also","id":"91","title":"See also"},"92":{"body":"","breadcrumbs":"Idioms » Easy doc initialization » Easy doc initialization","id":"92","title":"Easy doc initialization"},"93":{"body":"If a struct takes significant effort to initialize when writing docs, it can be quicker to wrap your example with a helper function which takes the struct as an argument.","breadcrumbs":"Idioms » Easy doc initialization » Description","id":"93","title":"Description"},"94":{"body":"Sometimes there is a struct with multiple or complicated parameters and several methods. Each of these methods should have examples. For example: struct Connection { name: String, stream: TcpStream,\n} impl Connection { /// Sends a request over the connection. /// /// # Example /// ```no_run /// # // Boilerplate are required to get an example working. /// # let stream = TcpStream::connect(\"127.0.0.1:34254\"); /// # let connection = Connection { name: \"foo\".to_owned(), stream }; /// # let request = Request::new(\"RequestId\", RequestType::Get, \"payload\"); /// let response = connection.send_request(request); /// assert!(response.is_ok()); /// ``` fn send_request(&self, request: Request) -> Result { // ... } /// Oh no, all that boilerplate needs to be repeated here! fn check_status(&self) -> Status { // ... }\n}","breadcrumbs":"Idioms » Easy doc initialization » Motivation","id":"94","title":"Motivation"},"95":{"body":"Instead of typing all of this boilerplate to create a Connection and Request, it is easier to just create a wrapping helper function which takes them as arguments: struct Connection { name: String, stream: TcpStream,\n} impl Connection { /// Sends a request over the connection. /// /// # Example /// ``` /// # fn call_send(connection: Connection, request: Request) { /// let response = connection.send_request(request); /// assert!(response.is_ok()); /// # } /// ``` fn send_request(&self, request: Request) { // ... }\n} Note in the above example the line assert!(response.is_ok()); will not actually run while testing because it is inside a function which is never invoked.","breadcrumbs":"Idioms » Easy doc initialization » Example","id":"95","title":"Example"},"96":{"body":"This is much more concise and avoids repetitive code in examples.","breadcrumbs":"Idioms » Easy doc initialization » Advantages","id":"96","title":"Advantages"},"97":{"body":"As example is in a function, the code will not be tested. Though it will still be checked to make sure it compiles when running a cargo test. So this pattern is most useful when you need no_run. With this, you do not need to add no_run.","breadcrumbs":"Idioms » Easy doc initialization » Disadvantages","id":"97","title":"Disadvantages"},"98":{"body":"If assertions are not required this pattern works well. If they are, an alternative can be to create a public method to create a helper instance which is annotated with #[doc(hidden)] (so that users won't see it). Then this method can be called inside of rustdoc because it is part of the crate's public API.","breadcrumbs":"Idioms » Easy doc initialization » Discussion","id":"98","title":"Discussion"},"99":{"body":"","breadcrumbs":"Idioms » Temporary mutability » Temporary mutability","id":"99","title":"Temporary mutability"}},"length":260,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{".":{".":{"2":{"df":1,"docs":{"106":{"tf":1.0}}},"df":0,"docs":{}},"0":{"df":1,"docs":{"128":{"tf":1.0}}},"5":{"df":2,"docs":{"128":{"tf":1.7320508075688772},"185":{"tf":1.0}}},"df":0,"docs":{}},"2":{"df":1,"docs":{"239":{"tf":1.0}}},"df":13,"docs":{"125":{"tf":1.0},"126":{"tf":1.7320508075688772},"128":{"tf":1.4142135623730951},"151":{"tf":1.4142135623730951},"17":{"tf":1.0},"199":{"tf":2.449489742783178},"203":{"tf":1.0},"206":{"tf":1.0},"229":{"tf":1.4142135623730951},"230":{"tf":2.0},"41":{"tf":1.0},"60":{"tf":1.0},"8":{"tf":2.0}}},"1":{".":{".":{"1":{"1":{")":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"(":{"0":{"df":1,"docs":{"230":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"229":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"df":1,"docs":{"185":{"tf":1.0}}},"4":{"8":{".":{"0":{"df":1,"docs":{"218":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"2":{"3":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"73":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"df":1,"docs":{"73":{"tf":1.0}}},"df":0,"docs":{}},"4":{"8":{"5":{"7":{"6":{"3":{"3":{"2":{"df":2,"docs":{"239":{"tf":1.4142135623730951},"240":{"tf":1.0}}},"3":{"df":1,"docs":{"239":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"228":{"tf":1.0},"229":{"tf":1.7320508075688772},"230":{"tf":2.23606797749979}}},"2":{"df":1,"docs":{"127":{"tf":1.0}}},"5":{"df":2,"docs":{"229":{"tf":1.0},"230":{"tf":1.4142135623730951}}},"df":19,"docs":{"106":{"tf":1.0},"126":{"tf":1.0},"148":{"tf":1.4142135623730951},"151":{"tf":1.7320508075688772},"199":{"tf":2.0},"203":{"tf":1.0},"206":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.7320508075688772},"230":{"tf":3.0},"237":{"tf":1.0},"239":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"73":{"tf":1.0},"8":{"tf":1.4142135623730951}},"k":{"df":1,"docs":{"74":{"tf":1.0}}}},"2":{"+":{"3":{"df":1,"docs":{"127":{"tf":1.0}}},"5":{"df":1,"docs":{"127":{"tf":1.0}}},"df":0,"docs":{}},"0":{"0":{"2":{"df":1,"docs":{"239":{"tf":1.0}}},"df":0,"docs":{}},"1":{"5":{"df":1,"docs":{"9":{"tf":1.0}}},"6":{"df":1,"docs":{"243":{"tf":1.0}}},"7":{"df":1,"docs":{"243":{"tf":1.0}}},"8":{"df":1,"docs":{"243":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"2":{"1":{"df":1,"docs":{"239":{"tf":1.0}}},"2":{"df":1,"docs":{"239":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"229":{"tf":1.0},"230":{"tf":1.4142135623730951}}},"3":{"df":1,"docs":{"127":{"tf":1.0}}},"4":{"df":1,"docs":{"239":{"tf":1.0}}},"8":{"df":2,"docs":{"229":{"tf":1.0},"230":{"tf":1.4142135623730951}}},"df":12,"docs":{"106":{"tf":1.0},"125":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.0},"148":{"tf":1.4142135623730951},"151":{"tf":1.0},"211":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.7320508075688772},"237":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}},"3":{"+":{"4":{"df":1,"docs":{"127":{"tf":1.0}}},"df":0,"docs":{}},"4":{"df":1,"docs":{"127":{"tf":1.0}}},"6":{"df":2,"docs":{"229":{"tf":1.0},"230":{"tf":1.4142135623730951}}},"df":9,"docs":{"126":{"tf":1.0},"151":{"tf":1.0},"211":{"tf":1.0},"229":{"tf":1.4142135623730951},"230":{"tf":2.0},"237":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"8":{"tf":1.4142135623730951}},"f":{"6":{"4":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"4":{"5":{"df":2,"docs":{"229":{"tf":1.0},"230":{"tf":1.4142135623730951}}},"df":7,"docs":{"125":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.0},"211":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"237":{"tf":1.0}},"f":{"6":{"4":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"5":{"5":{"df":2,"docs":{"229":{"tf":1.0},"230":{"tf":1.0}}},"df":6,"docs":{"126":{"tf":1.0},"151":{"tf":1.0},"210":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"237":{"tf":1.0}}},"6":{"df":4,"docs":{"126":{"tf":1.0},"229":{"tf":1.4142135623730951},"230":{"tf":1.7320508075688772},"237":{"tf":1.0}}},"7":{"df":3,"docs":{"126":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0}}},"8":{"df":7,"docs":{"107":{"tf":1.0},"126":{"tf":1.0},"192":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0}}},"9":{"df":4,"docs":{"125":{"tf":1.0},"126":{"tf":1.7320508075688772},"229":{"tf":1.0},"230":{"tf":1.0}}},"_":{"b":{"df":1,"docs":{"88":{"tf":1.0}}},"df":7,"docs":{"106":{"tf":1.0},"233":{"tf":1.0},"37":{"tf":1.4142135623730951},"60":{"tf":1.0},"8":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.0}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.4142135623730951}}}}}}},"a":{".":{"b":{"df":2,"docs":{"177":{"tf":1.0},"181":{"tf":1.0}}},"c":{"df":2,"docs":{"177":{"tf":1.0},"181":{"tf":1.0}}},"df":0,"docs":{},"f":{"1":{"df":1,"docs":{"177":{"tf":1.0}}},"2":{"df":1,"docs":{"177":{"tf":1.0}}},"3":{"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{}}},":":{":":{"a":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"87":{"tf":1.4142135623730951}}},"b":{"df":1,"docs":{"87":{"tf":1.0}}},"c":{"df":1,"docs":{"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":{}},"df":1,"docs":{"87":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"b":{"(":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"i":{"df":1,"docs":{"197":{"tf":1.0}},"l":{"df":1,"docs":{"74":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}},"v":{"df":7,"docs":{"172":{"tf":1.0},"198":{"tf":1.4142135623730951},"203":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.4142135623730951},"42":{"tf":1.0},"95":{"tf":1.0}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"36":{"tf":1.0},"37":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":16,"docs":{"133":{"tf":1.0},"134":{"tf":1.0},"136":{"tf":1.4142135623730951},"146":{"tf":1.7320508075688772},"148":{"tf":1.0},"155":{"tf":1.0},"170":{"tf":1.0},"180":{"tf":1.0},"191":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"239":{"tf":1.0},"247":{"tf":1.0},"251":{"tf":1.0},"253":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":8,"docs":{"157":{"tf":1.0},"172":{"tf":1.0},"185":{"tf":1.0},"200":{"tf":1.4142135623730951},"55":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"7":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":15,"docs":{"134":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"202":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.4142135623730951},"239":{"tf":2.23606797749979},"252":{"tf":1.4142135623730951},"257":{"tf":1.0},"29":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"239":{"tf":1.0},"241":{"tf":1.0}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"127":{"tf":1.0},"206":{"tf":1.0},"250":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"239":{"tf":2.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"239":{"tf":2.0}}}}}},"df":4,"docs":{"239":{"tf":2.449489742783178},"240":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"239":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"239":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"181":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"139":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":1,"docs":{"112":{"tf":1.0}}}}}}},"t":{"df":5,"docs":{"194":{"tf":1.0},"196":{"tf":1.0},"198":{"tf":1.0},"240":{"tf":2.0},"55":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":8,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.4142135623730951},"151":{"tf":1.0},"210":{"tf":1.0},"37":{"tf":1.0},"90":{"tf":1.4142135623730951}}}},"x":{"df":1,"docs":{"121":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":6,"docs":{"232":{"tf":1.0},"233":{"tf":1.4142135623730951},"240":{"tf":1.0},"68":{"tf":1.0},"74":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"d":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":2,"docs":{"155":{"tf":1.0},"170":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"f":{">":{"(":{"df":0,"docs":{},"x":{"df":1,"docs":{"151":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"119":{"tf":1.0},"120":{"tf":1.0}}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"118":{"tf":1.0},"119":{"tf":1.0}}}}}},"df":0,"docs":{}},"<":{"df":1,"docs":{"120":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":15,"docs":{"110":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"183":{"tf":1.0},"21":{"tf":1.0},"218":{"tf":1.4142135623730951},"225":{"tf":1.0},"229":{"tf":1.0},"233":{"tf":1.0},"4":{"tf":1.0},"86":{"tf":1.4142135623730951},"88":{"tf":1.0},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"a":{"d":{"d":{"(":{"0":{"df":1,"docs":{"151":{"tf":1.0}}},"1":{"df":1,"docs":{"151":{"tf":1.0}}},"4":{"df":1,"docs":{"151":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"151":{"tf":1.4142135623730951}}}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"t":{"df":12,"docs":{"103":{"tf":1.0},"116":{"tf":1.0},"199":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"230":{"tf":1.0},"232":{"tf":1.4142135623730951},"233":{"tf":1.4142135623730951},"242":{"tf":1.0},"72":{"tf":1.4142135623730951},"84":{"tf":1.0},"89":{"tf":1.4142135623730951}}}}},"df":8,"docs":{"159":{"tf":1.0},"192":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"68":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.7320508075688772},"89":{"tf":1.4142135623730951}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"146":{"tf":1.0}}}}},"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":{"233":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"87":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"110":{"tf":1.0},"137":{"tf":1.0},"203":{"tf":1.0}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":28,"docs":{"102":{"tf":1.0},"108":{"tf":1.0},"13":{"tf":1.0},"134":{"tf":1.0},"142":{"tf":1.0},"149":{"tf":1.4142135623730951},"162":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.0},"17":{"tf":1.0},"179":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"190":{"tf":1.0},"199":{"tf":1.0},"204":{"tf":1.4142135623730951},"216":{"tf":1.0},"223":{"tf":1.0},"234":{"tf":1.0},"27":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"51":{"tf":1.0},"62":{"tf":1.0},"68":{"tf":1.0},"74":{"tf":1.0},"83":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"199":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"171":{"tf":1.0},"247":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"199":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"199":{"tf":1.0},"230":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"86":{"tf":1.0},"88":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"5":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"143":{"tf":1.0}}}},"k":{"a":{"df":2,"docs":{"126":{"tf":1.0},"145":{"tf":1.0}}},"df":0,"docs":{}},"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":5,"docs":{"146":{"tf":2.0},"154":{"tf":1.4142135623730951},"156":{"tf":1.0},"157":{"tf":1.0},"169":{"tf":1.0}},"’":{"df":1,"docs":{"146":{"tf":1.0}}}}}}}}}},"i":{"a":{"df":2,"docs":{"131":{"tf":1.0},"45":{"tf":1.0}},"s":{"df":5,"docs":{"130":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.0},"202":{"tf":1.0},"206":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"v":{"df":1,"docs":{"37":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":9,"docs":{"14":{"tf":1.0},"198":{"tf":1.0},"211":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"51":{"tf":1.0},"60":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{},"w":{"df":29,"docs":{"112":{"tf":1.0},"128":{"tf":1.0},"133":{"tf":1.4142135623730951},"146":{"tf":1.0},"151":{"tf":1.0},"154":{"tf":1.4142135623730951},"156":{"tf":1.0},"171":{"tf":1.0},"184":{"tf":1.4142135623730951},"197":{"tf":1.0},"20":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"218":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"237":{"tf":1.4142135623730951},"239":{"tf":2.449489742783178},"240":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"57":{"tf":1.0},"66":{"tf":1.4142135623730951},"89":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":7,"docs":{"151":{"tf":1.0},"20":{"tf":1.0},"206":{"tf":1.0},"36":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"247":{"tf":1.0}},"n":{"df":12,"docs":{"107":{"tf":1.0},"199":{"tf":1.0},"218":{"tf":1.4142135623730951},"225":{"tf":1.0},"236":{"tf":1.0},"258":{"tf":1.0},"42":{"tf":1.0},"68":{"tf":1.0},"79":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0},"98":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":3,"docs":{"169":{"tf":1.0},"176":{"tf":1.0},"2":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":9,"docs":{"107":{"tf":1.0},"121":{"tf":1.0},"139":{"tf":1.0},"211":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"7":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"226":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"216":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.0}}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"29":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":3,"docs":{"214":{"tf":1.0},"217":{"tf":1.0},"98":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":10,"docs":{"110":{"tf":1.0},"119":{"tf":1.0},"122":{"tf":1.0},"130":{"tf":1.0},"150":{"tf":1.0},"22":{"tf":1.0},"239":{"tf":1.0},"42":{"tf":1.4142135623730951},"74":{"tf":1.0},"88":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"198":{"tf":1.0},"206":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":8,"docs":{"207":{"tf":2.23606797749979},"209":{"tf":1.0},"211":{"tf":1.0},"222":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"149":{"tf":1.0},"216":{"tf":1.0},"250":{"tf":1.0},"51":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"42":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"156":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"i":{"'":{"df":1,"docs":{"200":{"tf":1.0}}},"df":27,"docs":{"133":{"tf":1.0},"18":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.4142135623730951},"197":{"tf":2.23606797749979},"198":{"tf":1.7320508075688772},"199":{"tf":2.8284271247461903},"200":{"tf":1.4142135623730951},"202":{"tf":1.7320508075688772},"203":{"tf":1.7320508075688772},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"217":{"tf":1.0},"218":{"tf":1.0},"233":{"tf":1.4142135623730951},"236":{"tf":1.4142135623730951},"237":{"tf":1.7320508075688772},"238":{"tf":1.0},"240":{"tf":2.449489742783178},"241":{"tf":1.0},"244":{"tf":1.0},"26":{"tf":1.0},"62":{"tf":1.0},"71":{"tf":1.0},"98":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"169":{"tf":1.0},"2":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"c":{"df":5,"docs":{"121":{"tf":1.4142135623730951},"199":{"tf":1.7320508075688772},"2":{"tf":1.0},"20":{"tf":1.0},"233":{"tf":1.0}}},"df":11,"docs":{"112":{"tf":1.4142135623730951},"156":{"tf":1.0},"162":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"227":{"tf":1.0},"233":{"tf":1.0},"237":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":11,"docs":{"107":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.4142135623730951},"120":{"tf":1.0},"156":{"tf":1.0},"166":{"tf":1.0},"172":{"tf":1.0},"233":{"tf":1.0},"239":{"tf":1.0},"72":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"171":{"tf":1.0},"29":{"tf":1.0},"89":{"tf":1.0}}}}}}}}},"r":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"225":{"tf":1.0},"66":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"<":{"df":0,"docs":{},"t":{"df":2,"docs":{"211":{"tf":1.0},"212":{"tf":1.0}}}},"df":2,"docs":{"20":{"tf":1.0},"211":{"tf":1.7320508075688772}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"202":{"tf":1.0}}},"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}}},"g":{"df":3,"docs":{"222":{"tf":1.0},"49":{"tf":1.4142135623730951},"52":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":13,"docs":{"104":{"tf":1.0},"105":{"tf":1.4142135623730951},"107":{"tf":1.0},"108":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"217":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.4142135623730951},"78":{"tf":1.0},"8":{"tf":2.0},"93":{"tf":1.0},"95":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"209":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"_":{"a":{"d":{"d":{"df":1,"docs":{"151":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"68":{"tf":1.4142135623730951}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"179":{"tf":1.0},"202":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"116":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"158":{"tf":1.0},"241":{"tf":1.0}}}},"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":2,"docs":{"49":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"k":{"df":2,"docs":{"206":{"tf":1.0},"50":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"28":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"!":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"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":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"\"":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"148":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":1,"docs":{"148":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"#":{"\"":{"df":0,"docs":{},"{":{"\"":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"\"":{":":{"\"":{"1":{"df":1,"docs":{"148":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"\"":{":":{"\"":{"2":{"df":1,"docs":{"148":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"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":{},"q":{"!":{"(":{"0":{"df":2,"docs":{"151":{"tf":1.0},"17":{"tf":1.4142135623730951}},"f":{"6":{"4":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"1":{"df":0,"docs":{},"f":{"6":{"4":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"3":{"df":0,"docs":{},"f":{"6":{"4":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"4":{"2":{"df":1,"docs":{"16":{"tf":1.0}}},"df":1,"docs":{"151":{"tf":1.0}}},"5":{"df":1,"docs":{"151":{"tf":1.0}},"f":{"6":{"4":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"8":{"2":{"df":1,"docs":{"151":{"tf":1.0}}},"df":0,"docs":{}},"9":{"df":1,"docs":{"151":{"tf":1.0}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":1,"docs":{"162":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"127":{"tf":1.4142135623730951}}}}}}}}},"v":{"df":0,"docs":{},"e":{"c":{"!":{"[":{"\"":{"c":{"df":0,"docs":{},"r":{"df":3,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":3,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"98":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"211":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"37":{"tf":1.0},"41":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"16":{"tf":1.4142135623730951},"200":{"tf":1.0},"240":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"250":{"tf":1.0}}}}},"t":{"df":2,"docs":{"155":{"tf":2.23606797749979},"170":{"tf":2.6457513110645907}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"254":{"tf":1.4142135623730951}}}}}}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"232":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"206":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"219":{"tf":1.0},"239":{"tf":1.4142135623730951},"91":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"200":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"190":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"233":{"tf":2.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":1,"docs":{"233":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"233":{"tf":2.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"233":{"tf":1.0}}}}}},"df":1,"docs":{"233":{"tf":2.6457513110645907}}}}}},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"197":{"tf":1.0},"214":{"tf":1.0},"217":{"tf":1.0},"86":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"248":{"tf":1.0}}}}}}},"o":{"df":2,"docs":{"21":{"tf":1.0},"25":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"167":{"tf":1.0},"20":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"257":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":15,"docs":{"167":{"tf":1.0},"194":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.4142135623730951},"202":{"tf":1.0},"204":{"tf":1.4142135623730951},"206":{"tf":1.0},"249":{"tf":1.0},"42":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.4142135623730951},"88":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"162":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"90":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"b":{".":{"df":0,"docs":{},"f":{"2":{"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{}},"m":{"df":1,"docs":{"222":{"tf":1.4142135623730951}}}},"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"105":{"tf":1.0},"107":{"tf":1.0},"45":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"148":{"tf":1.0}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"228":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":4,"docs":{"133":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"d":{"df":3,"docs":{"199":{"tf":1.7320508075688772},"211":{"tf":1.0},"217":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"224":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"45":{"tf":1.0}}},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"225":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"239":{"tf":1.0}}}},"r":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"177":{"tf":1.0}}}}}},"a":{"df":1,"docs":{"177":{"tf":1.4142135623730951}}},"c":{"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":1,"docs":{"132":{"tf":1.0}}}}}},":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"132":{"tf":1.0}}}}}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":8,"docs":{"132":{"tf":2.0},"136":{"tf":1.7320508075688772},"162":{"tf":2.6457513110645907},"222":{"tf":3.1622776601683795},"223":{"tf":1.0},"224":{"tf":1.4142135623730951},"29":{"tf":1.0},"33":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"e":{"df":12,"docs":{"152":{"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.7320508075688772},"204":{"tf":1.0},"224":{"tf":1.0},"237":{"tf":1.0},"240":{"tf":2.6457513110645907},"52":{"tf":1.0}}},"i":{"c":{"df":9,"docs":{"115":{"tf":1.0},"124":{"tf":1.0},"146":{"tf":1.0},"159":{"tf":1.0},"17":{"tf":1.0},"206":{"tf":1.0},"233":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":1.0}}},"df":0,"docs":{}}},"z":{"(":{"a":{"df":1,"docs":{"177":{"tf":1.4142135623730951}}},"df":0,"docs":{},"x":{"df":1,"docs":{"140":{"tf":1.0}}}},"df":1,"docs":{"33":{"tf":1.0}}}},"df":8,"docs":{"132":{"tf":1.7320508075688772},"177":{"tf":2.449489742783178},"222":{"tf":1.4142135623730951},"230":{"tf":2.6457513110645907},"40":{"tf":1.4142135623730951},"41":{"tf":2.0},"87":{"tf":1.0},"88":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":8,"docs":{"197":{"tf":1.0},"20":{"tf":1.0},"200":{"tf":1.0},"217":{"tf":1.0},"239":{"tf":1.0},"34":{"tf":1.0},"57":{"tf":1.0},"68":{"tf":1.0}}}}},"df":11,"docs":{"151":{"tf":1.0},"166":{"tf":1.0},"176":{"tf":1.0},"206":{"tf":1.4142135623730951},"207":{"tf":1.0},"217":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":2.0},"37":{"tf":1.0},"72":{"tf":1.0},"86":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":7,"docs":{"101":{"tf":1.0},"211":{"tf":1.0},"217":{"tf":1.7320508075688772},"225":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"211":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":3,"docs":{"130":{"tf":1.0},"254":{"tf":1.4142135623730951},"89":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":8,"docs":{"151":{"tf":1.0},"192":{"tf":1.0},"196":{"tf":1.4142135623730951},"198":{"tf":1.0},"206":{"tf":1.0},"232":{"tf":2.0},"236":{"tf":1.0},"254":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"df":8,"docs":{"113":{"tf":1.0},"130":{"tf":1.0},"154":{"tf":1.0},"176":{"tf":1.0},"197":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"66":{"tf":1.0},"68":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"146":{"tf":1.0},"198":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"169":{"tf":1.0},"198":{"tf":1.0},"48":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"111":{"tf":1.0},"189":{"tf":1.0},"3":{"tf":1.0},"54":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"253":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"112":{"tf":1.0},"172":{"tf":1.0},"198":{"tf":1.4142135623730951},"200":{"tf":1.0},"249":{"tf":1.0},"5":{"tf":1.0},"57":{"tf":1.0},"72":{"tf":1.0}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"257":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"108":{"tf":1.0},"12":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"179":{"tf":1.0},"219":{"tf":1.0},"225":{"tf":1.0},"234":{"tf":1.0},"236":{"tf":1.0},"247":{"tf":1.0},"5":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":18,"docs":{"121":{"tf":1.0},"133":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.0},"184":{"tf":1.0},"198":{"tf":1.0},"202":{"tf":1.0},"204":{"tf":1.0},"211":{"tf":1.0},"221":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":2.0},"236":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"66":{"tf":1.4142135623730951}}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"197":{"tf":1.0},"37":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"228":{"tf":1.0},"232":{"tf":1.0}}}}}}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"235":{"tf":1.0},"237":{"tf":1.0}}},"y":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"p":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"237":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":3,"docs":{"197":{"tf":1.0},"239":{"tf":1.0},"44":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":13,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"103":{"tf":1.7320508075688772},"206":{"tf":1.0},"232":{"tf":1.4142135623730951},"233":{"tf":1.4142135623730951},"234":{"tf":1.7320508075688772},"239":{"tf":1.0},"240":{"tf":1.7320508075688772},"32":{"tf":1.0},"37":{"tf":1.0},"68":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"g":{"df":3,"docs":{"193":{"tf":1.0},"225":{"tf":1.0},"9":{"tf":1.0}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"197":{"tf":1.0}}}}}},"o":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"103":{"tf":1.0},"84":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":8,"docs":{"135":{"tf":1.0},"167":{"tf":1.0},"223":{"tf":1.0},"226":{"tf":1.0},"232":{"tf":1.0},"36":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"k":{"'":{"df":1,"docs":{"211":{"tf":1.0}}},"df":5,"docs":{"1":{"tf":1.0},"126":{"tf":1.0},"137":{"tf":1.0},"244":{"tf":1.0},"3":{"tf":1.4142135623730951}}},"l":{"_":{"a":{"d":{"d":{"df":1,"docs":{"151":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"21":{"tf":1.4142135623730951},"240":{"tf":1.0},"8":{"tf":1.7320508075688772}}},"t":{"df":1,"docs":{"233":{"tf":1.0}},"p":{"(":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{":":{":":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{":":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"233":{"tf":1.0}}}}}}}}}},"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":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"233":{"tf":1.4142135623730951}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"233":{"tf":2.8284271247461903}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":30,"docs":{"140":{"tf":1.0},"143":{"tf":1.7320508075688772},"166":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.7320508075688772},"177":{"tf":2.23606797749979},"179":{"tf":1.0},"181":{"tf":2.449489742783178},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":2.0},"211":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"29":{"tf":2.0},"3":{"tf":1.0},"42":{"tf":2.0},"44":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.7320508075688772},"6":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.7320508075688772},"81":{"tf":1.0},"82":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"h":{"df":11,"docs":{"17":{"tf":1.0},"172":{"tf":1.0},"18":{"tf":1.0},"185":{"tf":1.0},"206":{"tf":1.0},"233":{"tf":1.4142135623730951},"234":{"tf":1.0},"239":{"tf":1.7320508075688772},"34":{"tf":1.0},"51":{"tf":1.0},"8":{"tf":1.0}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"240":{"tf":1.0},"68":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"194":{"tf":1.0},"197":{"tf":1.0},"88":{"tf":1.0}}}}},"df":3,"docs":{"199":{"tf":1.4142135623730951},"224":{"tf":1.0},"28":{"tf":1.0}}},"df":0,"docs":{}}},"x":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"a":{"d":{"d":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"170":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"(":{"df":1,"docs":{"170":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"n":{"df":1,"docs":{"170":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":4,"docs":{"118":{"tf":1.0},"120":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":2,"docs":{"155":{"tf":1.4142135623730951},"170":{"tf":2.23606797749979}}}}}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":1,"docs":{"37":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"170":{"tf":2.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":1,"docs":{"170":{"tf":1.4142135623730951}}}}}},"t":{"df":2,"docs":{"7":{"tf":1.0},"8":{"tf":1.0}}}},"df":3,"docs":{"172":{"tf":1.0},"20":{"tf":1.0},"52":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":7,"docs":{"106":{"tf":1.0},"199":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"3":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"240":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"246":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"240":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"234":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"184":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"148":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"148":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":1,"docs":{"148":{"tf":1.7320508075688772}}}}}}},"df":1,"docs":{"148":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"73":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":4,"docs":{"148":{"tf":1.0},"241":{"tf":1.0},"60":{"tf":1.0},"73":{"tf":1.0}}}}}},"g":{"df":4,"docs":{"197":{"tf":1.0},"199":{"tf":2.0},"34":{"tf":1.0},"68":{"tf":1.7320508075688772}}},"i":{"df":0,"docs":{},"l":{"d":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"162":{"tf":1.0}}}}}}},"df":10,"docs":{"11":{"tf":1.0},"164":{"tf":1.0},"183":{"tf":1.0},"189":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.4142135623730951},"218":{"tf":2.0},"239":{"tf":1.0},"240":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"162":{"tf":1.0}}}}}}},"df":7,"docs":{"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":2.23606797749979},"166":{"tf":2.23606797749979},"167":{"tf":1.0},"18":{"tf":1.0},"236":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"184":{"tf":1.0},"197":{"tf":1.0},"241":{"tf":1.0},"72":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"137":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"121":{"tf":1.0},"198":{"tf":1.0}}}},"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"202":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"116":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"198":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.4142135623730951}}}}}},"c":{".":{"df":0,"docs":{},"f":{"1":{"df":1,"docs":{"177":{"tf":1.0}}},"3":{"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{}}},"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"60":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"73":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.4142135623730951}}}}}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"95":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":21,"docs":{"107":{"tf":1.0},"128":{"tf":1.0},"146":{"tf":1.0},"161":{"tf":1.0},"189":{"tf":1.0},"198":{"tf":1.7320508075688772},"199":{"tf":1.7320508075688772},"200":{"tf":1.0},"203":{"tf":1.7320508075688772},"206":{"tf":1.0},"222":{"tf":1.4142135623730951},"232":{"tf":1.0},"239":{"tf":2.0},"240":{"tf":3.3166247903554},"37":{"tf":1.7320508075688772},"66":{"tf":1.0},"67":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.7320508075688772},"74":{"tf":1.0},"98":{"tf":1.0}},"e":{"df":1,"docs":{"71":{"tf":1.0}},"r":{"'":{"df":1,"docs":{"67":{"tf":1.0}}},"df":2,"docs":{"233":{"tf":1.4142135623730951},"67":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"233":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"243":{"tf":1.4142135623730951}}}}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"140":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":1,"docs":{"217":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"57":{"tf":1.0},"81":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":6,"docs":{"149":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"225":{"tf":1.0},"37":{"tf":1.0},"5":{"tf":1.0}}},"g":{"df":0,"docs":{},"o":{"df":4,"docs":{"183":{"tf":1.0},"211":{"tf":1.0},"218":{"tf":1.0},"97":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"113":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":26,"docs":{"107":{"tf":1.4142135623730951},"121":{"tf":1.7320508075688772},"130":{"tf":1.4142135623730951},"149":{"tf":1.0},"157":{"tf":1.0},"166":{"tf":1.0},"170":{"tf":1.0},"192":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.7320508075688772},"225":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"29":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"36":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.4142135623730951}}},"t":{"df":3,"docs":{"198":{"tf":1.4142135623730951},"206":{"tf":1.0},"237":{"tf":1.4142135623730951}},"e":{"d":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"206":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":9,"docs":{"176":{"tf":1.0},"177":{"tf":1.0},"199":{"tf":1.7320508075688772},"206":{"tf":1.7320508075688772},"211":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"240":{"tf":1.0},"68":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"89":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":26,"docs":{"144":{"tf":1.0},"166":{"tf":1.0},"177":{"tf":2.449489742783178},"183":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951},"198":{"tf":2.23606797749979},"199":{"tf":2.449489742783178},"206":{"tf":2.8284271247461903},"224":{"tf":1.0},"232":{"tf":1.7320508075688772},"41":{"tf":1.7320508075688772},"45":{"tf":1.0},"57":{"tf":1.4142135623730951},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":2.6457513110645907},"67":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":2.0},"87":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"197":{"tf":1.0},"206":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"199":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"h":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"(":{"1":{"0":{"df":1,"docs":{"127":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"240":{"tf":1.4142135623730951}}}}}}},"n":{"df":0,"docs":{},"g":{"df":19,"docs":{"116":{"tf":1.0},"133":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.4142135623730951},"200":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"217":{"tf":1.4142135623730951},"218":{"tf":1.4142135623730951},"227":{"tf":1.0},"232":{"tf":1.0},"236":{"tf":1.0},"247":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.7320508075688772},"8":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"211":{"tf":1.0},"3":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"60":{"tf":1.0},"68":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"194":{"tf":1.0},"197":{"tf":1.0},"3":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"198":{"tf":1.0},"61":{"tf":1.0}}}},"df":2,"docs":{"127":{"tf":1.0},"61":{"tf":2.0}},"e":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"8":{"tf":1.0}}},"t":{"df":1,"docs":{"206":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"94":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":12,"docs":{"1":{"tf":1.0},"132":{"tf":1.0},"177":{"tf":1.0},"199":{"tf":1.0},"206":{"tf":1.0},"21":{"tf":1.4142135623730951},"224":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"28":{"tf":1.0},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":15,"docs":{"140":{"tf":1.0},"143":{"tf":1.7320508075688772},"155":{"tf":1.0},"166":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.4142135623730951},"179":{"tf":1.0},"181":{"tf":1.7320508075688772},"208":{"tf":1.0},"209":{"tf":1.0},"211":{"tf":1.7320508075688772},"3":{"tf":1.0},"42":{"tf":1.7320508075688772},"44":{"tf":1.0},"46":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"166":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"170":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"200":{"tf":1.0},"258":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"146":{"tf":1.0},"150":{"tf":1.0},"232":{"tf":1.0},"239":{"tf":1.0}}}}}},"i":{"df":1,"docs":{"218":{"tf":1.0}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"172":{"tf":1.0},"206":{"tf":1.0},"225":{"tf":1.0},"90":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"5":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"111":{"tf":1.0},"146":{"tf":1.4142135623730951},"192":{"tf":1.0},"222":{"tf":1.4142135623730951},"224":{"tf":1.7320508075688772},"231":{"tf":1.0},"232":{"tf":1.7320508075688772},"247":{"tf":1.4142135623730951},"252":{"tf":1.0}},"i":{"c":{"df":3,"docs":{"140":{"tf":1.0},"199":{"tf":1.0},"203":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":4,"docs":{"194":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"202":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"181":{"tf":1.0},"241":{"tf":1.0}}}}},"r":{"df":4,"docs":{"206":{"tf":1.0},"36":{"tf":1.0},"62":{"tf":1.0},"83":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"239":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"146":{"tf":1.0},"185":{"tf":1.0},"237":{"tf":1.4142135623730951},"247":{"tf":1.0},"27":{"tf":1.0},"88":{"tf":1.7320508075688772},"89":{"tf":1.4142135623730951},"90":{"tf":1.7320508075688772}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":3,"docs":{"211":{"tf":1.0},"217":{"tf":1.0},"219":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":11,"docs":{"107":{"tf":1.0},"172":{"tf":1.4142135623730951},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":3.3166247903554},"212":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.7320508075688772},"46":{"tf":1.0},"82":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":5,"docs":{"173":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.7320508075688772},"240":{"tf":1.0},"247":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"df":10,"docs":{"119":{"tf":1.0},"121":{"tf":1.0},"151":{"tf":1.0},"230":{"tf":1.0},"259":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.7320508075688772},"82":{"tf":1.4142135623730951},"83":{"tf":1.7320508075688772},"84":{"tf":1.0}}}}}}},"m":{"d":{"(":{")":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{")":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},")":{"(":{")":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"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":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"118":{"tf":1.0},"119":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":1,"docs":{"118":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"62":{"tf":1.0}}},"df":62,"docs":{"112":{"tf":1.7320508075688772},"121":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"136":{"tf":1.0},"155":{"tf":1.0},"157":{"tf":1.0},"166":{"tf":1.0},"172":{"tf":1.0},"180":{"tf":1.4142135623730951},"181":{"tf":1.0},"184":{"tf":1.7320508075688772},"189":{"tf":1.7320508075688772},"190":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"197":{"tf":1.7320508075688772},"198":{"tf":1.4142135623730951},"199":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"203":{"tf":1.4142135623730951},"206":{"tf":2.23606797749979},"207":{"tf":1.0},"209":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"214":{"tf":1.0},"218":{"tf":1.7320508075688772},"219":{"tf":1.0},"224":{"tf":1.0},"232":{"tf":1.4142135623730951},"233":{"tf":2.23606797749979},"234":{"tf":1.0},"239":{"tf":1.7320508075688772},"240":{"tf":1.7320508075688772},"3":{"tf":1.7320508075688772},"32":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"5":{"tf":2.0},"50":{"tf":2.0},"51":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.7320508075688772},"57":{"tf":2.0},"58":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.7320508075688772},"7":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0},"90":{"tf":1.7320508075688772},"96":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":2,"docs":{"7":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"7":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":14,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"154":{"tf":1.4142135623730951},"169":{"tf":1.4142135623730951},"2":{"tf":1.0},"203":{"tf":1.4142135623730951},"219":{"tf":1.4142135623730951},"226":{"tf":1.0},"23":{"tf":1.0},"239":{"tf":1.0},"24":{"tf":1.0},"242":{"tf":1.0},"25":{"tf":1.4142135623730951},"29":{"tf":2.8284271247461903}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":5,"docs":{"116":{"tf":1.0},"2":{"tf":1.0},"228":{"tf":1.0},"239":{"tf":1.0},"66":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":12,"docs":{"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":2.0},"117":{"tf":2.0},"118":{"tf":2.0},"119":{"tf":2.0},"120":{"tf":1.4142135623730951},"121":{"tf":1.7320508075688772},"122":{"tf":1.4142135623730951},"217":{"tf":1.0},"218":{"tf":1.0},"253":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"198":{"tf":1.0}}}}},"df":2,"docs":{"67":{"tf":1.0},"8":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":20,"docs":{"113":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"136":{"tf":1.4142135623730951},"144":{"tf":1.0},"157":{"tf":1.7320508075688772},"158":{"tf":1.0},"17":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.7320508075688772},"18":{"tf":1.0},"2":{"tf":1.4142135623730951},"206":{"tf":1.0},"222":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.4142135623730951},"246":{"tf":1.0},"3":{"tf":1.4142135623730951},"34":{"tf":1.0},"74":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"110":{"tf":1.0},"29":{"tf":1.0},"5":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":6,"docs":{"113":{"tf":1.4142135623730951},"156":{"tf":1.0},"187":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"135":{"tf":1.0}}},"t":{"df":6,"docs":{"133":{"tf":1.0},"134":{"tf":1.0},"197":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":23,"docs":{"102":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.0},"151":{"tf":1.0},"169":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"206":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"217":{"tf":1.0},"229":{"tf":1.0},"232":{"tf":1.4142135623730951},"233":{"tf":1.0},"235":{"tf":1.0},"37":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"97":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"242":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"t":{"df":6,"docs":{"147":{"tf":1.0},"198":{"tf":1.0},"211":{"tf":1.0},"224":{"tf":1.0},"240":{"tf":1.0},"68":{"tf":1.0}}},"x":{"df":12,"docs":{"109":{"tf":1.0},"110":{"tf":1.0},"159":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"249":{"tf":1.0},"28":{"tf":1.0},"5":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}}}},"i":{"c":{"df":5,"docs":{"162":{"tf":1.0},"211":{"tf":1.0},"249":{"tf":1.0},"5":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"251":{"tf":1.0},"252":{"tf":1.0},"254":{"tf":1.0}}},"s":{"df":6,"docs":{"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"227":{"tf":1.0},"230":{"tf":1.4142135623730951},"240":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"222":{"tf":1.0},"239":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":3,"docs":{"197":{"tf":1.0},"205":{"tf":1.0},"62":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"128":{"tf":1.4142135623730951},"227":{"tf":1.0},"241":{"tf":1.0},"257":{"tf":1.0},"5":{"tf":1.4142135623730951}}}}}},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"20":{"tf":1.0}}}},"p":{"df":0,"docs":{},"t":{"df":6,"docs":{"173":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.4142135623730951},"239":{"tf":2.0},"240":{"tf":1.4142135623730951},"241":{"tf":1.0}},"u":{"df":1,"docs":{"240":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"146":{"tf":1.0},"149":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"96":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"136":{"tf":1.0},"155":{"tf":1.0},"170":{"tf":1.0},"240":{"tf":1.4142135623730951},"247":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"206":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"199":{"tf":1.4142135623730951},"209":{"tf":1.0},"48":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"42":{"tf":1.0},"54":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{".":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"1":{"df":1,"docs":{"21":{"tf":1.4142135623730951}}},"df":1,"docs":{"21":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"18":{"tf":1.0},"233":{"tf":1.0},"237":{"tf":1.0}}}}},"n":{"df":1,"docs":{"207":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"185":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":3,"docs":{"134":{"tf":1.0},"211":{"tf":1.0},"233":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"94":{"tf":2.23606797749979},"95":{"tf":2.23606797749979}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"_":{"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":{},"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":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"237":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":2.0}}}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":2,"docs":{"198":{"tf":1.0},"211":{"tf":1.4142135623730951}}}}},"i":{"d":{"df":10,"docs":{"199":{"tf":1.7320508075688772},"200":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"236":{"tf":1.0},"240":{"tf":1.4142135623730951},"68":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"130":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"125":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"194":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"217":{"tf":1.0}}}}},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"218":{"tf":1.0}}}}}},"df":5,"docs":{"199":{"tf":1.4142135623730951},"60":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.4142135623730951}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"211":{"tf":1.0},"232":{"tf":1.0},"53":{"tf":1.0}}}}}},"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":22,"docs":{"12":{"tf":1.0},"16":{"tf":1.4142135623730951},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"167":{"tf":1.4142135623730951},"173":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"227":{"tf":1.0},"232":{"tf":1.0},"236":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.4142135623730951},"253":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"41":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":14,"docs":{"132":{"tf":1.0},"139":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"17":{"tf":2.23606797749979},"20":{"tf":1.7320508075688772},"22":{"tf":1.0},"232":{"tf":1.0},"89":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":6,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"107":{"tf":1.0},"162":{"tf":1.0},"173":{"tf":1.0},"83":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":19,"docs":{"107":{"tf":1.0},"143":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.4142135623730951},"192":{"tf":1.0},"194":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":2.0},"203":{"tf":1.0},"233":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":1.7320508075688772},"55":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"192":{"tf":1.4142135623730951},"206":{"tf":1.0},"242":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":5,"docs":{"110":{"tf":1.0},"126":{"tf":1.4142135623730951},"129":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":6,"docs":{"183":{"tf":1.0},"230":{"tf":1.0},"233":{"tf":1.0},"240":{"tf":1.0},"34":{"tf":1.0},"73":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"196":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"1":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"v":{"df":1,"docs":{"177":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":7,"docs":{"133":{"tf":1.0},"159":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"233":{"tf":1.0},"237":{"tf":1.0},"54":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}},"t":{"df":3,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"230":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":4,"docs":{"225":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.0}}},"t":{"df":8,"docs":{"186":{"tf":1.0},"225":{"tf":1.0},"57":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"35":{"tf":1.0}}},"i":{"df":11,"docs":{"136":{"tf":1.0},"172":{"tf":1.0},"211":{"tf":1.4142135623730951},"218":{"tf":1.0},"232":{"tf":1.0},"50":{"tf":1.0},"60":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.7320508075688772},"81":{"tf":1.0},"83":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"143":{"tf":1.4142135623730951},"237":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"202":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"247":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"198":{"tf":1.4142135623730951},"206":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"229":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"255":{"tf":1.0}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"197":{"tf":1.0},"199":{"tf":1.4142135623730951},"60":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"134":{"tf":1.0},"200":{"tf":1.0},"50":{"tf":1.0},"66":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"d":{"b":{"df":0,"docs":{},"m":{"df":1,"docs":{"199":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":5,"docs":{"172":{"tf":1.0},"190":{"tf":1.0},"198":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"207":{"tf":1.0}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"207":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"s":{"df":5,"docs":{"194":{"tf":1.0},"199":{"tf":1.0},"233":{"tf":1.0},"42":{"tf":1.0},"55":{"tf":1.0}}}}},"w":{"<":{"'":{"_":{"df":1,"docs":{"237":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"20":{"tf":1.0},"237":{"tf":1.0}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"144":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"u":{"df":1,"docs":{"186":{"tf":1.0}}}},"r":{"a":{"b":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"116":{"tf":1.0},"36":{"tf":1.0},"68":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"98":{"tf":1.0}}},":":{":":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{":":{"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":{"233":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"68":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"67":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"67":{"tf":1.0},"68":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"67":{"tf":1.0},"68":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":21,"docs":{"132":{"tf":1.0},"137":{"tf":1.0},"151":{"tf":2.23606797749979},"167":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":2.23606797749979},"185":{"tf":2.0},"186":{"tf":1.7320508075688772},"187":{"tf":1.0},"192":{"tf":1.0},"197":{"tf":1.0},"214":{"tf":1.4142135623730951},"217":{"tf":1.4142135623730951},"226":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.4142135623730951},"79":{"tf":1.0},"88":{"tf":1.4142135623730951}},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":3,"docs":{"183":{"tf":1.4142135623730951},"185":{"tf":1.0},"187":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":31,"docs":{"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.4142135623730951},"120":{"tf":1.0},"121":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"159":{"tf":1.0},"16":{"tf":1.0},"162":{"tf":1.0},"165":{"tf":1.0},"169":{"tf":1.4142135623730951},"170":{"tf":1.0},"173":{"tf":1.0},"189":{"tf":1.0},"192":{"tf":1.0},"198":{"tf":1.0},"206":{"tf":1.4142135623730951},"21":{"tf":1.0},"232":{"tf":1.4142135623730951},"233":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":3.0},"241":{"tf":1.0},"3":{"tf":1.0},"61":{"tf":1.0},"68":{"tf":1.0},"74":{"tf":1.0},"95":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"159":{"tf":2.23606797749979},"74":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"239":{"tf":1.7320508075688772},"240":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"232":{"tf":1.0}}},"df":0,"docs":{}}}},"u":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"66":{"tf":1.4142135623730951},"72":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"66":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.7320508075688772},"74":{"tf":1.4142135623730951}}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"110":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"185":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"8":{"tf":2.23606797749979}},"s":{"\"":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"144":{"tf":1.0},"233":{"tf":1.0},"235":{"tf":1.0},"60":{"tf":1.0}}}}},"i":{"df":2,"docs":{"239":{"tf":1.0},"240":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"a":{"d":{"d":{"df":1,"docs":{"151":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"130":{"tf":1.0},"151":{"tf":1.0},"225":{"tf":1.0},"239":{"tf":2.0},"29":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"239":{"tf":2.6457513110645907},"240":{"tf":2.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{">":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"239":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":2,"docs":{"239":{"tf":2.0},"240":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}}},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"240":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"74":{"tf":1.4142135623730951}}}}},"t":{"a":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"\"":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"148":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"\"":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"148":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"148":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"148":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"101":{"tf":1.4142135623730951}}}}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":5,"docs":{"117":{"tf":1.4142135623730951},"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"239":{"tf":1.4142135623730951},"60":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"(":{"_":{"df":1,"docs":{"60":{"tf":1.0}}},"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"_":{"df":1,"docs":{"60":{"tf":1.0}}},"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"60":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":2,"docs":{"59":{"tf":1.4142135623730951},"60":{"tf":2.0}}}}}}}}}},"df":0,"docs":{}},"df":41,"docs":{"100":{"tf":1.7320508075688772},"101":{"tf":2.8284271247461903},"102":{"tf":1.0},"103":{"tf":1.0},"116":{"tf":1.0},"140":{"tf":1.7320508075688772},"143":{"tf":1.4142135623730951},"148":{"tf":3.0},"149":{"tf":1.0},"154":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"157":{"tf":1.0},"158":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.7320508075688772},"171":{"tf":2.0},"172":{"tf":2.8284271247461903},"173":{"tf":2.23606797749979},"196":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"202":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.4142135623730951},"239":{"tf":2.0},"24":{"tf":1.0},"240":{"tf":2.449489742783178},"241":{"tf":1.0},"25":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.7320508075688772},"26":{"tf":2.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":2.23606797749979},"66":{"tf":1.0},"67":{"tf":1.0},"71":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.4142135623730951}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":5,"docs":{"157":{"tf":1.0},"198":{"tf":3.3166247903554},"199":{"tf":2.23606797749979},"206":{"tf":1.4142135623730951},"29":{"tf":1.0}}}}}},"b":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"c":{"df":1,"docs":{"251":{"tf":1.0}}},"df":1,"docs":{"199":{"tf":1.0}},"m":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"d":{"b":{"df":0,"docs":{},"m":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"(":{"d":{"b":{"df":1,"docs":{"199":{"tf":1.0}},"m":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"199":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"d":{"b":{"df":0,"docs":{},"m":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"d":{"b":{"df":0,"docs":{},"m":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"(":{"d":{"b":{"df":0,"docs":{},"m":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"(":{"d":{"b":{"df":0,"docs":{},"m":{"df":2,"docs":{"198":{"tf":1.0},"199":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"(":{"*":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"199":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"d":{"b":{"df":1,"docs":{"199":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"199":{"tf":1.0}}}}}},"df":0,"docs":{}},"x":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"199":{"tf":1.0}}}}}},"df":1,"docs":{"199":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"(":{"d":{"b":{"df":0,"docs":{},"m":{"df":2,"docs":{"198":{"tf":1.0},"199":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"198":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"198":{"tf":1.0},"199":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"(":{"d":{"b":{"df":0,"docs":{},"m":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":3,"docs":{"198":{"tf":2.6457513110645907},"199":{"tf":2.8284271247461903},"200":{"tf":1.0}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"199":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"<":{"'":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"199":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":3,"docs":{"218":{"tf":1.0},"240":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772}},"e":{"a":{"d":{"_":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"218":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":1,"docs":{"159":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"21":{"tf":1.0},"239":{"tf":1.7320508075688772},"36":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"3":{"tf":1.0},"42":{"tf":1.0},"7":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"198":{"tf":1.0},"233":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":7,"docs":{"206":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.0},"230":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.0},"8":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"176":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"146":{"tf":1.0},"218":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"234":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"217":{"tf":1.0}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":15,"docs":{"134":{"tf":1.0},"157":{"tf":1.0},"17":{"tf":3.3166247903554},"170":{"tf":1.0},"18":{"tf":1.7320508075688772},"185":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":2.449489742783178},"21":{"tf":2.6457513110645907},"22":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"81":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":18,"docs":{"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.4142135623730951},"124":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.0},"146":{"tf":1.0},"170":{"tf":1.0},"198":{"tf":2.0},"210":{"tf":1.0},"224":{"tf":1.0},"232":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"251":{"tf":1.0},"33":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":8,"docs":{"127":{"tf":1.0},"198":{"tf":1.0},"205":{"tf":1.0},"225":{"tf":1.0},"227":{"tf":1.0},"240":{"tf":1.0},"251":{"tf":1.0},"83":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"225":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"226":{"tf":1.4142135623730951}}},"t":{"df":1,"docs":{"29":{"tf":1.0}}}},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"211":{"tf":1.0},"89":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"250":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"151":{"tf":1.0},"206":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"i":{"df":4,"docs":{"206":{"tf":1.0},"217":{"tf":1.4142135623730951},"218":{"tf":2.23606797749979},"233":{"tf":1.0}}},"y":{"(":{"b":{"a":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":1,"docs":{"218":{"tf":1.0}}}}}}},"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":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"218":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"213":{"tf":1.0},"215":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":9,"docs":{"126":{"tf":1.0},"146":{"tf":1.7320508075688772},"152":{"tf":1.0},"183":{"tf":1.0},"185":{"tf":1.4142135623730951},"200":{"tf":1.0},"225":{"tf":1.0},"247":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"c":{"df":3,"docs":{"217":{"tf":1.0},"218":{"tf":1.4142135623730951},"219":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"18":{"tf":1.0},"199":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":3,"docs":{"140":{"tf":1.0},"222":{"tf":1.0},"25":{"tf":1.0}}}}}}},"df":0,"docs":{}},"<":{"'":{"a":{">":{"(":{"&":{"'":{"a":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"=":{"b":{"a":{"df":0,"docs":{},"r":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":12,"docs":{"140":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.7320508075688772},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":2,"docs":{"222":{"tf":1.0},"29":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":4,"docs":{"222":{"tf":1.4142135623730951},"225":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"i":{"df":0,"docs":{},"v":{"df":6,"docs":{"137":{"tf":1.0},"146":{"tf":1.0},"17":{"tf":1.4142135623730951},"21":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0}},"e":{"(":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"233":{"tf":1.0},"239":{"tf":1.7320508075688772}}}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":4,"docs":{"162":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"240":{"tf":1.0}}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"22":{"tf":1.0}}}}}},"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"167":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"137":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":4,"docs":{"110":{"tf":1.0},"228":{"tf":1.4142135623730951},"230":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":36,"docs":{"100":{"tf":1.0},"105":{"tf":1.0},"11":{"tf":1.0},"115":{"tf":1.0},"124":{"tf":1.0},"131":{"tf":1.0},"139":{"tf":1.0},"146":{"tf":1.0},"154":{"tf":1.0},"16":{"tf":1.0},"161":{"tf":1.0},"167":{"tf":1.0},"169":{"tf":1.0},"176":{"tf":1.0},"18":{"tf":1.0},"183":{"tf":1.0},"189":{"tf":1.0},"196":{"tf":1.0},"20":{"tf":1.0},"202":{"tf":1.0},"209":{"tf":1.0},"214":{"tf":1.0},"221":{"tf":1.0},"232":{"tf":1.0},"24":{"tf":1.0},"32":{"tf":1.0},"40":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0},"65":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.0},"86":{"tf":1.0},"93":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"<":{"'":{"d":{"df":1,"docs":{"240":{"tf":1.0}}},"df":0,"docs":{}},"d":{">":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"240":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"<":{"df":0,"docs":{},"v":{">":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"240":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"<":{"df":0,"docs":{},"v":{">":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"240":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"<":{"'":{"d":{"df":1,"docs":{"240":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"151":{"tf":1.0},"240":{"tf":4.47213595499958}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":37,"docs":{"110":{"tf":2.449489742783178},"111":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"128":{"tf":1.4142135623730951},"146":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"159":{"tf":2.0},"174":{"tf":1.4142135623730951},"176":{"tf":1.4142135623730951},"177":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"194":{"tf":1.4142135623730951},"196":{"tf":1.7320508075688772},"197":{"tf":2.0},"198":{"tf":1.7320508075688772},"199":{"tf":2.0},"2":{"tf":1.4142135623730951},"200":{"tf":1.7320508075688772},"202":{"tf":1.4142135623730951},"207":{"tf":1.0},"211":{"tf":1.0},"225":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.7320508075688772},"240":{"tf":1.7320508075688772},"241":{"tf":1.0},"243":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"249":{"tf":1.0},"251":{"tf":1.4142135623730951},"256":{"tf":1.0},"3":{"tf":2.0},"5":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"37":{"tf":1.7320508075688772}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":10,"docs":{"139":{"tf":1.0},"140":{"tf":1.4142135623730951},"144":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":2.0},"37":{"tf":2.6457513110645907},"54":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":7,"docs":{"126":{"tf":1.0},"133":{"tf":1.0},"169":{"tf":1.0},"2":{"tf":1.0},"225":{"tf":1.0},"241":{"tf":1.0},"57":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"211":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"233":{"tf":1.0},"237":{"tf":1.0},"240":{"tf":2.0},"8":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"106":{"tf":1.0},"107":{"tf":1.0}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":6,"docs":{"184":{"tf":1.0},"2":{"tf":1.4142135623730951},"209":{"tf":1.4142135623730951},"211":{"tf":1.0},"218":{"tf":1.0},"5":{"tf":1.4142135623730951}}}}}},"i":{"c":{"df":1,"docs":{"237":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"i":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"197":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"240":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":27,"docs":{"116":{"tf":1.0},"119":{"tf":1.4142135623730951},"146":{"tf":1.0},"147":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"154":{"tf":1.0},"170":{"tf":1.0},"185":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":1.0},"205":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"230":{"tf":1.0},"232":{"tf":3.0},"233":{"tf":1.4142135623730951},"237":{"tf":2.23606797749979},"239":{"tf":1.7320508075688772},"241":{"tf":1.0},"29":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":1.0}}}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":4,"docs":{"205":{"tf":1.0},"206":{"tf":1.0},"34":{"tf":1.0},"68":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"125":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"128":{"tf":1.0}}}}}}}}},"p":{"df":1,"docs":{"247":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"118":{"tf":1.0},"252":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":6,"docs":{"165":{"tf":1.0},"189":{"tf":1.0},"54":{"tf":1.0},"65":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"a":{"d":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":23,"docs":{"103":{"tf":1.0},"109":{"tf":1.0},"135":{"tf":1.0},"14":{"tf":1.0},"150":{"tf":1.0},"165":{"tf":1.0},"180":{"tf":1.0},"185":{"tf":1.0},"191":{"tf":1.0},"200":{"tf":1.0},"205":{"tf":1.0},"224":{"tf":1.0},"235":{"tf":1.0},"28":{"tf":1.0},"36":{"tf":1.0},"44":{"tf":1.0},"52":{"tf":1.0},"63":{"tf":1.0},"69":{"tf":1.0},"75":{"tf":1.0},"84":{"tf":1.0},"90":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"217":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"211":{"tf":1.0}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"206":{"tf":1.0}}}},"df":0,"docs":{}}},"v":{"df":2,"docs":{"162":{"tf":1.0},"217":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":18,"docs":{"121":{"tf":1.0},"128":{"tf":1.0},"136":{"tf":1.0},"143":{"tf":1.0},"151":{"tf":1.0},"157":{"tf":1.0},"166":{"tf":1.0},"169":{"tf":1.0},"172":{"tf":1.0},"181":{"tf":1.0},"225":{"tf":1.0},"29":{"tf":1.0},"37":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.0},"98":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":9,"docs":{"121":{"tf":1.7320508075688772},"225":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"130":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"181":{"tf":1.0},"232":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"133":{"tf":1.4142135623730951}}}}}}}}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"b":{"df":1,"docs":{"239":{"tf":1.7320508075688772}}},"c":{"(":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"98":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":4,"docs":{"67":{"tf":1.0},"86":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":16,"docs":{"185":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"212":{"tf":1.4142135623730951},"219":{"tf":1.0},"22":{"tf":1.0},"224":{"tf":1.0},"226":{"tf":1.0},"240":{"tf":1.0},"256":{"tf":1.0},"30":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.0},"79":{"tf":1.0},"86":{"tf":1.0}}}}}}}},"df":4,"docs":{"113":{"tf":1.0},"194":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0}},"e":{"df":2,"docs":{"239":{"tf":1.0},"240":{"tf":1.0}},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":5,"docs":{"107":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"44":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"124":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"'":{"df":0,"docs":{},"t":{"df":9,"docs":{"102":{"tf":1.0},"147":{"tf":1.0},"151":{"tf":1.0},"172":{"tf":1.0},"181":{"tf":1.0},"198":{"tf":1.4142135623730951},"33":{"tf":1.0},"41":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":8,"docs":{"100":{"tf":1.0},"139":{"tf":1.0},"171":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"42":{"tf":1.0}}},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"248":{"tf":1.0}}}}},"t":{"df":2,"docs":{"222":{"tf":1.0},"225":{"tf":1.0}}},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":3,"docs":{"22":{"tf":1.0},"234":{"tf":1.0},"68":{"tf":1.0}},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"135":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"198":{"tf":1.0},"199":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"126":{"tf":1.0}}}}},"w":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"200":{"tf":1.0},"217":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"241":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"248":{"tf":1.0}}},"o":{"df":0,"docs":{},"p":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"140":{"tf":1.0},"33":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":9,"docs":{"117":{"tf":1.0},"118":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"140":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"53":{"tf":1.0},"83":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"198":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"e":{"df":9,"docs":{"110":{"tf":1.4142135623730951},"130":{"tf":1.0},"172":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"34":{"tf":1.0},"68":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"234":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.4142135623730951},"67":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"206":{"tf":1.4142135623730951},"71":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"157":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":9,"docs":{"121":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"240":{"tf":1.0},"29":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0}}}},"df":2,"docs":{"49":{"tf":1.0},"53":{"tf":1.0}}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":15,"docs":{"107":{"tf":1.0},"117":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"136":{"tf":1.0},"147":{"tf":1.0},"151":{"tf":1.7320508075688772},"157":{"tf":1.0},"20":{"tf":1.0},"206":{"tf":1.0},"217":{"tf":1.0},"223":{"tf":1.0},"240":{"tf":1.0},"29":{"tf":1.0},"37":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"206":{"tf":1.0}}}}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":23,"docs":{"117":{"tf":1.4142135623730951},"119":{"tf":1.0},"120":{"tf":1.0},"150":{"tf":1.0},"154":{"tf":1.0},"157":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.4142135623730951},"173":{"tf":1.0},"176":{"tf":1.0},"181":{"tf":1.0},"203":{"tf":1.4142135623730951},"227":{"tf":1.0},"229":{"tf":1.0},"232":{"tf":1.0},"239":{"tf":1.7320508075688772},"240":{"tf":2.0},"29":{"tf":1.0},"37":{"tf":1.4142135623730951},"50":{"tf":1.0},"53":{"tf":1.4142135623730951},"8":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"34":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"171":{"tf":1.0},"198":{"tf":1.0},"240":{"tf":1.7320508075688772}}}}}}},"s":{"df":1,"docs":{"174":{"tf":1.0}},"i":{"df":5,"docs":{"183":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"53":{"tf":1.0},"92":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"128":{"tf":1.0},"172":{"tf":1.0},"184":{"tf":1.0},"190":{"tf":1.0},"200":{"tf":1.4142135623730951},"205":{"tf":1.0},"234":{"tf":1.0},"95":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"151":{"tf":1.0},"63":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"237":{"tf":1.0},"240":{"tf":1.0}}}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"183":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"116":{"tf":1.0}}}}}}},"df":11,"docs":{"120":{"tf":1.4142135623730951},"155":{"tf":2.0},"157":{"tf":1.4142135623730951},"170":{"tf":1.4142135623730951},"240":{"tf":2.449489742783178},"41":{"tf":2.23606797749979},"42":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":2.0},"61":{"tf":1.0},"8":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"163":{"tf":1.0},"2":{"tf":1.0},"240":{"tf":1.0},"253":{"tf":1.0}},"s":{".":{".":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"253":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"i":{"df":8,"docs":{"107":{"tf":1.0},"128":{"tf":1.0},"14":{"tf":1.4142135623730951},"166":{"tf":1.0},"172":{"tf":1.4142135623730951},"203":{"tf":1.0},"205":{"tf":1.4142135623730951},"206":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"200":{"tf":1.0},"93":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":1,"docs":{"128":{"tf":1.0}}}}}}},"df":7,"docs":{"128":{"tf":1.0},"20":{"tf":1.0},"230":{"tf":1.4142135623730951},"3":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.4142135623730951}}}}}}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"143":{"tf":1.0}}}}},"m":{"b":{"df":1,"docs":{"189":{"tf":1.0}},"e":{"d":{"df":2,"docs":{"222":{"tf":1.0},"237":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"217":{"tf":1.0}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"240":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":4,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"221":{"tf":1.0},"222":{"tf":1.0}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"146":{"tf":1.0},"206":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":7,"docs":{"116":{"tf":1.0},"118":{"tf":1.0},"130":{"tf":1.0},"154":{"tf":1.0},"196":{"tf":1.7320508075688772},"198":{"tf":1.0},"252":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"184":{"tf":1.0}}}},"df":0,"docs":{}}}}},"d":{"df":15,"docs":{"127":{"tf":1.0},"148":{"tf":1.0},"176":{"tf":1.0},"180":{"tf":1.0},"199":{"tf":1.4142135623730951},"203":{"tf":1.0},"232":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"37":{"tf":1.4142135623730951},"53":{"tf":1.0},"60":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.7320508075688772},"78":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"130":{"tf":1.0},"225":{"tf":1.0},"233":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"181":{"tf":1.0},"184":{"tf":1.0},"2":{"tf":1.0}}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"3":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":4,"docs":{"130":{"tf":1.0},"233":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":16,"docs":{"102":{"tf":1.0},"134":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"143":{"tf":2.0},"192":{"tf":1.0},"202":{"tf":1.0},"206":{"tf":1.0},"209":{"tf":1.0},"214":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"74":{"tf":1.0},"88":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"199":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":5,"docs":{"194":{"tf":1.0},"206":{"tf":1.0},"233":{"tf":1.0},"55":{"tf":1.0},"68":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"174":{"tf":1.0},"247":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"144":{"tf":1.0},"148":{"tf":1.4142135623730951},"198":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":15,"docs":{"155":{"tf":1.4142135623730951},"170":{"tf":1.4142135623730951},"212":{"tf":1.0},"233":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.7320508075688772},"42":{"tf":2.0},"57":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"86":{"tf":1.7320508075688772},"87":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"2":{"tf":1.0},"81":{"tf":1.4142135623730951}}}}}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"203":{"tf":1.0}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":6,"docs":{"198":{"tf":1.0},"232":{"tf":1.0},"32":{"tf":1.0},"42":{"tf":1.0},"66":{"tf":1.0},"78":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"240":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"206":{"tf":1.0},"240":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"239":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":7,"docs":{"143":{"tf":1.0},"151":{"tf":1.0},"166":{"tf":1.0},"172":{"tf":1.0},"189":{"tf":1.0},"225":{"tf":1.0},"90":{"tf":1.0}}}}}}},"r":{"(":{"df":3,"docs":{"206":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"106":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":2,"docs":{"34":{"tf":1.0},"73":{"tf":1.0}},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"59":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{".":{"a":{"df":0,"docs":{},"s":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{")":{".":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"df":1,"docs":{"60":{"tf":1.4142135623730951}}}}}},"df":25,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.0},"141":{"tf":1.4142135623730951},"142":{"tf":1.0},"143":{"tf":1.0},"148":{"tf":1.0},"177":{"tf":1.4142135623730951},"199":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"209":{"tf":1.0},"211":{"tf":1.0},"217":{"tf":1.4142135623730951},"233":{"tf":1.4142135623730951},"240":{"tf":2.8284271247461903},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":2.23606797749979},"60":{"tf":2.0},"61":{"tf":1.0},"62":{"tf":1.0},"74":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":6,"docs":{"11":{"tf":1.0},"135":{"tf":1.0},"14":{"tf":1.0},"240":{"tf":1.0},"34":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"139":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"36":{"tf":1.0}}}}}}}},"t":{"c":{"df":3,"docs":{"224":{"tf":1.4142135623730951},"28":{"tf":1.0},"35":{"tf":1.0}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"169":{"tf":1.0}}}}}}}}},"u":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"128":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":16,"docs":{"132":{"tf":1.0},"17":{"tf":1.0},"172":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":1.0},"200":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"233":{"tf":1.0},"239":{"tf":1.0},"241":{"tf":1.0},"29":{"tf":1.0},"37":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0},"89":{"tf":1.0}},"t":{"df":1,"docs":{"116":{"tf":1.0}},"u":{"df":1,"docs":{"240":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"198":{"tf":1.0},"20":{"tf":1.0},"206":{"tf":1.0},"240":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"90":{"tf":1.0}}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"197":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"225":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"211":{"tf":1.0},"37":{"tf":1.0},"79":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"143":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":69,"docs":{"101":{"tf":1.0},"106":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"12":{"tf":1.0},"122":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"132":{"tf":1.0},"140":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":1.4142135623730951},"149":{"tf":1.0},"151":{"tf":2.23606797749979},"155":{"tf":1.7320508075688772},"157":{"tf":1.4142135623730951},"16":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"170":{"tf":1.7320508075688772},"172":{"tf":1.0},"177":{"tf":1.4142135623730951},"181":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"192":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"203":{"tf":1.4142135623730951},"205":{"tf":1.0},"207":{"tf":1.4142135623730951},"21":{"tf":1.0},"210":{"tf":1.0},"215":{"tf":1.0},"217":{"tf":1.0},"222":{"tf":1.4142135623730951},"232":{"tf":1.0},"233":{"tf":1.4142135623730951},"237":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"240":{"tf":2.23606797749979},"241":{"tf":1.0},"25":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.4142135623730951},"58":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":3.0},"82":{"tf":1.0},"87":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":2.0},"95":{"tf":1.7320508075688772},"96":{"tf":1.0},"97":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"199":{"tf":1.0}},"l":{"df":2,"docs":{"198":{"tf":1.0},"2":{"tf":1.0}}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"198":{"tf":1.0},"206":{"tf":1.0}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"172":{"tf":1.0},"206":{"tf":2.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":10,"docs":{"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.7320508075688772},"120":{"tf":1.7320508075688772},"140":{"tf":1.0},"199":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"90":{"tf":1.0}},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":3,"docs":{"118":{"tf":2.0},"119":{"tf":1.0},"120":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"258":{"tf":1.0},"87":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":9,"docs":{"147":{"tf":1.0},"17":{"tf":1.0},"206":{"tf":1.7320508075688772},"209":{"tf":1.4142135623730951},"210":{"tf":1.0},"211":{"tf":1.0},"42":{"tf":1.0},"78":{"tf":1.0},"86":{"tf":1.0}}}},"t":{"df":5,"docs":{"140":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"126":{"tf":2.6457513110645907}},"e":{"c":{"df":0,"docs":{},"t":{"df":10,"docs":{"14":{"tf":1.0},"17":{"tf":1.4142135623730951},"198":{"tf":1.0},"206":{"tf":1.0},"224":{"tf":1.0},"240":{"tf":1.7320508075688772},"25":{"tf":1.0},"254":{"tf":1.0},"61":{"tf":2.0},"68":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"172":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"224":{"tf":1.0},"26":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"241":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"72":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.0},"140":{"tf":1.0},"225":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"218":{"tf":1.4142135623730951},"50":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"121":{"tf":1.0}}}},"r":{"df":1,"docs":{"238":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"202":{"tf":1.0},"203":{"tf":1.0},"233":{"tf":1.0}}}},"s":{"df":10,"docs":{"133":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"143":{"tf":1.0},"151":{"tf":1.0},"196":{"tf":1.0},"237":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0},"90":{"tf":1.0}}}},"r":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":1,"docs":{"170":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":1,"docs":{"155":{"tf":1.0}}}}}}},":":{":":{"a":{"d":{"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":2,"docs":{"155":{"tf":1.0},"157":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"(":{"_":{"df":1,"docs":{"157":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":1,"docs":{"155":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"u":{"b":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":2,"docs":{"155":{"tf":1.0},"157":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"155":{"tf":2.0},"157":{"tf":1.0},"170":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":8,"docs":{"110":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":2.0},"126":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"200":{"tf":1.0},"227":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"139":{"tf":1.0},"206":{"tf":1.0},"222":{"tf":1.0},"251":{"tf":1.0},"48":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":6,"docs":{"2":{"tf":1.0},"237":{"tf":1.4142135623730951},"247":{"tf":1.0},"68":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":6,"docs":{"199":{"tf":1.7320508075688772},"60":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"89":{"tf":1.0}}}}},"r":{"a":{"df":4,"docs":{"148":{"tf":1.0},"232":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"90":{"tf":1.0}}}}}}}},"f":{"(":{"df":0,"docs":{},"x":{"df":1,"docs":{"151":{"tf":1.0}}}},"1":{"df":1,"docs":{"177":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"177":{"tf":1.4142135623730951}}},"3":{"df":1,"docs":{"177":{"tf":1.4142135623730951}}},"6":{"4":{")":{"*":{"(":{"$":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"128":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"128":{"tf":1.0},"133":{"tf":1.0}}},"df":0,"docs":{}},"a":{"c":{"a":{"d":{"df":1,"docs":{"225":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"198":{"tf":1.0}}}}}},"t":{"df":7,"docs":{"128":{"tf":1.0},"151":{"tf":1.0},"206":{"tf":1.4142135623730951},"217":{"tf":1.0},"53":{"tf":1.0},"7":{"tf":1.0},"90":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"157":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":8,"docs":{"199":{"tf":1.0},"206":{"tf":1.0},"210":{"tf":1.0},"240":{"tf":1.4142135623730951},"44":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"8":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"218":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"105":{"tf":1.0},"106":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":3,"docs":{"106":{"tf":1.0},"21":{"tf":1.0},"8":{"tf":1.7320508075688772}}}},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"217":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"240":{"tf":1.7320508075688772}}}}}},"r":{"df":1,"docs":{"233":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"172":{"tf":1.0}}}}}},"t":{"df":2,"docs":{"50":{"tf":1.0},"74":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"121":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"7":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"199":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"225":{"tf":1.4142135623730951}}}}}}},"b":{".":{"a":{"df":1,"docs":{"166":{"tf":1.0}}},"b":{"df":1,"docs":{"166":{"tf":1.0}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"166":{"tf":1.0}}},"df":4,"docs":{"132":{"tf":1.0},"151":{"tf":1.7320508075688772},"166":{"tf":1.0},"222":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"110":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"151":{"tf":1.7320508075688772},"217":{"tf":1.0},"224":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":2,"docs":{"239":{"tf":1.0},"43":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":2.0}},"s":{"\"":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"149":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"198":{"tf":1.0},"234":{"tf":1.0}}}}}},"f":{"df":0,"docs":{},"i":{"df":9,"docs":{"194":{"tf":1.7320508075688772},"197":{"tf":1.4142135623730951},"198":{"tf":1.0},"200":{"tf":1.4142135623730951},"55":{"tf":2.0},"56":{"tf":1.0},"65":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"\"":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"119":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":19,"docs":{"117":{"tf":1.4142135623730951},"118":{"tf":2.0},"119":{"tf":1.4142135623730951},"120":{"tf":2.0},"131":{"tf":1.0},"134":{"tf":1.0},"162":{"tf":1.7320508075688772},"17":{"tf":1.0},"176":{"tf":1.0},"181":{"tf":1.0},"20":{"tf":1.0},"222":{"tf":1.7320508075688772},"234":{"tf":1.4142135623730951},"239":{"tf":2.449489742783178},"240":{"tf":2.23606797749979},"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"88":{"tf":3.1622776601683795},"89":{"tf":2.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"233":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"233":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"49":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}},"e":{"d":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"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":{"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"233":{"tf":1.0}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":1,"docs":{"233":{"tf":1.4142135623730951}}}},"p":{"df":1,"docs":{"233":{"tf":1.4142135623730951}}}},"df":1,"docs":{"233":{"tf":1.7320508075688772}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":6,"docs":{"151":{"tf":1.4142135623730951},"198":{"tf":1.0},"233":{"tf":1.7320508075688772},"240":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.4142135623730951}}},"l":{"df":2,"docs":{"232":{"tf":1.4142135623730951},"54":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":7,"docs":{"120":{"tf":1.0},"224":{"tf":1.0},"239":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":2.449489742783178}},"i":{"df":0,"docs":{},"s":{"df":8,"docs":{"139":{"tf":1.0},"141":{"tf":1.7320508075688772},"142":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"144":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.4142135623730951},"54":{"tf":1.0}}}}}},"d":{"df":3,"docs":{"191":{"tf":1.0},"2":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":4,"docs":{"183":{"tf":1.0},"211":{"tf":1.0},"53":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"y":{"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":{"151":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"203":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"203":{"tf":1.0}}}}}},"df":10,"docs":{"200":{"tf":1.0},"206":{"tf":1.0},"210":{"tf":1.0},"218":{"tf":1.0},"230":{"tf":1.4142135623730951},"234":{"tf":1.0},"240":{"tf":1.0},"42":{"tf":1.0},"49":{"tf":1.0},"74":{"tf":1.0}}}}},"x":{"df":2,"docs":{"45":{"tf":1.0},"8":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"151":{"tf":1.0}}},"t":{"df":2,"docs":{"57":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":9,"docs":{"113":{"tf":1.0},"121":{"tf":1.0},"173":{"tf":1.0},"176":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":1.0},"26":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"(":{"df":0,"docs":{},"u":{"8":{"df":1,"docs":{"151":{"tf":1.0}}},"df":0,"docs":{}}},"df":44,"docs":{"106":{"tf":1.4142135623730951},"118":{"tf":3.3166247903554},"119":{"tf":3.0},"12":{"tf":1.0},"120":{"tf":3.4641016151377544},"121":{"tf":1.0},"127":{"tf":2.23606797749979},"128":{"tf":1.0},"132":{"tf":1.4142135623730951},"140":{"tf":2.0},"143":{"tf":1.0},"148":{"tf":2.23606797749979},"151":{"tf":1.7320508075688772},"155":{"tf":2.449489742783178},"157":{"tf":1.0},"16":{"tf":1.4142135623730951},"162":{"tf":2.23606797749979},"17":{"tf":1.7320508075688772},"170":{"tf":2.0},"177":{"tf":2.449489742783178},"199":{"tf":2.0},"203":{"tf":1.4142135623730951},"206":{"tf":1.0},"21":{"tf":1.0},"222":{"tf":1.7320508075688772},"223":{"tf":1.0},"233":{"tf":3.1622776601683795},"239":{"tf":2.449489742783178},"240":{"tf":2.449489742783178},"25":{"tf":1.0},"33":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"49":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":2.0},"74":{"tf":1.0},"8":{"tf":2.23606797749979},"87":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"119":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"119":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"119":{"tf":2.23606797749979}}}}}},"o":{"c":{"df":0,"docs":{},"u":{"df":1,"docs":{"240":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"177":{"tf":1.0}}}},"l":{"d":{"_":{"df":1,"docs":{"172":{"tf":1.0}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"170":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"170":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"170":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":8,"docs":{"158":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.4142135623730951},"170":{"tf":2.23606797749979},"171":{"tf":1.4142135623730951},"173":{"tf":2.23606797749979},"202":{"tf":1.0},"230":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"169":{"tf":1.0},"170":{"tf":2.23606797749979}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":15,"docs":{"119":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.0},"132":{"tf":1.0},"151":{"tf":1.0},"197":{"tf":1.0},"214":{"tf":1.0},"218":{"tf":1.4142135623730951},"222":{"tf":1.0},"227":{"tf":1.0},"3":{"tf":1.0},"51":{"tf":1.0},"65":{"tf":1.0},"71":{"tf":1.0},"8":{"tf":1.0}}}}}},"o":{"\"":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"170":{"tf":1.0},"94":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"177":{"tf":1.0}}}}}},"a":{"df":1,"docs":{"177":{"tf":1.4142135623730951}}},"b":{"a":{"df":0,"docs":{},"r":{"<":{"df":0,"docs":{},"t":{"1":{"df":1,"docs":{"136":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.7320508075688772}}}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"162":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"162":{"tf":3.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"162":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{")":{".":{"a":{"(":{")":{".":{"b":{"(":{")":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"(":{"\"":{"df":0,"docs":{},"y":{"\"":{")":{")":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"166":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":10,"docs":{"132":{"tf":2.23606797749979},"136":{"tf":1.0},"140":{"tf":2.0},"162":{"tf":3.3166247903554},"170":{"tf":1.4142135623730951},"222":{"tf":3.605551275463989},"224":{"tf":1.4142135623730951},"225":{"tf":1.0},"33":{"tf":2.0},"87":{"tf":1.4142135623730951}}},"r":{"c":{"df":3,"docs":{"107":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.7320508075688772}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":9,"docs":{"197":{"tf":1.4142135623730951},"200":{"tf":1.0},"205":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"128":{"tf":1.0},"251":{"tf":1.0}}},"t":{"!":{"(":{"\"":{"c":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"60":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"i":{"/":{"df":0,"docs":{},"o":{"df":1,"docs":{"60":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":1,"docs":{"148":{"tf":1.0}}}},"df":0,"docs":{}},"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"148":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}},"df":8,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"147":{"tf":2.0},"148":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":2.6457513110645907}},"t":{"df":1,"docs":{"148":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"151":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"151":{"tf":1.0}}}}}}},"df":0,"docs":{}},">":{"(":{"df":0,"docs":{},"g":{"df":1,"docs":{"148":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":3,"docs":{"159":{"tf":1.0},"240":{"tf":1.0},"88":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"121":{"tf":1.0},"184":{"tf":1.0},"240":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"71":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":3,"docs":{"37":{"tf":1.0},"60":{"tf":1.0},"68":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{".":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"199":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":5,"docs":{"126":{"tf":1.4142135623730951},"129":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"202":{"tf":1.0}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"166":{"tf":1.0},"238":{"tf":1.0},"74":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"172":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"m":{"(":{"df":3,"docs":{"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}},"<":{"c":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"237":{"tf":1.0}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"59":{"tf":1.0},"60":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"61":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"c":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"237":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"8":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"107":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":1,"docs":{"107":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"s":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"49":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":5,"docs":{"151":{"tf":1.0},"197":{"tf":1.0},"211":{"tf":1.0},"241":{"tf":1.0},"57":{"tf":1.0}},"i":{"df":1,"docs":{"211":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":52,"docs":{"105":{"tf":1.0},"107":{"tf":1.0},"119":{"tf":2.449489742783178},"121":{"tf":2.23606797749979},"128":{"tf":1.0},"132":{"tf":1.0},"136":{"tf":1.4142135623730951},"140":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"16":{"tf":1.4142135623730951},"165":{"tf":1.0},"17":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.4142135623730951},"181":{"tf":1.0},"186":{"tf":1.4142135623730951},"189":{"tf":1.0},"196":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.7320508075688772},"203":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.4142135623730951},"227":{"tf":2.23606797749979},"228":{"tf":1.0},"230":{"tf":1.7320508075688772},"232":{"tf":1.7320508075688772},"233":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":3.1622776601683795},"240":{"tf":2.449489742783178},"253":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"37":{"tf":1.7320508075688772},"55":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.7320508075688772},"71":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951},"8":{"tf":2.23606797749979},"93":{"tf":1.0},"95":{"tf":1.4142135623730951},"97":{"tf":1.0}},"s":{"/":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"128":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"126":{"tf":1.0},"155":{"tf":1.0},"37":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"154":{"tf":1.0},"217":{"tf":1.0},"224":{"tf":1.0},"44":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":8,"docs":{"147":{"tf":1.0},"183":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"224":{"tf":1.0},"235":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0}}}}}}},"g":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"(":{"&":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"148":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"189":{"tf":1.0},"237":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"199":{"tf":1.0}}}}},"c":{"'":{"d":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"45":{"tf":1.0}}},"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":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"148":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":25,"docs":{"110":{"tf":1.0},"136":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.7320508075688772},"148":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"211":{"tf":1.0},"219":{"tf":1.0},"22":{"tf":1.0},"224":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":2.449489742783178},"233":{"tf":1.4142135623730951},"234":{"tf":1.0},"237":{"tf":1.0},"240":{"tf":3.1622776601683795},"241":{"tf":1.0},"247":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"77":{"tf":1.0},"89":{"tf":1.0}}}}},"t":{"_":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"i":{"d":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"239":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"239":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"73":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"101":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":4,"docs":{"206":{"tf":1.0},"233":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"46":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"73":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"73":{"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":{},"v":{"df":0,"docs":{},"e":{"df":15,"docs":{"111":{"tf":1.0},"121":{"tf":1.0},"133":{"tf":1.0},"172":{"tf":1.0},"198":{"tf":1.0},"207":{"tf":1.0},"217":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"8":{"tf":1.4142135623730951},"81":{"tf":1.0}},"n":{"df":6,"docs":{"107":{"tf":1.0},"110":{"tf":1.0},"146":{"tf":1.0},"166":{"tf":1.0},"233":{"tf":1.0},"250":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"237":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"206":{"tf":1.0}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"125":{"tf":1.0},"197":{"tf":1.0},"233":{"tf":1.0},"249":{"tf":1.0},"5":{"tf":1.0}}}},"df":6,"docs":{"112":{"tf":1.0},"126":{"tf":1.0},"230":{"tf":1.0},"233":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"66":{"tf":1.0}},"e":{"df":2,"docs":{"240":{"tf":1.0},"37":{"tf":1.4142135623730951}}},"o":{"d":{"df":12,"docs":{"151":{"tf":1.0},"180":{"tf":1.0},"194":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"211":{"tf":1.0},"218":{"tf":1.0},"225":{"tf":1.0},"240":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"217":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"202":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"183":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"124":{"tf":1.0},"126":{"tf":1.7320508075688772},"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"129":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"241":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"110":{"tf":1.4142135623730951},"111":{"tf":1.0},"207":{"tf":1.0},"211":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"198":{"tf":1.0},"60":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"194":{"tf":1.0},"200":{"tf":1.0},"83":{"tf":1.0}}}}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":7,"docs":{"190":{"tf":1.0},"192":{"tf":1.0},"199":{"tf":1.4142135623730951},"232":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"67":{"tf":1.4142135623730951}}}}}},"d":{"df":6,"docs":{"138":{"tf":1.0},"139":{"tf":1.4142135623730951},"140":{"tf":1.4142135623730951},"143":{"tf":2.6457513110645907},"38":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"68":{"tf":1.0}}}}},"i":{"d":{"df":2,"docs":{"144":{"tf":1.0},"167":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"1":{"tf":1.0},"244":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"/":{"c":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"h":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"211":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"/":{"0":{".":{"1":{".":{"0":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"3":{"2":{"df":0,"docs":{},"f":{"3":{"0":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"a":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"p":{"a":{"0":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"237":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":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":{"237":{"tf":1.0}}},"n":{"d":{"df":3,"docs":{"172":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0}},"l":{"df":13,"docs":{"148":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"205":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"233":{"tf":1.4142135623730951},"239":{"tf":1.0},"34":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"121":{"tf":1.0},"233":{"tf":1.0}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":7,"docs":{"199":{"tf":1.0},"206":{"tf":1.0},"224":{"tf":1.0},"229":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"5":{"tf":1.0}}}},"i":{"df":1,"docs":{"42":{"tf":1.0}}}}},"r":{"d":{"df":4,"docs":{"191":{"tf":1.0},"217":{"tf":1.0},"36":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"148":{"tf":1.0}}}}}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"148":{"tf":1.0}}}}}},"df":1,"docs":{"240":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"<":{"df":0,"docs":{},"u":{"6":{"4":{"df":1,"docs":{"239":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"137":{"tf":1.0},"230":{"tf":1.0},"232":{"tf":1.0},"241":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"44":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":5,"docs":{"151":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"166":{"tf":1.0},"240":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"206":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"198":{"tf":1.0}}}}},"df":0,"docs":{},"p":{"df":6,"docs":{"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"211":{"tf":1.4142135623730951},"237":{"tf":1.0},"51":{"tf":1.0}}},"v":{"df":0,"docs":{},"i":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"185":{"tf":1.0}},"o":{"df":1,"docs":{"12":{"tf":1.0}}}},"p":{"df":7,"docs":{"143":{"tf":1.0},"162":{"tf":1.0},"198":{"tf":1.0},"219":{"tf":1.4142135623730951},"238":{"tf":1.0},"242":{"tf":1.0},"89":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"151":{"tf":1.0},"161":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"199":{"tf":1.0}}},"df":26,"docs":{"101":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"140":{"tf":1.0},"162":{"tf":1.0},"169":{"tf":1.0},"177":{"tf":1.0},"194":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"21":{"tf":1.7320508075688772},"218":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.4142135623730951},"233":{"tf":2.0},"239":{"tf":1.0},"240":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"87":{"tf":1.0},"94":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"243":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"154":{"tf":1.0},"156":{"tf":1.0}}}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":4,"docs":{"136":{"tf":1.4142135623730951},"206":{"tf":1.0},"250":{"tf":1.0},"252":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"200":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"170":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"202":{"tf":1.0},"240":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"207":{"tf":1.0}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"240":{"tf":1.0}}}}}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}},"r":{"df":1,"docs":{"170":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"209":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"156":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"198":{"tf":1.0},"218":{"tf":1.0},"235":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"187":{"tf":1.0}}}},"t":{"df":1,"docs":{"50":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":2,"docs":{"185":{"tf":1.0},"237":{"tf":1.0}},"s":{":":{"/":{"/":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"0":{".":{"1":{"4":{".":{"5":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"237":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"3":{"2":{"df":0,"docs":{},"f":{"3":{"0":{"df":0,"docs":{},"x":{"df":1,"docs":{"237":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"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":{"5":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"228":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"237":{"tf":1.0}}}}}}},"i":{".":{"df":1,"docs":{"241":{"tf":1.0}},"e":{",":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"149":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"3":{"2":{"df":2,"docs":{"87":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"155":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"8":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"df":1,"docs":{"239":{"tf":1.7320508075688772}},"e":{"a":{"df":8,"docs":{"115":{"tf":1.0},"146":{"tf":1.0},"151":{"tf":1.4142135623730951},"199":{"tf":1.7320508075688772},"217":{"tf":1.0},"218":{"tf":1.0},"232":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"17":{"tf":1.0},"170":{"tf":1.0},"240":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"113":{"tf":1.0},"174":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":6,"docs":{"199":{"tf":1.0},"243":{"tf":1.0},"42":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.0},"78":{"tf":1.0}}}},"df":9,"docs":{"144":{"tf":1.0},"18":{"tf":1.0},"194":{"tf":1.0},"22":{"tf":1.0},"224":{"tf":1.0},"226":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.4142135623730951},"55":{"tf":1.7320508075688772}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"240":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"148":{"tf":1.0},"206":{"tf":1.0},"8":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"i":{"df":1,"docs":{"9":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"206":{"tf":1.0},"8":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"106":{"tf":1.0},"147":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":3,"docs":{"199":{"tf":1.0},"37":{"tf":1.7320508075688772},"83":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"100":{"tf":1.0},"101":{"tf":1.4142135623730951},"172":{"tf":1.0},"209":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"227":{"tf":1.4142135623730951},"228":{"tf":1.4142135623730951},"229":{"tf":1.4142135623730951},"232":{"tf":1.0}}}},"l":{"<":{"'":{"_":{"df":1,"docs":{"237":{"tf":1.0}}},"a":{"df":3,"docs":{"120":{"tf":1.0},"127":{"tf":1.0},"140":{"tf":1.4142135623730951}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"199":{"tf":1.0}}}}},"df":0,"docs":{},"p":{"df":1,"docs":{"233":{"tf":1.0}}},"t":{"df":3,"docs":{"140":{"tf":1.0},"237":{"tf":1.0},"25":{"tf":1.0}}}},"df":30,"docs":{"118":{"tf":1.7320508075688772},"119":{"tf":1.0},"132":{"tf":1.4142135623730951},"135":{"tf":1.0},"148":{"tf":1.7320508075688772},"151":{"tf":1.0},"155":{"tf":1.0},"16":{"tf":1.0},"162":{"tf":1.4142135623730951},"17":{"tf":1.7320508075688772},"170":{"tf":1.0},"199":{"tf":1.0},"203":{"tf":1.0},"21":{"tf":1.0},"217":{"tf":1.4142135623730951},"222":{"tf":1.4142135623730951},"223":{"tf":1.0},"232":{"tf":1.4142135623730951},"233":{"tf":2.8284271247461903},"234":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":1.7320508075688772},"240":{"tf":1.4142135623730951},"33":{"tf":1.0},"36":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":47,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"130":{"tf":1.0},"133":{"tf":1.7320508075688772},"135":{"tf":1.0},"136":{"tf":1.4142135623730951},"140":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"146":{"tf":2.0},"148":{"tf":1.0},"149":{"tf":1.7320508075688772},"150":{"tf":1.0},"151":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951},"167":{"tf":1.0},"17":{"tf":2.0},"170":{"tf":1.0},"18":{"tf":1.0},"199":{"tf":1.7320508075688772},"2":{"tf":1.0},"20":{"tf":2.23606797749979},"203":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"218":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"233":{"tf":1.4142135623730951},"234":{"tf":1.0},"235":{"tf":1.4142135623730951},"237":{"tf":1.7320508075688772},"239":{"tf":1.4142135623730951},"240":{"tf":2.23606797749979},"241":{"tf":1.0},"25":{"tf":1.7320508075688772},"257":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.7320508075688772},"33":{"tf":1.0},"44":{"tf":1.4142135623730951},"77":{"tf":1.0},"78":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"22":{"tf":1.0},"240":{"tf":1.0}}}}}}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":8,"docs":{"222":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.4142135623730951},"25":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"8":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"df":1,"docs":{"73":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"224":{"tf":1.0},"68":{"tf":1.0}}}}}}},"df":1,"docs":{"196":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"110":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"218":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"v":{"df":1,"docs":{"235":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":7,"docs":{"151":{"tf":1.0},"202":{"tf":1.0},"222":{"tf":1.0},"233":{"tf":1.0},"241":{"tf":1.0},"25":{"tf":1.0},"250":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"132":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":5,"docs":{"113":{"tf":1.0},"150":{"tf":1.0},"211":{"tf":1.0},"235":{"tf":1.0},"7":{"tf":1.0}}}},"d":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"199":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"103":{"tf":1.0},"84":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"176":{"tf":1.0},"181":{"tf":1.7320508075688772},"50":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"df":1,"docs":{"29":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"n":{"a":{"df":2,"docs":{"43":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}},"c":{"df":6,"docs":{"180":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"36":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"225":{"tf":1.0},"7":{"tf":2.0}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":2,"docs":{"119":{"tf":1.0},"218":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"207":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"191":{"tf":1.0},"211":{"tf":1.0}}}},"df":0,"docs":{}}}},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"194":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"68":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}}},"x":{".":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"127":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"126":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":9,"docs":{"156":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"233":{"tf":1.0},"239":{"tf":1.0},"250":{"tf":1.0},"256":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"217":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"221":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":2.0},"225":{"tf":1.0},"232":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"139":{"tf":1.4142135623730951},"164":{"tf":1.0}}}}}},"df":11,"docs":{"203":{"tf":1.0},"21":{"tf":1.0},"236":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.0},"67":{"tf":1.0},"74":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"152":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"222":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"170":{"tf":1.4142135623730951},"190":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"240":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":6,"docs":{"105":{"tf":1.0},"198":{"tf":1.0},"252":{"tf":1.0},"33":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"240":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":14,"docs":{"112":{"tf":1.0},"124":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"16":{"tf":1.0},"21":{"tf":1.4142135623730951},"211":{"tf":1.0},"22":{"tf":1.0},"222":{"tf":1.0},"247":{"tf":1.0},"42":{"tf":1.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.0},"88":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"86":{"tf":1.0},"88":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":18,"docs":{"119":{"tf":1.0},"120":{"tf":1.0},"16":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.7320508075688772},"222":{"tf":1.0},"236":{"tf":1.4142135623730951},"240":{"tf":1.0},"25":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"198":{"tf":2.449489742783178},"199":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"g":{"df":3,"docs":{"200":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"211":{"tf":1.0},"212":{"tf":1.0}}}}}},"n":{"d":{"df":2,"docs":{"224":{"tf":1.0},"225":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.0},"214":{"tf":1.0},"225":{"tf":1.4142135623730951}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"202":{"tf":1.0},"224":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"239":{"tf":1.0},"45":{"tf":1.0}}}}},"f":{"a":{"c":{"df":8,"docs":{"133":{"tf":1.0},"189":{"tf":1.4142135623730951},"191":{"tf":1.0},"192":{"tf":1.0},"224":{"tf":1.0},"241":{"tf":1.0},"247":{"tf":1.7320508075688772},"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"110":{"tf":1.0},"170":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":8,"docs":{"136":{"tf":1.4142135623730951},"197":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"205":{"tf":1.0},"211":{"tf":1.0},"233":{"tf":1.0},"237":{"tf":1.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":5,"docs":{"123":{"tf":1.0},"124":{"tf":1.7320508075688772},"128":{"tf":1.0},"129":{"tf":1.0},"155":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"\"":{"1":{"df":1,"docs":{"127":{"tf":1.0}}},"2":{"+":{"3":{"df":1,"docs":{"127":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"<":{"'":{"a":{"df":1,"docs":{"127":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"i":{"6":{"4":{"df":2,"docs":{"155":{"tf":1.0},"170":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"o":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"73":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{">":{">":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"74":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"77":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}}}},"r":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":1,"docs":{"127":{"tf":1.4142135623730951}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":5,"docs":{"191":{"tf":1.0},"217":{"tf":1.0},"224":{"tf":1.0},"36":{"tf":1.0},"91":{"tf":1.0}},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"241":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"197":{"tf":1.0},"199":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":7,"docs":{"148":{"tf":1.0},"189":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"237":{"tf":1.0},"251":{"tf":1.0},"68":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"233":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"146":{"tf":1.4142135623730951},"247":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"k":{"df":6,"docs":{"116":{"tf":1.0},"117":{"tf":1.7320508075688772},"119":{"tf":1.0},"211":{"tf":1.0},"7":{"tf":1.0},"95":{"tf":1.0}}},"l":{"df":0,"docs":{},"v":{"df":5,"docs":{"198":{"tf":1.0},"200":{"tf":1.0},"233":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}}}}}}},"o":{":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"49":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"49":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"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":{"d":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"59":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"225":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":1,"docs":{"247":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"59":{"tf":1.0},"60":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"u":{"df":10,"docs":{"176":{"tf":1.0},"177":{"tf":1.0},"199":{"tf":1.0},"204":{"tf":1.0},"211":{"tf":1.0},"225":{"tf":1.0},"4":{"tf":1.0},"60":{"tf":1.0},"68":{"tf":1.4142135623730951},"74":{"tf":1.0}}}}},"t":{"'":{"df":12,"docs":{"112":{"tf":1.0},"177":{"tf":1.0},"206":{"tf":1.4142135623730951},"224":{"tf":1.0},"42":{"tf":1.0},"53":{"tf":1.0},"63":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":3,"docs":{"131":{"tf":1.0},"169":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951}}},"r":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"|":{"df":0,"docs":{},"r":{"df":1,"docs":{"239":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"203":{"tf":1.0},"206":{"tf":1.0}}}}}}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"'":{"df":3,"docs":{"118":{"tf":1.0},"173":{"tf":1.0},"206":{"tf":1.4142135623730951}}},".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"|":{"df":0,"docs":{},"r":{"df":1,"docs":{"239":{"tf":1.0}}}}},"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":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"79":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"m":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"171":{"tf":1.0},"79":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"=":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"239":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"239":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":15,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"156":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.4142135623730951},"199":{"tf":3.7416573867739413},"200":{"tf":1.4142135623730951},"203":{"tf":2.449489742783178},"205":{"tf":1.4142135623730951},"206":{"tf":3.0},"229":{"tf":1.0},"239":{"tf":1.4142135623730951},"76":{"tf":1.0},"78":{"tf":1.4142135623730951},"79":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":10,"docs":{"162":{"tf":1.0},"170":{"tf":1.4142135623730951},"194":{"tf":1.0},"200":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.7320508075688772},"241":{"tf":1.0},"256":{"tf":1.0},"55":{"tf":1.0}}}}}}}},"j":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"239":{"tf":1.0},"240":{"tf":1.0}}}},"v":{"a":{"df":6,"docs":{"157":{"tf":1.0},"166":{"tf":1.0},"222":{"tf":1.4142135623730951},"224":{"tf":1.4142135623730951},"232":{"tf":1.4142135623730951},"34":{"tf":1.0}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"232":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"9":{"tf":1.0}},"o":{"b":{"df":1,"docs":{"240":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"239":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"43":{"tf":1.0},"45":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"240":{"tf":1.0}}},"df":6,"docs":{"147":{"tf":1.0},"148":{"tf":1.7320508075688772},"149":{"tf":1.0},"151":{"tf":1.4142135623730951},"239":{"tf":1.0},"240":{"tf":2.0}}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"200":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"'":{"df":1,"docs":{"193":{"tf":1.0}}},"df":0,"docs":{}}}}},"k":{"df":1,"docs":{"148":{"tf":2.0}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":13,"docs":{"140":{"tf":1.4142135623730951},"197":{"tf":1.0},"198":{"tf":1.0},"202":{"tf":1.0},"212":{"tf":1.0},"233":{"tf":1.0},"240":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"65":{"tf":1.0}}}},"p":{"df":0,"docs":{},"t":{"df":5,"docs":{"148":{"tf":1.0},"198":{"tf":1.0},"249":{"tf":1.0},"37":{"tf":1.4142135623730951},"5":{"tf":1.0}}}},"y":{".":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"199":{"tf":1.0}}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"199":{"tf":1.0}}}}}},"df":8,"docs":{"198":{"tf":1.0},"199":{"tf":2.0},"206":{"tf":1.7320508075688772},"232":{"tf":1.0},"240":{"tf":1.4142135623730951},"249":{"tf":1.0},"26":{"tf":1.0},"5":{"tf":1.0}},"s":{"<":{"'":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{">":{"(":{"&":{"'":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"199":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"133":{"tf":1.0}}}}}}}},"n":{"d":{"df":6,"docs":{"124":{"tf":1.0},"147":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.4142135623730951},"29":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"249":{"tf":1.0},"5":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":11,"docs":{"117":{"tf":1.0},"136":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.4142135623730951},"150":{"tf":1.0},"181":{"tf":1.0},"198":{"tf":1.7320508075688772},"207":{"tf":1.4142135623730951},"233":{"tf":1.4142135623730951},"240":{"tf":1.0},"258":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":2,"docs":{"110":{"tf":1.0},"248":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":4,"docs":{"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"232":{"tf":1.4142135623730951},"239":{"tf":1.0}}}}}}},"l":{"a":{"b":{"df":1,"docs":{"233":{"tf":1.7320508075688772}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"166":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":31,"docs":{"110":{"tf":2.23606797749979},"124":{"tf":2.0},"128":{"tf":1.4142135623730951},"135":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"16":{"tf":1.0},"166":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951},"196":{"tf":1.0},"197":{"tf":1.7320508075688772},"2":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.4142135623730951},"222":{"tf":1.0},"224":{"tf":1.0},"227":{"tf":1.0},"232":{"tf":2.449489742783178},"239":{"tf":1.7320508075688772},"240":{"tf":1.4142135623730951},"255":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"57":{"tf":1.0},"62":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"g":{"df":3,"docs":{"176":{"tf":1.0},"185":{"tf":1.0},"5":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"189":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"230":{"tf":1.0},"68":{"tf":1.0},"8":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"116":{"tf":1.4142135623730951},"119":{"tf":1.0},"171":{"tf":1.0},"177":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"78":{"tf":1.0},"88":{"tf":1.0}}}}}},"w":{"df":1,"docs":{"250":{"tf":1.0}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"240":{"tf":1.4142135623730951},"5":{"tf":1.0},"7":{"tf":2.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"198":{"tf":1.0},"222":{"tf":1.0}}}}}}},"df":1,"docs":{"199":{"tf":2.23606797749979}},"e":{"a":{"d":{"df":5,"docs":{"176":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"185":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":1,"docs":{"170":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"229":{"tf":1.0},"53":{"tf":1.0}}}},"v":{"df":3,"docs":{"233":{"tf":1.0},"239":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"126":{"tf":1.0}}}},"g":{"a":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"239":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"_":{"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":{"151":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":4,"docs":{"199":{"tf":1.7320508075688772},"239":{"tf":2.23606797749979},"240":{"tf":2.449489742783178},"241":{"tf":1.7320508075688772}},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"128":{"tf":1.4142135623730951},"198":{"tf":1.0},"199":{"tf":1.4142135623730951},"66":{"tf":1.0},"68":{"tf":1.0}}}}},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"{":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":4,"docs":{"238":{"tf":1.0},"239":{"tf":2.23606797749979},"240":{"tf":2.0},"241":{"tf":1.4142135623730951}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"<":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"!":{"[":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"239":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"239":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"s":{"df":7,"docs":{"166":{"tf":1.0},"172":{"tf":1.0},"185":{"tf":1.0},"200":{"tf":1.4142135623730951},"206":{"tf":1.0},"226":{"tf":1.0},"90":{"tf":1.0}}},"t":{"df":1,"docs":{"233":{"tf":1.0}}}},"t":{"'":{"df":3,"docs":{"126":{"tf":1.0},"228":{"tf":1.0},"8":{"tf":1.0}}},"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"170":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"155":{"tf":1.0}}}},"df":0,"docs":{}}},"df":3,"docs":{"179":{"tf":1.0},"42":{"tf":1.0},"7":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":8,"docs":{"110":{"tf":1.0},"146":{"tf":1.0},"170":{"tf":1.0},"202":{"tf":1.0},"240":{"tf":1.0},"45":{"tf":1.0},"67":{"tf":2.23606797749979},"68":{"tf":2.0}}}}},"x":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"206":{"tf":1.0}}}}},"df":0,"docs":{}}}},"h":{"df":2,"docs":{"155":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951}}},"i":{"b":{"c":{":":{":":{"c":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"199":{"tf":1.0},"206":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"(":{"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":{},"r":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{"df":1,"docs":{"68":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":15,"docs":{"107":{"tf":1.0},"140":{"tf":1.0},"17":{"tf":1.0},"183":{"tf":1.0},"196":{"tf":1.4142135623730951},"198":{"tf":2.6457513110645907},"199":{"tf":1.0},"206":{"tf":1.4142135623730951},"233":{"tf":1.0},"237":{"tf":1.4142135623730951},"240":{"tf":2.23606797749979},"243":{"tf":1.0},"66":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0}}},"y":{"'":{"df":1,"docs":{"198":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"170":{"tf":1.0},"198":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":16,"docs":{"143":{"tf":2.0},"198":{"tf":1.0},"199":{"tf":2.23606797749979},"200":{"tf":1.0},"202":{"tf":1.4142135623730951},"204":{"tf":1.0},"206":{"tf":1.4142135623730951},"37":{"tf":1.0},"48":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"179":{"tf":1.0},"200":{"tf":1.0},"225":{"tf":1.0},"7":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":9,"docs":{"103":{"tf":1.0},"210":{"tf":1.7320508075688772},"217":{"tf":1.0},"218":{"tf":1.0},"234":{"tf":1.0},"42":{"tf":1.0},"61":{"tf":2.0},"8":{"tf":1.4142135623730951},"95":{"tf":1.0}},"r":{"df":1,"docs":{"164":{"tf":1.0}}}},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"255":{"tf":1.0}}}}}}},"k":{"df":1,"docs":{"185":{"tf":1.0}}},"t":{"df":3,"docs":{"217":{"tf":2.23606797749979},"218":{"tf":2.23606797749979},"219":{"tf":1.7320508075688772}},"s":{"=":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"217":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":1,"docs":{"243":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"247":{"tf":1.0}}}}},"t":{"df":4,"docs":{"218":{"tf":1.4142135623730951},"219":{"tf":1.4142135623730951},"22":{"tf":1.0},"258":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"233":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"11":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"l":{"df":6,"docs":{"197":{"tf":1.0},"223":{"tf":1.0},"241":{"tf":1.0},"250":{"tf":1.0},"29":{"tf":1.0},"45":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":5,"docs":{"49":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"k":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"140":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"140":{"tf":1.4142135623730951}}}},"d":{"df":1,"docs":{"250":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":2,"docs":{"116":{"tf":1.0},"67":{"tf":1.0}},"i":{"c":{"df":2,"docs":{"205":{"tf":1.0},"233":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":2.23606797749979}},"s":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{")":{".":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"78":{"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":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"106":{"tf":1.0},"124":{"tf":1.0},"198":{"tf":1.0},"239":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"217":{"tf":1.0},"49":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":8,"docs":{"199":{"tf":1.0},"203":{"tf":1.4142135623730951},"206":{"tf":1.0},"233":{"tf":1.7320508075688772},"240":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"8":{"tf":1.4142135623730951}}},"p":{"df":4,"docs":{"199":{"tf":1.7320508075688772},"229":{"tf":1.0},"36":{"tf":1.0},"78":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"199":{"tf":1.0},"237":{"tf":1.0}}}},"t":{"df":5,"docs":{"135":{"tf":1.0},"162":{"tf":1.4142135623730951},"199":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0}}},"w":{"df":1,"docs":{"45":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"202":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"p":{"df":1,"docs":{"247":{"tf":1.0}}}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"185":{"tf":1.0}}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"241":{"tf":1.0}}}}}}},"m":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"222":{"tf":1.0},"223":{"tf":1.0}}}}}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"186":{"tf":1.0},"233":{"tf":1.4142135623730951},"5":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"128":{"tf":1.7320508075688772},"129":{"tf":1.0}}}}}},"df":5,"docs":{"239":{"tf":1.7320508075688772},"240":{"tf":1.7320508075688772},"241":{"tf":1.0},"34":{"tf":1.0},"74":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"df":4,"docs":{"100":{"tf":1.0},"211":{"tf":1.0},"249":{"tf":1.0},"5":{"tf":1.0}}}},"df":1,"docs":{"43":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"222":{"tf":1.0}}}}}},"df":19,"docs":{"106":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"132":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"151":{"tf":1.4142135623730951},"198":{"tf":1.0},"21":{"tf":1.0},"222":{"tf":1.0},"233":{"tf":1.7320508075688772},"240":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0},"8":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"2":{"tf":1.0}}}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"89":{"tf":1.0},"90":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"e":{"df":34,"docs":{"131":{"tf":1.0},"136":{"tf":1.0},"143":{"tf":1.4142135623730951},"151":{"tf":1.0},"166":{"tf":1.0},"172":{"tf":1.0},"181":{"tf":1.4142135623730951},"183":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"2":{"tf":1.4142135623730951},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.4142135623730951},"206":{"tf":1.0},"211":{"tf":1.0},"217":{"tf":1.0},"222":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.4142135623730951},"237":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"256":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0},"71":{"tf":1.0},"8":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"97":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"185":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"c":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"198":{"tf":1.0},"60":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":6,"docs":{"196":{"tf":1.0},"198":{"tf":1.0},"202":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"233":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":17,"docs":{"111":{"tf":1.0},"112":{"tf":1.0},"137":{"tf":1.0},"150":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"166":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"209":{"tf":1.0},"227":{"tf":1.0},"232":{"tf":1.4142135623730951},"247":{"tf":1.0},"29":{"tf":1.0},"68":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"197":{"tf":1.0},"206":{"tf":1.0},"66":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"159":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"12":{"tf":1.0},"151":{"tf":1.0},"206":{"tf":1.4142135623730951},"225":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"(":{"df":0,"docs":{},"|":{"c":{"df":0,"docs":{},"m":{"d":{"df":2,"docs":{"118":{"tf":1.0},"119":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":8,"docs":{"151":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"79":{"tf":1.0}}},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"199":{"tf":1.0}}}},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"78":{"tf":1.4142135623730951}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":17,"docs":{"106":{"tf":1.0},"127":{"tf":1.0},"155":{"tf":1.4142135623730951},"157":{"tf":1.0},"170":{"tf":1.0},"206":{"tf":1.0},"233":{"tf":1.0},"239":{"tf":1.0},"41":{"tf":1.0},"60":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"78":{"tf":1.0},"8":{"tf":1.4142135623730951},"86":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"125":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"233":{"tf":1.0},"32":{"tf":1.0},"8":{"tf":1.0}}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"72":{"tf":1.0}}}}}},"df":1,"docs":{"222":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":15,"docs":{"135":{"tf":1.0},"140":{"tf":1.0},"162":{"tf":1.0},"172":{"tf":1.0},"198":{"tf":2.0},"202":{"tf":1.0},"206":{"tf":1.0},"222":{"tf":1.4142135623730951},"233":{"tf":1.0},"234":{"tf":1.0},"37":{"tf":1.4142135623730951},"50":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"106":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":5,"docs":{"159":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.7320508075688772},"259":{"tf":1.4142135623730951},"34":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"139":{"tf":1.0},"143":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}},"m":{":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":2,"docs":{"42":{"tf":1.0},"44":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"42":{"tf":1.4142135623730951}},"e":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"{":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"(":{"_":{"df":2,"docs":{"212":{"tf":1.0},"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"232":{"tf":1.4142135623730951},"239":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":11,"docs":{"194":{"tf":1.0},"197":{"tf":2.0},"198":{"tf":1.7320508075688772},"199":{"tf":2.23606797749979},"202":{"tf":1.7320508075688772},"206":{"tf":1.0},"211":{"tf":1.0},"222":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.4142135623730951},"74":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"57":{"tf":1.0},"60":{"tf":1.0},"67":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"233":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"232":{"tf":1.0}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"240":{"tf":1.0}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":38,"docs":{"107":{"tf":1.4142135623730951},"11":{"tf":1.0},"135":{"tf":1.4142135623730951},"140":{"tf":1.0},"143":{"tf":1.0},"149":{"tf":1.0},"151":{"tf":1.4142135623730951},"157":{"tf":1.7320508075688772},"162":{"tf":1.0},"164":{"tf":1.4142135623730951},"166":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"189":{"tf":1.0},"192":{"tf":1.0},"20":{"tf":1.4142135623730951},"217":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.7320508075688772},"224":{"tf":1.0},"225":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.7320508075688772},"234":{"tf":1.4142135623730951},"237":{"tf":1.7320508075688772},"240":{"tf":1.4142135623730951},"25":{"tf":1.0},"252":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"42":{"tf":1.0},"54":{"tf":1.0},"66":{"tf":1.0},"88":{"tf":1.0},"94":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"253":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"117":{"tf":1.0},"118":{"tf":2.23606797749979}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"'":{"a":{"df":1,"docs":{"120":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"133":{"tf":1.0}}}},"n":{"d":{"df":2,"docs":{"198":{"tf":1.0},"240":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":10,"docs":{"162":{"tf":1.0},"189":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"55":{"tf":1.0},"65":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"217":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"df":3,"docs":{"110":{"tf":1.0},"198":{"tf":1.0},"218":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"d":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"218":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"k":{"df":3,"docs":{"233":{"tf":1.0},"68":{"tf":1.0},"74":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"221":{"tf":1.0},"224":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"199":{"tf":1.0},"217":{"tf":1.0}}}}},"x":{"df":1,"docs":{"11":{"tf":1.0}}}},"o":{"d":{"df":10,"docs":{"155":{"tf":1.4142135623730951},"170":{"tf":1.4142135623730951},"206":{"tf":1.0},"233":{"tf":1.7320508075688772},"60":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"87":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"t":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":1,"docs":{"237":{"tf":1.4142135623730951}},"l":{"df":2,"docs":{"240":{"tf":1.7320508075688772},"89":{"tf":1.0}}}},"i":{"df":0,"docs":{},"f":{"df":3,"docs":{"247":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0}},"i":{"df":6,"docs":{"100":{"tf":1.0},"147":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"71":{"tf":1.0},"8":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"184":{"tf":1.0},"2":{"tf":1.0},"241":{"tf":1.0},"255":{"tf":1.0}}}},"df":19,"docs":{"121":{"tf":1.0},"132":{"tf":1.0},"136":{"tf":1.0},"146":{"tf":1.0},"150":{"tf":1.4142135623730951},"151":{"tf":2.0},"188":{"tf":1.0},"189":{"tf":1.7320508075688772},"190":{"tf":1.4142135623730951},"206":{"tf":1.0},"233":{"tf":1.7320508075688772},"255":{"tf":1.0},"256":{"tf":1.7320508075688772},"257":{"tf":1.0},"258":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"240":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":3,"docs":{"232":{"tf":1.0},"235":{"tf":1.0},"51":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"147":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":50,"docs":{"103":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.0},"121":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.4142135623730951},"136":{"tf":1.0},"143":{"tf":1.0},"151":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.7320508075688772},"169":{"tf":1.4142135623730951},"171":{"tf":1.4142135623730951},"172":{"tf":1.0},"173":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":1.0},"183":{"tf":1.4142135623730951},"184":{"tf":1.4142135623730951},"2":{"tf":1.0},"20":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"204":{"tf":1.0},"206":{"tf":1.0},"218":{"tf":1.0},"225":{"tf":1.0},"232":{"tf":1.4142135623730951},"233":{"tf":1.0},"239":{"tf":1.7320508075688772},"240":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"57":{"tf":1.0},"68":{"tf":1.7320508075688772},"7":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.4142135623730951},"83":{"tf":1.0},"87":{"tf":1.0},"9":{"tf":1.0},"96":{"tf":1.0}},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"183":{"tf":1.0},"2":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"172":{"tf":1.0},"88":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":19,"docs":{"107":{"tf":1.0},"116":{"tf":1.0},"125":{"tf":1.0},"133":{"tf":1.4142135623730951},"141":{"tf":1.0},"147":{"tf":1.0},"156":{"tf":1.0},"163":{"tf":1.0},"171":{"tf":1.0},"178":{"tf":1.0},"197":{"tf":1.0},"211":{"tf":1.0},"26":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0},"94":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"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":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"233":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"233":{"tf":2.0}}}}}}}},"df":1,"docs":{"233":{"tf":2.0}}}}},"v":{"df":0,"docs":{},"e":{"df":9,"docs":{"105":{"tf":1.0},"108":{"tf":1.0},"136":{"tf":1.0},"239":{"tf":1.0},"37":{"tf":1.0},"52":{"tf":1.0},"81":{"tf":1.7320508075688772},"82":{"tf":1.7320508075688772},"83":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"g":{"_":{"c":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"68":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"68":{"tf":1.0}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{".":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"68":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"68":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"68":{"tf":1.7320508075688772}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"67":{"tf":1.0},"68":{"tf":1.0}}}}}},"df":1,"docs":{"67":{"tf":1.4142135623730951}}}},"u":{"c":{"df":0,"docs":{},"h":{"df":9,"docs":{"151":{"tf":1.0},"183":{"tf":1.0},"190":{"tf":1.0},"197":{"tf":1.0},"200":{"tf":1.0},"57":{"tf":1.0},"68":{"tf":1.0},"90":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":15,"docs":{"154":{"tf":1.0},"166":{"tf":1.0},"18":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"194":{"tf":1.0},"20":{"tf":1.4142135623730951},"200":{"tf":1.0},"202":{"tf":1.0},"234":{"tf":1.0},"240":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"48":{"tf":1.4142135623730951},"94":{"tf":1.0}}}},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":12,"docs":{"100":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"166":{"tf":1.0},"172":{"tf":1.0},"177":{"tf":1.0},"206":{"tf":1.7320508075688772},"209":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"54":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":3,"docs":{"102":{"tf":1.0},"172":{"tf":1.4142135623730951},"67":{"tf":1.0}}}},"df":27,"docs":{"101":{"tf":1.4142135623730951},"106":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"127":{"tf":2.0},"128":{"tf":1.0},"148":{"tf":2.8284271247461903},"157":{"tf":1.0},"166":{"tf":1.0},"177":{"tf":2.449489742783178},"199":{"tf":1.4142135623730951},"206":{"tf":1.7320508075688772},"21":{"tf":1.0},"210":{"tf":1.4142135623730951},"229":{"tf":1.0},"233":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"49":{"tf":2.23606797749979},"53":{"tf":1.0},"60":{"tf":2.23606797749979},"68":{"tf":1.0},"73":{"tf":1.4142135623730951},"78":{"tf":1.0},"8":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"x":{"<":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":1,"docs":{"140":{"tf":1.0}}}}},"t":{"df":1,"docs":{"140":{"tf":1.4142135623730951}}}},"df":1,"docs":{"140":{"tf":2.23606797749979}},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{"<":{"'":{"a":{"df":1,"docs":{"140":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":1,"docs":{"140":{"tf":1.0}}}},"df":1,"docs":{"140":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"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":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":1,"docs":{"21":{"tf":1.7320508075688772}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{":":{":":{"a":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}},"b":{"df":3,"docs":{"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"i":{"b":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{"df":1,"docs":{"68":{"tf":1.0}}}}}},"df":1,"docs":{"67":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{")":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}}}}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"(":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"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":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"206":{"tf":1.4142135623730951}}}}}}},"df":2,"docs":{"203":{"tf":1.4142135623730951},"206":{"tf":2.449489742783178}},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":2,"docs":{"203":{"tf":1.4142135623730951},"206":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}}}}},"n":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"128":{"tf":1.0}}}}}}},"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"162":{"tf":1.0}}}}}},"df":24,"docs":{"12":{"tf":1.0},"139":{"tf":1.0},"155":{"tf":1.7320508075688772},"162":{"tf":1.0},"166":{"tf":1.4142135623730951},"170":{"tf":1.7320508075688772},"175":{"tf":1.0},"20":{"tf":1.0},"218":{"tf":1.0},"230":{"tf":1.0},"233":{"tf":1.0},"239":{"tf":1.7320508075688772},"240":{"tf":2.0},"37":{"tf":1.0},"40":{"tf":1.7320508075688772},"41":{"tf":3.4641016151377544},"42":{"tf":1.7320508075688772},"66":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.7320508075688772},"94":{"tf":1.4142135623730951},"95":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"203":{"tf":1.0},"65":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"166":{"tf":1.0}}}}}},"df":4,"docs":{"128":{"tf":1.7320508075688772},"148":{"tf":1.0},"155":{"tf":1.7320508075688772},"170":{"tf":1.7320508075688772}},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"232":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"100":{"tf":1.0},"211":{"tf":1.0},"29":{"tf":1.0},"48":{"tf":1.0},"72":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"132":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":30,"docs":{"112":{"tf":1.4142135623730951},"126":{"tf":1.0},"135":{"tf":1.0},"147":{"tf":1.4142135623730951},"151":{"tf":1.0},"172":{"tf":1.0},"189":{"tf":1.0},"198":{"tf":1.0},"206":{"tf":1.7320508075688772},"217":{"tf":1.0},"233":{"tf":1.4142135623730951},"236":{"tf":1.0},"239":{"tf":1.4142135623730951},"240":{"tf":2.23606797749979},"241":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.7320508075688772},"52":{"tf":1.4142135623730951},"73":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"88":{"tf":1.0},"94":{"tf":1.0},"97":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"103":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"233":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"100":{"tf":1.0},"112":{"tf":1.0},"134":{"tf":1.0},"210":{"tf":1.0},"37":{"tf":1.0},"8":{"tf":1.0},"95":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"238":{"tf":1.0}}}}}}}}}}}},"w":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"127":{"tf":1.0}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":26,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"147":{"tf":1.0},"158":{"tf":1.0},"16":{"tf":1.4142135623730951},"162":{"tf":1.0},"169":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"170":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"18":{"tf":1.0},"20":{"tf":1.0},"206":{"tf":1.0},"21":{"tf":1.0},"211":{"tf":1.4142135623730951},"217":{"tf":1.0},"222":{"tf":1.0},"232":{"tf":1.0},"240":{"tf":1.0},"41":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":7,"docs":{"130":{"tf":1.4142135623730951},"132":{"tf":1.0},"133":{"tf":1.7320508075688772},"134":{"tf":1.4142135623730951},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.7320508075688772}}}}}},"x":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"203":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"203":{"tf":1.4142135623730951}}}}}},"df":4,"docs":{"199":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"42":{"tf":1.0}}}}},"f":{"df":1,"docs":{"233":{"tf":3.7416573867739413}},"s":{"(":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{":":{":":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"233":{"tf":1.0}}}}}}}}}},"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":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"233":{"tf":1.4142135623730951}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"166":{"tf":1.0},"199":{"tf":1.0}}},"h":{"df":1,"docs":{"238":{"tf":1.0}},"o":{"df":0,"docs":{},"l":{"a":{"df":1,"docs":{"243":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"232":{"tf":1.0}}}}}},"o":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"199":{"tf":1.7320508075688772},"60":{"tf":1.0},"67":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"218":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":2,"docs":{"94":{"tf":1.0},"97":{"tf":1.4142135623730951}}}}}},"d":{"df":0,"docs":{},"e":{"df":5,"docs":{"156":{"tf":1.0},"170":{"tf":2.449489742783178},"171":{"tf":2.0},"172":{"tf":2.0},"173":{"tf":1.0}}}},"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"87":{"tf":2.0},"88":{"tf":1.0},"89":{"tf":2.23606797749979},"90":{"tf":1.7320508075688772},"91":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"218":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":8,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"11":{"tf":1.0},"126":{"tf":1.0},"171":{"tf":1.0},"234":{"tf":1.0},"66":{"tf":1.0},"87":{"tf":1.0}},"e":{"df":9,"docs":{"127":{"tf":1.0},"199":{"tf":1.0},"203":{"tf":1.0},"21":{"tf":1.0},"217":{"tf":1.0},"233":{"tf":1.4142135623730951},"42":{"tf":1.0},"69":{"tf":1.0},"75":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"199":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"157":{"tf":1.0}}}},"r":{"df":0,"docs":{},"m":{"!":{"(":{"0":{".":{"5":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{},"x":{",":{"1":{",":{"2":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"128":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"196":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0}}}},"df":2,"docs":{"128":{"tf":1.0},"3":{"tf":1.0}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"20":{"tf":1.0},"202":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"125":{"tf":1.0},"257":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":13,"docs":{"126":{"tf":1.0},"143":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"189":{"tf":1.0},"198":{"tf":1.0},"203":{"tf":1.0},"21":{"tf":1.0},"218":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"78":{"tf":1.0},"95":{"tf":1.0}}},"h":{"df":2,"docs":{"202":{"tf":1.0},"203":{"tf":1.0}}},"i":{"c":{"df":2,"docs":{"239":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"224":{"tf":1.0}}}}}},"w":{"df":7,"docs":{"17":{"tf":1.0},"177":{"tf":1.4142135623730951},"183":{"tf":1.0},"230":{"tf":1.0},"233":{"tf":1.0},"40":{"tf":1.0},"8":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"203":{"tf":1.0},"205":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"60":{"tf":1.0},"68":{"tf":1.0}},"l":{"df":5,"docs":{"199":{"tf":1.0},"200":{"tf":1.0},"55":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.4142135623730951}}}},"m":{"1":{"df":1,"docs":{"82":{"tf":2.23606797749979}}},"2":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"82":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"82":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":1,"docs":{"82":{"tf":2.23606797749979}}},"3":{".":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"82":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"_":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"82":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"82":{"tf":2.23606797749979}}},"_":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":1,"docs":{"186":{"tf":1.0}}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"150":{"tf":1.4142135623730951},"186":{"tf":1.0},"199":{"tf":1.4142135623730951},"200":{"tf":1.0},"228":{"tf":1.0},"239":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"'":{"df":2,"docs":{"252":{"tf":1.0},"32":{"tf":1.0}}},"df":44,"docs":{"113":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.7320508075688772},"124":{"tf":1.0},"139":{"tf":1.7320508075688772},"143":{"tf":1.4142135623730951},"154":{"tf":1.7320508075688772},"156":{"tf":1.0},"159":{"tf":2.0},"16":{"tf":1.0},"161":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.4142135623730951},"18":{"tf":1.0},"194":{"tf":1.4142135623730951},"195":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":2.6457513110645907},"200":{"tf":1.7320508075688772},"202":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"232":{"tf":1.4142135623730951},"237":{"tf":1.0},"247":{"tf":1.0},"250":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":2.23606797749979},"29":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":2.0},"48":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":3,"docs":{"206":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"42":{"tf":1.0}}}}}}},"c":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"199":{"tf":1.0}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"110":{"tf":1.0},"124":{"tf":1.0},"206":{"tf":1.0},"73":{"tf":1.0}}}}},"df":0,"docs":{},"p":{"df":1,"docs":{"247":{"tf":1.0}}}},"d":{"d":{"df":1,"docs":{"240":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"8":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"24":{"tf":1.0},"257":{"tf":1.0},"26":{"tf":1.0},"86":{"tf":1.0}}}}}},"h":{"df":1,"docs":{"94":{"tf":1.0}}},"k":{"(":{"_":{"df":1,"docs":{"206":{"tf":1.0}}},"df":2,"docs":{"67":{"tf":1.0},"68":{"tf":1.0}}},"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"67":{"tf":1.0}}}},"df":7,"docs":{"106":{"tf":1.4142135623730951},"177":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"49":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}}},"l":{"d":{"df":4,"docs":{"170":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"217":{"tf":1.0}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"233":{"tf":1.0},"239":{"tf":2.0},"240":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"240":{"tf":1.0}}}}}},"n":{"c":{"df":4,"docs":{"176":{"tf":1.0},"177":{"tf":1.0},"234":{"tf":1.4142135623730951},"8":{"tf":1.0}}},"df":37,"docs":{"103":{"tf":1.0},"110":{"tf":1.0},"126":{"tf":1.0},"147":{"tf":1.0},"150":{"tf":1.4142135623730951},"151":{"tf":1.0},"155":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.0},"170":{"tf":1.4142135623730951},"172":{"tf":1.0},"173":{"tf":1.0},"183":{"tf":1.0},"185":{"tf":1.4142135623730951},"198":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":1.7320508075688772},"200":{"tf":1.0},"202":{"tf":1.0},"206":{"tf":1.4142135623730951},"209":{"tf":1.0},"211":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"239":{"tf":2.0},"240":{"tf":2.23606797749979},"247":{"tf":1.7320508075688772},"258":{"tf":1.4142135623730951},"45":{"tf":1.0},"54":{"tf":1.0},"72":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"244":{"tf":1.0}}}}},"u":{"df":1,"docs":{"192":{"tf":1.0}}}},"o":{"df":4,"docs":{"158":{"tf":1.0},"172":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0}}},"p":{"a":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":5,"docs":{"131":{"tf":1.0},"194":{"tf":1.0},"196":{"tf":1.0},"198":{"tf":1.0},"200":{"tf":1.0}}}}},"df":1,"docs":{"127":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"n":{"/":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"247":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":3,"docs":{"198":{"tf":1.0},"247":{"tf":1.0},"4":{"tf":1.0}}},"r":{"df":24,"docs":{"11":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":2.0},"118":{"tf":1.0},"125":{"tf":1.0},"14":{"tf":1.0},"148":{"tf":1.0},"154":{"tf":1.4142135623730951},"171":{"tf":2.23606797749979},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"192":{"tf":1.4142135623730951},"198":{"tf":1.0},"206":{"tf":1.0},"222":{"tf":1.0},"225":{"tf":1.0},"239":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"252":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"59":{"tf":1.0},"66":{"tf":1.4142135623730951},"74":{"tf":1.0}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"197":{"tf":1.0}}}}}},"s":{"df":3,"docs":{"134":{"tf":1.0},"157":{"tf":1.0},"44":{"tf":1.0}}}}},"t":{"df":1,"docs":{"217":{"tf":1.0}},"i":{"c":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"239":{"tf":1.4142135623730951}}}}}},"df":3,"docs":{"239":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"241":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":8,"docs":{"185":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"210":{"tf":1.0},"211":{"tf":1.0},"233":{"tf":1.0},"44":{"tf":1.0},"50":{"tf":1.0},"74":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"22":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"<":{"&":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"203":{"tf":1.4142135623730951}}}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"233":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{">":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"127":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"<":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"'":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":2,"docs":{"21":{"tf":1.0},"233":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":2,"docs":{"54":{"tf":1.0},"79":{"tf":1.0}}}},"df":11,"docs":{"162":{"tf":1.0},"192":{"tf":1.0},"21":{"tf":1.0},"219":{"tf":1.0},"42":{"tf":1.0},"54":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":2.0},"79":{"tf":1.4142135623730951},"89":{"tf":1.0}},"s":{"'":{"df":1,"docs":{"151":{"tf":1.0}}},"df":0,"docs":{}},"’":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}},"r":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":1,"docs":{"237":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"151":{"tf":1.0},"198":{"tf":1.0},"217":{"tf":1.0},"222":{"tf":1.0},"233":{"tf":1.4142135623730951},"240":{"tf":1.0},"29":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"234":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"121":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"232":{"tf":1.0},"253":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"3":{"tf":1.4142135623730951}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"107":{"tf":1.0},"172":{"tf":1.7320508075688772},"176":{"tf":1.0},"42":{"tf":1.0},"68":{"tf":1.0}}}}}}},"s":{"df":1,"docs":{"140":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"166":{"tf":1.0},"202":{"tf":1.0}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":5,"docs":{"163":{"tf":1.0},"209":{"tf":1.0},"233":{"tf":1.0},"37":{"tf":1.4142135623730951},"88":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"(":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"127":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"127":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":17,"docs":{"1":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"127":{"tf":1.4142135623730951},"157":{"tf":1.0},"206":{"tf":1.4142135623730951},"210":{"tf":1.0},"217":{"tf":1.0},"225":{"tf":1.0},"229":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"45":{"tf":1.0},"53":{"tf":1.0},"89":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"189":{"tf":1.0},"190":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":4,"docs":{"140":{"tf":1.0},"143":{"tf":1.7320508075688772},"199":{"tf":1.0},"53":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"149":{"tf":1.0},"21":{"tf":1.0},"240":{"tf":1.0},"8":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"185":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"184":{"tf":1.0},"233":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":19,"docs":{"126":{"tf":1.0},"147":{"tf":1.0},"154":{"tf":1.4142135623730951},"169":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.0},"192":{"tf":1.0},"20":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"239":{"tf":1.0},"246":{"tf":1.0},"48":{"tf":1.0},"54":{"tf":1.0},"7":{"tf":2.0},"76":{"tf":1.0},"78":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"218":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"134":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"217":{"tf":1.0}}}},"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"110":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"246":{"tf":1.0}}}}}}}}},"w":{"df":0,"docs":{},"n":{"df":16,"docs":{"196":{"tf":1.4142135623730951},"198":{"tf":1.7320508075688772},"199":{"tf":1.0},"212":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.4142135623730951},"37":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.4142135623730951},"71":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"199":{"tf":1.4142135623730951},"45":{"tf":1.0}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":9,"docs":{"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"211":{"tf":1.7320508075688772},"212":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"41":{"tf":1.0},"71":{"tf":1.0}}}}}}}}}}},"p":{":":{":":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"233":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"183":{"tf":1.0},"185":{"tf":1.0}}}},"df":1,"docs":{"128":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"!":{"(":{"\"":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"127":{"tf":1.0},"155":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":2.0},"68":{"tf":1.0},"90":{"tf":1.0}},"k":{"df":3,"docs":{"34":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.0}}}}},"r":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"df":2,"docs":{"227":{"tf":1.7320508075688772},"228":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"184":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"115":{"tf":1.0},"232":{"tf":1.7320508075688772},"239":{"tf":1.0},"240":{"tf":1.0},"8":{"tf":1.0},"94":{"tf":1.0}}}}}},"df":1,"docs":{"199":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"199":{"tf":1.0},"232":{"tf":1.0}}}}},"s":{"df":1,"docs":{"240":{"tf":3.0}},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"61":{"tf":2.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"61":{"tf":2.0}}}}}}},"r":{"df":3,"docs":{"127":{"tf":1.0},"128":{"tf":1.0},"240":{"tf":1.0}}}}},"t":{"df":15,"docs":{"133":{"tf":1.0},"143":{"tf":1.0},"146":{"tf":1.0},"184":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"232":{"tf":1.4142135623730951},"233":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.4142135623730951},"247":{"tf":1.0},"256":{"tf":1.0},"42":{"tf":1.0},"52":{"tf":1.0},"98":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"21":{"tf":1.0},"236":{"tf":1.0},"239":{"tf":1.0}},"e":{"df":0,"docs":{},"q":{"df":2,"docs":{"162":{"tf":1.0},"21":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"1":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"146":{"tf":1.0},"2":{"tf":1.0},"232":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"211":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"183":{"tf":1.0},"252":{"tf":1.0}}}}},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"243":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":14,"docs":{"115":{"tf":1.0},"119":{"tf":1.0},"121":{"tf":1.0},"135":{"tf":1.0},"200":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"55":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"218":{"tf":1.0}}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"233":{"tf":2.449489742783178}}}}},"df":3,"docs":{"233":{"tf":2.23606797749979},"50":{"tf":1.0},"90":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":59,"docs":{"110":{"tf":2.449489742783178},"111":{"tf":1.4142135623730951},"112":{"tf":1.7320508075688772},"113":{"tf":2.0},"115":{"tf":1.0},"122":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"129":{"tf":1.0},"130":{"tf":1.0},"137":{"tf":1.0},"139":{"tf":1.4142135623730951},"140":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.7320508075688772},"144":{"tf":1.0},"146":{"tf":1.4142135623730951},"151":{"tf":1.7320508075688772},"152":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.4142135623730951},"158":{"tf":1.7320508075688772},"159":{"tf":1.7320508075688772},"166":{"tf":1.7320508075688772},"167":{"tf":1.7320508075688772},"171":{"tf":1.7320508075688772},"173":{"tf":1.7320508075688772},"174":{"tf":1.4142135623730951},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"18":{"tf":1.0},"181":{"tf":1.7320508075688772},"194":{"tf":1.4142135623730951},"2":{"tf":1.7320508075688772},"200":{"tf":1.0},"202":{"tf":1.4142135623730951},"205":{"tf":1.0},"207":{"tf":2.449489742783178},"209":{"tf":1.0},"211":{"tf":1.7320508075688772},"222":{"tf":1.4142135623730951},"224":{"tf":2.23606797749979},"236":{"tf":1.4142135623730951},"237":{"tf":2.0},"238":{"tf":1.0},"240":{"tf":1.4142135623730951},"243":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":2.449489742783178},"30":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":2.0},"97":{"tf":1.0},"98":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"218":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"y":{"df":1,"docs":{"206":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"94":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"243":{"tf":1.0}}}}}}},"df":1,"docs":{"233":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"128":{"tf":1.0}}}}}},"df":2,"docs":{"20":{"tf":1.0},"200":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":14,"docs":{"108":{"tf":1.0},"121":{"tf":1.7320508075688772},"154":{"tf":1.0},"157":{"tf":1.0},"171":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"185":{"tf":1.0},"198":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"239":{"tf":1.0},"44":{"tf":1.0},"50":{"tf":1.0},"81":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":3,"docs":{"171":{"tf":1.0},"200":{"tf":1.0},"42":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"o":{"d":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"106":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":2,"docs":{"106":{"tf":1.0},"217":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"253":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"259":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"239":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"199":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"42":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"c":{"df":3,"docs":{"199":{"tf":1.0},"240":{"tf":1.0},"248":{"tf":1.0}}},"df":0,"docs":{}},"n":{"<":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"237":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"237":{"tf":1.7320508075688772}}},"t":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"204":{"tf":1.0},"206":{"tf":1.0}}}},"df":0,"docs":{}}},"x":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"241":{"tf":1.0}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":8,"docs":{"143":{"tf":1.0},"172":{"tf":1.0},"202":{"tf":1.0},"239":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"86":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"147":{"tf":1.0}}}},"n":{"df":1,"docs":{"177":{"tf":1.0}}},"y":{"df":2,"docs":{"199":{"tf":1.0},"229":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"126":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"237":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":11,"docs":{"102":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.7320508075688772},"199":{"tf":1.0},"200":{"tf":1.0},"211":{"tf":1.0},"230":{"tf":1.0},"233":{"tf":1.7320508075688772},"29":{"tf":1.7320508075688772},"34":{"tf":1.0},"67":{"tf":1.4142135623730951}},"e":{"df":1,"docs":{"202":{"tf":1.0}},"r":{"df":28,"docs":{"119":{"tf":2.0},"121":{"tf":1.4142135623730951},"140":{"tf":1.0},"172":{"tf":1.4142135623730951},"194":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":2.23606797749979},"199":{"tf":2.0},"200":{"tf":1.0},"202":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"212":{"tf":1.0},"225":{"tf":1.4142135623730951},"226":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"45":{"tf":1.0},"55":{"tf":1.4142135623730951},"60":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.7320508075688772},"7":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.7320508075688772}}}}}}},"l":{"a":{"df":1,"docs":{"254":{"tf":1.0}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"145":{"tf":1.0},"152":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"125":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":6,"docs":{"220":{"tf":1.0},"222":{"tf":1.0},"232":{"tf":1.4142135623730951},"239":{"tf":1.0},"240":{"tf":1.0},"30":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"185":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"237":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":3,"docs":{"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":13,"docs":{"108":{"tf":1.0},"11":{"tf":1.0},"157":{"tf":1.0},"189":{"tf":1.0},"197":{"tf":1.7320508075688772},"202":{"tf":1.0},"203":{"tf":1.0},"233":{"tf":1.0},"250":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.4142135623730951},"78":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"225":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"127":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.7320508075688772}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"197":{"tf":1.0},"209":{"tf":1.0},"217":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"173":{"tf":1.0},"239":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":5,"docs":{"197":{"tf":1.0},"198":{"tf":1.0},"2":{"tf":1.0},"57":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"133":{"tf":1.0},"251":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":3,"docs":{"14":{"tf":1.0},"198":{"tf":1.0},"241":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"121":{"tf":1.0},"172":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"211":{"tf":1.0},"239":{"tf":1.0},"7":{"tf":1.0},"78":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"149":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"132":{"tf":1.0},"189":{"tf":1.0},"192":{"tf":1.0}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"170":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"222":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":12,"docs":{"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"164":{"tf":1.0},"176":{"tf":1.0},"199":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"233":{"tf":1.0},"252":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":2,"docs":{"151":{"tf":1.0},"42":{"tf":1.0}},"s":{"df":1,"docs":{"259":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"206":{"tf":1.0}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"133":{"tf":1.0},"154":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":13,"docs":{"112":{"tf":1.0},"181":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":2.23606797749979},"249":{"tf":1.0},"250":{"tf":1.0},"254":{"tf":1.0},"5":{"tf":1.0},"65":{"tf":1.0},"71":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{",":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"126":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"df":1,"docs":{"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":2,"docs":{"229":{"tf":1.0},"8":{"tf":1.0}},"l":{"df":0,"docs":{},"n":{"!":{"(":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":1,"docs":{"21":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"87":{"tf":2.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":{"106":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"106":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"177":{"tf":1.4142135623730951},"210":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.7320508075688772}}}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"210":{"tf":1.0}}}},"s":{"df":0,"docs":{},"m":{"df":3,"docs":{"238":{"tf":1.0},"240":{"tf":2.23606797749979},"241":{"tf":1.0}}}},"v":{"a":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"134":{"tf":1.0},"224":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":5,"docs":{"134":{"tf":1.0},"233":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":2.0}},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"218":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"162":{"tf":1.0},"180":{"tf":1.0},"222":{"tf":1.0},"225":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":16,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"124":{"tf":2.0},"126":{"tf":1.0},"128":{"tf":1.4142135623730951},"146":{"tf":1.0},"159":{"tf":1.4142135623730951},"2":{"tf":1.7320508075688772},"206":{"tf":1.0},"207":{"tf":1.4142135623730951},"218":{"tf":1.0},"232":{"tf":1.4142135623730951},"239":{"tf":1.0},"240":{"tf":1.0},"3":{"tf":1.7320508075688772},"86":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"241":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":2,"docs":{"240":{"tf":1.0},"253":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"100":{"tf":1.4142135623730951},"166":{"tf":1.0},"207":{"tf":1.0},"230":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"158":{"tf":1.0},"179":{"tf":1.0},"211":{"tf":1.0},"253":{"tf":1.4142135623730951}},"t":{"df":1,"docs":{"126":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":16,"docs":{"110":{"tf":1.7320508075688772},"180":{"tf":1.0},"224":{"tf":1.0},"227":{"tf":2.449489742783178},"228":{"tf":2.0},"229":{"tf":1.7320508075688772},"230":{"tf":1.0},"232":{"tf":1.4142135623730951},"233":{"tf":1.0},"239":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"243":{"tf":1.0},"247":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0}},"m":{"df":5,"docs":{"199":{"tf":1.4142135623730951},"200":{"tf":1.0},"206":{"tf":1.4142135623730951},"224":{"tf":1.4142135623730951},"233":{"tf":1.0}}}}},"df":0,"docs":{}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"147":{"tf":1.0},"184":{"tf":1.7320508075688772},"185":{"tf":1.0},"211":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"l":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"206":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"164":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"17":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"34":{"tf":1.0}}}},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"88":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"74":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"143":{"tf":1.0},"26":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"240":{"tf":1.0},"250":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"57":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"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":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"233":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"{":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":1,"docs":{"233":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"233":{"tf":1.0}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"233":{"tf":3.0}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"233":{"tf":2.23606797749979}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"211":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"196":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":2,"docs":{"197":{"tf":1.0},"199":{"tf":1.0}}}},"i":{"d":{"df":14,"docs":{"121":{"tf":1.0},"130":{"tf":1.0},"136":{"tf":1.0},"151":{"tf":1.0},"157":{"tf":1.4142135623730951},"186":{"tf":1.7320508075688772},"197":{"tf":1.4142135623730951},"2":{"tf":1.0},"211":{"tf":1.0},"29":{"tf":1.4142135623730951},"32":{"tf":1.0},"42":{"tf":1.0},"7":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"b":{"(":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"233":{"tf":2.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":26,"docs":{"106":{"tf":1.4142135623730951},"118":{"tf":1.7320508075688772},"127":{"tf":2.0},"132":{"tf":1.4142135623730951},"136":{"tf":1.0},"151":{"tf":1.0},"155":{"tf":2.0},"157":{"tf":1.0},"16":{"tf":1.7320508075688772},"162":{"tf":2.449489742783178},"17":{"tf":2.0},"170":{"tf":2.0},"199":{"tf":2.0},"203":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"233":{"tf":2.0},"239":{"tf":2.6457513110645907},"240":{"tf":1.7320508075688772},"60":{"tf":1.7320508075688772},"61":{"tf":2.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"73":{"tf":1.0},"74":{"tf":1.0},"87":{"tf":1.7320508075688772},"88":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"c":{"df":7,"docs":{"136":{"tf":1.0},"183":{"tf":1.0},"222":{"tf":1.0},"86":{"tf":1.4142135623730951},"87":{"tf":1.0},"89":{"tf":1.0},"98":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"238":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":3,"docs":{"247":{"tf":1.0},"83":{"tf":1.0},"89":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"df":3,"docs":{"11":{"tf":1.0},"116":{"tf":1.0},"14":{"tf":1.0}}}},"t":{"df":7,"docs":{"199":{"tf":1.0},"205":{"tf":1.0},"237":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"68":{"tf":1.0}}}},"x":{"df":0,"docs":{},"e":{"df":1,"docs":{"233":{"tf":1.0}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"232":{"tf":1.0}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"186":{"tf":1.0},"253":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"198":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"93":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":3,"docs":{"205":{"tf":1.0},"53":{"tf":1.0},"74":{"tf":1.0}}}}}},"r":{".":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"i":{"d":{"(":{")":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"i":{"d":{"(":{")":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"(":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"!":{"(":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"i":{"d":{")":{")":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"202":{"tf":1.0}}}},"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":1,"docs":{"9":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"df":7,"docs":{"138":{"tf":1.0},"139":{"tf":1.4142135623730951},"141":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.0},"38":{"tf":1.0},"54":{"tf":1.0}}},"s":{"df":2,"docs":{"240":{"tf":1.0},"74":{"tf":1.0}}}},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"193":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"198":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"229":{"tf":1.4142135623730951},"230":{"tf":1.7320508075688772},"29":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"90":{"tf":1.4142135623730951}}}},"w":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"c":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"1":{"df":1,"docs":{"82":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"82":{"tf":1.4142135623730951}}},"3":{"df":1,"docs":{"82":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"t":{"df":2,"docs":{"211":{"tf":1.0},"212":{"tf":1.0}}}},"df":1,"docs":{"37":{"tf":1.0}}},"df":2,"docs":{"120":{"tf":1.4142135623730951},"239":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"225":{"tf":1.0},"37":{"tf":1.0}}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":8,"docs":{"13":{"tf":1.0},"211":{"tf":1.0},"241":{"tf":1.0},"49":{"tf":1.7320508075688772},"5":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.0},"79":{"tf":1.0}}}},"df":0,"docs":{}},"df":14,"docs":{"198":{"tf":1.4142135623730951},"199":{"tf":1.4142135623730951},"206":{"tf":1.0},"224":{"tf":1.0},"234":{"tf":1.0},"240":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"68":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":3,"docs":{"140":{"tf":1.0},"170":{"tf":1.0},"199":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"174":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"136":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"230":{"tf":1.0},"239":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"136":{"tf":1.0},"17":{"tf":1.0},"172":{"tf":1.0},"240":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"101":{"tf":1.0},"81":{"tf":1.0}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"74":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"232":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"r":{"d":{"df":2,"docs":{"239":{"tf":1.0},"240":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{")":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"|":{"df":0,"docs":{},"r":{"df":1,"docs":{"239":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"v":{"df":1,"docs":{"59":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"2":{"tf":1.0},"207":{"tf":1.0}},"s":{"df":2,"docs":{"126":{"tf":1.0},"127":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"100":{"tf":1.4142135623730951},"103":{"tf":1.0}}}}}},"u":{"c":{"df":2,"docs":{"136":{"tf":1.0},"44":{"tf":1.0}}},"df":0,"docs":{}}},"df":4,"docs":{"172":{"tf":1.0},"184":{"tf":1.0},"225":{"tf":1.0},"233":{"tf":1.0}},"f":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"186":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}}}}},"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"177":{"tf":1.0},"180":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":3,"docs":{"155":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"45":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":19,"docs":{"140":{"tf":1.7320508075688772},"143":{"tf":2.449489742783178},"166":{"tf":1.0},"172":{"tf":1.4142135623730951},"206":{"tf":2.23606797749979},"209":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"212":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"68":{"tf":1.0},"74":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"240":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"240":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"224":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"121":{"tf":1.0},"237":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"173":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"224":{"tf":1.0},"25":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":3,"docs":{"174":{"tf":1.0},"200":{"tf":1.0},"25":{"tf":1.0}}}}}}}}}}},"df":2,"docs":{"199":{"tf":1.0},"207":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"217":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":3,"docs":{"139":{"tf":1.0},"181":{"tf":1.0},"36":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"240":{"tf":1.4142135623730951}}},"df":4,"docs":{"146":{"tf":1.0},"224":{"tf":1.0},"232":{"tf":1.0},"241":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":3,"docs":{"218":{"tf":1.0},"230":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"233":{"tf":1.0}}},"v":{"df":10,"docs":{"111":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"126":{"tf":1.0},"148":{"tf":1.0},"183":{"tf":1.0},"217":{"tf":1.0},"8":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"119":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"170":{"tf":2.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"206":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"59":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"248":{"tf":1.0},"94":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"44":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"124":{"tf":1.0},"34":{"tf":1.0},"96":{"tf":1.0}}}}}},"l":{"a":{"c":{"df":4,"docs":{"247":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.7320508075688772},"45":{"tf":1.0}},"e":{"(":{"_":{"df":2,"docs":{"212":{"tf":1.0},"39":{"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":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":{"(":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"148":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"148":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"<":{"df":1,"docs":{"74":{"tf":1.0}}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"<":{"df":1,"docs":{"73":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":3,"docs":{"147":{"tf":1.7320508075688772},"148":{"tf":2.0},"149":{"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":{"4":{"tf":1.0}}}}}}}}},"r":{"(":{"c":{"df":2,"docs":{"222":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":4,"docs":{"136":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":2.23606797749979},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"170":{"tf":1.0},"248":{"tf":1.0},"57":{"tf":1.0}}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{")":{".":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"233":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"\"":{"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":{"d":{"df":1,"docs":{"94":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":4,"docs":{"233":{"tf":2.8284271247461903},"237":{"tf":1.0},"94":{"tf":2.0},"95":{"tf":2.449489742783178}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"94":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"i":{"df":0,"docs":{},"r":{"df":21,"docs":{"103":{"tf":1.0},"124":{"tf":1.0},"147":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"17":{"tf":1.0},"181":{"tf":1.0},"202":{"tf":1.0},"211":{"tf":1.0},"218":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"36":{"tf":1.0},"53":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.0},"8":{"tf":1.0},"87":{"tf":1.4142135623730951},"90":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"68":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":2,"docs":{"209":{"tf":1.0},"211":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":7,"docs":{"139":{"tf":1.7320508075688772},"141":{"tf":1.4142135623730951},"142":{"tf":1.4142135623730951},"143":{"tf":2.449489742783178},"242":{"tf":1.0},"37":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"3":{"tf":1.0},"68":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":5,"docs":{"202":{"tf":1.0},"247":{"tf":1.4142135623730951},"29":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}},"t":{"df":3,"docs":{"177":{"tf":1.0},"233":{"tf":1.0},"240":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"136":{"tf":1.0},"190":{"tf":1.0},"200":{"tf":1.0},"239":{"tf":1.0},"252":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":1,"docs":{"12":{"tf":1.0}}}}}}},"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{":":{":":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"240":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"240":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"94":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":1,"docs":{"73":{"tf":1.0}}}}},"v":{":":{":":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"240":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":19,"docs":{"106":{"tf":1.0},"116":{"tf":1.0},"12":{"tf":1.7320508075688772},"159":{"tf":1.0},"170":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.4142135623730951},"203":{"tf":1.0},"230":{"tf":1.7320508075688772},"232":{"tf":1.0},"240":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"107":{"tf":1.0}},"e":{"df":0,"docs":{},"v":{"df":3,"docs":{"198":{"tf":1.0},"233":{"tf":1.0},"259":{"tf":2.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":31,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"107":{"tf":1.0},"143":{"tf":1.0},"157":{"tf":1.0},"16":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"170":{"tf":1.0},"199":{"tf":2.6457513110645907},"200":{"tf":1.0},"222":{"tf":1.0},"227":{"tf":1.0},"233":{"tf":1.0},"237":{"tf":1.0},"240":{"tf":2.23606797749979},"33":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"42":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"60":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"74":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"110":{"tf":1.0},"172":{"tf":1.0},"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":4,"docs":{"148":{"tf":1.0},"172":{"tf":1.7320508075688772},"199":{"tf":1.0},"221":{"tf":1.0}}}},"v":{"df":2,"docs":{"118":{"tf":1.0},"119":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"176":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"117":{"tf":1.0},"118":{"tf":1.0},"125":{"tf":1.0}}}}}}},"f":{"c":{"df":2,"docs":{"225":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}},"h":{"df":2,"docs":{"155":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951}}},"i":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"237":{"tf":1.0},"57":{"tf":1.0}}}},"d":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":2,"docs":{"166":{"tf":1.0},"200":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"k":{"df":3,"docs":{"199":{"tf":1.0},"202":{"tf":1.0},"207":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":3,"docs":{"118":{"tf":2.0},"119":{"tf":1.0},"120":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":4,"docs":{"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.7320508075688772},"120":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"214":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"72":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":1,"docs":{"121":{"tf":1.0}}}}},"s":{"df":2,"docs":{"239":{"tf":1.0},"241":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":7,"docs":{"126":{"tf":1.0},"128":{"tf":1.0},"198":{"tf":1.0},"202":{"tf":1.0},"206":{"tf":1.7320508075688772},"233":{"tf":1.0},"41":{"tf":1.0}}}},"n":{"df":16,"docs":{"149":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":2.0},"37":{"tf":2.0},"59":{"tf":1.0},"60":{"tf":1.0},"8":{"tf":1.4142135623730951},"95":{"tf":1.0},"97":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":4,"docs":{"134":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.4142135623730951},"88":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"'":{"df":10,"docs":{"173":{"tf":1.0},"181":{"tf":1.0},"199":{"tf":1.0},"202":{"tf":1.0},"206":{"tf":1.4142135623730951},"217":{"tf":1.0},"232":{"tf":1.7320508075688772},"240":{"tf":1.0},"57":{"tf":1.0},"66":{"tf":1.0}}},"c":{"df":2,"docs":{"218":{"tf":1.0},"219":{"tf":1.4142135623730951}}},"d":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"98":{"tf":1.0}}},"df":0,"docs":{}}},"df":61,"docs":{"111":{"tf":1.7320508075688772},"112":{"tf":1.4142135623730951},"128":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"139":{"tf":1.0},"143":{"tf":1.4142135623730951},"151":{"tf":1.7320508075688772},"157":{"tf":1.0},"16":{"tf":1.0},"166":{"tf":1.7320508075688772},"169":{"tf":1.0},"17":{"tf":1.4142135623730951},"172":{"tf":1.0},"181":{"tf":1.0},"184":{"tf":1.0},"187":{"tf":1.0},"194":{"tf":1.4142135623730951},"196":{"tf":1.7320508075688772},"197":{"tf":2.6457513110645907},"198":{"tf":2.0},"199":{"tf":2.0},"20":{"tf":1.4142135623730951},"200":{"tf":1.0},"202":{"tf":2.0},"203":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":2.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"217":{"tf":1.0},"219":{"tf":1.4142135623730951},"222":{"tf":1.0},"225":{"tf":1.7320508075688772},"227":{"tf":1.4142135623730951},"232":{"tf":1.4142135623730951},"233":{"tf":1.4142135623730951},"237":{"tf":1.0},"238":{"tf":1.4142135623730951},"239":{"tf":2.0},"240":{"tf":2.0},"243":{"tf":1.7320508075688772},"244":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.7320508075688772},"32":{"tf":1.0},"37":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"53":{"tf":2.0},"55":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":2.6457513110645907},"68":{"tf":1.0},"72":{"tf":1.4142135623730951},"74":{"tf":1.0},"86":{"tf":1.0},"9":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"243":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"218":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":1,"docs":{"237":{"tf":1.0}}}}}}},"s":{".":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"(":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"151":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"148":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"151":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":2,"docs":{"16":{"tf":1.0},"17":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":12,"docs":{"189":{"tf":1.4142135623730951},"192":{"tf":1.0},"194":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"206":{"tf":1.4142135623730951},"212":{"tf":1.0},"218":{"tf":1.0},"232":{"tf":1.0},"66":{"tf":1.0}},"r":{"df":1,"docs":{"204":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":13,"docs":{"130":{"tf":1.0},"194":{"tf":1.0},"197":{"tf":1.4142135623730951},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"206":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"67":{"tf":1.7320508075688772},"68":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"74":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"127":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":21,"docs":{"121":{"tf":1.0},"132":{"tf":1.0},"143":{"tf":1.0},"146":{"tf":1.0},"148":{"tf":1.0},"154":{"tf":1.0},"157":{"tf":1.0},"185":{"tf":1.0},"198":{"tf":1.0},"21":{"tf":1.0},"211":{"tf":1.0},"217":{"tf":1.0},"222":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0},"89":{"tf":1.0}}}},"n":{"d":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":4,"docs":{"208":{"tf":1.0},"211":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"223":{"tf":1.0},"239":{"tf":1.0}}}},"y":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"c":{"a":{"df":0,"docs":{},"l":{"a":{"df":1,"docs":{"241":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":3,"docs":{"86":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"34":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"a":{".":{"a":{"d":{"d":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"a":{"d":{"d":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"119":{"tf":1.0},"120":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":2,"docs":{"119":{"tf":1.0},"120":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":3,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0}}}}}},"df":0,"docs":{}},"<":{"'":{"a":{"df":1,"docs":{"120":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"118":{"tf":1.7320508075688772},"119":{"tf":1.7320508075688772},"120":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"241":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"227":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":3,"docs":{"37":{"tf":1.4142135623730951},"53":{"tf":1.0},"81":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"185":{"tf":1.0}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"206":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"df":15,"docs":{"106":{"tf":1.4142135623730951},"148":{"tf":2.23606797749979},"151":{"tf":1.4142135623730951},"155":{"tf":1.7320508075688772},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"170":{"tf":1.4142135623730951},"240":{"tf":1.0},"60":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"87":{"tf":1.7320508075688772},"88":{"tf":1.7320508075688772}},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"21":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":2,"docs":{"222":{"tf":1.0},"25":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"4":{"2":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"72":{"tf":1.0}}}}},"df":7,"docs":{"16":{"tf":2.23606797749979},"17":{"tf":3.1622776601683795},"200":{"tf":1.0},"218":{"tf":1.0},"234":{"tf":1.0},"42":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"194":{"tf":1.0},"55":{"tf":1.0},"67":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"130":{"tf":1.0},"233":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"e":{"df":40,"docs":{"112":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"129":{"tf":1.0},"137":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"152":{"tf":1.0},"158":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"169":{"tf":1.0},"173":{"tf":1.0},"18":{"tf":1.0},"187":{"tf":1.0},"193":{"tf":1.0},"20":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.0},"212":{"tf":1.0},"219":{"tf":1.0},"22":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"229":{"tf":1.0},"233":{"tf":1.0},"237":{"tf":2.449489742783178},"240":{"tf":1.0},"241":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":1.0},"38":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.0},"67":{"tf":1.0},"79":{"tf":1.0},"86":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951},"91":{"tf":1.0},"98":{"tf":1.0}},"m":{"df":2,"docs":{"198":{"tf":1.0},"236":{"tf":1.0}}},"n":{"df":2,"docs":{"166":{"tf":1.0},"48":{"tf":1.0}}}},"g":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"197":{"tf":1.0}}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"199":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"247":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"f":{".":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"233":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"b":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"162":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"118":{"tf":1.0},"119":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{")":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"|":{"c":{"df":0,"docs":{},"m":{"d":{"df":2,"docs":{"118":{"tf":1.0},"119":{"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":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"(":{"c":{"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"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":{}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"239":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"140":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{")":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"|":{"c":{"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"120":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"f":{".":{"df":0,"docs":{},"m":{"df":1,"docs":{"223":{"tf":1.0}}}},"df":1,"docs":{"222":{"tf":1.0}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"233":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"(":{"df":1,"docs":{"170":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"203":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"233":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"233":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"203":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"127":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"203":{"tf":1.0}}}}}},"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":{".":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"233":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"233":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"(":{")":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"|":{"c":{"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"120":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"(":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":2,"docs":{"16":{"tf":1.0},"17":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"(":{"df":1,"docs":{"155":{"tf":1.0}},"l":{"df":0,"docs":{},"h":{"df":1,"docs":{"155":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"h":{"df":1,"docs":{"155":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},":":{":":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"233":{"tf":1.7320508075688772}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"240":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":18,"docs":{"118":{"tf":1.7320508075688772},"119":{"tf":1.7320508075688772},"120":{"tf":1.7320508075688772},"127":{"tf":2.23606797749979},"132":{"tf":1.0},"140":{"tf":1.7320508075688772},"143":{"tf":1.7320508075688772},"155":{"tf":2.449489742783178},"16":{"tf":1.7320508075688772},"162":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"170":{"tf":2.0},"199":{"tf":1.0},"203":{"tf":1.4142135623730951},"206":{"tf":1.0},"224":{"tf":1.0},"256":{"tf":1.0},"33":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"136":{"tf":1.4142135623730951},"224":{"tf":1.0},"26":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"d":{"(":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"106":{"tf":1.4142135623730951}}}}},"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":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":3,"docs":{"106":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"94":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"106":{"tf":1.0}}}}}},"df":1,"docs":{"106":{"tf":1.0}}}}}}}},"df":0,"docs":{},"s":{"df":4,"docs":{"169":{"tf":1.0},"173":{"tf":1.0},"181":{"tf":1.0},"198":{"tf":1.4142135623730951}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"90":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"72":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"124":{"tf":1.0},"8":{"tf":1.7320508075688772}},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"200":{"tf":1.0},"55":{"tf":1.0}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"c":{"df":0,"docs":{},"q":{"df":1,"docs":{"253":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":13,"docs":{"115":{"tf":1.0},"120":{"tf":1.0},"146":{"tf":1.4142135623730951},"149":{"tf":1.0},"151":{"tf":1.7320508075688772},"154":{"tf":1.0},"164":{"tf":1.0},"171":{"tf":1.0},"176":{"tf":1.0},"199":{"tf":1.0},"211":{"tf":1.0},"234":{"tf":1.0},"81":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"121":{"tf":1.0}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"116":{"tf":1.0},"227":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"d":{"df":3,"docs":{"151":{"tf":1.4142135623730951},"240":{"tf":2.8284271247461903},"241":{"tf":1.0}},"e":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"240":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"c":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"151":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"151":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"151":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"151":{"tf":1.4142135623730951}}}},"df":4,"docs":{"14":{"tf":1.0},"233":{"tf":1.0},"237":{"tf":1.0},"9":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":2,"docs":{"199":{"tf":1.0},"211":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"233":{"tf":1.0}}}},"i":{"c":{"df":1,"docs":{"257":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"184":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"233":{"tf":1.0}}}}}}},"t":{"df":12,"docs":{"117":{"tf":1.0},"126":{"tf":1.0},"162":{"tf":1.7320508075688772},"199":{"tf":1.0},"218":{"tf":1.7320508075688772},"229":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.4142135623730951},"258":{"tf":1.0},"68":{"tf":1.0},"86":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"c":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{".":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"73":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"73":{"tf":1.0}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"t":{"d":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{":":{":":{"c":{"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":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"(":{")":{")":{"?":{".":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"74":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"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":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"176":{"tf":1.0},"194":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":1.0},"55":{"tf":1.0},"94":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"225":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":11,"docs":{"110":{"tf":1.0},"133":{"tf":1.0},"157":{"tf":1.0},"173":{"tf":1.0},"2":{"tf":1.0},"206":{"tf":1.4142135623730951},"211":{"tf":1.0},"234":{"tf":1.0},"29":{"tf":1.0},"37":{"tf":1.0},"68":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"228":{"tf":1.0}}}},"m":{"df":1,"docs":{"197":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}}},"df":1,"docs":{"216":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"143":{"tf":1.0},"42":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"136":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"w":{"df":2,"docs":{"228":{"tf":1.0},"57":{"tf":1.0}},"n":{"df":3,"docs":{"151":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"163":{"tf":1.0},"197":{"tf":1.4142135623730951},"253":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"143":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"200":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"89":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":12,"docs":{"130":{"tf":1.0},"151":{"tf":1.4142135623730951},"158":{"tf":1.0},"170":{"tf":1.0},"2":{"tf":1.0},"206":{"tf":1.0},"225":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"25":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":14,"docs":{"124":{"tf":1.4142135623730951},"125":{"tf":1.0},"128":{"tf":1.0},"165":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.4142135623730951},"174":{"tf":1.0},"203":{"tf":1.0},"206":{"tf":1.0},"240":{"tf":1.4142135623730951},"249":{"tf":1.0},"5":{"tf":1.4142135623730951},"68":{"tf":1.0},"72":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"166":{"tf":1.0},"167":{"tf":1.0}}}},"i":{"c":{"df":4,"docs":{"121":{"tf":1.0},"125":{"tf":1.0},"249":{"tf":1.0},"5":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"'":{"df":1,"docs":{"127":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":8,"docs":{"127":{"tf":1.0},"199":{"tf":1.0},"206":{"tf":1.4142135623730951},"21":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"45":{"tf":1.0},"8":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"140":{"tf":1.0},"240":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"106":{"tf":1.0},"239":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":11,"docs":{"131":{"tf":1.0},"151":{"tf":1.0},"166":{"tf":1.0},"224":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.4142135623730951},"247":{"tf":1.4142135623730951},"248":{"tf":1.0},"258":{"tf":1.0},"29":{"tf":1.0},"53":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"159":{"tf":1.0}}}},"df":0,"docs":{}}},"z":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":7,"docs":{"14":{"tf":1.0},"198":{"tf":1.7320508075688772},"235":{"tf":1.0},"240":{"tf":1.7320508075688772},"29":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"146":{"tf":1.0}}}}}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":7,"docs":{"198":{"tf":1.0},"199":{"tf":1.0},"25":{"tf":1.4142135623730951},"29":{"tf":1.0},"7":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"109":{"tf":1.0},"237":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"74":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":11,"docs":{"121":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"188":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"68":{"tf":1.0},"74":{"tf":1.0},"86":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"176":{"tf":1.4142135623730951},"177":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"183":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"189":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"226":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"180":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"217":{"tf":1.0}}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"233":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"(":{"\"":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"233":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":1,"docs":{"233":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":14,"docs":{"110":{"tf":1.0},"112":{"tf":1.0},"146":{"tf":1.0},"181":{"tf":1.0},"2":{"tf":1.4142135623730951},"233":{"tf":1.0},"247":{"tf":1.0},"251":{"tf":1.4142135623730951},"253":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.4142135623730951},"259":{"tf":1.0}},"e":{"'":{"df":1,"docs":{"247":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"247":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":8,"docs":{"110":{"tf":1.0},"127":{"tf":1.0},"176":{"tf":1.0},"2":{"tf":1.0},"207":{"tf":1.0},"233":{"tf":1.0},"239":{"tf":1.0},"86":{"tf":1.0}}}},"v":{"df":9,"docs":{"124":{"tf":1.7320508075688772},"128":{"tf":1.0},"146":{"tf":1.0},"159":{"tf":1.0},"177":{"tf":1.0},"2":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"240":{"tf":1.0},"3":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"e":{"(":{"\"":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"151":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"78":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"127":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"79":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"203":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"127":{"tf":1.0}}}},"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":{"233":{"tf":1.0}}}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"87":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"159":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":11,"docs":{"21":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"228":{"tf":1.0},"233":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}},"i":{"df":0,"docs":{},"m":{"df":9,"docs":{"176":{"tf":1.4142135623730951},"180":{"tf":1.0},"191":{"tf":1.0},"205":{"tf":1.0},"211":{"tf":1.0},"217":{"tf":1.4142135623730951},"222":{"tf":1.0},"68":{"tf":1.7320508075688772},"94":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"101":{"tf":1.0},"90":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"128":{"tf":1.0},"211":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":8,"docs":{"128":{"tf":1.0},"135":{"tf":1.0},"205":{"tf":1.0},"211":{"tf":1.0},"232":{"tf":1.0},"237":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":11,"docs":{"110":{"tf":1.0},"124":{"tf":1.0},"128":{"tf":1.0},"146":{"tf":2.449489742783178},"149":{"tf":1.4142135623730951},"20":{"tf":1.0},"233":{"tf":1.4142135623730951},"240":{"tf":1.0},"247":{"tf":1.7320508075688772},"251":{"tf":1.0},"46":{"tf":1.0}},"i":{"df":5,"docs":{"218":{"tf":1.0},"232":{"tf":1.0},"240":{"tf":1.0},"42":{"tf":1.0},"67":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"198":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"189":{"tf":1.0},"211":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"206":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"184":{"tf":1.0},"233":{"tf":1.0},"236":{"tf":1.0},"240":{"tf":1.0}}}}}},"r":{"c":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":1,"docs":{"247":{"tf":1.0}}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"217":{"tf":1.0}}}},"l":{"df":1,"docs":{"225":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"206":{"tf":1.0},"37":{"tf":1.4142135623730951},"47":{"tf":1.0},"60":{"tf":1.0},"68":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":5,"docs":{"107":{"tf":1.0},"17":{"tf":1.0},"198":{"tf":1.0},"237":{"tf":1.0},"66":{"tf":1.0}}},"df":0,"docs":{}}},"df":3,"docs":{"112":{"tf":1.0},"139":{"tf":1.0},"170":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"126":{"tf":1.0},"229":{"tf":1.4142135623730951},"230":{"tf":1.0},"37":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":9,"docs":{"156":{"tf":1.0},"170":{"tf":1.0},"198":{"tf":1.4142135623730951},"200":{"tf":1.0},"227":{"tf":1.0},"234":{"tf":2.0},"237":{"tf":1.7320508075688772},"252":{"tf":1.0},"37":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"199":{"tf":1.4142135623730951},"227":{"tf":1.0}}}}}}},"i":{"c":{"df":9,"docs":{"120":{"tf":2.0},"121":{"tf":1.0},"143":{"tf":1.0},"222":{"tf":1.0},"232":{"tf":1.4142135623730951},"237":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"94":{"tf":1.0}}}}},"d":{"'":{"df":1,"docs":{"192":{"tf":1.0}}},":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"148":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"f":{"df":1,"docs":{"49":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{":":{":":{"c":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{")":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"67":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":1,"docs":{"68":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"c":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"68":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"(":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"73":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"73":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":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":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"73":{"tf":1.0}}}}}}}}}}}}}}}}},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"73":{"tf":1.0},"74":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"49":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"78":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":3,"docs":{"140":{"tf":1.0},"222":{"tf":1.0},"25":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{":":{":":{"df":0,"docs":{},"{":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"233":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{"df":1,"docs":{"68":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{".":{"a":{"d":{"d":{"(":{"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":{},"r":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"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":{}}}},"r":{"c":{":":{":":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"82":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{":":{":":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"<":{"'":{"a":{"df":1,"docs":{"127":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{":":{":":{"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":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"106":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"{":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{":":{":":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"21":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"140":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"49":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":2,"docs":{"51":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"143":{"tf":1.0}}},"p":{"df":2,"docs":{"124":{"tf":1.0},"229":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":5,"docs":{"206":{"tf":1.0},"211":{"tf":1.0},"52":{"tf":1.0},"8":{"tf":1.0},"97":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"(":{"df":1,"docs":{"170":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"155":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"n":{"df":1,"docs":{"170":{"tf":1.0}}}},"df":1,"docs":{"155":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":2,"docs":{"155":{"tf":1.7320508075688772},"170":{"tf":1.0}}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"216":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"233":{"tf":1.7320508075688772},"257":{"tf":1.0},"259":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":12,"docs":{"116":{"tf":1.0},"119":{"tf":1.4142135623730951},"120":{"tf":1.0},"140":{"tf":1.0},"149":{"tf":1.0},"198":{"tf":1.0},"206":{"tf":1.0},"222":{"tf":1.0},"259":{"tf":1.7320508075688772},"37":{"tf":1.0},"44":{"tf":1.0},"66":{"tf":1.0}}},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"199":{"tf":1.0},"233":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":9,"docs":{"112":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":1.4142135623730951},"150":{"tf":2.0},"151":{"tf":2.0},"152":{"tf":1.0},"236":{"tf":1.0}}}}}}},"df":14,"docs":{"118":{"tf":2.449489742783178},"12":{"tf":1.0},"120":{"tf":2.23606797749979},"127":{"tf":1.0},"151":{"tf":1.4142135623730951},"237":{"tf":1.4142135623730951},"240":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.7320508075688772},"8":{"tf":3.0},"9":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"94":{"tf":1.7320508075688772},"95":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"225":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"\"":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"106":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"(":{"\"":{"df":0,"docs":{},"i":{"df":1,"docs":{"162":{"tf":1.0}}},"x":{"df":1,"docs":{"162":{"tf":1.0}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"8":{"df":1,"docs":{"107":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":1,"docs":{"148":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"127":{"tf":1.0},"42":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":39,"docs":{"10":{"tf":1.0},"106":{"tf":1.0},"11":{"tf":1.7320508075688772},"119":{"tf":1.7320508075688772},"12":{"tf":1.4142135623730951},"127":{"tf":1.7320508075688772},"13":{"tf":1.0},"130":{"tf":1.0},"14":{"tf":1.7320508075688772},"148":{"tf":2.23606797749979},"155":{"tf":1.0},"162":{"tf":1.7320508075688772},"170":{"tf":1.0},"192":{"tf":1.7320508075688772},"200":{"tf":1.7320508075688772},"237":{"tf":1.0},"239":{"tf":2.449489742783178},"240":{"tf":2.6457513110645907},"25":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":2.449489742783178},"42":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"57":{"tf":1.0},"60":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":2.0},"66":{"tf":3.3166247903554},"67":{"tf":1.0},"68":{"tf":2.6457513110645907},"7":{"tf":2.0},"70":{"tf":1.0},"71":{"tf":2.0},"72":{"tf":1.4142135623730951},"8":{"tf":3.3166247903554},"87":{"tf":1.0},"9":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"256":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"68":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"225":{"tf":1.0}}}}}}},"u":{"c":{"df":0,"docs":{},"t":{"'":{"df":2,"docs":{"240":{"tf":1.0},"88":{"tf":1.0}}},"df":46,"docs":{"106":{"tf":1.0},"118":{"tf":2.0},"119":{"tf":1.4142135623730951},"120":{"tf":1.0},"121":{"tf":1.0},"127":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.4142135623730951},"136":{"tf":1.0},"140":{"tf":1.7320508075688772},"148":{"tf":2.0},"151":{"tf":1.0},"155":{"tf":1.4142135623730951},"16":{"tf":1.0},"162":{"tf":1.4142135623730951},"165":{"tf":1.0},"17":{"tf":1.4142135623730951},"170":{"tf":1.7320508075688772},"175":{"tf":1.0},"176":{"tf":2.449489742783178},"177":{"tf":2.6457513110645907},"180":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":1.4142135623730951},"20":{"tf":1.0},"203":{"tf":1.0},"206":{"tf":1.0},"21":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.7320508075688772},"233":{"tf":2.8284271247461903},"237":{"tf":1.0},"239":{"tf":2.6457513110645907},"240":{"tf":2.23606797749979},"241":{"tf":1.0},"25":{"tf":1.0},"33":{"tf":1.0},"61":{"tf":1.4142135623730951},"86":{"tf":1.7320508075688772},"87":{"tf":1.4142135623730951},"88":{"tf":2.6457513110645907},"89":{"tf":1.7320508075688772},"91":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":17,"docs":{"121":{"tf":1.0},"158":{"tf":1.0},"170":{"tf":1.4142135623730951},"171":{"tf":2.23606797749979},"172":{"tf":2.6457513110645907},"173":{"tf":2.23606797749979},"174":{"tf":1.0},"196":{"tf":1.0},"239":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"250":{"tf":1.0},"252":{"tf":1.0},"26":{"tf":1.4142135623730951},"28":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"217":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":6,"docs":{"144":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"5":{"tf":1.0},"65":{"tf":1.0},"72":{"tf":1.0}}}}}},"u":{"b":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":2,"docs":{"155":{"tf":1.0},"170":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"250":{"tf":1.0}}}}}}}},"df":1,"docs":{"224":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"192":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"247":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"l":{"df":3,"docs":{"198":{"tf":1.0},"199":{"tf":1.0},"68":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"198":{"tf":1.0},"37":{"tf":1.0}}}}},"i":{"df":1,"docs":{"224":{"tf":1.4142135623730951}}}},"y":{"df":0,"docs":{},"p":{"df":2,"docs":{"224":{"tf":1.0},"247":{"tf":1.0}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"106":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":18,"docs":{"130":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"200":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"222":{"tf":1.0},"238":{"tf":1.0},"240":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"55":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.0},"77":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{},"x":{"df":1,"docs":{"37":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"121":{"tf":1.0},"159":{"tf":1.0},"191":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"df":2,"docs":{"228":{"tf":1.0},"229":{"tf":2.23606797749979}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{":":{":":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"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":{}}}}}}},"{":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"233":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"217":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":11,"docs":{"135":{"tf":1.0},"17":{"tf":1.0},"197":{"tf":1.0},"205":{"tf":1.0},"224":{"tf":1.0},"233":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"240":{"tf":1.0},"258":{"tf":1.0},"29":{"tf":1.0},"72":{"tf":1.0}}}},"s":{"df":4,"docs":{"116":{"tf":1.0},"233":{"tf":1.4142135623730951},"239":{"tf":1.0},"240":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"211":{"tf":1.0},"222":{"tf":1.0},"97":{"tf":1.0}}},"f":{"a":{"c":{"df":1,"docs":{"202":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"224":{"tf":1.4142135623730951},"254":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"83":{"tf":1.0}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"211":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"151":{"tf":1.0},"42":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"(":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"y":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"126":{"tf":1.7320508075688772},"127":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"n":{"c":{"df":1,"docs":{"89":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"211":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"127":{"tf":1.0},"255":{"tf":1.0}}}},"df":0,"docs":{},"x":{"df":3,"docs":{"128":{"tf":1.4142135623730951},"233":{"tf":1.0},"29":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"'":{"df":1,"docs":{"74":{"tf":1.0}}},"df":15,"docs":{"116":{"tf":1.0},"134":{"tf":1.0},"139":{"tf":1.0},"219":{"tf":1.0},"232":{"tf":1.4142135623730951},"239":{"tf":1.0},"240":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"254":{"tf":1.0},"258":{"tf":1.4142135623730951},"29":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"57":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{")":{".":{"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":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"(":{"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":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"106":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"t":{"1":{"df":1,"docs":{"136":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"136":{"tf":1.7320508075688772}}},"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"117":{"tf":1.4142135623730951},"118":{"tf":2.0},"119":{"tf":1.4142135623730951},"120":{"tf":2.0}},"e":{"\"":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"119":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"78":{"tf":1.0}},"l":{"df":1,"docs":{"218":{"tf":1.0}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":18,"docs":{"143":{"tf":1.0},"166":{"tf":1.4142135623730951},"17":{"tf":1.0},"177":{"tf":1.0},"183":{"tf":1.0},"20":{"tf":1.0},"225":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"72":{"tf":1.0},"8":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"95":{"tf":1.0}},"n":{"df":1,"docs":{"28":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"k":{"df":1,"docs":{"243":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"140":{"tf":1.0},"197":{"tf":1.0},"222":{"tf":1.4142135623730951},"25":{"tf":1.0},"29":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"126":{"tf":1.0},"2":{"tf":1.0}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"166":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"(":{"\"":{"1":{"2":{"7":{".":{"0":{".":{"0":{".":{"1":{":":{"3":{"4":{"2":{"5":{"4":{"df":1,"docs":{"94":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":14,"docs":{"140":{"tf":3.1622776601683795},"143":{"tf":1.4142135623730951},"148":{"tf":1.0},"155":{"tf":1.7320508075688772},"166":{"tf":1.0},"186":{"tf":1.4142135623730951},"211":{"tf":1.0},"222":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"25":{"tf":2.0},"29":{"tf":1.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"2":{"tf":1.0}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":4,"docs":{"146":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":1.0},"243":{"tf":1.0}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"162":{"tf":1.0},"232":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"99":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"211":{"tf":1.0}}}}},"n":{"df":1,"docs":{"125":{"tf":1.0}}},"r":{"df":0,"docs":{},"m":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":2,"docs":{"126":{"tf":2.23606797749979},"169":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"126":{"tf":1.4142135623730951},"66":{"tf":1.0},"68":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"139":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"162":{"tf":1.0},"2":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.4142135623730951}}}},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"147":{"tf":1.0},"148":{"tf":1.7320508075688772},"149":{"tf":1.0},"151":{"tf":1.4142135623730951}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":2,"docs":{"199":{"tf":1.0},"210":{"tf":1.0}}}},"t":{"'":{"df":4,"docs":{"211":{"tf":1.0},"224":{"tf":1.0},"3":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"198":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"143":{"tf":1.0},"249":{"tf":1.0},"36":{"tf":1.0},"5":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"237":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":7,"docs":{"147":{"tf":1.0},"149":{"tf":1.0},"183":{"tf":1.0},"198":{"tf":1.0},"205":{"tf":1.0},"217":{"tf":1.0},"45":{"tf":1.0}}},"k":{"df":1,"docs":{"228":{"tf":1.0}}}},"r":{"d":{"df":1,"docs":{"183":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":6,"docs":{"198":{"tf":1.7320508075688772},"199":{"tf":1.0},"217":{"tf":1.0},"232":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":4,"docs":{"197":{"tf":1.0},"200":{"tf":1.0},"211":{"tf":1.0},"97":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":4,"docs":{"206":{"tf":1.0},"212":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"(":{"\"":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}},"&":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"8":{"tf":2.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":4,"docs":{"119":{"tf":1.0},"197":{"tf":1.0},"3":{"tf":1.0},"8":{"tf":2.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":9,"docs":{"135":{"tf":1.0},"146":{"tf":1.0},"197":{"tf":1.0},"203":{"tf":1.0},"229":{"tf":1.4142135623730951},"257":{"tf":1.7320508075688772},"57":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"237":{"tf":1.0}}}}}}}},"w":{"df":1,"docs":{"112":{"tf":1.0}}}}},"u":{"df":13,"docs":{"136":{"tf":1.0},"156":{"tf":1.0},"169":{"tf":1.0},"177":{"tf":1.0},"199":{"tf":1.0},"202":{"tf":1.0},"217":{"tf":1.0},"221":{"tf":1.0},"224":{"tf":1.0},"239":{"tf":1.0},"34":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}},"i":{"df":1,"docs":{"240":{"tf":1.0}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{":":{":":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":21,"docs":{"106":{"tf":1.0},"116":{"tf":1.0},"119":{"tf":1.0},"130":{"tf":1.0},"147":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"177":{"tf":1.0},"185":{"tf":1.4142135623730951},"199":{"tf":1.0},"206":{"tf":1.4142135623730951},"21":{"tf":1.0},"225":{"tf":1.0},"229":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"240":{"tf":1.0},"29":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0},"90":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"o":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"237":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"o":{"df":2,"docs":{"175":{"tf":1.0},"178":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":7,"docs":{"175":{"tf":1.0},"176":{"tf":1.0},"194":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"239":{"tf":1.0},"83":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"df":7,"docs":{"126":{"tf":1.0},"183":{"tf":1.0},"186":{"tf":1.0},"2":{"tf":1.0},"218":{"tf":1.0},"59":{"tf":1.0},"89":{"tf":1.0}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"192":{"tf":1.0}}}}}},"p":{"df":1,"docs":{"240":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"237":{"tf":1.0}}}}},"y":{"df":1,"docs":{"151":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"45":{"tf":1.0},"68":{"tf":1.4142135623730951}}}},"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"121":{"tf":1.0},"172":{"tf":1.0}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"240":{"tf":1.0}}},"df":31,"docs":{"112":{"tf":1.0},"118":{"tf":2.0},"119":{"tf":1.0},"120":{"tf":1.7320508075688772},"121":{"tf":1.7320508075688772},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"148":{"tf":1.4142135623730951},"149":{"tf":1.0},"151":{"tf":1.4142135623730951},"155":{"tf":1.0},"17":{"tf":1.0},"170":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":1.0},"221":{"tf":1.0},"224":{"tf":1.4142135623730951},"225":{"tf":1.7320508075688772},"226":{"tf":1.0},"233":{"tf":1.0},"237":{"tf":1.4142135623730951},"239":{"tf":2.0},"24":{"tf":1.0},"240":{"tf":3.1622776601683795},"28":{"tf":1.4142135623730951},"30":{"tf":1.0},"44":{"tf":1.0},"77":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"116":{"tf":1.0},"196":{"tf":1.0},"198":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"198":{"tf":1.4142135623730951},"71":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"126":{"tf":1.0},"202":{"tf":1.0},"81":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"217":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"125":{"tf":1.4142135623730951},"126":{"tf":1.0},"199":{"tf":1.0},"4":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.4142135623730951}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"196":{"tf":1.0},"198":{"tf":1.4142135623730951},"57":{"tf":1.0}}}},"df":0,"docs":{}}}},"p":{"df":2,"docs":{"194":{"tf":1.0},"55":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"154":{"tf":1.0},"157":{"tf":1.0},"171":{"tf":1.0}}}}},"i":{"df":1,"docs":{"218":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"140":{"tf":1.0},"24":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"170":{"tf":1.0},"227":{"tf":1.0}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"212":{"tf":1.0}},"i":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":7,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"159":{"tf":1.0},"181":{"tf":1.0},"206":{"tf":1.0},"225":{"tf":1.0},"240":{"tf":1.0}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"p":{"df":1,"docs":{"72":{"tf":1.0}}},"v":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"_":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"218":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"_":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"218":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"e":{"df":7,"docs":{"106":{"tf":1.0},"199":{"tf":1.0},"209":{"tf":1.0},"21":{"tf":1.4142135623730951},"233":{"tf":1.0},"240":{"tf":1.0},"8":{"tf":1.7320508075688772}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"197":{"tf":1.0},"202":{"tf":1.0}}}}}},"s":{"df":1,"docs":{"25":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"131":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"78":{"tf":1.7320508075688772}}},"n":{"df":2,"docs":{"217":{"tf":1.4142135623730951},"232":{"tf":1.0}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"241":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"172":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":22,"docs":{"106":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"125":{"tf":1.0},"177":{"tf":1.4142135623730951},"185":{"tf":1.0},"198":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.4142135623730951},"217":{"tf":1.0},"218":{"tf":1.0},"222":{"tf":1.0},"232":{"tf":1.7320508075688772},"233":{"tf":1.0},"29":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951},"86":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"240":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"74":{"tf":1.0}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"198":{"tf":1.0}}}}},"df":65,"docs":{"109":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"130":{"tf":2.0},"131":{"tf":2.0},"132":{"tf":1.7320508075688772},"133":{"tf":1.4142135623730951},"134":{"tf":2.23606797749979},"135":{"tf":1.7320508075688772},"136":{"tf":2.449489742783178},"137":{"tf":1.4142135623730951},"139":{"tf":1.0},"140":{"tf":1.0},"148":{"tf":1.0},"151":{"tf":1.0},"155":{"tf":1.0},"17":{"tf":1.7320508075688772},"185":{"tf":1.0},"194":{"tf":1.4142135623730951},"196":{"tf":2.0},"198":{"tf":3.1622776601683795},"199":{"tf":1.0},"20":{"tf":2.449489742783178},"200":{"tf":1.4142135623730951},"201":{"tf":1.0},"202":{"tf":2.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"217":{"tf":1.0},"219":{"tf":1.4142135623730951},"222":{"tf":1.4142135623730951},"225":{"tf":2.0},"231":{"tf":1.0},"232":{"tf":4.123105625617661},"233":{"tf":2.8284271247461903},"234":{"tf":1.0},"236":{"tf":1.4142135623730951},"237":{"tf":2.23606797749979},"239":{"tf":3.872983346207417},"240":{"tf":5.0990195135927845},"241":{"tf":1.0},"25":{"tf":1.0},"251":{"tf":1.0},"29":{"tf":1.7320508075688772},"3":{"tf":1.0},"44":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":2.0},"57":{"tf":1.7320508075688772},"6":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.4142135623730951},"66":{"tf":1.0},"7":{"tf":2.6457513110645907},"72":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":2.449489742783178},"88":{"tf":1.0},"9":{"tf":1.0},"95":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"237":{"tf":1.0}}}}}}}},"u":{"1":{"6":{"df":1,"docs":{"61":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"3":{"2":{"df":4,"docs":{"148":{"tf":1.0},"177":{"tf":3.1622776601683795},"239":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"6":{"4":{"df":4,"docs":{"16":{"tf":1.7320508075688772},"17":{"tf":2.0},"239":{"tf":2.8284271247461903},"240":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"8":{"df":4,"docs":{"151":{"tf":2.23606797749979},"40":{"tf":1.0},"41":{"tf":1.0},"60":{"tf":1.0}}},"b":{"df":2,"docs":{"206":{"tf":1.4142135623730951},"72":{"tf":1.0}}},"df":1,"docs":{"8":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"206":{"tf":1.0},"68":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"248":{"tf":1.0}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"172":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"169":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"218":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"197":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951}}}}},"r":{"df":1,"docs":{"206":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"140":{"tf":1.7320508075688772},"143":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":8,"docs":{"184":{"tf":1.0},"199":{"tf":1.4142135623730951},"203":{"tf":1.0},"211":{"tf":1.0},"228":{"tf":1.0},"238":{"tf":1.0},"240":{"tf":1.7320508075688772},"5":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"211":{"tf":1.0}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"241":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"89":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"116":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}}}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"239":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":1,"docs":{"185":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"239":{"tf":1.0}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"239":{"tf":1.0},"257":{"tf":1.4142135623730951}}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"155":{"tf":1.0}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"197":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"199":{"tf":1.0},"53":{"tf":1.0},"68":{"tf":1.0}}}}}},"q":{"df":0,"docs":{},"u":{"df":5,"docs":{"111":{"tf":1.4142135623730951},"181":{"tf":1.0},"234":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"df":0,"docs":{},"i":{">":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"239":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"239":{"tf":1.0},"240":{"tf":1.0}},"s":{"<":{"df":0,"docs":{},"t":{">":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"<":{"df":0,"docs":{},"r":{"df":1,"docs":{"239":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"df":6,"docs":{"133":{"tf":1.0},"136":{"tf":1.0},"176":{"tf":1.0},"181":{"tf":1.0},"184":{"tf":1.0},"255":{"tf":1.4142135623730951}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"198":{"tf":1.0},"90":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"217":{"tf":1.0},"41":{"tf":1.0},"71":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"k":{"df":6,"docs":{"203":{"tf":1.0},"232":{"tf":1.0},"237":{"tf":1.0},"240":{"tf":1.0},"34":{"tf":1.0},"74":{"tf":1.0}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"140":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"110":{"tf":1.4142135623730951},"211":{"tf":1.0},"249":{"tf":1.0},"5":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"222":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":21,"docs":{"189":{"tf":1.7320508075688772},"190":{"tf":1.0},"192":{"tf":1.4142135623730951},"193":{"tf":1.0},"194":{"tf":1.4142135623730951},"197":{"tf":1.7320508075688772},"200":{"tf":1.0},"203":{"tf":1.0},"206":{"tf":1.4142135623730951},"209":{"tf":1.0},"44":{"tf":1.0},"55":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":2.23606797749979},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951}},"e":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":5,"docs":{"206":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":5,"docs":{"188":{"tf":1.0},"189":{"tf":1.0},"197":{"tf":1.4142135623730951},"199":{"tf":1.0},"202":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"198":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":5,"docs":{"230":{"tf":1.0},"233":{"tf":1.0},"239":{"tf":1.0},"37":{"tf":1.0},"73":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"68":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":3,"docs":{"218":{"tf":1.0},"53":{"tf":1.0},"88":{"tf":1.0}},"e":{"d":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"218":{"tf":1.0}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"218":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"r":{"df":1,"docs":{"218":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"r":{"a":{"c":{"df":1,"docs":{"218":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"218":{"tf":1.0}}}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"218":{"tf":1.0}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"218":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"37":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"p":{"df":6,"docs":{"11":{"tf":1.0},"176":{"tf":1.0},"180":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"240":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"189":{"tf":1.0},"199":{"tf":1.0},"68":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"189":{"tf":1.0},"196":{"tf":1.0},"247":{"tf":1.0},"5":{"tf":1.0},"8":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"l":{":":{"0":{".":{"5":{"df":1,"docs":{"185":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{".":{"0":{"df":1,"docs":{"185":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"184":{"tf":1.0},"185":{"tf":2.0},"186":{"tf":1.4142135623730951}}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"232":{"tf":1.0},"237":{"tf":1.0},"240":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":4,"docs":{"101":{"tf":1.0},"177":{"tf":1.0},"227":{"tf":1.0},"50":{"tf":1.0}}}},"df":109,"docs":{"101":{"tf":1.4142135623730951},"106":{"tf":1.0},"107":{"tf":1.4142135623730951},"11":{"tf":1.7320508075688772},"112":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":2.449489742783178},"13":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"133":{"tf":1.4142135623730951},"134":{"tf":1.0},"136":{"tf":2.0},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.7320508075688772},"142":{"tf":1.0},"143":{"tf":2.0},"146":{"tf":1.0},"148":{"tf":1.4142135623730951},"151":{"tf":2.23606797749979},"155":{"tf":1.7320508075688772},"156":{"tf":1.7320508075688772},"16":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.7320508075688772},"169":{"tf":1.0},"17":{"tf":1.0},"170":{"tf":2.0},"171":{"tf":1.4142135623730951},"172":{"tf":2.0},"173":{"tf":1.0},"176":{"tf":1.4142135623730951},"177":{"tf":1.0},"178":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.4142135623730951},"185":{"tf":1.4142135623730951},"189":{"tf":1.0},"192":{"tf":1.0},"194":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.7320508075688772},"199":{"tf":2.449489742783178},"20":{"tf":1.4142135623730951},"202":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.4142135623730951},"21":{"tf":1.0},"211":{"tf":2.0},"217":{"tf":1.4142135623730951},"222":{"tf":2.23606797749979},"224":{"tf":1.7320508075688772},"225":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":2.8284271247461903},"236":{"tf":1.0},"237":{"tf":2.6457513110645907},"238":{"tf":1.4142135623730951},"239":{"tf":2.0},"24":{"tf":1.0},"240":{"tf":2.23606797749979},"241":{"tf":1.0},"25":{"tf":1.0},"252":{"tf":1.0},"255":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":2.0},"41":{"tf":1.7320508075688772},"42":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"66":{"tf":1.7320508075688772},"68":{"tf":1.0},"7":{"tf":2.23606797749979},"71":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.7320508075688772},"8":{"tf":3.3166247903554},"81":{"tf":1.4142135623730951},"82":{"tf":1.7320508075688772},"83":{"tf":1.0},"86":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":2.449489742783178},"89":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"181":{"tf":1.0}}}}}},"r":{"'":{"df":1,"docs":{"233":{"tf":1.0}}},"df":24,"docs":{"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"136":{"tf":1.0},"150":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.0},"189":{"tf":1.0},"192":{"tf":1.4142135623730951},"194":{"tf":1.0},"196":{"tf":1.4142135623730951},"198":{"tf":3.605551275463989},"199":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"209":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.4142135623730951},"240":{"tf":1.0},"241":{"tf":1.0},"254":{"tf":1.4142135623730951},"26":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.7320508075688772},"98":{"tf":1.0}}}},"i":{"df":0,"docs":{},"z":{"df":3,"docs":{"203":{"tf":1.0},"206":{"tf":1.0},"73":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":12,"docs":{"13":{"tf":1.0},"14":{"tf":1.4142135623730951},"169":{"tf":1.0},"170":{"tf":1.0},"173":{"tf":1.0},"202":{"tf":1.0},"207":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"29":{"tf":1.4142135623730951},"42":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"f":{"df":4,"docs":{"107":{"tf":1.0},"192":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"y":{"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":{},"y":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"151":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"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":{},"y":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"151":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"151":{"tf":1.0}},"i":{"d":{"df":4,"docs":{"107":{"tf":1.0},"192":{"tf":1.4142135623730951},"199":{"tf":1.0},"67":{"tf":1.0}}},"df":0,"docs":{}},"u":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"207":{"tf":1.0}}}},"df":0,"docs":{}},"df":31,"docs":{"106":{"tf":2.23606797749979},"155":{"tf":1.0},"16":{"tf":1.7320508075688772},"162":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"17":{"tf":2.23606797749979},"170":{"tf":1.4142135623730951},"173":{"tf":1.0},"185":{"tf":1.0},"198":{"tf":1.4142135623730951},"200":{"tf":1.0},"206":{"tf":1.7320508075688772},"21":{"tf":1.4142135623730951},"211":{"tf":1.0},"212":{"tf":1.0},"222":{"tf":1.0},"227":{"tf":1.0},"229":{"tf":1.0},"232":{"tf":1.0},"239":{"tf":1.4142135623730951},"240":{"tf":3.605551275463989},"252":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":3.1622776601683795},"45":{"tf":1.4142135623730951},"48":{"tf":1.0},"53":{"tf":1.7320508075688772},"55":{"tf":1.0}},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"16":{"tf":1.0},"17":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":14,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"103":{"tf":1.0},"121":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"37":{"tf":2.0},"48":{"tf":1.0},"53":{"tf":2.0},"74":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"83":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"87":{"tf":1.0}}},"b":{"df":1,"docs":{"87":{"tf":1.0}}},"c":{"df":1,"docs":{"87":{"tf":1.0}}},"df":7,"docs":{"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"86":{"tf":1.4142135623730951},"87":{"tf":1.7320508075688772},"89":{"tf":1.7320508075688772},"90":{"tf":1.4142135623730951}}}}},"df":2,"docs":{"147":{"tf":1.0},"3":{"tf":1.0}}}}},"df":2,"docs":{"148":{"tf":2.0},"240":{"tf":2.6457513110645907}},"e":{"c":{"!":{"[":{"\"":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"78":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"0":{"df":0,"docs":{},"u":{"8":{"df":1,"docs":{"73":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"c":{"a":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"68":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"<":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"118":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951}}}}}},"a":{"c":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"118":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"232":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"119":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"232":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"'":{"a":{"df":1,"docs":{"120":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"21":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"119":{"tf":1.4142135623730951}}}}},"t":{"df":4,"docs":{"237":{"tf":1.0},"25":{"tf":2.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"u":{"8":{"df":2,"docs":{"192":{"tf":1.0},"237":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":7,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.4142135623730951},"128":{"tf":1.0},"21":{"tf":1.0},"25":{"tf":1.4142135623730951},"71":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"<":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"232":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"232":{"tf":1.0}}}}}},"df":8,"docs":{"101":{"tf":1.0},"107":{"tf":1.4142135623730951},"120":{"tf":1.0},"128":{"tf":1.0},"21":{"tf":1.0},"232":{"tf":1.0},"68":{"tf":1.7320508075688772},"74":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"180":{"tf":1.0},"68":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":11,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"110":{"tf":1.0},"124":{"tf":1.0},"136":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"237":{"tf":1.0},"251":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":14,"docs":{"140":{"tf":1.0},"158":{"tf":1.0},"185":{"tf":1.4142135623730951},"206":{"tf":1.7320508075688772},"222":{"tf":1.0},"239":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.0},"68":{"tf":1.0},"74":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}}}},"u":{"df":1,"docs":{"8":{"tf":1.7320508075688772}}}}}},"i":{"a":{"df":3,"docs":{"28":{"tf":1.0},"29":{"tf":1.0},"65":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"239":{"tf":1.0}}}}}},"df":7,"docs":{"198":{"tf":1.0},"239":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"29":{"tf":2.23606797749979},"77":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"<":{"df":0,"docs":{},"e":{">":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"240":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":1,"docs":{"157":{"tf":1.0}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"155":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"155":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"155":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"<":{"df":0,"docs":{},"e":{">":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"240":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"u":{"6":{"4":{"<":{"df":0,"docs":{},"e":{">":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"240":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":3,"docs":{"155":{"tf":1.7320508075688772},"158":{"tf":1.0},"240":{"tf":2.449489742783178}},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":1,"docs":{"157":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"h":{"df":1,"docs":{"157":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"<":{"'":{"d":{"df":1,"docs":{"240":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"6":{"4":{"df":1,"docs":{"155":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"df":1,"docs":{"155":{"tf":1.0}}}},"df":10,"docs":{"153":{"tf":1.0},"154":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951},"156":{"tf":1.7320508075688772},"157":{"tf":1.0},"158":{"tf":1.4142135623730951},"171":{"tf":1.0},"173":{"tf":1.4142135623730951},"238":{"tf":1.0},"240":{"tf":3.7416573867739413}}}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"157":{"tf":1.0},"198":{"tf":2.0},"222":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":2.8284271247461903}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"8":{"tf":2.0}}}}}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}},"l":{"df":0,"docs":{},"k":{"_":{"df":1,"docs":{"157":{"tf":1.0}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"157":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}},"df":2,"docs":{"155":{"tf":1.0},"173":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":16,"docs":{"107":{"tf":1.0},"116":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"156":{"tf":1.0},"171":{"tf":1.0},"218":{"tf":1.7320508075688772},"222":{"tf":1.4142135623730951},"233":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.4142135623730951},"8":{"tf":1.0},"81":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"214":{"tf":1.0},"217":{"tf":2.23606797749979},"218":{"tf":1.7320508075688772},"37":{"tf":1.0},"88":{"tf":1.0}}}},"y":{"df":32,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"110":{"tf":1.4142135623730951},"121":{"tf":1.0},"128":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"146":{"tf":1.0},"151":{"tf":1.0},"157":{"tf":1.0},"174":{"tf":1.0},"176":{"tf":1.0},"180":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"206":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"235":{"tf":1.0},"239":{"tf":1.7320508075688772},"240":{"tf":1.7320508075688772},"254":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0},"89":{"tf":1.4142135623730951}}}},"df":1,"docs":{"219":{"tf":1.0}},"e":{"'":{"df":0,"docs":{},"r":{"df":1,"docs":{"136":{"tf":1.0}}}},"b":{"df":1,"docs":{"185":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"222":{"tf":1.0},"68":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"l":{"df":20,"docs":{"119":{"tf":1.0},"143":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.0},"183":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"222":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"237":{"tf":1.0},"240":{"tf":1.0},"53":{"tf":1.0},"8":{"tf":1.0},"87":{"tf":1.0},"89":{"tf":1.0},"98":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"230":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":5,"docs":{"108":{"tf":1.0},"217":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.4142135623730951},"7":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":4,"docs":{"149":{"tf":1.0},"228":{"tf":1.0},"29":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"211":{"tf":1.0},"233":{"tf":1.0},"257":{"tf":1.0},"37":{"tf":1.0},"83":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"218":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"o":{"a":{"df":1,"docs":{"230":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":7,"docs":{"111":{"tf":1.0},"117":{"tf":1.0},"121":{"tf":1.0},"169":{"tf":1.0},"176":{"tf":1.0},"51":{"tf":1.0},"81":{"tf":1.0}}}},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"206":{"tf":1.0},"74":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":4,"docs":{"20":{"tf":1.0},"200":{"tf":1.0},"237":{"tf":1.0},"73":{"tf":1.4142135623730951}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"181":{"tf":1.0},"184":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"a":{"df":6,"docs":{"113":{"tf":1.0},"144":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"167":{"tf":1.0},"174":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"l":{"d":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"87":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"232":{"tf":1.0}}}}},"n":{"df":1,"docs":{"232":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"8":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"100":{"tf":1.0},"110":{"tf":1.0},"248":{"tf":1.0},"88":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":13,"docs":{"143":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"210":{"tf":1.0},"214":{"tf":1.0},"218":{"tf":1.0},"241":{"tf":1.4142135623730951},"247":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":4,"docs":{"42":{"tf":1.0},"51":{"tf":1.0},"67":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"d":{".":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":3,"docs":{"146":{"tf":1.0},"232":{"tf":1.0},"8":{"tf":2.23606797749979}},"i":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":26,"docs":{"143":{"tf":1.7320508075688772},"147":{"tf":1.0},"166":{"tf":1.0},"179":{"tf":1.0},"183":{"tf":1.4142135623730951},"186":{"tf":1.0},"199":{"tf":1.0},"222":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"239":{"tf":1.4142135623730951},"240":{"tf":2.0},"249":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.4142135623730951},"66":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":1.4142135623730951},"88":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"146":{"tf":1.0}}}}}}},"l":{"d":{"df":1,"docs":{"172":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":3,"docs":{"180":{"tf":1.0},"199":{"tf":1.0},"206":{"tf":1.0}},"t":{"df":1,"docs":{"199":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"205":{"tf":1.0},"89":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":10,"docs":{"133":{"tf":1.0},"134":{"tf":1.7320508075688772},"135":{"tf":1.0},"203":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.4142135623730951},"240":{"tf":1.0},"42":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"131":{"tf":1.0},"134":{"tf":1.4142135623730951},"135":{"tf":1.0},"192":{"tf":1.0},"194":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.4142135623730951},"203":{"tf":1.0},"206":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":17,"docs":{"112":{"tf":1.0},"128":{"tf":1.0},"148":{"tf":1.0},"166":{"tf":1.0},"190":{"tf":1.0},"194":{"tf":1.0},"197":{"tf":1.0},"211":{"tf":1.0},"225":{"tf":1.0},"233":{"tf":1.0},"243":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"93":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":14,"docs":{"124":{"tf":1.0},"154":{"tf":1.0},"185":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"202":{"tf":1.0},"209":{"tf":1.0},"217":{"tf":1.0},"233":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":6,"docs":{"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"233":{"tf":1.0},"44":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"112":{"tf":1.4142135623730951}}}}}}},"x":{",":{"1":{",":{"2":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"210":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"140":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":7,"docs":{"128":{"tf":1.0},"140":{"tf":1.0},"151":{"tf":2.449489742783178},"177":{"tf":2.23606797749979},"210":{"tf":2.23606797749979},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951}},"x":{"'":{"df":1,"docs":{"140":{"tf":1.0}}},".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":1,"docs":{"140":{"tf":1.0}}}}}},"df":1,"docs":{"140":{"tf":1.4142135623730951}}}},"y":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"112":{"tf":1.7320508075688772}}}}}},"df":4,"docs":{"128":{"tf":1.4142135623730951},"151":{"tf":2.8284271247461903},"177":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"79":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"'":{"d":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.4142135623730951}}},"df":0,"docs":{},"r":{"df":2,"docs":{"44":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"248":{"tf":1.0},"8":{"tf":1.0}}}}}}}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":9,"docs":{"134":{"tf":1.0},"199":{"tf":1.4142135623730951},"21":{"tf":1.0},"40":{"tf":1.0},"66":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"77":{"tf":1.0},"79":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"74":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"breadcrumbs":{"root":{"0":{".":{".":{"2":{"df":1,"docs":{"106":{"tf":1.0}}},"df":0,"docs":{}},"0":{"df":1,"docs":{"128":{"tf":1.0}}},"5":{"df":2,"docs":{"128":{"tf":1.7320508075688772},"185":{"tf":1.0}}},"df":0,"docs":{}},"2":{"df":1,"docs":{"239":{"tf":1.0}}},"df":13,"docs":{"125":{"tf":1.0},"126":{"tf":1.7320508075688772},"128":{"tf":1.4142135623730951},"151":{"tf":1.4142135623730951},"17":{"tf":1.0},"199":{"tf":2.449489742783178},"203":{"tf":1.0},"206":{"tf":1.0},"229":{"tf":1.4142135623730951},"230":{"tf":2.0},"41":{"tf":1.0},"60":{"tf":1.0},"8":{"tf":2.0}}},"1":{".":{".":{"1":{"1":{")":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"(":{"0":{"df":1,"docs":{"230":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"229":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"df":1,"docs":{"185":{"tf":1.0}}},"4":{"8":{".":{"0":{"df":1,"docs":{"218":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"2":{"3":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"73":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"df":1,"docs":{"73":{"tf":1.0}}},"df":0,"docs":{}},"4":{"8":{"5":{"7":{"6":{"3":{"3":{"2":{"df":2,"docs":{"239":{"tf":1.4142135623730951},"240":{"tf":1.0}}},"3":{"df":1,"docs":{"239":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"228":{"tf":1.0},"229":{"tf":1.7320508075688772},"230":{"tf":2.23606797749979}}},"2":{"df":1,"docs":{"127":{"tf":1.0}}},"5":{"df":2,"docs":{"229":{"tf":1.0},"230":{"tf":1.4142135623730951}}},"df":19,"docs":{"106":{"tf":1.0},"126":{"tf":1.0},"148":{"tf":1.4142135623730951},"151":{"tf":1.7320508075688772},"199":{"tf":2.0},"203":{"tf":1.0},"206":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.7320508075688772},"230":{"tf":3.0},"237":{"tf":1.0},"239":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"73":{"tf":1.0},"8":{"tf":1.4142135623730951}},"k":{"df":1,"docs":{"74":{"tf":1.0}}}},"2":{"+":{"3":{"df":1,"docs":{"127":{"tf":1.0}}},"5":{"df":1,"docs":{"127":{"tf":1.0}}},"df":0,"docs":{}},"0":{"0":{"2":{"df":1,"docs":{"239":{"tf":1.0}}},"df":0,"docs":{}},"1":{"5":{"df":1,"docs":{"9":{"tf":1.0}}},"6":{"df":1,"docs":{"243":{"tf":1.0}}},"7":{"df":1,"docs":{"243":{"tf":1.0}}},"8":{"df":1,"docs":{"243":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"2":{"1":{"df":1,"docs":{"239":{"tf":1.0}}},"2":{"df":1,"docs":{"239":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"229":{"tf":1.0},"230":{"tf":1.4142135623730951}}},"3":{"df":1,"docs":{"127":{"tf":1.0}}},"4":{"df":1,"docs":{"239":{"tf":1.0}}},"8":{"df":2,"docs":{"229":{"tf":1.0},"230":{"tf":1.4142135623730951}}},"df":12,"docs":{"106":{"tf":1.0},"125":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.0},"148":{"tf":1.4142135623730951},"151":{"tf":1.0},"211":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.7320508075688772},"237":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}},"3":{"+":{"4":{"df":1,"docs":{"127":{"tf":1.0}}},"df":0,"docs":{}},"4":{"df":1,"docs":{"127":{"tf":1.0}}},"6":{"df":2,"docs":{"229":{"tf":1.0},"230":{"tf":1.4142135623730951}}},"df":9,"docs":{"126":{"tf":1.0},"151":{"tf":1.0},"211":{"tf":1.0},"229":{"tf":1.4142135623730951},"230":{"tf":2.0},"237":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"8":{"tf":1.4142135623730951}},"f":{"6":{"4":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"4":{"5":{"df":2,"docs":{"229":{"tf":1.0},"230":{"tf":1.4142135623730951}}},"df":7,"docs":{"125":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.0},"211":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"237":{"tf":1.0}},"f":{"6":{"4":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"5":{"5":{"df":2,"docs":{"229":{"tf":1.0},"230":{"tf":1.0}}},"df":6,"docs":{"126":{"tf":1.0},"151":{"tf":1.0},"210":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"237":{"tf":1.0}}},"6":{"df":4,"docs":{"126":{"tf":1.0},"229":{"tf":1.4142135623730951},"230":{"tf":1.7320508075688772},"237":{"tf":1.0}}},"7":{"df":3,"docs":{"126":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0}}},"8":{"df":7,"docs":{"107":{"tf":1.0},"126":{"tf":1.0},"192":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0}}},"9":{"df":4,"docs":{"125":{"tf":1.0},"126":{"tf":1.7320508075688772},"229":{"tf":1.0},"230":{"tf":1.0}}},"_":{"b":{"df":1,"docs":{"88":{"tf":1.0}}},"df":7,"docs":{"106":{"tf":1.0},"233":{"tf":1.0},"37":{"tf":1.4142135623730951},"60":{"tf":1.0},"8":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.0}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.4142135623730951}}}}}}},"a":{".":{"b":{"df":2,"docs":{"177":{"tf":1.0},"181":{"tf":1.0}}},"c":{"df":2,"docs":{"177":{"tf":1.0},"181":{"tf":1.0}}},"df":0,"docs":{},"f":{"1":{"df":1,"docs":{"177":{"tf":1.0}}},"2":{"df":1,"docs":{"177":{"tf":1.0}}},"3":{"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{}}},":":{":":{"a":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"87":{"tf":1.4142135623730951}}},"b":{"df":1,"docs":{"87":{"tf":1.0}}},"c":{"df":1,"docs":{"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":{}},"df":1,"docs":{"87":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"b":{"(":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"i":{"df":1,"docs":{"197":{"tf":1.0}},"l":{"df":1,"docs":{"74":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}},"v":{"df":7,"docs":{"172":{"tf":1.0},"198":{"tf":1.4142135623730951},"203":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.4142135623730951},"42":{"tf":1.0},"95":{"tf":1.0}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"36":{"tf":1.0},"37":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":16,"docs":{"133":{"tf":1.0},"134":{"tf":1.0},"136":{"tf":1.4142135623730951},"146":{"tf":1.7320508075688772},"148":{"tf":1.0},"155":{"tf":1.0},"170":{"tf":1.0},"180":{"tf":1.0},"191":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"239":{"tf":1.0},"247":{"tf":1.0},"251":{"tf":1.0},"253":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":12,"docs":{"157":{"tf":1.0},"172":{"tf":1.0},"185":{"tf":1.0},"200":{"tf":1.4142135623730951},"55":{"tf":1.0},"64":{"tf":1.7320508075688772},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":15,"docs":{"134":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"202":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.4142135623730951},"239":{"tf":2.449489742783178},"252":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"29":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"239":{"tf":1.0},"241":{"tf":1.0}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"127":{"tf":1.0},"206":{"tf":1.0},"250":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"239":{"tf":2.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"239":{"tf":2.0}}}}}},"df":4,"docs":{"239":{"tf":2.449489742783178},"240":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"239":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"239":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"181":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"139":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":1,"docs":{"112":{"tf":1.0}}}}}}},"t":{"df":5,"docs":{"194":{"tf":1.0},"196":{"tf":1.0},"198":{"tf":1.0},"240":{"tf":2.0},"55":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":8,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.4142135623730951},"151":{"tf":1.0},"210":{"tf":1.0},"37":{"tf":1.0},"90":{"tf":1.4142135623730951}}}},"x":{"df":1,"docs":{"121":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":6,"docs":{"232":{"tf":1.0},"233":{"tf":1.4142135623730951},"240":{"tf":1.0},"68":{"tf":1.0},"74":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"d":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":2,"docs":{"155":{"tf":1.0},"170":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"f":{">":{"(":{"df":0,"docs":{},"x":{"df":1,"docs":{"151":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"119":{"tf":1.0},"120":{"tf":1.0}}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"118":{"tf":1.0},"119":{"tf":1.0}}}}}},"df":0,"docs":{}},"<":{"df":1,"docs":{"120":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":15,"docs":{"110":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"183":{"tf":1.0},"21":{"tf":1.0},"218":{"tf":1.4142135623730951},"225":{"tf":1.0},"229":{"tf":1.0},"233":{"tf":1.0},"4":{"tf":1.0},"86":{"tf":1.4142135623730951},"88":{"tf":1.0},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"a":{"d":{"d":{"(":{"0":{"df":1,"docs":{"151":{"tf":1.0}}},"1":{"df":1,"docs":{"151":{"tf":1.0}}},"4":{"df":1,"docs":{"151":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"151":{"tf":1.4142135623730951}}}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"t":{"df":29,"docs":{"103":{"tf":1.0},"116":{"tf":1.0},"199":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"230":{"tf":1.0},"232":{"tf":1.4142135623730951},"233":{"tf":1.4142135623730951},"242":{"tf":1.7320508075688772},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"72":{"tf":1.4142135623730951},"84":{"tf":1.0},"89":{"tf":1.4142135623730951}}}}},"df":8,"docs":{"159":{"tf":1.0},"192":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"68":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.7320508075688772},"89":{"tf":1.4142135623730951}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"146":{"tf":1.0}}}}},"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":{"233":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"87":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"110":{"tf":1.0},"137":{"tf":1.0},"203":{"tf":1.0}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":28,"docs":{"102":{"tf":1.4142135623730951},"108":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"142":{"tf":1.4142135623730951},"149":{"tf":1.7320508075688772},"162":{"tf":1.0},"164":{"tf":1.4142135623730951},"166":{"tf":1.0},"17":{"tf":1.0},"179":{"tf":1.4142135623730951},"183":{"tf":1.0},"184":{"tf":1.4142135623730951},"190":{"tf":1.4142135623730951},"199":{"tf":1.4142135623730951},"204":{"tf":1.7320508075688772},"216":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"199":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"171":{"tf":1.0},"247":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"199":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"199":{"tf":1.0},"230":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"86":{"tf":1.0},"88":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"5":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"143":{"tf":1.0}}}},"k":{"a":{"df":2,"docs":{"126":{"tf":1.0},"145":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"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":5,"docs":{"146":{"tf":2.0},"154":{"tf":1.4142135623730951},"156":{"tf":1.0},"157":{"tf":1.0},"169":{"tf":1.0}},"’":{"df":1,"docs":{"146":{"tf":1.0}}}}}}}}}},"i":{"a":{"df":2,"docs":{"131":{"tf":1.0},"45":{"tf":1.0}},"s":{"df":5,"docs":{"130":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.0},"202":{"tf":1.0},"206":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"v":{"df":1,"docs":{"37":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":9,"docs":{"14":{"tf":1.0},"198":{"tf":1.0},"211":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"51":{"tf":1.0},"60":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{},"w":{"df":29,"docs":{"112":{"tf":1.0},"128":{"tf":1.0},"133":{"tf":1.4142135623730951},"146":{"tf":1.0},"151":{"tf":1.0},"154":{"tf":1.4142135623730951},"156":{"tf":1.0},"171":{"tf":1.0},"184":{"tf":1.4142135623730951},"197":{"tf":1.0},"20":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"218":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"237":{"tf":1.4142135623730951},"239":{"tf":2.449489742783178},"240":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"57":{"tf":1.0},"66":{"tf":1.4142135623730951},"89":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":7,"docs":{"151":{"tf":1.0},"20":{"tf":1.0},"206":{"tf":1.0},"36":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"247":{"tf":1.0}},"n":{"df":12,"docs":{"107":{"tf":1.0},"199":{"tf":1.0},"218":{"tf":1.7320508075688772},"225":{"tf":1.0},"236":{"tf":1.4142135623730951},"258":{"tf":1.0},"42":{"tf":1.0},"68":{"tf":1.0},"79":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.4142135623730951},"98":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":3,"docs":{"169":{"tf":1.0},"176":{"tf":1.0},"2":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":9,"docs":{"107":{"tf":1.0},"121":{"tf":1.0},"139":{"tf":1.0},"211":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"7":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"226":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"216":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.0}}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"29":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":3,"docs":{"214":{"tf":1.0},"217":{"tf":1.0},"98":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":10,"docs":{"110":{"tf":1.0},"119":{"tf":1.0},"122":{"tf":1.0},"130":{"tf":1.0},"150":{"tf":1.0},"22":{"tf":1.0},"239":{"tf":1.0},"42":{"tf":1.4142135623730951},"74":{"tf":1.0},"88":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"198":{"tf":1.0},"206":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":24,"docs":{"207":{"tf":2.6457513110645907},"208":{"tf":1.0},"209":{"tf":1.4142135623730951},"210":{"tf":1.0},"211":{"tf":1.4142135623730951},"212":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.4142135623730951},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"149":{"tf":1.0},"216":{"tf":1.0},"250":{"tf":1.0},"51":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"42":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"156":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"i":{"'":{"df":1,"docs":{"200":{"tf":1.0}}},"df":27,"docs":{"133":{"tf":1.0},"18":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.7320508075688772},"196":{"tf":1.7320508075688772},"197":{"tf":2.449489742783178},"198":{"tf":2.0},"199":{"tf":3.0},"200":{"tf":1.7320508075688772},"202":{"tf":1.7320508075688772},"203":{"tf":1.7320508075688772},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"217":{"tf":1.0},"218":{"tf":1.0},"233":{"tf":1.4142135623730951},"236":{"tf":1.4142135623730951},"237":{"tf":1.7320508075688772},"238":{"tf":1.0},"240":{"tf":2.449489742783178},"241":{"tf":1.0},"244":{"tf":1.0},"26":{"tf":1.0},"62":{"tf":1.0},"71":{"tf":1.0},"98":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"169":{"tf":1.0},"2":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"c":{"df":5,"docs":{"121":{"tf":1.4142135623730951},"199":{"tf":1.7320508075688772},"2":{"tf":1.0},"20":{"tf":1.0},"233":{"tf":1.0}}},"df":11,"docs":{"112":{"tf":1.4142135623730951},"156":{"tf":1.0},"162":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"227":{"tf":1.0},"233":{"tf":1.0},"237":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":11,"docs":{"107":{"tf":1.0},"118":{"tf":1.4142135623730951},"119":{"tf":1.7320508075688772},"120":{"tf":1.4142135623730951},"156":{"tf":1.0},"166":{"tf":1.0},"172":{"tf":1.0},"233":{"tf":1.0},"239":{"tf":1.0},"72":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"171":{"tf":1.0},"29":{"tf":1.0},"89":{"tf":1.0}}}}}}}}},"r":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"225":{"tf":1.0},"66":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"<":{"df":0,"docs":{},"t":{"df":2,"docs":{"211":{"tf":1.0},"212":{"tf":1.0}}}},"df":2,"docs":{"20":{"tf":1.0},"211":{"tf":1.7320508075688772}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"202":{"tf":1.0}}},"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}}},"g":{"df":9,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"222":{"tf":1.0},"49":{"tf":1.4142135623730951},"52":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":14,"docs":{"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"107":{"tf":1.0},"108":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"217":{"tf":1.0},"6":{"tf":1.7320508075688772},"7":{"tf":1.7320508075688772},"78":{"tf":1.0},"8":{"tf":2.23606797749979},"9":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"209":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"_":{"a":{"d":{"d":{"df":1,"docs":{"151":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"68":{"tf":1.4142135623730951}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"179":{"tf":1.0},"202":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"116":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"158":{"tf":1.0},"241":{"tf":1.0}}}},"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":2,"docs":{"49":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"k":{"df":2,"docs":{"206":{"tf":1.0},"50":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"28":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"!":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"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":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"\"":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"148":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":1,"docs":{"148":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"#":{"\"":{"df":0,"docs":{},"{":{"\"":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"\"":{":":{"\"":{"1":{"df":1,"docs":{"148":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"\"":{":":{"\"":{"2":{"df":1,"docs":{"148":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"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":{},"q":{"!":{"(":{"0":{"df":2,"docs":{"151":{"tf":1.0},"17":{"tf":1.4142135623730951}},"f":{"6":{"4":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"1":{"df":0,"docs":{},"f":{"6":{"4":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"3":{"df":0,"docs":{},"f":{"6":{"4":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"4":{"2":{"df":1,"docs":{"16":{"tf":1.0}}},"df":1,"docs":{"151":{"tf":1.0}}},"5":{"df":1,"docs":{"151":{"tf":1.0}},"f":{"6":{"4":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"8":{"2":{"df":1,"docs":{"151":{"tf":1.0}}},"df":0,"docs":{}},"9":{"df":1,"docs":{"151":{"tf":1.0}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":1,"docs":{"162":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"127":{"tf":1.4142135623730951}}}}}}}}},"v":{"df":0,"docs":{},"e":{"c":{"!":{"[":{"\"":{"c":{"df":0,"docs":{},"r":{"df":3,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":3,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"98":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"211":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"37":{"tf":1.0},"41":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"16":{"tf":1.4142135623730951},"200":{"tf":1.0},"240":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"250":{"tf":1.0}}}}},"t":{"df":2,"docs":{"155":{"tf":2.23606797749979},"170":{"tf":2.6457513110645907}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"254":{"tf":1.7320508075688772}}}}}}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"232":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"206":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"219":{"tf":1.0},"239":{"tf":1.4142135623730951},"91":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"200":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"190":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"233":{"tf":2.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":1,"docs":{"233":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"233":{"tf":2.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"233":{"tf":1.0}}}}}},"df":1,"docs":{"233":{"tf":2.6457513110645907}}}}}},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"197":{"tf":1.0},"214":{"tf":1.0},"217":{"tf":1.0},"86":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"248":{"tf":1.0}}}}}}},"o":{"df":2,"docs":{"21":{"tf":1.0},"25":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"167":{"tf":1.0},"20":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"257":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":15,"docs":{"167":{"tf":1.0},"194":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.4142135623730951},"202":{"tf":1.0},"204":{"tf":1.4142135623730951},"206":{"tf":1.0},"249":{"tf":1.0},"42":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.4142135623730951},"88":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"162":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"90":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"b":{".":{"df":0,"docs":{},"f":{"2":{"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{}},"m":{"df":1,"docs":{"222":{"tf":1.4142135623730951}}}},"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"105":{"tf":1.0},"107":{"tf":1.0},"45":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"148":{"tf":1.0}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"228":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":4,"docs":{"133":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"d":{"df":3,"docs":{"199":{"tf":1.7320508075688772},"211":{"tf":1.0},"217":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"224":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"45":{"tf":1.0}}},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"225":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"239":{"tf":1.0}}}},"r":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"177":{"tf":1.0}}}}}},"a":{"df":1,"docs":{"177":{"tf":1.4142135623730951}}},"c":{"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":1,"docs":{"132":{"tf":1.0}}}}}},":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"132":{"tf":1.0}}}}}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":8,"docs":{"132":{"tf":2.0},"136":{"tf":1.7320508075688772},"162":{"tf":2.6457513110645907},"222":{"tf":3.1622776601683795},"223":{"tf":1.0},"224":{"tf":1.4142135623730951},"29":{"tf":1.0},"33":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"e":{"df":13,"docs":{"152":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.7320508075688772},"196":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951},"198":{"tf":1.4142135623730951},"199":{"tf":2.0},"200":{"tf":1.0},"204":{"tf":1.0},"224":{"tf":1.0},"237":{"tf":1.0},"240":{"tf":2.6457513110645907},"52":{"tf":1.0}}},"i":{"c":{"df":9,"docs":{"115":{"tf":1.0},"124":{"tf":1.0},"146":{"tf":1.0},"159":{"tf":1.0},"17":{"tf":1.0},"206":{"tf":1.0},"233":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":1.0}}},"df":0,"docs":{}}},"z":{"(":{"a":{"df":1,"docs":{"177":{"tf":1.4142135623730951}}},"df":0,"docs":{},"x":{"df":1,"docs":{"140":{"tf":1.0}}}},"df":1,"docs":{"33":{"tf":1.0}}}},"df":8,"docs":{"132":{"tf":1.7320508075688772},"177":{"tf":2.449489742783178},"222":{"tf":1.4142135623730951},"230":{"tf":2.6457513110645907},"40":{"tf":1.4142135623730951},"41":{"tf":2.0},"87":{"tf":1.0},"88":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":8,"docs":{"197":{"tf":1.0},"20":{"tf":1.0},"200":{"tf":1.0},"217":{"tf":1.0},"239":{"tf":1.0},"34":{"tf":1.0},"57":{"tf":1.0},"68":{"tf":1.0}}}}},"df":11,"docs":{"151":{"tf":1.0},"166":{"tf":1.0},"176":{"tf":1.0},"206":{"tf":1.4142135623730951},"207":{"tf":1.0},"217":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":2.0},"37":{"tf":1.0},"72":{"tf":1.0},"86":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":7,"docs":{"101":{"tf":1.0},"211":{"tf":1.0},"217":{"tf":1.7320508075688772},"225":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"211":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":3,"docs":{"130":{"tf":1.0},"254":{"tf":1.4142135623730951},"89":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":8,"docs":{"151":{"tf":1.0},"192":{"tf":1.0},"196":{"tf":1.4142135623730951},"198":{"tf":1.0},"206":{"tf":1.0},"232":{"tf":2.0},"236":{"tf":1.0},"254":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"df":51,"docs":{"113":{"tf":1.7320508075688772},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.4142135623730951},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"176":{"tf":1.0},"197":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"66":{"tf":1.0},"68":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"146":{"tf":1.0},"198":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"169":{"tf":1.0},"198":{"tf":1.0},"48":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"111":{"tf":1.0},"189":{"tf":1.0},"3":{"tf":1.0},"54":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"253":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"112":{"tf":1.0},"172":{"tf":1.0},"198":{"tf":1.4142135623730951},"200":{"tf":1.0},"249":{"tf":1.0},"5":{"tf":1.0},"57":{"tf":1.0},"72":{"tf":1.0}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"257":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"108":{"tf":1.0},"12":{"tf":1.0},"175":{"tf":1.4142135623730951},"176":{"tf":1.0},"179":{"tf":1.0},"219":{"tf":1.0},"225":{"tf":1.0},"234":{"tf":1.0},"236":{"tf":1.0},"247":{"tf":1.0},"5":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":18,"docs":{"121":{"tf":1.0},"133":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.0},"184":{"tf":1.0},"198":{"tf":1.0},"202":{"tf":1.0},"204":{"tf":1.0},"211":{"tf":1.0},"221":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":2.0},"236":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"66":{"tf":1.4142135623730951}}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"197":{"tf":1.0},"37":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"228":{"tf":1.0},"232":{"tf":1.0}}}}}}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"235":{"tf":1.0},"237":{"tf":1.0}}},"y":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"p":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"237":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":3,"docs":{"197":{"tf":1.0},"239":{"tf":1.0},"44":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":13,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"103":{"tf":1.7320508075688772},"206":{"tf":1.0},"232":{"tf":1.4142135623730951},"233":{"tf":1.4142135623730951},"234":{"tf":1.7320508075688772},"239":{"tf":1.0},"240":{"tf":1.7320508075688772},"32":{"tf":1.0},"37":{"tf":1.0},"68":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"g":{"df":3,"docs":{"193":{"tf":1.0},"225":{"tf":1.0},"9":{"tf":1.0}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"197":{"tf":1.0}}}}}},"o":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"103":{"tf":1.0},"84":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":8,"docs":{"135":{"tf":1.0},"167":{"tf":1.0},"223":{"tf":1.0},"226":{"tf":1.0},"232":{"tf":1.0},"36":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"k":{"'":{"df":1,"docs":{"211":{"tf":1.0}}},"df":5,"docs":{"1":{"tf":1.0},"126":{"tf":1.0},"137":{"tf":1.0},"244":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951}}},"l":{"_":{"a":{"d":{"d":{"df":1,"docs":{"151":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"21":{"tf":1.4142135623730951},"240":{"tf":1.0},"8":{"tf":1.7320508075688772}}},"t":{"df":1,"docs":{"233":{"tf":1.0}},"p":{"(":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{":":{":":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{":":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"233":{"tf":1.0}}}}}}}}}},"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":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"233":{"tf":1.4142135623730951}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"233":{"tf":2.8284271247461903}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":33,"docs":{"140":{"tf":1.0},"143":{"tf":1.7320508075688772},"166":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.4142135623730951},"176":{"tf":1.7320508075688772},"177":{"tf":2.23606797749979},"179":{"tf":1.0},"181":{"tf":2.449489742783178},"208":{"tf":1.7320508075688772},"209":{"tf":1.4142135623730951},"210":{"tf":2.23606797749979},"211":{"tf":2.0},"212":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"29":{"tf":2.0},"3":{"tf":1.0},"42":{"tf":2.0},"44":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.7320508075688772},"6":{"tf":1.7320508075688772},"65":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":2.0},"8":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"9":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"h":{"df":11,"docs":{"17":{"tf":1.0},"172":{"tf":1.0},"18":{"tf":1.0},"185":{"tf":1.0},"206":{"tf":1.0},"233":{"tf":1.4142135623730951},"234":{"tf":1.0},"239":{"tf":1.7320508075688772},"34":{"tf":1.0},"51":{"tf":1.0},"8":{"tf":1.0}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"240":{"tf":1.0},"68":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"194":{"tf":1.0},"197":{"tf":1.0},"88":{"tf":1.0}}}}},"df":3,"docs":{"199":{"tf":1.4142135623730951},"224":{"tf":1.0},"28":{"tf":1.0}}},"df":0,"docs":{}}},"x":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"a":{"d":{"d":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"170":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"(":{"df":1,"docs":{"170":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"n":{"df":1,"docs":{"170":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":4,"docs":{"118":{"tf":1.0},"120":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":2,"docs":{"155":{"tf":1.4142135623730951},"170":{"tf":2.23606797749979}}}}}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":1,"docs":{"37":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"170":{"tf":2.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":1,"docs":{"170":{"tf":1.4142135623730951}}}}}},"t":{"df":2,"docs":{"7":{"tf":1.0},"8":{"tf":1.0}}}},"df":3,"docs":{"172":{"tf":1.0},"20":{"tf":1.0},"52":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":7,"docs":{"106":{"tf":1.0},"199":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"3":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"240":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"246":{"tf":1.4142135623730951}}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"240":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"234":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"184":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"148":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"148":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":1,"docs":{"148":{"tf":1.7320508075688772}}}}}}},"df":1,"docs":{"148":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"73":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":4,"docs":{"148":{"tf":1.0},"241":{"tf":1.0},"60":{"tf":1.0},"73":{"tf":1.0}}}}}},"g":{"df":4,"docs":{"197":{"tf":1.0},"199":{"tf":2.0},"34":{"tf":1.0},"68":{"tf":1.7320508075688772}}},"i":{"df":0,"docs":{},"l":{"d":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"162":{"tf":1.0}}}}}}},"df":10,"docs":{"11":{"tf":1.0},"164":{"tf":1.0},"183":{"tf":1.0},"189":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.4142135623730951},"218":{"tf":2.0},"239":{"tf":1.0},"240":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"162":{"tf":1.0}}}}}}},"df":10,"docs":{"160":{"tf":1.7320508075688772},"161":{"tf":1.4142135623730951},"162":{"tf":2.449489742783178},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":2.449489742783178},"167":{"tf":1.4142135623730951},"18":{"tf":1.0},"236":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"184":{"tf":1.0},"197":{"tf":1.0},"241":{"tf":1.0},"72":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"137":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"121":{"tf":1.0},"198":{"tf":1.0}}}},"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"202":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"116":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"198":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.4142135623730951}}}}}},"c":{".":{"df":0,"docs":{},"f":{"1":{"df":1,"docs":{"177":{"tf":1.0}}},"3":{"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{}}},"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"60":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"73":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.4142135623730951}}}}}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"95":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":21,"docs":{"107":{"tf":1.0},"128":{"tf":1.0},"146":{"tf":1.0},"161":{"tf":1.0},"189":{"tf":1.0},"198":{"tf":1.7320508075688772},"199":{"tf":1.7320508075688772},"200":{"tf":1.0},"203":{"tf":1.7320508075688772},"206":{"tf":1.0},"222":{"tf":1.4142135623730951},"232":{"tf":1.0},"239":{"tf":2.0},"240":{"tf":3.3166247903554},"37":{"tf":1.7320508075688772},"66":{"tf":1.0},"67":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.7320508075688772},"74":{"tf":1.0},"98":{"tf":1.0}},"e":{"df":1,"docs":{"71":{"tf":1.0}},"r":{"'":{"df":1,"docs":{"67":{"tf":1.0}}},"df":2,"docs":{"233":{"tf":1.4142135623730951},"67":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"233":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"243":{"tf":1.4142135623730951}}}}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"140":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":1,"docs":{"217":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"57":{"tf":1.0},"81":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":6,"docs":{"149":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"225":{"tf":1.0},"37":{"tf":1.0},"5":{"tf":1.0}}},"g":{"df":0,"docs":{},"o":{"df":4,"docs":{"183":{"tf":1.0},"211":{"tf":1.0},"218":{"tf":1.0},"97":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"113":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":26,"docs":{"107":{"tf":1.4142135623730951},"121":{"tf":1.7320508075688772},"130":{"tf":1.4142135623730951},"149":{"tf":1.0},"157":{"tf":1.0},"166":{"tf":1.0},"170":{"tf":1.0},"192":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.7320508075688772},"225":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"29":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"36":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.4142135623730951}}},"t":{"df":3,"docs":{"198":{"tf":1.4142135623730951},"206":{"tf":1.0},"237":{"tf":1.4142135623730951}},"e":{"d":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"206":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":9,"docs":{"176":{"tf":1.0},"177":{"tf":1.0},"199":{"tf":1.7320508075688772},"206":{"tf":1.7320508075688772},"211":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"240":{"tf":1.0},"68":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"89":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":26,"docs":{"144":{"tf":1.0},"166":{"tf":1.0},"177":{"tf":2.449489742783178},"183":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951},"198":{"tf":2.23606797749979},"199":{"tf":2.449489742783178},"206":{"tf":2.8284271247461903},"224":{"tf":1.0},"232":{"tf":1.7320508075688772},"41":{"tf":1.7320508075688772},"45":{"tf":1.0},"57":{"tf":1.4142135623730951},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":2.6457513110645907},"67":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":2.0},"87":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"197":{"tf":1.0},"206":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"199":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"h":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"(":{"1":{"0":{"df":1,"docs":{"127":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"240":{"tf":1.4142135623730951}}}}}}},"n":{"df":0,"docs":{},"g":{"df":19,"docs":{"116":{"tf":1.0},"133":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.4142135623730951},"200":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"217":{"tf":1.4142135623730951},"218":{"tf":1.4142135623730951},"227":{"tf":1.0},"232":{"tf":1.0},"236":{"tf":1.0},"247":{"tf":1.0},"39":{"tf":1.4142135623730951},"40":{"tf":1.0},"42":{"tf":1.7320508075688772},"8":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"211":{"tf":1.0},"3":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"60":{"tf":1.0},"68":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"194":{"tf":1.0},"197":{"tf":1.0},"3":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"198":{"tf":1.0},"61":{"tf":1.0}}}},"df":2,"docs":{"127":{"tf":1.0},"61":{"tf":2.0}},"e":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"8":{"tf":1.0}}},"t":{"df":1,"docs":{"206":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"94":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":12,"docs":{"1":{"tf":1.0},"132":{"tf":1.0},"177":{"tf":1.0},"199":{"tf":1.0},"206":{"tf":1.0},"21":{"tf":1.4142135623730951},"224":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"28":{"tf":1.0},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":17,"docs":{"140":{"tf":1.0},"143":{"tf":1.7320508075688772},"155":{"tf":1.0},"166":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.4142135623730951},"179":{"tf":1.0},"181":{"tf":1.7320508075688772},"208":{"tf":1.7320508075688772},"209":{"tf":1.4142135623730951},"210":{"tf":1.0},"211":{"tf":2.0},"212":{"tf":1.0},"3":{"tf":1.0},"42":{"tf":1.7320508075688772},"44":{"tf":1.0},"46":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"166":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"170":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"200":{"tf":1.0},"258":{"tf":1.4142135623730951},"27":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"146":{"tf":1.0},"150":{"tf":1.0},"232":{"tf":1.0},"239":{"tf":1.0}}}}}},"i":{"df":1,"docs":{"218":{"tf":1.0}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"172":{"tf":1.0},"206":{"tf":1.0},"225":{"tf":1.0},"90":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"5":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":14,"docs":{"111":{"tf":1.0},"146":{"tf":1.4142135623730951},"192":{"tf":1.0},"222":{"tf":1.4142135623730951},"224":{"tf":1.7320508075688772},"231":{"tf":1.7320508075688772},"232":{"tf":2.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"247":{"tf":1.4142135623730951},"252":{"tf":1.0}},"i":{"c":{"df":3,"docs":{"140":{"tf":1.0},"199":{"tf":1.0},"203":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":4,"docs":{"194":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"202":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"181":{"tf":1.0},"241":{"tf":1.0}}}}},"r":{"df":4,"docs":{"206":{"tf":1.0},"36":{"tf":1.0},"62":{"tf":1.0},"83":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"239":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"146":{"tf":1.0},"185":{"tf":1.0},"237":{"tf":1.4142135623730951},"247":{"tf":1.0},"27":{"tf":1.0},"88":{"tf":1.7320508075688772},"89":{"tf":1.4142135623730951},"90":{"tf":1.7320508075688772}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":3,"docs":{"211":{"tf":1.0},"217":{"tf":1.0},"219":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":11,"docs":{"107":{"tf":1.0},"172":{"tf":1.4142135623730951},"208":{"tf":1.7320508075688772},"209":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"211":{"tf":3.4641016151377544},"212":{"tf":1.4142135623730951},"40":{"tf":1.0},"42":{"tf":1.7320508075688772},"46":{"tf":1.0},"82":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":5,"docs":{"173":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.7320508075688772},"240":{"tf":1.0},"247":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"df":10,"docs":{"119":{"tf":1.0},"121":{"tf":1.0},"151":{"tf":1.0},"230":{"tf":1.0},"259":{"tf":1.4142135623730951},"80":{"tf":1.7320508075688772},"81":{"tf":2.0},"82":{"tf":1.7320508075688772},"83":{"tf":2.0},"84":{"tf":1.4142135623730951}}}}}}},"m":{"d":{"(":{")":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{")":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},")":{"(":{")":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"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":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"118":{"tf":1.0},"119":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":1,"docs":{"118":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"62":{"tf":1.0}}},"df":62,"docs":{"112":{"tf":1.7320508075688772},"121":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"136":{"tf":1.0},"155":{"tf":1.0},"157":{"tf":1.0},"166":{"tf":1.0},"172":{"tf":1.0},"180":{"tf":1.4142135623730951},"181":{"tf":1.0},"184":{"tf":1.7320508075688772},"189":{"tf":1.7320508075688772},"190":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"197":{"tf":1.7320508075688772},"198":{"tf":1.7320508075688772},"199":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"203":{"tf":1.7320508075688772},"206":{"tf":2.23606797749979},"207":{"tf":1.0},"209":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"214":{"tf":1.0},"218":{"tf":1.7320508075688772},"219":{"tf":1.0},"224":{"tf":1.0},"232":{"tf":1.4142135623730951},"233":{"tf":2.23606797749979},"234":{"tf":1.0},"239":{"tf":1.7320508075688772},"240":{"tf":1.7320508075688772},"3":{"tf":1.7320508075688772},"32":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"5":{"tf":2.0},"50":{"tf":2.0},"51":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.7320508075688772},"57":{"tf":2.0},"58":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.7320508075688772},"7":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0},"90":{"tf":1.7320508075688772},"96":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":2,"docs":{"7":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"7":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":18,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"154":{"tf":1.4142135623730951},"169":{"tf":1.4142135623730951},"2":{"tf":1.0},"203":{"tf":1.4142135623730951},"219":{"tf":1.4142135623730951},"226":{"tf":1.0},"23":{"tf":1.7320508075688772},"239":{"tf":1.0},"24":{"tf":1.4142135623730951},"242":{"tf":1.0},"25":{"tf":1.7320508075688772},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":3.0},"30":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":5,"docs":{"116":{"tf":1.0},"2":{"tf":1.0},"228":{"tf":1.0},"239":{"tf":1.0},"66":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":12,"docs":{"114":{"tf":1.7320508075688772},"115":{"tf":1.4142135623730951},"116":{"tf":2.23606797749979},"117":{"tf":2.23606797749979},"118":{"tf":2.23606797749979},"119":{"tf":2.23606797749979},"120":{"tf":1.7320508075688772},"121":{"tf":2.0},"122":{"tf":1.7320508075688772},"217":{"tf":1.0},"218":{"tf":1.0},"253":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"198":{"tf":1.0}}}}},"df":2,"docs":{"67":{"tf":1.0},"8":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":20,"docs":{"113":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"136":{"tf":1.4142135623730951},"144":{"tf":1.0},"157":{"tf":1.7320508075688772},"158":{"tf":1.0},"17":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.7320508075688772},"18":{"tf":1.0},"2":{"tf":1.4142135623730951},"206":{"tf":1.0},"222":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.4142135623730951},"246":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"34":{"tf":1.0},"74":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"110":{"tf":1.0},"29":{"tf":1.0},"5":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":6,"docs":{"113":{"tf":1.4142135623730951},"156":{"tf":1.0},"187":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"135":{"tf":1.0}}},"t":{"df":6,"docs":{"133":{"tf":1.0},"134":{"tf":1.0},"197":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":23,"docs":{"102":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.0},"151":{"tf":1.0},"169":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"206":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"217":{"tf":1.0},"229":{"tf":1.0},"232":{"tf":1.4142135623730951},"233":{"tf":1.0},"235":{"tf":1.0},"37":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"97":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"242":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"t":{"df":6,"docs":{"147":{"tf":1.0},"198":{"tf":1.0},"211":{"tf":1.0},"224":{"tf":1.0},"240":{"tf":1.0},"68":{"tf":1.0}}},"x":{"df":12,"docs":{"109":{"tf":1.0},"110":{"tf":1.0},"159":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"249":{"tf":1.0},"28":{"tf":1.0},"5":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}}}},"i":{"c":{"df":5,"docs":{"162":{"tf":1.0},"211":{"tf":1.0},"249":{"tf":1.0},"5":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"251":{"tf":1.0},"252":{"tf":1.0},"254":{"tf":1.0}}},"s":{"df":10,"docs":{"175":{"tf":1.7320508075688772},"176":{"tf":1.4142135623730951},"177":{"tf":1.4142135623730951},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"227":{"tf":1.0},"230":{"tf":1.4142135623730951},"240":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"222":{"tf":1.0},"239":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":3,"docs":{"197":{"tf":1.0},"205":{"tf":1.0},"62":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"128":{"tf":1.4142135623730951},"227":{"tf":1.0},"241":{"tf":1.0},"257":{"tf":1.0},"5":{"tf":1.4142135623730951}}}}}},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":5,"docs":{"10":{"tf":1.7320508075688772},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"20":{"tf":1.0}}}},"p":{"df":0,"docs":{},"t":{"df":6,"docs":{"173":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.4142135623730951},"239":{"tf":2.0},"240":{"tf":1.4142135623730951},"241":{"tf":1.0}},"u":{"df":1,"docs":{"240":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"146":{"tf":1.0},"149":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"96":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"136":{"tf":1.0},"155":{"tf":1.0},"170":{"tf":1.0},"240":{"tf":1.4142135623730951},"247":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"206":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"199":{"tf":1.4142135623730951},"209":{"tf":1.0},"48":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"42":{"tf":1.0},"54":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{".":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"1":{"df":1,"docs":{"21":{"tf":1.4142135623730951}}},"df":1,"docs":{"21":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"18":{"tf":1.0},"233":{"tf":1.0},"237":{"tf":1.0}}}}},"n":{"df":1,"docs":{"207":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"185":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":3,"docs":{"134":{"tf":1.0},"211":{"tf":1.0},"233":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"94":{"tf":2.23606797749979},"95":{"tf":2.23606797749979}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"_":{"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":{},"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":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"237":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":2.0}}}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":2,"docs":{"198":{"tf":1.0},"211":{"tf":1.4142135623730951}}}}},"i":{"d":{"df":10,"docs":{"199":{"tf":1.7320508075688772},"200":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"236":{"tf":1.0},"240":{"tf":1.4142135623730951},"68":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"130":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"125":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":9,"docs":{"194":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.7320508075688772},"202":{"tf":1.4142135623730951},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"217":{"tf":1.0}}}}},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"218":{"tf":1.0}}}}}},"df":5,"docs":{"199":{"tf":1.4142135623730951},"60":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.4142135623730951}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"211":{"tf":1.0},"232":{"tf":1.0},"53":{"tf":1.0}}}}}},"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":22,"docs":{"12":{"tf":1.0},"16":{"tf":1.4142135623730951},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"167":{"tf":1.4142135623730951},"173":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"227":{"tf":1.0},"232":{"tf":1.0},"236":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.4142135623730951},"253":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"41":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":15,"docs":{"132":{"tf":1.0},"139":{"tf":1.0},"15":{"tf":1.7320508075688772},"16":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"17":{"tf":2.6457513110645907},"18":{"tf":1.0},"20":{"tf":1.7320508075688772},"22":{"tf":1.0},"232":{"tf":1.0},"89":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":9,"docs":{"104":{"tf":1.7320508075688772},"105":{"tf":1.4142135623730951},"106":{"tf":1.0},"107":{"tf":1.4142135623730951},"108":{"tf":1.0},"109":{"tf":1.0},"162":{"tf":1.0},"173":{"tf":1.0},"83":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":22,"docs":{"107":{"tf":1.0},"143":{"tf":1.0},"188":{"tf":1.7320508075688772},"189":{"tf":1.7320508075688772},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.4142135623730951},"193":{"tf":1.0},"194":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":2.0},"203":{"tf":1.0},"233":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":1.7320508075688772},"55":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"192":{"tf":1.4142135623730951},"206":{"tf":1.0},"242":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":5,"docs":{"110":{"tf":1.0},"126":{"tf":1.7320508075688772},"129":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":6,"docs":{"183":{"tf":1.0},"230":{"tf":1.0},"233":{"tf":1.0},"240":{"tf":1.0},"34":{"tf":1.0},"73":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"196":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"1":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"v":{"df":1,"docs":{"177":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":7,"docs":{"133":{"tf":1.0},"159":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"233":{"tf":1.0},"237":{"tf":1.0},"54":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}},"t":{"df":3,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"230":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":4,"docs":{"225":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.0}}},"t":{"df":8,"docs":{"186":{"tf":1.0},"225":{"tf":1.0},"57":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"35":{"tf":1.0}}},"i":{"df":11,"docs":{"136":{"tf":1.0},"172":{"tf":1.0},"211":{"tf":1.4142135623730951},"218":{"tf":1.0},"232":{"tf":1.0},"50":{"tf":1.0},"60":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.7320508075688772},"81":{"tf":1.0},"83":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"143":{"tf":1.4142135623730951},"237":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"202":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"247":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"198":{"tf":1.4142135623730951},"206":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"229":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"255":{"tf":1.0}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"197":{"tf":1.0},"199":{"tf":1.4142135623730951},"60":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"134":{"tf":1.0},"200":{"tf":1.0},"50":{"tf":1.0},"66":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"d":{"b":{"df":0,"docs":{},"m":{"df":1,"docs":{"199":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":5,"docs":{"172":{"tf":1.0},"190":{"tf":1.0},"198":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"207":{"tf":1.0}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"207":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"s":{"df":5,"docs":{"194":{"tf":1.0},"199":{"tf":1.0},"233":{"tf":1.0},"42":{"tf":1.0},"55":{"tf":1.0}}}}},"w":{"<":{"'":{"_":{"df":1,"docs":{"237":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"20":{"tf":1.0},"237":{"tf":1.0}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"144":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"u":{"df":1,"docs":{"186":{"tf":1.0}}}},"r":{"a":{"b":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"116":{"tf":1.0},"36":{"tf":1.0},"68":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"98":{"tf":1.0}}},":":{":":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{":":{"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":{"233":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"68":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"67":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"67":{"tf":1.0},"68":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"67":{"tf":1.0},"68":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":21,"docs":{"132":{"tf":1.0},"137":{"tf":1.0},"151":{"tf":2.23606797749979},"167":{"tf":1.0},"182":{"tf":1.7320508075688772},"183":{"tf":1.4142135623730951},"184":{"tf":2.449489742783178},"185":{"tf":2.23606797749979},"186":{"tf":2.0},"187":{"tf":1.4142135623730951},"192":{"tf":1.0},"197":{"tf":1.0},"214":{"tf":1.4142135623730951},"217":{"tf":1.4142135623730951},"226":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.4142135623730951},"79":{"tf":1.0},"88":{"tf":1.4142135623730951}},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":3,"docs":{"183":{"tf":1.4142135623730951},"185":{"tf":1.0},"187":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":31,"docs":{"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.4142135623730951},"120":{"tf":1.0},"121":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"159":{"tf":1.0},"16":{"tf":1.0},"162":{"tf":1.0},"165":{"tf":1.0},"169":{"tf":1.4142135623730951},"170":{"tf":1.0},"173":{"tf":1.0},"189":{"tf":1.0},"192":{"tf":1.0},"198":{"tf":1.0},"206":{"tf":1.4142135623730951},"21":{"tf":1.0},"232":{"tf":1.4142135623730951},"233":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":3.0},"241":{"tf":1.0},"3":{"tf":1.0},"61":{"tf":1.0},"68":{"tf":1.0},"74":{"tf":1.0},"95":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":16,"docs":{"159":{"tf":2.6457513110645907},"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},"74":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"239":{"tf":1.7320508075688772},"240":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"232":{"tf":1.0}}},"df":0,"docs":{}}}},"u":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"66":{"tf":1.4142135623730951},"72":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"66":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.7320508075688772},"74":{"tf":1.4142135623730951}}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"110":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"185":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"8":{"tf":2.23606797749979}},"s":{"\"":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"144":{"tf":1.0},"233":{"tf":1.0},"235":{"tf":1.0},"60":{"tf":1.0}}}}},"i":{"df":2,"docs":{"239":{"tf":1.0},"240":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"a":{"d":{"d":{"df":1,"docs":{"151":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"130":{"tf":1.0},"151":{"tf":1.0},"225":{"tf":1.0},"239":{"tf":2.0},"29":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"239":{"tf":2.6457513110645907},"240":{"tf":2.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{">":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"239":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":2,"docs":{"239":{"tf":2.0},"240":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}}},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"240":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"74":{"tf":1.4142135623730951}}}}},"t":{"a":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"\"":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"148":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"\"":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"148":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"148":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"148":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"101":{"tf":1.4142135623730951}}}}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":5,"docs":{"117":{"tf":1.4142135623730951},"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"239":{"tf":1.4142135623730951},"60":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"(":{"_":{"df":1,"docs":{"60":{"tf":1.0}}},"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"_":{"df":1,"docs":{"60":{"tf":1.0}}},"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"60":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":2,"docs":{"59":{"tf":1.4142135623730951},"60":{"tf":2.0}}}}}}}}}},"df":0,"docs":{}},"df":41,"docs":{"100":{"tf":1.7320508075688772},"101":{"tf":2.8284271247461903},"102":{"tf":1.0},"103":{"tf":1.0},"116":{"tf":1.0},"140":{"tf":1.7320508075688772},"143":{"tf":1.4142135623730951},"148":{"tf":3.0},"149":{"tf":1.0},"154":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"157":{"tf":1.0},"158":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.7320508075688772},"171":{"tf":2.0},"172":{"tf":2.8284271247461903},"173":{"tf":2.23606797749979},"196":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"202":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.4142135623730951},"239":{"tf":2.0},"24":{"tf":1.0},"240":{"tf":2.449489742783178},"241":{"tf":1.0},"25":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.7320508075688772},"26":{"tf":2.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":2.23606797749979},"66":{"tf":1.0},"67":{"tf":1.0},"71":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.4142135623730951}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":5,"docs":{"157":{"tf":1.0},"198":{"tf":3.3166247903554},"199":{"tf":2.23606797749979},"206":{"tf":1.4142135623730951},"29":{"tf":1.0}}}}}},"b":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"c":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}},"df":1,"docs":{"199":{"tf":1.0}},"m":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"d":{"b":{"df":0,"docs":{},"m":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"(":{"d":{"b":{"df":1,"docs":{"199":{"tf":1.0}},"m":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"199":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"d":{"b":{"df":0,"docs":{},"m":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"d":{"b":{"df":0,"docs":{},"m":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"(":{"d":{"b":{"df":0,"docs":{},"m":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"(":{"d":{"b":{"df":0,"docs":{},"m":{"df":2,"docs":{"198":{"tf":1.0},"199":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"(":{"*":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"199":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"d":{"b":{"df":1,"docs":{"199":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"199":{"tf":1.0}}}}}},"df":0,"docs":{}},"x":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"199":{"tf":1.0}}}}}},"df":1,"docs":{"199":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"(":{"d":{"b":{"df":0,"docs":{},"m":{"df":2,"docs":{"198":{"tf":1.0},"199":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"198":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"198":{"tf":1.0},"199":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"(":{"d":{"b":{"df":0,"docs":{},"m":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":3,"docs":{"198":{"tf":2.6457513110645907},"199":{"tf":2.8284271247461903},"200":{"tf":1.0}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"199":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"<":{"'":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"199":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":3,"docs":{"218":{"tf":1.0},"240":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772}},"e":{"a":{"d":{"_":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"218":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":1,"docs":{"159":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"21":{"tf":1.0},"239":{"tf":1.7320508075688772},"36":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"3":{"tf":1.0},"42":{"tf":1.0},"7":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"198":{"tf":1.0},"233":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":7,"docs":{"206":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.0},"230":{"tf":1.7320508075688772},"48":{"tf":1.0},"49":{"tf":1.0},"8":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"176":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"146":{"tf":1.0},"218":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"234":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"217":{"tf":1.0}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":15,"docs":{"134":{"tf":1.0},"157":{"tf":1.0},"17":{"tf":3.4641016151377544},"170":{"tf":1.0},"18":{"tf":1.7320508075688772},"185":{"tf":1.0},"19":{"tf":1.7320508075688772},"20":{"tf":2.6457513110645907},"21":{"tf":2.8284271247461903},"22":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"81":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":18,"docs":{"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.4142135623730951},"124":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.0},"146":{"tf":1.0},"170":{"tf":1.0},"198":{"tf":2.0},"210":{"tf":1.0},"224":{"tf":1.0},"232":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"251":{"tf":1.0},"33":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":8,"docs":{"127":{"tf":1.0},"198":{"tf":1.0},"205":{"tf":1.0},"225":{"tf":1.0},"227":{"tf":1.0},"240":{"tf":1.0},"251":{"tf":1.0},"83":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"225":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"226":{"tf":1.4142135623730951}}},"t":{"df":1,"docs":{"29":{"tf":1.0}}}},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"211":{"tf":1.0},"89":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"250":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"151":{"tf":1.0},"206":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"i":{"df":4,"docs":{"206":{"tf":1.0},"217":{"tf":1.4142135623730951},"218":{"tf":2.23606797749979},"233":{"tf":1.0}}},"y":{"(":{"b":{"a":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":1,"docs":{"218":{"tf":1.0}}}}}}},"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":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"218":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":7,"docs":{"213":{"tf":1.7320508075688772},"214":{"tf":1.0},"215":{"tf":1.4142135623730951},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":9,"docs":{"126":{"tf":1.0},"146":{"tf":1.7320508075688772},"152":{"tf":1.0},"183":{"tf":1.0},"185":{"tf":1.4142135623730951},"200":{"tf":1.0},"225":{"tf":1.0},"247":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"c":{"df":3,"docs":{"217":{"tf":1.0},"218":{"tf":1.4142135623730951},"219":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"18":{"tf":1.0},"199":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":3,"docs":{"140":{"tf":1.0},"222":{"tf":1.0},"25":{"tf":1.0}}}}}}},"df":0,"docs":{}},"<":{"'":{"a":{">":{"(":{"&":{"'":{"a":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"=":{"b":{"a":{"df":0,"docs":{},"r":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":13,"docs":{"140":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"220":{"tf":1.7320508075688772},"221":{"tf":1.4142135623730951},"222":{"tf":2.0},"223":{"tf":1.0},"224":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"226":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":2,"docs":{"222":{"tf":1.0},"29":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":4,"docs":{"222":{"tf":1.4142135623730951},"225":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"i":{"df":0,"docs":{},"v":{"df":6,"docs":{"137":{"tf":1.0},"146":{"tf":1.0},"17":{"tf":1.4142135623730951},"21":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0}},"e":{"(":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"233":{"tf":1.0},"239":{"tf":1.7320508075688772}}}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":4,"docs":{"162":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"240":{"tf":1.0}}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"22":{"tf":1.0}}}}}},"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"167":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"137":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":4,"docs":{"110":{"tf":1.0},"228":{"tf":1.4142135623730951},"230":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":36,"docs":{"100":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"124":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"154":{"tf":1.4142135623730951},"16":{"tf":1.4142135623730951},"161":{"tf":1.4142135623730951},"167":{"tf":1.0},"169":{"tf":1.4142135623730951},"176":{"tf":1.4142135623730951},"18":{"tf":1.0},"183":{"tf":1.4142135623730951},"189":{"tf":1.4142135623730951},"196":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"209":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951},"221":{"tf":1.4142135623730951},"232":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"<":{"'":{"d":{"df":1,"docs":{"240":{"tf":1.0}}},"df":0,"docs":{}},"d":{">":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"240":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"<":{"df":0,"docs":{},"v":{">":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"240":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"<":{"df":0,"docs":{},"v":{">":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"240":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"<":{"'":{"d":{"df":1,"docs":{"240":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"151":{"tf":1.0},"240":{"tf":4.47213595499958}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":123,"docs":{"110":{"tf":2.8284271247461903},"111":{"tf":1.7320508075688772},"112":{"tf":1.7320508075688772},"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.7320508075688772},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.4142135623730951},"152":{"tf":1.4142135623730951},"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":2.23606797749979},"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.7320508075688772},"175":{"tf":1.0},"176":{"tf":1.7320508075688772},"177":{"tf":1.4142135623730951},"178":{"tf":1.0},"179":{"tf":1.4142135623730951},"180":{"tf":1.4142135623730951},"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.7320508075688772},"195":{"tf":1.0},"196":{"tf":2.0},"197":{"tf":2.23606797749979},"198":{"tf":2.0},"199":{"tf":2.23606797749979},"2":{"tf":1.7320508075688772},"200":{"tf":2.0},"201":{"tf":1.0},"202":{"tf":1.7320508075688772},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"211":{"tf":1.0},"225":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.7320508075688772},"240":{"tf":1.7320508075688772},"241":{"tf":1.0},"243":{"tf":1.0},"245":{"tf":1.7320508075688772},"246":{"tf":1.7320508075688772},"247":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.4142135623730951},"250":{"tf":1.0},"251":{"tf":2.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.4142135623730951},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"3":{"tf":2.23606797749979},"5":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"37":{"tf":1.7320508075688772}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":12,"docs":{"139":{"tf":1.0},"140":{"tf":1.4142135623730951},"144":{"tf":1.0},"31":{"tf":1.7320508075688772},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"36":{"tf":2.23606797749979},"37":{"tf":2.8284271247461903},"38":{"tf":1.0},"54":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":7,"docs":{"126":{"tf":1.0},"133":{"tf":1.0},"169":{"tf":1.0},"2":{"tf":1.0},"225":{"tf":1.0},"241":{"tf":1.0},"57":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"211":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"233":{"tf":1.0},"237":{"tf":1.0},"240":{"tf":2.0},"8":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"106":{"tf":1.0},"107":{"tf":1.0}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":6,"docs":{"184":{"tf":1.0},"2":{"tf":1.4142135623730951},"209":{"tf":1.4142135623730951},"211":{"tf":1.0},"218":{"tf":1.0},"5":{"tf":1.4142135623730951}}}}}},"i":{"c":{"df":1,"docs":{"237":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"i":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"197":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"240":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":27,"docs":{"116":{"tf":1.0},"119":{"tf":1.4142135623730951},"146":{"tf":1.0},"147":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"154":{"tf":1.0},"170":{"tf":1.0},"185":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":1.0},"205":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"230":{"tf":1.0},"232":{"tf":3.0},"233":{"tf":1.4142135623730951},"237":{"tf":2.23606797749979},"239":{"tf":1.7320508075688772},"241":{"tf":1.0},"29":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":1.0}}}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":4,"docs":{"205":{"tf":1.0},"206":{"tf":1.0},"34":{"tf":1.0},"68":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"125":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"128":{"tf":1.0}}}}}}}}},"p":{"df":1,"docs":{"247":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"118":{"tf":1.0},"252":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":6,"docs":{"165":{"tf":1.0},"189":{"tf":1.0},"54":{"tf":1.0},"65":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"a":{"d":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":23,"docs":{"103":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"14":{"tf":1.4142135623730951},"150":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951},"180":{"tf":1.4142135623730951},"185":{"tf":1.4142135623730951},"191":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"224":{"tf":1.4142135623730951},"235":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"217":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"211":{"tf":1.0}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"206":{"tf":1.0}}}},"df":0,"docs":{}}},"v":{"df":2,"docs":{"162":{"tf":1.0},"217":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":18,"docs":{"121":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"151":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"166":{"tf":1.4142135623730951},"169":{"tf":1.0},"172":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"9":{"tf":1.0},"98":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":12,"docs":{"121":{"tf":1.7320508075688772},"225":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"47":{"tf":1.7320508075688772},"48":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"130":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"181":{"tf":1.0},"232":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"133":{"tf":1.4142135623730951}}}}}}}}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"b":{"df":1,"docs":{"239":{"tf":1.7320508075688772}}},"c":{"(":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"98":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":9,"docs":{"67":{"tf":1.0},"86":{"tf":1.0},"92":{"tf":1.7320508075688772},"93":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":16,"docs":{"185":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"212":{"tf":1.4142135623730951},"219":{"tf":1.0},"22":{"tf":1.0},"224":{"tf":1.0},"226":{"tf":1.0},"240":{"tf":1.0},"256":{"tf":1.4142135623730951},"30":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.0},"79":{"tf":1.0},"86":{"tf":1.0}}}}}}}},"df":4,"docs":{"113":{"tf":1.0},"194":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0}},"e":{"df":2,"docs":{"239":{"tf":1.0},"240":{"tf":1.0}},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":5,"docs":{"107":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"44":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"124":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"'":{"df":0,"docs":{},"t":{"df":9,"docs":{"102":{"tf":1.0},"147":{"tf":1.0},"151":{"tf":1.0},"172":{"tf":1.0},"181":{"tf":1.0},"198":{"tf":1.4142135623730951},"33":{"tf":1.0},"41":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":8,"docs":{"100":{"tf":1.0},"139":{"tf":1.0},"171":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"42":{"tf":1.0}}},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"248":{"tf":1.4142135623730951}}}}},"t":{"df":2,"docs":{"222":{"tf":1.0},"225":{"tf":1.0}}},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":3,"docs":{"22":{"tf":1.0},"234":{"tf":1.0},"68":{"tf":1.0}},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"135":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"198":{"tf":1.0},"199":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"126":{"tf":1.0}}}}},"w":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"200":{"tf":1.0},"217":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"241":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"248":{"tf":1.4142135623730951}}},"o":{"df":0,"docs":{},"p":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"140":{"tf":1.0},"33":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":9,"docs":{"117":{"tf":1.0},"118":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"140":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"53":{"tf":1.0},"83":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"198":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"e":{"df":9,"docs":{"110":{"tf":1.4142135623730951},"130":{"tf":1.0},"172":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"34":{"tf":1.0},"68":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"234":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.4142135623730951},"67":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"206":{"tf":1.4142135623730951},"71":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"157":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":12,"docs":{"121":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"240":{"tf":1.0},"29":{"tf":1.0},"47":{"tf":1.7320508075688772},"48":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.0}}}},"df":2,"docs":{"49":{"tf":1.0},"53":{"tf":1.0}}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":15,"docs":{"107":{"tf":1.0},"117":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"136":{"tf":1.0},"147":{"tf":1.0},"151":{"tf":1.7320508075688772},"157":{"tf":1.0},"20":{"tf":1.0},"206":{"tf":1.0},"217":{"tf":1.0},"223":{"tf":1.0},"240":{"tf":1.0},"29":{"tf":1.0},"37":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"206":{"tf":1.0}}}}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":23,"docs":{"117":{"tf":1.4142135623730951},"119":{"tf":1.0},"120":{"tf":1.0},"150":{"tf":1.0},"154":{"tf":1.0},"157":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.4142135623730951},"173":{"tf":1.0},"176":{"tf":1.0},"181":{"tf":1.0},"203":{"tf":1.4142135623730951},"227":{"tf":1.0},"229":{"tf":1.0},"232":{"tf":1.0},"239":{"tf":1.7320508075688772},"240":{"tf":2.0},"29":{"tf":1.0},"37":{"tf":1.4142135623730951},"50":{"tf":1.0},"53":{"tf":1.4142135623730951},"8":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"34":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"171":{"tf":1.0},"198":{"tf":1.0},"240":{"tf":1.7320508075688772}}}}}}},"s":{"df":1,"docs":{"174":{"tf":1.0}},"i":{"df":11,"docs":{"183":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"53":{"tf":1.0},"92":{"tf":1.7320508075688772},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"128":{"tf":1.0},"172":{"tf":1.0},"184":{"tf":1.0},"190":{"tf":1.0},"200":{"tf":1.4142135623730951},"205":{"tf":1.0},"234":{"tf":1.0},"95":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"151":{"tf":1.0},"63":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"237":{"tf":1.0},"240":{"tf":1.0}}}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"183":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"116":{"tf":1.0}}}}}}},"df":11,"docs":{"120":{"tf":1.4142135623730951},"155":{"tf":2.0},"157":{"tf":1.4142135623730951},"170":{"tf":1.4142135623730951},"240":{"tf":2.449489742783178},"41":{"tf":2.23606797749979},"42":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":2.0},"61":{"tf":1.0},"8":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"163":{"tf":1.0},"2":{"tf":1.0},"240":{"tf":1.0},"253":{"tf":1.0}},"s":{".":{".":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"253":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"i":{"df":8,"docs":{"107":{"tf":1.0},"128":{"tf":1.0},"14":{"tf":1.4142135623730951},"166":{"tf":1.0},"172":{"tf":1.4142135623730951},"203":{"tf":1.0},"205":{"tf":1.4142135623730951},"206":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"200":{"tf":1.0},"93":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":1,"docs":{"128":{"tf":1.0}}}}}}},"df":7,"docs":{"128":{"tf":1.0},"20":{"tf":1.0},"230":{"tf":1.4142135623730951},"3":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.4142135623730951}}}}}}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"143":{"tf":1.0}}}}},"m":{"b":{"df":1,"docs":{"189":{"tf":1.0}},"e":{"d":{"df":2,"docs":{"222":{"tf":1.0},"237":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"217":{"tf":1.0}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"240":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":4,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"221":{"tf":1.0},"222":{"tf":1.0}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"146":{"tf":1.0},"206":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":7,"docs":{"116":{"tf":1.0},"118":{"tf":1.0},"130":{"tf":1.0},"154":{"tf":1.0},"196":{"tf":1.7320508075688772},"198":{"tf":1.0},"252":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"184":{"tf":1.0}}}},"df":0,"docs":{}}}}},"d":{"df":15,"docs":{"127":{"tf":1.0},"148":{"tf":1.0},"176":{"tf":1.0},"180":{"tf":1.0},"199":{"tf":1.4142135623730951},"203":{"tf":1.0},"232":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"37":{"tf":1.4142135623730951},"53":{"tf":1.0},"60":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.7320508075688772},"78":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"130":{"tf":1.0},"225":{"tf":1.0},"233":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"181":{"tf":1.0},"184":{"tf":1.0},"2":{"tf":1.0}}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"3":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":4,"docs":{"130":{"tf":1.0},"233":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":16,"docs":{"102":{"tf":1.0},"134":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"143":{"tf":2.0},"192":{"tf":1.0},"202":{"tf":1.0},"206":{"tf":1.0},"209":{"tf":1.0},"214":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"74":{"tf":1.0},"88":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"199":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":5,"docs":{"194":{"tf":1.0},"206":{"tf":1.0},"233":{"tf":1.0},"55":{"tf":1.0},"68":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"174":{"tf":1.0},"247":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"144":{"tf":1.0},"148":{"tf":1.4142135623730951},"198":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":15,"docs":{"155":{"tf":1.4142135623730951},"170":{"tf":1.4142135623730951},"212":{"tf":1.0},"233":{"tf":1.0},"39":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"42":{"tf":2.0},"57":{"tf":1.4142135623730951},"59":{"tf":1.7320508075688772},"60":{"tf":1.7320508075688772},"86":{"tf":1.7320508075688772},"87":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"2":{"tf":1.0},"81":{"tf":1.4142135623730951}}}}}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"203":{"tf":1.0}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":6,"docs":{"198":{"tf":1.0},"232":{"tf":1.0},"32":{"tf":1.0},"42":{"tf":1.0},"66":{"tf":1.0},"78":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"240":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"206":{"tf":1.0},"240":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"239":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":7,"docs":{"143":{"tf":1.0},"151":{"tf":1.0},"166":{"tf":1.0},"172":{"tf":1.0},"189":{"tf":1.0},"225":{"tf":1.0},"90":{"tf":1.0}}}}}}},"r":{"(":{"df":3,"docs":{"206":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"106":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":2,"docs":{"34":{"tf":1.0},"73":{"tf":1.0}},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"59":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{".":{"a":{"df":0,"docs":{},"s":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{")":{".":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"df":1,"docs":{"60":{"tf":1.4142135623730951}}}}}},"df":30,"docs":{"104":{"tf":1.7320508075688772},"105":{"tf":1.4142135623730951},"106":{"tf":1.0},"107":{"tf":1.4142135623730951},"108":{"tf":1.0},"109":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"142":{"tf":1.0},"143":{"tf":1.0},"148":{"tf":1.0},"177":{"tf":1.4142135623730951},"199":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"209":{"tf":1.0},"211":{"tf":1.0},"217":{"tf":1.4142135623730951},"233":{"tf":1.4142135623730951},"240":{"tf":2.8284271247461903},"55":{"tf":1.4142135623730951},"56":{"tf":1.7320508075688772},"57":{"tf":2.449489742783178},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":2.23606797749979},"61":{"tf":1.7320508075688772},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"74":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":6,"docs":{"11":{"tf":1.0},"135":{"tf":1.0},"14":{"tf":1.0},"240":{"tf":1.0},"34":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"139":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"36":{"tf":1.0}}}}}}}},"t":{"c":{"df":3,"docs":{"224":{"tf":1.4142135623730951},"28":{"tf":1.0},"35":{"tf":1.0}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"169":{"tf":1.0}}}}}}}}},"u":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"128":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":16,"docs":{"132":{"tf":1.0},"17":{"tf":1.0},"172":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":1.0},"200":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"233":{"tf":1.0},"239":{"tf":1.0},"241":{"tf":1.0},"29":{"tf":1.0},"37":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0},"89":{"tf":1.0}},"t":{"df":1,"docs":{"116":{"tf":1.0}},"u":{"df":1,"docs":{"240":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"198":{"tf":1.0},"20":{"tf":1.0},"206":{"tf":1.0},"240":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"90":{"tf":1.0}}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"197":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"225":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"211":{"tf":1.0},"37":{"tf":1.0},"79":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"143":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":69,"docs":{"101":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"122":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"132":{"tf":1.4142135623730951},"140":{"tf":1.7320508075688772},"147":{"tf":1.0},"148":{"tf":1.7320508075688772},"149":{"tf":1.0},"151":{"tf":2.23606797749979},"155":{"tf":2.0},"157":{"tf":1.4142135623730951},"16":{"tf":1.0},"162":{"tf":1.4142135623730951},"166":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"170":{"tf":2.0},"172":{"tf":1.0},"177":{"tf":1.7320508075688772},"181":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.4142135623730951},"192":{"tf":1.4142135623730951},"197":{"tf":1.0},"198":{"tf":1.7320508075688772},"199":{"tf":1.0},"203":{"tf":1.7320508075688772},"205":{"tf":1.0},"207":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"215":{"tf":1.4142135623730951},"217":{"tf":1.0},"222":{"tf":1.7320508075688772},"232":{"tf":1.0},"233":{"tf":1.7320508075688772},"237":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"240":{"tf":2.23606797749979},"241":{"tf":1.0},"25":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"36":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"49":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"68":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.0},"78":{"tf":1.4142135623730951},"8":{"tf":3.1622776601683795},"82":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"93":{"tf":1.0},"94":{"tf":2.0},"95":{"tf":2.0},"96":{"tf":1.0},"97":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"199":{"tf":1.0}},"l":{"df":2,"docs":{"198":{"tf":1.0},"2":{"tf":1.0}}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"198":{"tf":1.0},"206":{"tf":1.0}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"172":{"tf":1.0},"206":{"tf":2.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":10,"docs":{"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.7320508075688772},"120":{"tf":1.7320508075688772},"140":{"tf":1.0},"199":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"90":{"tf":1.0}},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":3,"docs":{"118":{"tf":2.0},"119":{"tf":1.0},"120":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"258":{"tf":1.0},"87":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":9,"docs":{"147":{"tf":1.0},"17":{"tf":1.0},"206":{"tf":1.7320508075688772},"209":{"tf":1.4142135623730951},"210":{"tf":1.0},"211":{"tf":1.0},"42":{"tf":1.0},"78":{"tf":1.0},"86":{"tf":1.0}}}},"t":{"df":5,"docs":{"140":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"126":{"tf":2.6457513110645907}},"e":{"c":{"df":0,"docs":{},"t":{"df":10,"docs":{"14":{"tf":1.0},"17":{"tf":1.4142135623730951},"198":{"tf":1.0},"206":{"tf":1.0},"224":{"tf":1.0},"240":{"tf":1.7320508075688772},"25":{"tf":1.0},"254":{"tf":1.0},"61":{"tf":2.0},"68":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"172":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"224":{"tf":1.0},"26":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"241":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"72":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.0},"140":{"tf":1.0},"225":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"218":{"tf":1.4142135623730951},"50":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"121":{"tf":1.0}}}},"r":{"df":1,"docs":{"238":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"202":{"tf":1.0},"203":{"tf":1.0},"233":{"tf":1.0}}}},"s":{"df":10,"docs":{"133":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"143":{"tf":1.0},"151":{"tf":1.0},"196":{"tf":1.0},"237":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0},"90":{"tf":1.0}}}},"r":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":1,"docs":{"170":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":1,"docs":{"155":{"tf":1.0}}}}}}},":":{":":{"a":{"d":{"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":2,"docs":{"155":{"tf":1.0},"157":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"(":{"_":{"df":1,"docs":{"157":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":1,"docs":{"155":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"u":{"b":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":2,"docs":{"155":{"tf":1.0},"157":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"155":{"tf":2.0},"157":{"tf":1.0},"170":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":8,"docs":{"110":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":2.0},"126":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"200":{"tf":1.0},"227":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"139":{"tf":1.0},"206":{"tf":1.0},"222":{"tf":1.0},"251":{"tf":1.0},"48":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":11,"docs":{"2":{"tf":1.0},"237":{"tf":1.4142135623730951},"247":{"tf":1.0},"68":{"tf":1.0},"85":{"tf":1.7320508075688772},"86":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":6,"docs":{"199":{"tf":1.7320508075688772},"60":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"89":{"tf":1.0}}}}},"r":{"a":{"df":4,"docs":{"148":{"tf":1.0},"232":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"90":{"tf":1.0}}}}}}}},"f":{"(":{"df":0,"docs":{},"x":{"df":1,"docs":{"151":{"tf":1.0}}}},"1":{"df":1,"docs":{"177":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"177":{"tf":1.4142135623730951}}},"3":{"df":1,"docs":{"177":{"tf":1.4142135623730951}}},"6":{"4":{")":{"*":{"(":{"$":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"128":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"128":{"tf":1.0},"133":{"tf":1.0}}},"df":0,"docs":{}},"a":{"c":{"a":{"d":{"df":1,"docs":{"225":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"198":{"tf":1.0}}}}}},"t":{"df":7,"docs":{"128":{"tf":1.0},"151":{"tf":1.0},"206":{"tf":1.4142135623730951},"217":{"tf":1.0},"53":{"tf":1.0},"7":{"tf":1.0},"90":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"157":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":8,"docs":{"199":{"tf":1.0},"206":{"tf":1.4142135623730951},"210":{"tf":1.0},"240":{"tf":1.4142135623730951},"44":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"8":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"218":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"105":{"tf":1.0},"106":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":3,"docs":{"106":{"tf":1.0},"21":{"tf":1.0},"8":{"tf":1.7320508075688772}}}},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"217":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"240":{"tf":1.7320508075688772}}}}}},"r":{"df":1,"docs":{"233":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"172":{"tf":1.0}}}}}},"t":{"df":2,"docs":{"50":{"tf":1.0},"74":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"121":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"7":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"199":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"225":{"tf":1.4142135623730951}}}}}}},"b":{".":{"a":{"df":1,"docs":{"166":{"tf":1.0}}},"b":{"df":1,"docs":{"166":{"tf":1.0}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"166":{"tf":1.0}}},"df":4,"docs":{"132":{"tf":1.0},"151":{"tf":1.7320508075688772},"166":{"tf":1.0},"222":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"110":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"151":{"tf":1.7320508075688772},"217":{"tf":1.0},"224":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":2,"docs":{"239":{"tf":1.0},"43":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":2.0}},"s":{"\"":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"149":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"198":{"tf":1.0},"234":{"tf":1.0}}}}}},"f":{"df":0,"docs":{},"i":{"df":34,"docs":{"194":{"tf":2.23606797749979},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.7320508075688772},"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"200":{"tf":1.7320508075688772},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"55":{"tf":2.449489742783178},"56":{"tf":1.7320508075688772},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.0},"73":{"tf":1.7320508075688772},"74":{"tf":1.0},"75":{"tf":1.0}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"\"":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"119":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":19,"docs":{"117":{"tf":1.4142135623730951},"118":{"tf":2.0},"119":{"tf":1.4142135623730951},"120":{"tf":2.0},"131":{"tf":1.0},"134":{"tf":1.0},"162":{"tf":1.7320508075688772},"17":{"tf":1.0},"176":{"tf":1.0},"181":{"tf":1.0},"20":{"tf":1.0},"222":{"tf":1.7320508075688772},"234":{"tf":1.4142135623730951},"239":{"tf":2.449489742783178},"240":{"tf":2.23606797749979},"85":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"88":{"tf":3.3166247903554},"89":{"tf":2.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"233":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"233":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"49":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}},"e":{"d":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"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":{"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"233":{"tf":1.0}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":1,"docs":{"233":{"tf":1.4142135623730951}}}},"p":{"df":1,"docs":{"233":{"tf":1.4142135623730951}}}},"df":1,"docs":{"233":{"tf":1.7320508075688772}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":6,"docs":{"151":{"tf":1.4142135623730951},"198":{"tf":1.0},"233":{"tf":1.7320508075688772},"240":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.4142135623730951}}},"l":{"df":2,"docs":{"232":{"tf":1.4142135623730951},"54":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":7,"docs":{"120":{"tf":1.0},"224":{"tf":1.0},"239":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":2.449489742783178}},"i":{"df":0,"docs":{},"s":{"df":14,"docs":{"139":{"tf":1.0},"141":{"tf":1.7320508075688772},"142":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"144":{"tf":1.0},"31":{"tf":1.7320508075688772},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.7320508075688772},"37":{"tf":1.0},"38":{"tf":1.0},"54":{"tf":1.0}}}}}},"d":{"df":3,"docs":{"191":{"tf":1.0},"2":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":4,"docs":{"183":{"tf":1.0},"211":{"tf":1.0},"53":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"y":{"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":{"151":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"203":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"203":{"tf":1.0}}}}}},"df":10,"docs":{"200":{"tf":1.0},"206":{"tf":1.0},"210":{"tf":1.0},"218":{"tf":1.0},"230":{"tf":1.4142135623730951},"234":{"tf":1.0},"240":{"tf":1.0},"42":{"tf":1.0},"49":{"tf":1.0},"74":{"tf":1.0}}}}},"x":{"df":2,"docs":{"45":{"tf":1.0},"8":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"151":{"tf":1.0}}},"t":{"df":2,"docs":{"57":{"tf":1.0},"59":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":9,"docs":{"113":{"tf":1.0},"121":{"tf":1.0},"173":{"tf":1.0},"176":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":1.0},"26":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"(":{"df":0,"docs":{},"u":{"8":{"df":1,"docs":{"151":{"tf":1.0}}},"df":0,"docs":{}}},"df":44,"docs":{"106":{"tf":1.4142135623730951},"118":{"tf":3.3166247903554},"119":{"tf":3.0},"12":{"tf":1.0},"120":{"tf":3.605551275463989},"121":{"tf":1.0},"127":{"tf":2.23606797749979},"128":{"tf":1.0},"132":{"tf":1.4142135623730951},"140":{"tf":2.0},"143":{"tf":1.0},"148":{"tf":2.23606797749979},"151":{"tf":1.7320508075688772},"155":{"tf":2.449489742783178},"157":{"tf":1.0},"16":{"tf":1.4142135623730951},"162":{"tf":2.23606797749979},"17":{"tf":1.7320508075688772},"170":{"tf":2.0},"177":{"tf":2.449489742783178},"199":{"tf":2.0},"203":{"tf":1.4142135623730951},"206":{"tf":1.0},"21":{"tf":1.0},"222":{"tf":1.7320508075688772},"223":{"tf":1.0},"233":{"tf":3.1622776601683795},"239":{"tf":2.449489742783178},"240":{"tf":2.449489742783178},"25":{"tf":1.0},"33":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"49":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":2.0},"74":{"tf":1.0},"8":{"tf":2.23606797749979},"87":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"119":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"119":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"119":{"tf":2.23606797749979}}}}}},"o":{"c":{"df":0,"docs":{},"u":{"df":1,"docs":{"240":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"177":{"tf":1.0}}}},"l":{"d":{"_":{"df":1,"docs":{"172":{"tf":1.0}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"170":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"170":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"170":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":9,"docs":{"158":{"tf":1.0},"168":{"tf":1.7320508075688772},"169":{"tf":1.7320508075688772},"170":{"tf":2.449489742783178},"171":{"tf":1.7320508075688772},"172":{"tf":1.0},"173":{"tf":2.449489742783178},"202":{"tf":1.0},"230":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"169":{"tf":1.0},"170":{"tf":2.23606797749979}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":15,"docs":{"119":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.0},"132":{"tf":1.0},"151":{"tf":1.0},"197":{"tf":1.0},"214":{"tf":1.0},"218":{"tf":1.4142135623730951},"222":{"tf":1.0},"227":{"tf":1.0},"3":{"tf":1.0},"51":{"tf":1.0},"65":{"tf":1.0},"71":{"tf":1.0},"8":{"tf":1.0}}}}}},"o":{"\"":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"170":{"tf":1.0},"94":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"177":{"tf":1.0}}}}}},"a":{"df":1,"docs":{"177":{"tf":1.4142135623730951}}},"b":{"a":{"df":0,"docs":{},"r":{"<":{"df":0,"docs":{},"t":{"1":{"df":1,"docs":{"136":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.7320508075688772}}}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"162":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"162":{"tf":3.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"162":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{")":{".":{"a":{"(":{")":{".":{"b":{"(":{")":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"(":{"\"":{"df":0,"docs":{},"y":{"\"":{")":{")":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"166":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":10,"docs":{"132":{"tf":2.23606797749979},"136":{"tf":1.0},"140":{"tf":2.0},"162":{"tf":3.3166247903554},"170":{"tf":1.4142135623730951},"222":{"tf":3.605551275463989},"224":{"tf":1.4142135623730951},"225":{"tf":1.0},"33":{"tf":2.0},"87":{"tf":1.4142135623730951}}},"r":{"c":{"df":3,"docs":{"107":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.7320508075688772}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":34,"docs":{"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.7320508075688772},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.4142135623730951},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.4142135623730951},"206":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"128":{"tf":1.0},"251":{"tf":1.0}}},"t":{"!":{"(":{"\"":{"c":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"60":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"i":{"/":{"df":0,"docs":{},"o":{"df":1,"docs":{"60":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":1,"docs":{"148":{"tf":1.0}}}},"df":0,"docs":{}},"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"148":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}},"df":9,"docs":{"10":{"tf":1.7320508075688772},"11":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"147":{"tf":2.0},"148":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":2.6457513110645907}},"t":{"df":1,"docs":{"148":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"151":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"151":{"tf":1.0}}}}}}},"df":0,"docs":{}},">":{"(":{"df":0,"docs":{},"g":{"df":1,"docs":{"148":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":3,"docs":{"159":{"tf":1.0},"240":{"tf":1.4142135623730951},"88":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"121":{"tf":1.0},"184":{"tf":1.0},"240":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"71":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":3,"docs":{"37":{"tf":1.0},"60":{"tf":1.0},"68":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{".":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"199":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":5,"docs":{"126":{"tf":1.7320508075688772},"129":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"202":{"tf":1.0}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"166":{"tf":1.0},"238":{"tf":1.0},"74":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"172":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"m":{"(":{"df":3,"docs":{"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}},"<":{"c":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"237":{"tf":1.0}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"59":{"tf":1.0},"60":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"61":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"c":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"237":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"8":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"107":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":1,"docs":{"107":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"s":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"49":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":5,"docs":{"151":{"tf":1.0},"197":{"tf":1.0},"211":{"tf":1.0},"241":{"tf":1.0},"57":{"tf":1.0}},"i":{"df":1,"docs":{"211":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":82,"docs":{"105":{"tf":1.0},"107":{"tf":1.0},"119":{"tf":2.6457513110645907},"121":{"tf":2.23606797749979},"128":{"tf":1.0},"132":{"tf":1.0},"136":{"tf":1.4142135623730951},"140":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"16":{"tf":1.4142135623730951},"165":{"tf":1.0},"17":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.4142135623730951},"181":{"tf":1.0},"186":{"tf":1.4142135623730951},"189":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.4142135623730951},"197":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":2.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.4142135623730951},"204":{"tf":1.0},"205":{"tf":1.4142135623730951},"206":{"tf":1.7320508075688772},"227":{"tf":2.6457513110645907},"228":{"tf":1.4142135623730951},"229":{"tf":1.0},"230":{"tf":2.0},"231":{"tf":1.0},"232":{"tf":2.0},"233":{"tf":1.4142135623730951},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.4142135623730951},"238":{"tf":1.4142135623730951},"239":{"tf":3.3166247903554},"240":{"tf":2.6457513110645907},"241":{"tf":1.0},"253":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"37":{"tf":1.7320508075688772},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.7320508075688772},"70":{"tf":1.0},"71":{"tf":1.7320508075688772},"72":{"tf":1.7320508075688772},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"79":{"tf":1.4142135623730951},"8":{"tf":2.23606797749979},"93":{"tf":1.0},"95":{"tf":1.4142135623730951},"97":{"tf":1.0}},"s":{"/":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"128":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"126":{"tf":1.0},"155":{"tf":1.0},"37":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"154":{"tf":1.0},"217":{"tf":1.0},"224":{"tf":1.0},"44":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":8,"docs":{"147":{"tf":1.0},"183":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"224":{"tf":1.0},"235":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0}}}}}}},"g":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"(":{"&":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"148":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"189":{"tf":1.0},"237":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"199":{"tf":1.0}}}}},"c":{"'":{"d":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"45":{"tf":1.0}}},"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":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"148":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":27,"docs":{"110":{"tf":1.0},"136":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.7320508075688772},"148":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"211":{"tf":1.0},"219":{"tf":1.0},"22":{"tf":1.0},"224":{"tf":1.0},"231":{"tf":1.7320508075688772},"232":{"tf":2.6457513110645907},"233":{"tf":1.7320508075688772},"234":{"tf":1.4142135623730951},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.4142135623730951},"240":{"tf":3.1622776601683795},"241":{"tf":1.0},"247":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"77":{"tf":1.0},"89":{"tf":1.0}}}}},"t":{"_":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"i":{"d":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"239":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"239":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"73":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"101":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":4,"docs":{"206":{"tf":1.0},"233":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"46":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"73":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"73":{"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":{},"v":{"df":0,"docs":{},"e":{"df":15,"docs":{"111":{"tf":1.0},"121":{"tf":1.0},"133":{"tf":1.0},"172":{"tf":1.0},"198":{"tf":1.0},"207":{"tf":1.0},"217":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"8":{"tf":1.4142135623730951},"81":{"tf":1.0}},"n":{"df":6,"docs":{"107":{"tf":1.0},"110":{"tf":1.0},"146":{"tf":1.0},"166":{"tf":1.0},"233":{"tf":1.0},"250":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"237":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"206":{"tf":1.0}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"125":{"tf":1.0},"197":{"tf":1.0},"233":{"tf":1.0},"249":{"tf":1.0},"5":{"tf":1.0}}}},"df":6,"docs":{"112":{"tf":1.0},"126":{"tf":1.0},"230":{"tf":1.0},"233":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"66":{"tf":1.0}},"e":{"df":2,"docs":{"240":{"tf":1.0},"37":{"tf":1.4142135623730951}}},"o":{"d":{"df":12,"docs":{"151":{"tf":1.0},"180":{"tf":1.0},"194":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"211":{"tf":1.0},"218":{"tf":1.0},"225":{"tf":1.0},"240":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"217":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"202":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"183":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"124":{"tf":1.0},"126":{"tf":2.0},"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"129":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"241":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"110":{"tf":1.4142135623730951},"111":{"tf":1.0},"207":{"tf":1.0},"211":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"198":{"tf":1.0},"60":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"194":{"tf":1.0},"200":{"tf":1.0},"83":{"tf":1.0}}}}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":7,"docs":{"190":{"tf":1.0},"192":{"tf":1.0},"199":{"tf":1.4142135623730951},"232":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"67":{"tf":1.4142135623730951}}}}}},"d":{"df":9,"docs":{"138":{"tf":1.7320508075688772},"139":{"tf":1.7320508075688772},"140":{"tf":1.7320508075688772},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":2.8284271247461903},"144":{"tf":1.0},"38":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"68":{"tf":1.0}}}}},"i":{"d":{"df":2,"docs":{"144":{"tf":1.0},"167":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"1":{"tf":1.0},"244":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"/":{"c":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"h":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"211":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"/":{"0":{".":{"1":{".":{"0":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"3":{"2":{"df":0,"docs":{},"f":{"3":{"0":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"a":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"p":{"a":{"0":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"237":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":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":{"237":{"tf":1.0}}},"n":{"d":{"df":3,"docs":{"172":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0}},"l":{"df":13,"docs":{"148":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"205":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"233":{"tf":1.4142135623730951},"239":{"tf":1.0},"34":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"9":{"tf":1.0},"90":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"121":{"tf":1.0},"233":{"tf":1.0}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":7,"docs":{"199":{"tf":1.0},"206":{"tf":1.0},"224":{"tf":1.0},"229":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"5":{"tf":1.0}}}},"i":{"df":1,"docs":{"42":{"tf":1.0}}}}},"r":{"d":{"df":4,"docs":{"191":{"tf":1.0},"217":{"tf":1.0},"36":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"148":{"tf":1.0}}}}}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"148":{"tf":1.0}}}}}},"df":1,"docs":{"240":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"<":{"df":0,"docs":{},"u":{"6":{"4":{"df":1,"docs":{"239":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"137":{"tf":1.0},"230":{"tf":1.0},"232":{"tf":1.0},"241":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"44":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":5,"docs":{"151":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"166":{"tf":1.0},"240":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"206":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"198":{"tf":1.0}}}}},"df":0,"docs":{},"p":{"df":6,"docs":{"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"211":{"tf":1.4142135623730951},"237":{"tf":1.0},"51":{"tf":1.0}}},"v":{"df":0,"docs":{},"i":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"185":{"tf":1.0}},"o":{"df":1,"docs":{"12":{"tf":1.0}}}},"p":{"df":7,"docs":{"143":{"tf":1.0},"162":{"tf":1.0},"198":{"tf":1.0},"219":{"tf":1.4142135623730951},"238":{"tf":1.0},"242":{"tf":1.0},"89":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"151":{"tf":1.0},"161":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"199":{"tf":1.0}}},"df":26,"docs":{"101":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"140":{"tf":1.0},"162":{"tf":1.0},"169":{"tf":1.0},"177":{"tf":1.0},"194":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"21":{"tf":1.7320508075688772},"218":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.4142135623730951},"233":{"tf":2.0},"239":{"tf":1.0},"240":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"87":{"tf":1.0},"94":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"243":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"154":{"tf":1.0},"156":{"tf":1.0}}}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":4,"docs":{"136":{"tf":1.4142135623730951},"206":{"tf":1.0},"250":{"tf":1.0},"252":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"200":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"170":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"202":{"tf":1.0},"240":{"tf":1.7320508075688772}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"207":{"tf":1.0}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"240":{"tf":1.0}}}}}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}},"r":{"df":1,"docs":{"170":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"209":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"156":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"198":{"tf":1.0},"218":{"tf":1.0},"235":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"187":{"tf":1.0}}}},"t":{"df":1,"docs":{"50":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":2,"docs":{"185":{"tf":1.0},"237":{"tf":1.0}},"s":{":":{"/":{"/":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"0":{".":{"1":{"4":{".":{"5":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"237":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"3":{"2":{"df":0,"docs":{},"f":{"3":{"0":{"df":0,"docs":{},"x":{"df":1,"docs":{"237":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"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":{"5":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"228":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"237":{"tf":1.0}}}}}}},"i":{".":{"df":1,"docs":{"241":{"tf":1.0}},"e":{",":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"149":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"3":{"2":{"df":2,"docs":{"87":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"155":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"8":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"df":1,"docs":{"239":{"tf":1.7320508075688772}},"e":{"a":{"df":8,"docs":{"115":{"tf":1.0},"146":{"tf":1.0},"151":{"tf":1.4142135623730951},"199":{"tf":1.7320508075688772},"217":{"tf":1.0},"218":{"tf":1.0},"232":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"17":{"tf":1.0},"170":{"tf":1.0},"240":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"113":{"tf":1.0},"174":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":14,"docs":{"199":{"tf":1.0},"243":{"tf":1.0},"42":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"78":{"tf":1.0}}}},"df":110,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"144":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"194":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"224":{"tf":1.0},"226":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"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":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":2.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":2.23606797749979},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"9":{"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}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"240":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"148":{"tf":1.0},"206":{"tf":1.0},"8":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"i":{"df":1,"docs":{"9":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"206":{"tf":1.0},"8":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"106":{"tf":1.0},"147":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":3,"docs":{"199":{"tf":1.0},"37":{"tf":1.7320508075688772},"83":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"100":{"tf":1.0},"101":{"tf":1.4142135623730951},"172":{"tf":1.0},"209":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"227":{"tf":1.4142135623730951},"228":{"tf":1.4142135623730951},"229":{"tf":1.7320508075688772},"232":{"tf":1.0}}}},"l":{"<":{"'":{"_":{"df":1,"docs":{"237":{"tf":1.0}}},"a":{"df":3,"docs":{"120":{"tf":1.0},"127":{"tf":1.0},"140":{"tf":1.4142135623730951}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"199":{"tf":1.0}}}}},"df":0,"docs":{},"p":{"df":1,"docs":{"233":{"tf":1.0}}},"t":{"df":3,"docs":{"140":{"tf":1.0},"237":{"tf":1.0},"25":{"tf":1.0}}}},"df":30,"docs":{"118":{"tf":1.7320508075688772},"119":{"tf":1.0},"132":{"tf":1.4142135623730951},"135":{"tf":1.0},"148":{"tf":1.7320508075688772},"151":{"tf":1.0},"155":{"tf":1.0},"16":{"tf":1.0},"162":{"tf":1.4142135623730951},"17":{"tf":1.7320508075688772},"170":{"tf":1.0},"199":{"tf":1.0},"203":{"tf":1.0},"21":{"tf":1.0},"217":{"tf":1.4142135623730951},"222":{"tf":1.4142135623730951},"223":{"tf":1.0},"232":{"tf":1.4142135623730951},"233":{"tf":2.8284271247461903},"234":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":1.7320508075688772},"240":{"tf":1.4142135623730951},"33":{"tf":1.0},"36":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":47,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"130":{"tf":1.0},"133":{"tf":1.7320508075688772},"135":{"tf":1.0},"136":{"tf":1.4142135623730951},"140":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"146":{"tf":2.0},"148":{"tf":1.0},"149":{"tf":1.7320508075688772},"150":{"tf":1.0},"151":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951},"167":{"tf":1.0},"17":{"tf":2.0},"170":{"tf":1.0},"18":{"tf":1.0},"199":{"tf":1.7320508075688772},"2":{"tf":1.0},"20":{"tf":2.23606797749979},"203":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"218":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"233":{"tf":1.4142135623730951},"234":{"tf":1.0},"235":{"tf":1.4142135623730951},"237":{"tf":1.7320508075688772},"239":{"tf":1.4142135623730951},"240":{"tf":2.23606797749979},"241":{"tf":1.0},"25":{"tf":1.7320508075688772},"257":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.7320508075688772},"33":{"tf":1.0},"44":{"tf":1.4142135623730951},"77":{"tf":1.0},"78":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"22":{"tf":1.0},"240":{"tf":1.0}}}}}}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":8,"docs":{"222":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.4142135623730951},"25":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"8":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"df":1,"docs":{"73":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"224":{"tf":1.0},"68":{"tf":1.0}}}}}}},"df":1,"docs":{"196":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"110":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"218":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"v":{"df":1,"docs":{"235":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":7,"docs":{"151":{"tf":1.0},"202":{"tf":1.0},"222":{"tf":1.0},"233":{"tf":1.0},"241":{"tf":1.0},"25":{"tf":1.0},"250":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"132":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":5,"docs":{"113":{"tf":1.0},"150":{"tf":1.0},"211":{"tf":1.0},"235":{"tf":1.0},"7":{"tf":1.0}}}},"d":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"199":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"103":{"tf":1.0},"84":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"176":{"tf":1.0},"181":{"tf":1.7320508075688772},"50":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"df":1,"docs":{"29":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"n":{"a":{"df":2,"docs":{"43":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}},"c":{"df":6,"docs":{"180":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"36":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"225":{"tf":1.0},"7":{"tf":2.0}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":2,"docs":{"119":{"tf":1.0},"218":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"207":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"191":{"tf":1.0},"211":{"tf":1.0}}}},"df":0,"docs":{}}}},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"194":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"68":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}}},"x":{".":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"127":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"126":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":9,"docs":{"156":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"233":{"tf":1.0},"239":{"tf":1.0},"250":{"tf":1.0},"256":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"217":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"221":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":2.0},"225":{"tf":1.0},"232":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"139":{"tf":1.4142135623730951},"164":{"tf":1.0}}}}}},"df":16,"docs":{"203":{"tf":1.0},"21":{"tf":1.0},"236":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.0},"67":{"tf":1.0},"74":{"tf":1.0},"92":{"tf":1.7320508075688772},"93":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"152":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"222":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"170":{"tf":1.4142135623730951},"190":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"240":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":6,"docs":{"105":{"tf":1.0},"198":{"tf":1.0},"252":{"tf":1.0},"33":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"240":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":14,"docs":{"112":{"tf":1.0},"124":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"16":{"tf":1.0},"21":{"tf":1.4142135623730951},"211":{"tf":1.0},"22":{"tf":1.0},"222":{"tf":1.0},"247":{"tf":1.0},"42":{"tf":1.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.0},"88":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"86":{"tf":1.0},"88":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":18,"docs":{"119":{"tf":1.0},"120":{"tf":1.0},"16":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.7320508075688772},"222":{"tf":1.0},"236":{"tf":1.4142135623730951},"240":{"tf":1.0},"25":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"198":{"tf":2.449489742783178},"199":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"g":{"df":3,"docs":{"200":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"211":{"tf":1.0},"212":{"tf":1.0}}}}}},"n":{"d":{"df":2,"docs":{"224":{"tf":1.0},"225":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.0},"214":{"tf":1.0},"225":{"tf":1.4142135623730951}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"202":{"tf":1.0},"224":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"239":{"tf":1.0},"45":{"tf":1.0}}}}},"f":{"a":{"c":{"df":42,"docs":{"133":{"tf":1.0},"189":{"tf":1.4142135623730951},"191":{"tf":1.0},"192":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"224":{"tf":1.0},"241":{"tf":1.0},"247":{"tf":1.7320508075688772},"251":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"110":{"tf":1.0},"170":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":8,"docs":{"136":{"tf":1.4142135623730951},"197":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"205":{"tf":1.0},"211":{"tf":1.0},"233":{"tf":1.0},"237":{"tf":1.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":8,"docs":{"123":{"tf":1.7320508075688772},"124":{"tf":2.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"155":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"\"":{"1":{"df":1,"docs":{"127":{"tf":1.0}}},"2":{"+":{"3":{"df":1,"docs":{"127":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"<":{"'":{"a":{"df":1,"docs":{"127":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"i":{"6":{"4":{"df":2,"docs":{"155":{"tf":1.0},"170":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"o":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"73":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{">":{">":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"74":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"77":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}}}},"r":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":1,"docs":{"127":{"tf":1.4142135623730951}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":5,"docs":{"191":{"tf":1.0},"217":{"tf":1.0},"224":{"tf":1.0},"36":{"tf":1.0},"91":{"tf":1.0}},"t":{"df":5,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"241":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"197":{"tf":1.0},"199":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":7,"docs":{"148":{"tf":1.0},"189":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"237":{"tf":1.0},"251":{"tf":1.0},"68":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"233":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"146":{"tf":1.4142135623730951},"247":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"k":{"df":6,"docs":{"116":{"tf":1.0},"117":{"tf":1.7320508075688772},"119":{"tf":1.0},"211":{"tf":1.0},"7":{"tf":1.0},"95":{"tf":1.0}}},"l":{"df":0,"docs":{},"v":{"df":5,"docs":{"198":{"tf":1.0},"200":{"tf":1.0},"233":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}}}}}}},"o":{":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"49":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"49":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"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":{"d":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"59":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"225":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":1,"docs":{"247":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"59":{"tf":1.0},"60":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"u":{"df":10,"docs":{"176":{"tf":1.0},"177":{"tf":1.0},"199":{"tf":1.0},"204":{"tf":1.0},"211":{"tf":1.0},"225":{"tf":1.0},"4":{"tf":1.0},"60":{"tf":1.0},"68":{"tf":1.4142135623730951},"74":{"tf":1.0}}}}},"t":{"'":{"df":12,"docs":{"112":{"tf":1.0},"177":{"tf":1.0},"206":{"tf":1.4142135623730951},"224":{"tf":1.0},"42":{"tf":1.0},"53":{"tf":1.0},"63":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":3,"docs":{"131":{"tf":1.0},"169":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951}}},"r":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"|":{"df":0,"docs":{},"r":{"df":1,"docs":{"239":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"203":{"tf":1.0},"206":{"tf":1.0}}}}}}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"'":{"df":3,"docs":{"118":{"tf":1.0},"173":{"tf":1.0},"206":{"tf":1.4142135623730951}}},".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"|":{"df":0,"docs":{},"r":{"df":1,"docs":{"239":{"tf":1.0}}}}},"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":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"79":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"m":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"171":{"tf":1.0},"79":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"=":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"239":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"239":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":16,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"156":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.4142135623730951},"199":{"tf":3.7416573867739413},"200":{"tf":1.4142135623730951},"203":{"tf":2.449489742783178},"205":{"tf":1.4142135623730951},"206":{"tf":3.1622776601683795},"229":{"tf":1.0},"239":{"tf":1.4142135623730951},"76":{"tf":1.7320508075688772},"77":{"tf":1.0},"78":{"tf":1.7320508075688772},"79":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":10,"docs":{"162":{"tf":1.0},"170":{"tf":1.4142135623730951},"194":{"tf":1.0},"200":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.7320508075688772},"241":{"tf":1.0},"256":{"tf":1.0},"55":{"tf":1.0}}}}}}}},"j":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"239":{"tf":1.0},"240":{"tf":1.0}}}},"v":{"a":{"df":6,"docs":{"157":{"tf":1.0},"166":{"tf":1.0},"222":{"tf":1.4142135623730951},"224":{"tf":1.4142135623730951},"232":{"tf":1.4142135623730951},"34":{"tf":1.0}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"232":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"9":{"tf":1.0}},"o":{"b":{"df":1,"docs":{"240":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"239":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"43":{"tf":1.0},"45":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"240":{"tf":1.0}}},"df":6,"docs":{"147":{"tf":1.0},"148":{"tf":1.7320508075688772},"149":{"tf":1.0},"151":{"tf":1.4142135623730951},"239":{"tf":1.0},"240":{"tf":2.0}}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"200":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"'":{"df":1,"docs":{"193":{"tf":1.0}}},"df":0,"docs":{}}}}},"k":{"df":1,"docs":{"148":{"tf":2.0}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":13,"docs":{"140":{"tf":1.4142135623730951},"197":{"tf":1.0},"198":{"tf":1.0},"202":{"tf":1.0},"212":{"tf":1.0},"233":{"tf":1.0},"240":{"tf":1.0},"39":{"tf":1.4142135623730951},"40":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"65":{"tf":1.0}}}},"p":{"df":0,"docs":{},"t":{"df":5,"docs":{"148":{"tf":1.0},"198":{"tf":1.0},"249":{"tf":1.0},"37":{"tf":1.4142135623730951},"5":{"tf":1.0}}}},"y":{".":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"199":{"tf":1.0}}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"199":{"tf":1.0}}}}}},"df":8,"docs":{"198":{"tf":1.0},"199":{"tf":2.0},"206":{"tf":1.7320508075688772},"232":{"tf":1.0},"240":{"tf":1.4142135623730951},"249":{"tf":1.0},"26":{"tf":1.0},"5":{"tf":1.0}},"s":{"<":{"'":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{">":{"(":{"&":{"'":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"199":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"133":{"tf":1.0}}}}}}}},"n":{"d":{"df":6,"docs":{"124":{"tf":1.0},"147":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.4142135623730951},"29":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"249":{"tf":1.4142135623730951},"5":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":11,"docs":{"117":{"tf":1.0},"136":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.4142135623730951},"150":{"tf":1.0},"181":{"tf":1.0},"198":{"tf":1.7320508075688772},"207":{"tf":1.4142135623730951},"233":{"tf":1.4142135623730951},"240":{"tf":1.0},"258":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":2,"docs":{"110":{"tf":1.0},"248":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":4,"docs":{"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"232":{"tf":1.4142135623730951},"239":{"tf":1.0}}}}}}},"l":{"a":{"b":{"df":1,"docs":{"233":{"tf":1.7320508075688772}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"166":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":31,"docs":{"110":{"tf":2.23606797749979},"124":{"tf":2.0},"128":{"tf":1.4142135623730951},"135":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"16":{"tf":1.0},"166":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951},"196":{"tf":1.0},"197":{"tf":1.7320508075688772},"2":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.4142135623730951},"222":{"tf":1.0},"224":{"tf":1.0},"227":{"tf":1.0},"232":{"tf":2.449489742783178},"239":{"tf":1.7320508075688772},"240":{"tf":1.4142135623730951},"255":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"57":{"tf":1.0},"62":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"g":{"df":3,"docs":{"176":{"tf":1.0},"185":{"tf":1.0},"5":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"189":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"230":{"tf":1.0},"68":{"tf":1.0},"8":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"116":{"tf":1.4142135623730951},"119":{"tf":1.0},"171":{"tf":1.0},"177":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"78":{"tf":1.0},"88":{"tf":1.0}}}}}},"w":{"df":1,"docs":{"250":{"tf":1.4142135623730951}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"240":{"tf":1.4142135623730951},"5":{"tf":1.0},"7":{"tf":2.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"198":{"tf":1.0},"222":{"tf":1.0}}}}}}},"df":1,"docs":{"199":{"tf":2.23606797749979}},"e":{"a":{"d":{"df":5,"docs":{"176":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"185":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":1,"docs":{"170":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"229":{"tf":1.0},"53":{"tf":1.0}}}},"v":{"df":3,"docs":{"233":{"tf":1.0},"239":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"126":{"tf":1.0}}}},"g":{"a":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"239":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"_":{"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":{"151":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":4,"docs":{"199":{"tf":1.7320508075688772},"239":{"tf":2.23606797749979},"240":{"tf":2.449489742783178},"241":{"tf":1.7320508075688772}},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"128":{"tf":1.4142135623730951},"198":{"tf":1.0},"199":{"tf":1.4142135623730951},"66":{"tf":1.0},"68":{"tf":1.0}}}}},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"{":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":4,"docs":{"238":{"tf":1.7320508075688772},"239":{"tf":2.6457513110645907},"240":{"tf":2.23606797749979},"241":{"tf":1.7320508075688772}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"<":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"!":{"[":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"239":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"239":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"s":{"df":7,"docs":{"166":{"tf":1.0},"172":{"tf":1.0},"185":{"tf":1.0},"200":{"tf":1.4142135623730951},"206":{"tf":1.0},"226":{"tf":1.0},"90":{"tf":1.0}}},"t":{"df":1,"docs":{"233":{"tf":1.0}}}},"t":{"'":{"df":3,"docs":{"126":{"tf":1.0},"228":{"tf":1.0},"8":{"tf":1.0}}},"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"170":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"155":{"tf":1.0}}}},"df":0,"docs":{}}},"df":3,"docs":{"179":{"tf":1.0},"42":{"tf":1.0},"7":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":8,"docs":{"110":{"tf":1.0},"146":{"tf":1.0},"170":{"tf":1.0},"202":{"tf":1.0},"240":{"tf":1.0},"45":{"tf":1.0},"67":{"tf":2.23606797749979},"68":{"tf":2.0}}}}},"x":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"206":{"tf":1.0}}}}},"df":0,"docs":{}}}},"h":{"df":2,"docs":{"155":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951}}},"i":{"b":{"c":{":":{":":{"c":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"199":{"tf":1.0},"206":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"(":{"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":{},"r":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{"df":1,"docs":{"68":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":15,"docs":{"107":{"tf":1.0},"140":{"tf":1.0},"17":{"tf":1.0},"183":{"tf":1.0},"196":{"tf":1.4142135623730951},"198":{"tf":2.6457513110645907},"199":{"tf":1.0},"206":{"tf":1.4142135623730951},"233":{"tf":1.0},"237":{"tf":1.4142135623730951},"240":{"tf":2.23606797749979},"243":{"tf":1.0},"66":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0}}},"y":{"'":{"df":1,"docs":{"198":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"170":{"tf":1.0},"198":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":16,"docs":{"143":{"tf":2.0},"198":{"tf":1.0},"199":{"tf":2.23606797749979},"200":{"tf":1.0},"202":{"tf":1.4142135623730951},"204":{"tf":1.0},"206":{"tf":1.4142135623730951},"37":{"tf":1.0},"48":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"179":{"tf":1.0},"200":{"tf":1.0},"225":{"tf":1.0},"7":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":9,"docs":{"103":{"tf":1.0},"210":{"tf":1.7320508075688772},"217":{"tf":1.0},"218":{"tf":1.0},"234":{"tf":1.0},"42":{"tf":1.0},"61":{"tf":2.0},"8":{"tf":1.4142135623730951},"95":{"tf":1.0}},"r":{"df":1,"docs":{"164":{"tf":1.0}}}},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"255":{"tf":1.4142135623730951}}}}}}},"k":{"df":1,"docs":{"185":{"tf":1.0}}},"t":{"df":3,"docs":{"217":{"tf":2.23606797749979},"218":{"tf":2.23606797749979},"219":{"tf":1.7320508075688772}},"s":{"=":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"217":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":1,"docs":{"243":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"247":{"tf":1.0}}}}},"t":{"df":4,"docs":{"218":{"tf":1.4142135623730951},"219":{"tf":1.4142135623730951},"22":{"tf":1.0},"258":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"233":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"11":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"l":{"df":6,"docs":{"197":{"tf":1.0},"223":{"tf":1.0},"241":{"tf":1.0},"250":{"tf":1.0},"29":{"tf":1.0},"45":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":5,"docs":{"49":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"k":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"140":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"140":{"tf":1.4142135623730951}}}},"d":{"df":1,"docs":{"250":{"tf":1.4142135623730951}}},"df":0,"docs":{},"g":{"df":2,"docs":{"116":{"tf":1.0},"67":{"tf":1.0}},"i":{"c":{"df":2,"docs":{"205":{"tf":1.0},"233":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":2.23606797749979}},"s":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{")":{".":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"78":{"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":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"106":{"tf":1.0},"124":{"tf":1.0},"198":{"tf":1.0},"239":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"217":{"tf":1.0},"49":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":8,"docs":{"199":{"tf":1.0},"203":{"tf":1.4142135623730951},"206":{"tf":1.0},"233":{"tf":1.7320508075688772},"240":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"8":{"tf":1.4142135623730951}}},"p":{"df":4,"docs":{"199":{"tf":1.7320508075688772},"229":{"tf":1.0},"36":{"tf":1.0},"78":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"199":{"tf":1.0},"237":{"tf":1.0}}}},"t":{"df":5,"docs":{"135":{"tf":1.0},"162":{"tf":1.4142135623730951},"199":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0}}},"w":{"df":1,"docs":{"45":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"202":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"p":{"df":1,"docs":{"247":{"tf":1.0}}}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"185":{"tf":1.0}}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"241":{"tf":1.0}}}}}}},"m":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"222":{"tf":1.0},"223":{"tf":1.0}}}}}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"186":{"tf":1.0},"233":{"tf":1.4142135623730951},"5":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"128":{"tf":1.7320508075688772},"129":{"tf":1.0}}}}}},"df":5,"docs":{"239":{"tf":1.7320508075688772},"240":{"tf":1.7320508075688772},"241":{"tf":1.0},"34":{"tf":1.0},"74":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"df":4,"docs":{"100":{"tf":1.0},"211":{"tf":1.0},"249":{"tf":1.0},"5":{"tf":1.0}}}},"df":1,"docs":{"43":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"222":{"tf":1.0}}}}}},"df":19,"docs":{"106":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"132":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"151":{"tf":1.4142135623730951},"198":{"tf":1.0},"21":{"tf":1.0},"222":{"tf":1.0},"233":{"tf":1.7320508075688772},"240":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0},"8":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"2":{"tf":1.0}}}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"89":{"tf":1.0},"90":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"e":{"df":34,"docs":{"131":{"tf":1.0},"136":{"tf":1.0},"143":{"tf":1.4142135623730951},"151":{"tf":1.0},"166":{"tf":1.0},"172":{"tf":1.0},"181":{"tf":1.4142135623730951},"183":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"2":{"tf":1.4142135623730951},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.4142135623730951},"206":{"tf":1.0},"211":{"tf":1.0},"217":{"tf":1.0},"222":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.4142135623730951},"237":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"256":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0},"71":{"tf":1.0},"8":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"97":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"185":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"c":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"198":{"tf":1.0},"60":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":6,"docs":{"196":{"tf":1.0},"198":{"tf":1.0},"202":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"233":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":17,"docs":{"111":{"tf":1.0},"112":{"tf":1.0},"137":{"tf":1.0},"150":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"166":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"209":{"tf":1.0},"227":{"tf":1.0},"232":{"tf":1.4142135623730951},"247":{"tf":1.0},"29":{"tf":1.0},"68":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"197":{"tf":1.0},"206":{"tf":1.0},"66":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"159":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"12":{"tf":1.0},"151":{"tf":1.0},"206":{"tf":1.4142135623730951},"225":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"(":{"df":0,"docs":{},"|":{"c":{"df":0,"docs":{},"m":{"d":{"df":2,"docs":{"118":{"tf":1.0},"119":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":8,"docs":{"151":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"79":{"tf":1.0}}},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"199":{"tf":1.0}}}},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"78":{"tf":1.4142135623730951}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":17,"docs":{"106":{"tf":1.0},"127":{"tf":1.0},"155":{"tf":1.4142135623730951},"157":{"tf":1.0},"170":{"tf":1.0},"206":{"tf":1.0},"233":{"tf":1.0},"239":{"tf":1.0},"41":{"tf":1.0},"60":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"78":{"tf":1.0},"8":{"tf":1.4142135623730951},"86":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"125":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"233":{"tf":1.0},"32":{"tf":1.0},"8":{"tf":1.0}}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"72":{"tf":1.0}}}}}},"df":1,"docs":{"222":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":15,"docs":{"135":{"tf":1.0},"140":{"tf":1.0},"162":{"tf":1.0},"172":{"tf":1.0},"198":{"tf":2.0},"202":{"tf":1.0},"206":{"tf":1.0},"222":{"tf":1.4142135623730951},"233":{"tf":1.0},"234":{"tf":1.0},"37":{"tf":1.4142135623730951},"50":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"106":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":5,"docs":{"159":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.7320508075688772},"259":{"tf":1.4142135623730951},"34":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"139":{"tf":1.0},"143":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}},"m":{":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":2,"docs":{"42":{"tf":1.0},"44":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"42":{"tf":1.4142135623730951}},"e":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"{":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"(":{"_":{"df":9,"docs":{"212":{"tf":1.0},"39":{"tf":1.7320508075688772},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"232":{"tf":1.4142135623730951},"239":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":11,"docs":{"194":{"tf":1.0},"197":{"tf":2.0},"198":{"tf":1.7320508075688772},"199":{"tf":2.23606797749979},"202":{"tf":1.7320508075688772},"206":{"tf":1.0},"211":{"tf":1.0},"222":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.4142135623730951},"74":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"57":{"tf":1.0},"60":{"tf":1.0},"67":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"233":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"232":{"tf":1.0}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"240":{"tf":1.0}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":38,"docs":{"107":{"tf":1.4142135623730951},"11":{"tf":1.0},"135":{"tf":1.4142135623730951},"140":{"tf":1.0},"143":{"tf":1.0},"149":{"tf":1.0},"151":{"tf":1.4142135623730951},"157":{"tf":1.7320508075688772},"162":{"tf":1.0},"164":{"tf":1.4142135623730951},"166":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"189":{"tf":1.0},"192":{"tf":1.0},"20":{"tf":1.4142135623730951},"217":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.7320508075688772},"224":{"tf":1.0},"225":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.7320508075688772},"234":{"tf":1.4142135623730951},"237":{"tf":1.7320508075688772},"240":{"tf":1.4142135623730951},"25":{"tf":1.0},"252":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"42":{"tf":1.0},"54":{"tf":1.0},"66":{"tf":1.0},"88":{"tf":1.0},"94":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"253":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"117":{"tf":1.0},"118":{"tf":2.23606797749979}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"'":{"a":{"df":1,"docs":{"120":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"133":{"tf":1.0}}}},"n":{"d":{"df":2,"docs":{"198":{"tf":1.0},"240":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":10,"docs":{"162":{"tf":1.0},"189":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"55":{"tf":1.0},"65":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"217":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"df":3,"docs":{"110":{"tf":1.0},"198":{"tf":1.0},"218":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"d":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"218":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"k":{"df":3,"docs":{"233":{"tf":1.0},"68":{"tf":1.0},"74":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"221":{"tf":1.0},"224":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"199":{"tf":1.0},"217":{"tf":1.0}}}}},"x":{"df":1,"docs":{"11":{"tf":1.0}}}},"o":{"d":{"df":10,"docs":{"155":{"tf":1.4142135623730951},"170":{"tf":1.4142135623730951},"206":{"tf":1.0},"233":{"tf":1.7320508075688772},"60":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"87":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"t":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":1,"docs":{"237":{"tf":1.4142135623730951}},"l":{"df":2,"docs":{"240":{"tf":1.7320508075688772},"89":{"tf":1.0}}}},"i":{"df":0,"docs":{},"f":{"df":3,"docs":{"247":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0}},"i":{"df":6,"docs":{"100":{"tf":1.0},"147":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"71":{"tf":1.0},"8":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"184":{"tf":1.0},"2":{"tf":1.0},"241":{"tf":1.0},"255":{"tf":1.4142135623730951}}}},"df":22,"docs":{"121":{"tf":1.0},"132":{"tf":1.0},"136":{"tf":1.0},"146":{"tf":1.0},"150":{"tf":1.4142135623730951},"151":{"tf":2.0},"188":{"tf":1.7320508075688772},"189":{"tf":2.0},"190":{"tf":1.7320508075688772},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"206":{"tf":1.0},"233":{"tf":1.7320508075688772},"255":{"tf":1.0},"256":{"tf":1.7320508075688772},"257":{"tf":1.0},"258":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"240":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":3,"docs":{"232":{"tf":1.0},"235":{"tf":1.0},"51":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"147":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":50,"docs":{"103":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.0},"121":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.4142135623730951},"136":{"tf":1.0},"143":{"tf":1.0},"151":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.7320508075688772},"169":{"tf":1.4142135623730951},"171":{"tf":1.4142135623730951},"172":{"tf":1.0},"173":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":1.0},"183":{"tf":1.4142135623730951},"184":{"tf":1.4142135623730951},"2":{"tf":1.0},"20":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"204":{"tf":1.0},"206":{"tf":1.0},"218":{"tf":1.0},"225":{"tf":1.0},"232":{"tf":1.4142135623730951},"233":{"tf":1.0},"239":{"tf":1.7320508075688772},"240":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"57":{"tf":1.0},"68":{"tf":1.7320508075688772},"7":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.4142135623730951},"83":{"tf":1.0},"87":{"tf":1.0},"9":{"tf":1.0},"96":{"tf":1.0}},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"183":{"tf":1.0},"2":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"172":{"tf":1.0},"88":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":19,"docs":{"107":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"133":{"tf":1.7320508075688772},"141":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"163":{"tf":1.4142135623730951},"171":{"tf":1.4142135623730951},"178":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"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":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"233":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"233":{"tf":2.0}}}}}}}},"df":1,"docs":{"233":{"tf":2.0}}}}},"v":{"df":0,"docs":{},"e":{"df":9,"docs":{"105":{"tf":1.0},"108":{"tf":1.0},"136":{"tf":1.0},"239":{"tf":1.0},"37":{"tf":1.0},"52":{"tf":1.0},"81":{"tf":1.7320508075688772},"82":{"tf":1.7320508075688772},"83":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"g":{"_":{"c":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"68":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"68":{"tf":1.0}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{".":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"68":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"68":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"68":{"tf":1.7320508075688772}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"67":{"tf":1.0},"68":{"tf":1.0}}}}}},"df":1,"docs":{"67":{"tf":1.4142135623730951}}}},"u":{"c":{"df":0,"docs":{},"h":{"df":9,"docs":{"151":{"tf":1.0},"183":{"tf":1.0},"190":{"tf":1.0},"197":{"tf":1.0},"200":{"tf":1.0},"57":{"tf":1.0},"68":{"tf":1.0},"90":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":15,"docs":{"154":{"tf":1.0},"166":{"tf":1.0},"18":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"194":{"tf":1.0},"20":{"tf":1.4142135623730951},"200":{"tf":1.0},"202":{"tf":1.0},"234":{"tf":1.0},"240":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"48":{"tf":1.4142135623730951},"94":{"tf":1.0}}}},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":15,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"166":{"tf":1.0},"172":{"tf":1.0},"177":{"tf":1.0},"206":{"tf":1.7320508075688772},"209":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"54":{"tf":1.0},"99":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"t":{"df":3,"docs":{"102":{"tf":1.0},"172":{"tf":1.4142135623730951},"67":{"tf":1.0}}}},"df":27,"docs":{"101":{"tf":1.4142135623730951},"106":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"127":{"tf":2.0},"128":{"tf":1.0},"148":{"tf":2.8284271247461903},"157":{"tf":1.0},"166":{"tf":1.0},"177":{"tf":2.449489742783178},"199":{"tf":1.4142135623730951},"206":{"tf":1.7320508075688772},"21":{"tf":1.0},"210":{"tf":1.4142135623730951},"229":{"tf":1.0},"233":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"49":{"tf":2.23606797749979},"53":{"tf":1.0},"60":{"tf":2.23606797749979},"68":{"tf":1.0},"73":{"tf":1.4142135623730951},"78":{"tf":1.0},"8":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"x":{"<":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":1,"docs":{"140":{"tf":1.0}}}}},"t":{"df":1,"docs":{"140":{"tf":1.4142135623730951}}}},"df":1,"docs":{"140":{"tf":2.23606797749979}},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{"<":{"'":{"a":{"df":1,"docs":{"140":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":1,"docs":{"140":{"tf":1.0}}}},"df":1,"docs":{"140":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"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":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":1,"docs":{"21":{"tf":1.7320508075688772}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{":":{":":{"a":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}},"b":{"df":3,"docs":{"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"i":{"b":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{"df":1,"docs":{"68":{"tf":1.0}}}}}},"df":1,"docs":{"67":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{")":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}}}}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"(":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"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":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"206":{"tf":1.4142135623730951}}}}}}},"df":2,"docs":{"203":{"tf":1.4142135623730951},"206":{"tf":2.449489742783178}},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":2,"docs":{"203":{"tf":1.4142135623730951},"206":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}}}}},"n":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"128":{"tf":1.0}}}}}}},"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"162":{"tf":1.0}}}}}},"df":24,"docs":{"12":{"tf":1.0},"139":{"tf":1.0},"155":{"tf":1.7320508075688772},"162":{"tf":1.0},"166":{"tf":1.4142135623730951},"170":{"tf":1.7320508075688772},"175":{"tf":1.0},"20":{"tf":1.0},"218":{"tf":1.0},"230":{"tf":1.0},"233":{"tf":1.0},"239":{"tf":1.7320508075688772},"240":{"tf":2.0},"37":{"tf":1.0},"40":{"tf":1.7320508075688772},"41":{"tf":3.4641016151377544},"42":{"tf":1.7320508075688772},"66":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.7320508075688772},"94":{"tf":1.4142135623730951},"95":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"203":{"tf":1.0},"65":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"166":{"tf":1.0}}}}}},"df":4,"docs":{"128":{"tf":1.7320508075688772},"148":{"tf":1.0},"155":{"tf":1.7320508075688772},"170":{"tf":1.7320508075688772}},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"232":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"100":{"tf":1.0},"211":{"tf":1.0},"29":{"tf":1.0},"48":{"tf":1.0},"72":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"132":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":30,"docs":{"112":{"tf":1.4142135623730951},"126":{"tf":1.0},"135":{"tf":1.0},"147":{"tf":1.4142135623730951},"151":{"tf":1.0},"172":{"tf":1.0},"189":{"tf":1.0},"198":{"tf":1.0},"206":{"tf":1.7320508075688772},"217":{"tf":1.0},"233":{"tf":1.4142135623730951},"236":{"tf":1.0},"239":{"tf":1.4142135623730951},"240":{"tf":2.23606797749979},"241":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.7320508075688772},"52":{"tf":1.4142135623730951},"73":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"88":{"tf":1.0},"94":{"tf":1.0},"97":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"103":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"233":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"100":{"tf":1.0},"112":{"tf":1.0},"134":{"tf":1.0},"210":{"tf":1.0},"37":{"tf":1.0},"8":{"tf":1.0},"95":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"238":{"tf":1.0}}}}}}}}}}}},"w":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"127":{"tf":1.0}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":26,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"147":{"tf":1.0},"158":{"tf":1.0},"16":{"tf":1.4142135623730951},"162":{"tf":1.0},"169":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"170":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"18":{"tf":1.0},"20":{"tf":1.0},"206":{"tf":1.0},"21":{"tf":1.0},"211":{"tf":1.4142135623730951},"217":{"tf":1.0},"222":{"tf":1.0},"232":{"tf":1.0},"240":{"tf":1.0},"41":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":8,"docs":{"130":{"tf":2.0},"131":{"tf":1.0},"132":{"tf":1.4142135623730951},"133":{"tf":2.0},"134":{"tf":1.7320508075688772},"135":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"137":{"tf":2.0}}}}}},"x":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"203":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"203":{"tf":1.4142135623730951}}}}}},"df":4,"docs":{"199":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"42":{"tf":1.0}}}}},"f":{"df":1,"docs":{"233":{"tf":3.7416573867739413}},"s":{"(":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{":":{":":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"233":{"tf":1.0}}}}}}}}}},"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":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"233":{"tf":1.4142135623730951}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"166":{"tf":1.0},"199":{"tf":1.0}}},"h":{"df":1,"docs":{"238":{"tf":1.0}},"o":{"df":0,"docs":{},"l":{"a":{"df":1,"docs":{"243":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"232":{"tf":1.0}}}}}},"o":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"199":{"tf":1.7320508075688772},"60":{"tf":1.0},"67":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"218":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":2,"docs":{"94":{"tf":1.0},"97":{"tf":1.4142135623730951}}}}}},"d":{"df":0,"docs":{},"e":{"df":5,"docs":{"156":{"tf":1.0},"170":{"tf":2.449489742783178},"171":{"tf":2.0},"172":{"tf":2.0},"173":{"tf":1.0}}}},"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"85":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"87":{"tf":2.0},"88":{"tf":1.0},"89":{"tf":2.23606797749979},"90":{"tf":1.7320508075688772},"91":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"218":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":8,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"11":{"tf":1.0},"126":{"tf":1.0},"171":{"tf":1.0},"234":{"tf":1.0},"66":{"tf":1.0},"87":{"tf":1.0}},"e":{"df":9,"docs":{"127":{"tf":1.0},"199":{"tf":1.0},"203":{"tf":1.0},"21":{"tf":1.0},"217":{"tf":1.0},"233":{"tf":1.4142135623730951},"42":{"tf":1.0},"69":{"tf":1.0},"75":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"199":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"157":{"tf":1.0}}}},"r":{"df":0,"docs":{},"m":{"!":{"(":{"0":{".":{"5":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{},"x":{",":{"1":{",":{"2":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"128":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"196":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0}}}},"df":2,"docs":{"128":{"tf":1.0},"3":{"tf":1.0}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"20":{"tf":1.0},"202":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"125":{"tf":1.0},"257":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":13,"docs":{"126":{"tf":1.0},"143":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"189":{"tf":1.0},"198":{"tf":1.0},"203":{"tf":1.0},"21":{"tf":1.0},"218":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"78":{"tf":1.0},"95":{"tf":1.0}}},"h":{"df":2,"docs":{"202":{"tf":1.0},"203":{"tf":1.0}}},"i":{"c":{"df":2,"docs":{"239":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"224":{"tf":1.0}}}}}},"w":{"df":7,"docs":{"17":{"tf":1.0},"177":{"tf":1.4142135623730951},"183":{"tf":1.0},"230":{"tf":1.0},"233":{"tf":1.0},"40":{"tf":1.0},"8":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"203":{"tf":1.0},"205":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"60":{"tf":1.0},"68":{"tf":1.0}},"l":{"df":5,"docs":{"199":{"tf":1.0},"200":{"tf":1.0},"55":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.4142135623730951}}}},"m":{"1":{"df":1,"docs":{"82":{"tf":2.23606797749979}}},"2":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"82":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"82":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":1,"docs":{"82":{"tf":2.23606797749979}}},"3":{".":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"82":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"_":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"82":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"82":{"tf":2.23606797749979}}},"_":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":1,"docs":{"186":{"tf":1.0}}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"150":{"tf":1.4142135623730951},"186":{"tf":1.0},"199":{"tf":1.4142135623730951},"200":{"tf":1.0},"228":{"tf":1.0},"239":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"'":{"df":2,"docs":{"252":{"tf":1.0},"32":{"tf":1.0}}},"df":45,"docs":{"113":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"121":{"tf":1.7320508075688772},"124":{"tf":1.0},"139":{"tf":1.7320508075688772},"143":{"tf":1.4142135623730951},"154":{"tf":1.7320508075688772},"156":{"tf":1.0},"159":{"tf":2.0},"16":{"tf":1.0},"161":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.4142135623730951},"18":{"tf":1.0},"194":{"tf":1.4142135623730951},"195":{"tf":1.7320508075688772},"196":{"tf":1.0},"197":{"tf":1.4142135623730951},"198":{"tf":1.4142135623730951},"199":{"tf":2.8284271247461903},"200":{"tf":2.0},"202":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"232":{"tf":1.4142135623730951},"237":{"tf":1.0},"247":{"tf":1.0},"250":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":2.23606797749979},"29":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":2.0},"48":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":3,"docs":{"206":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"42":{"tf":1.0}}}}}}},"c":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"199":{"tf":1.0}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"110":{"tf":1.0},"124":{"tf":1.0},"206":{"tf":1.0},"73":{"tf":1.0}}}}},"df":0,"docs":{},"p":{"df":1,"docs":{"247":{"tf":1.0}}}},"d":{"d":{"df":1,"docs":{"240":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"8":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"24":{"tf":1.0},"257":{"tf":1.0},"26":{"tf":1.0},"86":{"tf":1.0}}}}}},"h":{"df":1,"docs":{"94":{"tf":1.0}}},"k":{"(":{"_":{"df":1,"docs":{"206":{"tf":1.0}}},"df":2,"docs":{"67":{"tf":1.0},"68":{"tf":1.0}}},"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"67":{"tf":1.0}}}},"df":7,"docs":{"106":{"tf":1.4142135623730951},"177":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"49":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}}},"l":{"d":{"df":4,"docs":{"170":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"217":{"tf":1.0}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"233":{"tf":1.0},"239":{"tf":2.0},"240":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"240":{"tf":1.0}}}}}},"n":{"c":{"df":4,"docs":{"176":{"tf":1.0},"177":{"tf":1.0},"234":{"tf":1.4142135623730951},"8":{"tf":1.0}}},"df":37,"docs":{"103":{"tf":1.0},"110":{"tf":1.0},"126":{"tf":1.0},"147":{"tf":1.0},"150":{"tf":1.4142135623730951},"151":{"tf":1.0},"155":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.0},"170":{"tf":1.4142135623730951},"172":{"tf":1.0},"173":{"tf":1.0},"183":{"tf":1.0},"185":{"tf":1.4142135623730951},"198":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":1.7320508075688772},"200":{"tf":1.0},"202":{"tf":1.0},"206":{"tf":1.4142135623730951},"209":{"tf":1.0},"211":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"239":{"tf":2.0},"240":{"tf":2.23606797749979},"247":{"tf":1.7320508075688772},"258":{"tf":1.4142135623730951},"45":{"tf":1.0},"54":{"tf":1.0},"72":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"244":{"tf":1.4142135623730951}}}}},"u":{"df":1,"docs":{"192":{"tf":1.0}}}},"o":{"df":4,"docs":{"158":{"tf":1.0},"172":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0}}},"p":{"a":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":5,"docs":{"131":{"tf":1.0},"194":{"tf":1.0},"196":{"tf":1.0},"198":{"tf":1.0},"200":{"tf":1.0}}}}},"df":1,"docs":{"127":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"n":{"/":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"247":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":3,"docs":{"198":{"tf":1.0},"247":{"tf":1.0},"4":{"tf":1.0}}},"r":{"df":24,"docs":{"11":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":2.0},"118":{"tf":1.0},"125":{"tf":1.0},"14":{"tf":1.0},"148":{"tf":1.0},"154":{"tf":1.4142135623730951},"171":{"tf":2.23606797749979},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"192":{"tf":1.4142135623730951},"198":{"tf":1.0},"206":{"tf":1.0},"222":{"tf":1.0},"225":{"tf":1.0},"239":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"252":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"59":{"tf":1.0},"66":{"tf":1.4142135623730951},"74":{"tf":1.0}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"197":{"tf":1.0}}}}}},"s":{"df":3,"docs":{"134":{"tf":1.0},"157":{"tf":1.0},"44":{"tf":1.0}}}}},"t":{"df":1,"docs":{"217":{"tf":1.0}},"i":{"c":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"239":{"tf":1.4142135623730951}}}}}},"df":3,"docs":{"239":{"tf":1.4142135623730951},"240":{"tf":1.7320508075688772},"241":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":8,"docs":{"185":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"210":{"tf":1.0},"211":{"tf":1.0},"233":{"tf":1.0},"44":{"tf":1.0},"50":{"tf":1.0},"74":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"22":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"<":{"&":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"203":{"tf":1.4142135623730951}}}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"233":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{">":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"127":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"<":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"'":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":2,"docs":{"21":{"tf":1.0},"233":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":2,"docs":{"54":{"tf":1.0},"79":{"tf":1.0}}}},"df":11,"docs":{"162":{"tf":1.0},"192":{"tf":1.0},"21":{"tf":1.0},"219":{"tf":1.0},"42":{"tf":1.0},"54":{"tf":1.0},"76":{"tf":1.7320508075688772},"77":{"tf":1.4142135623730951},"78":{"tf":2.23606797749979},"79":{"tf":1.7320508075688772},"89":{"tf":1.0}},"s":{"'":{"df":1,"docs":{"151":{"tf":1.0}}},"df":0,"docs":{}},"’":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}},"r":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":1,"docs":{"237":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"151":{"tf":1.0},"198":{"tf":1.0},"217":{"tf":1.0},"222":{"tf":1.0},"233":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"29":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"234":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"121":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"232":{"tf":1.0},"253":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"3":{"tf":1.4142135623730951}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"107":{"tf":1.0},"172":{"tf":1.7320508075688772},"176":{"tf":1.0},"42":{"tf":1.0},"68":{"tf":1.0}}}}}}},"s":{"df":1,"docs":{"140":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"166":{"tf":1.0},"202":{"tf":1.0}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":5,"docs":{"163":{"tf":1.0},"209":{"tf":1.0},"233":{"tf":1.0},"37":{"tf":1.4142135623730951},"88":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"(":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"127":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"127":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":17,"docs":{"1":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"127":{"tf":1.4142135623730951},"157":{"tf":1.0},"206":{"tf":1.4142135623730951},"210":{"tf":1.0},"217":{"tf":1.0},"225":{"tf":1.0},"229":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"45":{"tf":1.0},"53":{"tf":1.0},"89":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"189":{"tf":1.0},"190":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":4,"docs":{"140":{"tf":1.0},"143":{"tf":1.7320508075688772},"199":{"tf":1.0},"53":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"149":{"tf":1.0},"21":{"tf":1.0},"240":{"tf":1.0},"8":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"185":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"184":{"tf":1.0},"233":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":21,"docs":{"126":{"tf":1.0},"147":{"tf":1.0},"154":{"tf":1.4142135623730951},"169":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.0},"192":{"tf":1.0},"20":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"239":{"tf":1.0},"246":{"tf":1.4142135623730951},"48":{"tf":1.0},"54":{"tf":1.0},"7":{"tf":2.0},"76":{"tf":1.7320508075688772},"77":{"tf":1.0},"78":{"tf":1.4142135623730951},"79":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"218":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"134":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"217":{"tf":1.0}}}},"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"110":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"246":{"tf":1.4142135623730951}}}}}}}}},"w":{"df":0,"docs":{},"n":{"df":16,"docs":{"196":{"tf":1.4142135623730951},"198":{"tf":1.7320508075688772},"199":{"tf":1.0},"212":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.4142135623730951},"37":{"tf":1.0},"39":{"tf":1.4142135623730951},"42":{"tf":1.0},"45":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.4142135623730951},"71":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"199":{"tf":1.4142135623730951},"45":{"tf":1.0}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":9,"docs":{"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"211":{"tf":1.7320508075688772},"212":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"41":{"tf":1.0},"71":{"tf":1.0}}}}}}}}}}},"p":{":":{":":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"233":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"183":{"tf":1.0},"185":{"tf":1.0}}}},"df":1,"docs":{"128":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"!":{"(":{"\"":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"127":{"tf":1.0},"155":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":2.0},"68":{"tf":1.0},"90":{"tf":1.0}},"k":{"df":3,"docs":{"34":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.0}}}}},"r":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"df":4,"docs":{"227":{"tf":1.7320508075688772},"228":{"tf":1.7320508075688772},"229":{"tf":1.0},"230":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"184":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"115":{"tf":1.0},"232":{"tf":1.7320508075688772},"239":{"tf":1.0},"240":{"tf":1.0},"8":{"tf":1.0},"94":{"tf":1.0}}}}}},"df":1,"docs":{"199":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"199":{"tf":1.0},"232":{"tf":1.0}}}}},"s":{"df":1,"docs":{"240":{"tf":3.0}},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"61":{"tf":2.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"61":{"tf":2.0}}}}}}},"r":{"df":3,"docs":{"127":{"tf":1.0},"128":{"tf":1.0},"240":{"tf":1.0}}}}},"t":{"df":15,"docs":{"133":{"tf":1.0},"143":{"tf":1.0},"146":{"tf":1.0},"184":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"232":{"tf":1.4142135623730951},"233":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.4142135623730951},"247":{"tf":1.0},"256":{"tf":1.0},"42":{"tf":1.0},"52":{"tf":1.0},"98":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"21":{"tf":1.0},"236":{"tf":1.0},"239":{"tf":1.0}},"e":{"df":0,"docs":{},"q":{"df":2,"docs":{"162":{"tf":1.0},"21":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"1":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"146":{"tf":1.0},"2":{"tf":1.0},"232":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"211":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"183":{"tf":1.0},"252":{"tf":1.0}}}}},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"243":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":21,"docs":{"115":{"tf":1.0},"119":{"tf":1.0},"121":{"tf":1.0},"135":{"tf":1.0},"200":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"55":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.7320508075688772},"71":{"tf":1.4142135623730951},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.7320508075688772},"81":{"tf":1.4142135623730951},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"218":{"tf":1.0}}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"233":{"tf":2.449489742783178}}}}},"df":3,"docs":{"233":{"tf":2.23606797749979},"50":{"tf":1.0},"90":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":136,"docs":{"110":{"tf":2.8284271247461903},"111":{"tf":2.0},"112":{"tf":2.0},"113":{"tf":2.449489742783178},"114":{"tf":1.0},"115":{"tf":1.4142135623730951},"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.7320508075688772},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.7320508075688772},"129":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.4142135623730951},"138":{"tf":1.0},"139":{"tf":1.7320508075688772},"140":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"142":{"tf":1.0},"143":{"tf":2.0},"144":{"tf":1.4142135623730951},"145":{"tf":1.0},"146":{"tf":1.7320508075688772},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":2.0},"152":{"tf":1.4142135623730951},"153":{"tf":1.0},"154":{"tf":1.4142135623730951},"155":{"tf":1.0},"156":{"tf":1.7320508075688772},"157":{"tf":1.0},"158":{"tf":2.0},"159":{"tf":2.23606797749979},"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":2.0},"167":{"tf":2.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":2.0},"172":{"tf":1.0},"173":{"tf":2.0},"174":{"tf":2.0},"175":{"tf":1.0},"176":{"tf":1.4142135623730951},"177":{"tf":1.4142135623730951},"178":{"tf":1.4142135623730951},"179":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":2.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":2.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"2":{"tf":2.0},"200":{"tf":1.4142135623730951},"201":{"tf":1.0},"202":{"tf":1.7320508075688772},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.4142135623730951},"206":{"tf":1.0},"207":{"tf":2.8284271247461903},"208":{"tf":1.0},"209":{"tf":1.4142135623730951},"210":{"tf":1.0},"211":{"tf":2.0},"212":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.7320508075688772},"223":{"tf":1.0},"224":{"tf":2.449489742783178},"225":{"tf":1.0},"226":{"tf":1.0},"236":{"tf":1.4142135623730951},"237":{"tf":2.0},"238":{"tf":1.0},"240":{"tf":1.4142135623730951},"243":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":2.6457513110645907},"30":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":2.0},"97":{"tf":1.0},"98":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"218":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"y":{"df":1,"docs":{"206":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"94":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"243":{"tf":1.0}}}}}}},"df":1,"docs":{"233":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"128":{"tf":1.0}}}}}},"df":2,"docs":{"20":{"tf":1.0},"200":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":14,"docs":{"108":{"tf":1.0},"121":{"tf":1.7320508075688772},"154":{"tf":1.0},"157":{"tf":1.0},"171":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"185":{"tf":1.0},"198":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"239":{"tf":1.0},"44":{"tf":1.0},"50":{"tf":1.0},"81":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":3,"docs":{"171":{"tf":1.0},"200":{"tf":1.0},"42":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"o":{"d":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"106":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":2,"docs":{"106":{"tf":1.0},"217":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"253":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"259":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"239":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"199":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"42":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"c":{"df":3,"docs":{"199":{"tf":1.0},"240":{"tf":1.0},"248":{"tf":1.0}}},"df":0,"docs":{}},"n":{"<":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"237":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"237":{"tf":1.7320508075688772}}},"t":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"204":{"tf":1.0},"206":{"tf":1.0}}}},"df":0,"docs":{}}},"x":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"241":{"tf":1.0}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":8,"docs":{"143":{"tf":1.0},"172":{"tf":1.0},"202":{"tf":1.0},"239":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"86":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"147":{"tf":1.0}}}},"n":{"df":1,"docs":{"177":{"tf":1.0}}},"y":{"df":2,"docs":{"199":{"tf":1.0},"229":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"126":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"237":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":11,"docs":{"102":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.7320508075688772},"199":{"tf":1.0},"200":{"tf":1.0},"211":{"tf":1.0},"230":{"tf":1.0},"233":{"tf":1.7320508075688772},"29":{"tf":1.7320508075688772},"34":{"tf":1.0},"67":{"tf":1.4142135623730951}},"e":{"df":1,"docs":{"202":{"tf":1.0}},"r":{"df":33,"docs":{"119":{"tf":2.23606797749979},"121":{"tf":1.4142135623730951},"140":{"tf":1.0},"172":{"tf":1.4142135623730951},"194":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":2.23606797749979},"199":{"tf":2.0},"200":{"tf":1.0},"202":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"212":{"tf":1.0},"225":{"tf":1.4142135623730951},"226":{"tf":1.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":2.0},"30":{"tf":1.0},"37":{"tf":1.4142135623730951},"45":{"tf":1.0},"55":{"tf":1.4142135623730951},"60":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.7320508075688772},"7":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.7320508075688772}}}}}}},"l":{"a":{"df":1,"docs":{"254":{"tf":1.4142135623730951}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"145":{"tf":1.4142135623730951},"152":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"125":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":11,"docs":{"220":{"tf":1.7320508075688772},"221":{"tf":1.0},"222":{"tf":1.4142135623730951},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"232":{"tf":1.4142135623730951},"239":{"tf":1.0},"240":{"tf":1.0},"30":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"185":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"237":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":3,"docs":{"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":13,"docs":{"108":{"tf":1.0},"11":{"tf":1.0},"157":{"tf":1.0},"189":{"tf":1.0},"197":{"tf":1.7320508075688772},"202":{"tf":1.0},"203":{"tf":1.0},"233":{"tf":1.0},"250":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.4142135623730951},"78":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"225":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"127":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.7320508075688772}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"197":{"tf":1.0},"209":{"tf":1.0},"217":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"173":{"tf":1.0},"239":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":5,"docs":{"197":{"tf":1.0},"198":{"tf":1.0},"2":{"tf":1.0},"57":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"133":{"tf":1.0},"251":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":3,"docs":{"14":{"tf":1.0},"198":{"tf":1.0},"241":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"121":{"tf":1.0},"172":{"tf":1.0},"182":{"tf":1.7320508075688772},"183":{"tf":1.4142135623730951},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"211":{"tf":1.0},"239":{"tf":1.0},"7":{"tf":1.0},"78":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"149":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"132":{"tf":1.0},"189":{"tf":1.0},"192":{"tf":1.0}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"170":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"222":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":12,"docs":{"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"164":{"tf":1.0},"176":{"tf":1.0},"199":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"233":{"tf":1.0},"252":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":2,"docs":{"151":{"tf":1.0},"42":{"tf":1.0}},"s":{"df":1,"docs":{"259":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"206":{"tf":1.0}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"133":{"tf":1.0},"154":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":22,"docs":{"112":{"tf":1.0},"181":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"245":{"tf":1.7320508075688772},"246":{"tf":1.7320508075688772},"247":{"tf":2.449489742783178},"248":{"tf":1.0},"249":{"tf":1.7320508075688772},"250":{"tf":1.4142135623730951},"251":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.7320508075688772},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"5":{"tf":1.0},"65":{"tf":1.0},"71":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{",":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"126":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"df":1,"docs":{"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":2,"docs":{"229":{"tf":1.0},"8":{"tf":1.0}},"l":{"df":0,"docs":{},"n":{"!":{"(":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":1,"docs":{"21":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"87":{"tf":2.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":{"106":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"106":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"177":{"tf":1.4142135623730951},"210":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.7320508075688772}}}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"210":{"tf":1.0}}}},"s":{"df":0,"docs":{},"m":{"df":4,"docs":{"238":{"tf":1.7320508075688772},"239":{"tf":1.0},"240":{"tf":2.6457513110645907},"241":{"tf":1.4142135623730951}}}},"v":{"a":{"c":{"df":0,"docs":{},"i":{"df":9,"docs":{"134":{"tf":1.0},"224":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":5,"docs":{"134":{"tf":1.0},"233":{"tf":1.0},"85":{"tf":1.4142135623730951},"86":{"tf":1.0},"88":{"tf":2.23606797749979}},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"218":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"162":{"tf":1.0},"180":{"tf":1.0},"222":{"tf":1.0},"225":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":16,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"124":{"tf":2.0},"126":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"146":{"tf":1.0},"159":{"tf":1.4142135623730951},"2":{"tf":1.7320508075688772},"206":{"tf":1.0},"207":{"tf":1.4142135623730951},"218":{"tf":1.0},"232":{"tf":1.4142135623730951},"239":{"tf":1.0},"240":{"tf":1.0},"3":{"tf":1.7320508075688772},"86":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"241":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":2,"docs":{"240":{"tf":1.0},"253":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"100":{"tf":1.4142135623730951},"166":{"tf":1.0},"207":{"tf":1.0},"230":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"158":{"tf":1.0},"179":{"tf":1.0},"211":{"tf":1.0},"253":{"tf":1.4142135623730951}},"t":{"df":1,"docs":{"126":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":23,"docs":{"110":{"tf":1.7320508075688772},"180":{"tf":1.0},"224":{"tf":1.0},"227":{"tf":2.6457513110645907},"228":{"tf":2.6457513110645907},"229":{"tf":2.23606797749979},"230":{"tf":1.7320508075688772},"231":{"tf":1.0},"232":{"tf":1.7320508075688772},"233":{"tf":1.4142135623730951},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.7320508075688772},"240":{"tf":1.7320508075688772},"241":{"tf":1.0},"243":{"tf":1.0},"247":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0}},"m":{"df":5,"docs":{"199":{"tf":1.4142135623730951},"200":{"tf":1.0},"206":{"tf":1.4142135623730951},"224":{"tf":1.4142135623730951},"233":{"tf":1.0}}}}},"df":0,"docs":{}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"147":{"tf":1.0},"184":{"tf":1.7320508075688772},"185":{"tf":1.0},"211":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"l":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"206":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"164":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"17":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"34":{"tf":1.0}}}},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"88":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"74":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"143":{"tf":1.0},"26":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"240":{"tf":1.0},"250":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"57":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"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":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"233":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"{":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":1,"docs":{"233":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"233":{"tf":1.0}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"233":{"tf":3.0}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"233":{"tf":2.23606797749979}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"211":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"196":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":2,"docs":{"197":{"tf":1.0},"199":{"tf":1.0}}}},"i":{"d":{"df":14,"docs":{"121":{"tf":1.0},"130":{"tf":1.0},"136":{"tf":1.0},"151":{"tf":1.0},"157":{"tf":1.4142135623730951},"186":{"tf":1.7320508075688772},"197":{"tf":1.4142135623730951},"2":{"tf":1.0},"211":{"tf":1.0},"29":{"tf":1.4142135623730951},"32":{"tf":1.0},"42":{"tf":1.0},"7":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"b":{"(":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"233":{"tf":2.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":26,"docs":{"106":{"tf":1.4142135623730951},"118":{"tf":1.7320508075688772},"127":{"tf":2.0},"132":{"tf":1.4142135623730951},"136":{"tf":1.0},"151":{"tf":1.0},"155":{"tf":2.0},"157":{"tf":1.0},"16":{"tf":1.7320508075688772},"162":{"tf":2.449489742783178},"17":{"tf":2.0},"170":{"tf":2.0},"199":{"tf":2.0},"203":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"233":{"tf":2.0},"239":{"tf":2.6457513110645907},"240":{"tf":1.7320508075688772},"60":{"tf":1.7320508075688772},"61":{"tf":2.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"73":{"tf":1.0},"74":{"tf":1.0},"87":{"tf":1.7320508075688772},"88":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"c":{"df":7,"docs":{"136":{"tf":1.0},"183":{"tf":1.0},"222":{"tf":1.0},"86":{"tf":1.4142135623730951},"87":{"tf":1.0},"89":{"tf":1.0},"98":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"238":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":3,"docs":{"247":{"tf":1.0},"83":{"tf":1.0},"89":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"df":3,"docs":{"11":{"tf":1.0},"116":{"tf":1.0},"14":{"tf":1.0}}}},"t":{"df":7,"docs":{"199":{"tf":1.0},"205":{"tf":1.0},"237":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"68":{"tf":1.0}}}},"x":{"df":0,"docs":{},"e":{"df":1,"docs":{"233":{"tf":1.0}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"232":{"tf":1.0}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"186":{"tf":1.0},"253":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"198":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"93":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":3,"docs":{"205":{"tf":1.0},"53":{"tf":1.0},"74":{"tf":1.0}}}}}},"r":{".":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"i":{"d":{"(":{")":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"i":{"d":{"(":{")":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"(":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"!":{"(":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"i":{"d":{")":{")":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"202":{"tf":1.0}}}},"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":1,"docs":{"9":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"df":9,"docs":{"138":{"tf":1.7320508075688772},"139":{"tf":1.7320508075688772},"140":{"tf":1.0},"141":{"tf":1.4142135623730951},"142":{"tf":1.0},"143":{"tf":1.7320508075688772},"144":{"tf":1.4142135623730951},"38":{"tf":1.0},"54":{"tf":1.0}}},"s":{"df":2,"docs":{"240":{"tf":1.0},"74":{"tf":1.0}}}},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"193":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"198":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"229":{"tf":1.4142135623730951},"230":{"tf":1.7320508075688772},"29":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"90":{"tf":1.4142135623730951}}}},"w":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"c":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"1":{"df":1,"docs":{"82":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"82":{"tf":1.4142135623730951}}},"3":{"df":1,"docs":{"82":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"t":{"df":2,"docs":{"211":{"tf":1.0},"212":{"tf":1.0}}}},"df":1,"docs":{"37":{"tf":1.0}}},"df":2,"docs":{"120":{"tf":1.4142135623730951},"239":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"225":{"tf":1.0},"37":{"tf":1.0}}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":8,"docs":{"13":{"tf":1.0},"211":{"tf":1.0},"241":{"tf":1.0},"49":{"tf":1.7320508075688772},"5":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.0},"79":{"tf":1.0}}}},"df":0,"docs":{}},"df":14,"docs":{"198":{"tf":1.4142135623730951},"199":{"tf":1.4142135623730951},"206":{"tf":1.0},"224":{"tf":1.0},"234":{"tf":1.0},"240":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"68":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":3,"docs":{"140":{"tf":1.0},"170":{"tf":1.0},"199":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"174":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"136":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"230":{"tf":1.0},"239":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"136":{"tf":1.0},"17":{"tf":1.0},"172":{"tf":1.0},"240":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"101":{"tf":1.0},"81":{"tf":1.0}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"74":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"232":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"r":{"d":{"df":2,"docs":{"239":{"tf":1.0},"240":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{")":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"|":{"df":0,"docs":{},"r":{"df":1,"docs":{"239":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"v":{"df":1,"docs":{"59":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"2":{"tf":1.0},"207":{"tf":1.0}},"s":{"df":2,"docs":{"126":{"tf":1.0},"127":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"100":{"tf":1.4142135623730951},"103":{"tf":1.0}}}}}},"u":{"c":{"df":2,"docs":{"136":{"tf":1.0},"44":{"tf":1.0}}},"df":0,"docs":{}}},"df":4,"docs":{"172":{"tf":1.0},"184":{"tf":1.0},"225":{"tf":1.0},"233":{"tf":1.0}},"f":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"186":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}}}}},"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"177":{"tf":1.0},"180":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":3,"docs":{"155":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"45":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":19,"docs":{"140":{"tf":1.7320508075688772},"143":{"tf":2.449489742783178},"166":{"tf":1.0},"172":{"tf":1.4142135623730951},"206":{"tf":2.23606797749979},"209":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"212":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"68":{"tf":1.0},"74":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"240":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"240":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"224":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"121":{"tf":1.0},"237":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"173":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"224":{"tf":1.0},"25":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":3,"docs":{"174":{"tf":1.0},"200":{"tf":1.0},"25":{"tf":1.0}}}}}}}}}}},"df":2,"docs":{"199":{"tf":1.0},"207":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"217":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":3,"docs":{"139":{"tf":1.0},"181":{"tf":1.0},"36":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"240":{"tf":1.4142135623730951}}},"df":4,"docs":{"146":{"tf":1.0},"224":{"tf":1.0},"232":{"tf":1.0},"241":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":3,"docs":{"218":{"tf":1.0},"230":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"233":{"tf":1.0}}},"v":{"df":10,"docs":{"111":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"126":{"tf":1.0},"148":{"tf":1.0},"183":{"tf":1.0},"217":{"tf":1.0},"8":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"119":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"170":{"tf":2.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"206":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"59":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"248":{"tf":1.4142135623730951},"94":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"44":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"124":{"tf":1.0},"34":{"tf":1.0},"96":{"tf":1.0}}}}}},"l":{"a":{"c":{"df":4,"docs":{"247":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.7320508075688772},"45":{"tf":1.0}},"e":{"(":{"_":{"df":9,"docs":{"212":{"tf":1.0},"39":{"tf":1.7320508075688772},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"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":{},"e":{"(":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"148":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"148":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"<":{"df":1,"docs":{"74":{"tf":1.0}}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"<":{"df":1,"docs":{"73":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":3,"docs":{"147":{"tf":1.7320508075688772},"148":{"tf":2.0},"149":{"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":{"4":{"tf":1.0}}}}}}}}},"r":{"(":{"c":{"df":2,"docs":{"222":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":4,"docs":{"136":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":2.23606797749979},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"170":{"tf":1.0},"248":{"tf":1.0},"57":{"tf":1.0}}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{")":{".":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"233":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"\"":{"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":{"d":{"df":1,"docs":{"94":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":4,"docs":{"233":{"tf":2.8284271247461903},"237":{"tf":1.0},"94":{"tf":2.0},"95":{"tf":2.449489742783178}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"94":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"i":{"df":0,"docs":{},"r":{"df":21,"docs":{"103":{"tf":1.0},"124":{"tf":1.0},"147":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"17":{"tf":1.0},"181":{"tf":1.0},"202":{"tf":1.0},"211":{"tf":1.0},"218":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"36":{"tf":1.0},"53":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.0},"8":{"tf":1.0},"87":{"tf":1.4142135623730951},"90":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"68":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":2,"docs":{"209":{"tf":1.0},"211":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":24,"docs":{"139":{"tf":1.7320508075688772},"141":{"tf":1.4142135623730951},"142":{"tf":1.4142135623730951},"143":{"tf":2.449489742783178},"242":{"tf":1.7320508075688772},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"37":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"3":{"tf":1.0},"68":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":5,"docs":{"202":{"tf":1.0},"247":{"tf":1.4142135623730951},"29":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}},"t":{"df":3,"docs":{"177":{"tf":1.0},"233":{"tf":1.0},"240":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"136":{"tf":1.0},"190":{"tf":1.0},"200":{"tf":1.0},"239":{"tf":1.0},"252":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":1,"docs":{"12":{"tf":1.0}}}}}}},"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{":":{":":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"240":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"240":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"94":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":1,"docs":{"73":{"tf":1.0}}}}},"v":{":":{":":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"240":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":19,"docs":{"106":{"tf":1.0},"116":{"tf":1.0},"12":{"tf":1.7320508075688772},"159":{"tf":1.0},"170":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.4142135623730951},"203":{"tf":1.0},"230":{"tf":1.7320508075688772},"232":{"tf":1.0},"240":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"107":{"tf":1.0}},"e":{"df":0,"docs":{},"v":{"df":3,"docs":{"198":{"tf":1.0},"233":{"tf":1.0},"259":{"tf":2.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":34,"docs":{"103":{"tf":1.0},"104":{"tf":1.7320508075688772},"105":{"tf":1.4142135623730951},"106":{"tf":1.0},"107":{"tf":1.4142135623730951},"108":{"tf":1.0},"109":{"tf":1.0},"143":{"tf":1.0},"157":{"tf":1.0},"16":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"170":{"tf":1.0},"199":{"tf":2.6457513110645907},"200":{"tf":1.0},"222":{"tf":1.0},"227":{"tf":1.0},"233":{"tf":1.0},"237":{"tf":1.0},"240":{"tf":2.23606797749979},"33":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"42":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"60":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"74":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"110":{"tf":1.0},"172":{"tf":1.0},"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":4,"docs":{"148":{"tf":1.0},"172":{"tf":1.7320508075688772},"199":{"tf":1.0},"221":{"tf":1.0}}}},"v":{"df":2,"docs":{"118":{"tf":1.0},"119":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"176":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"117":{"tf":1.0},"118":{"tf":1.0},"125":{"tf":1.0}}}}}}},"f":{"c":{"df":2,"docs":{"225":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}},"h":{"df":2,"docs":{"155":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951}}},"i":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"237":{"tf":1.0},"57":{"tf":1.0}}}},"d":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":2,"docs":{"166":{"tf":1.0},"200":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"k":{"df":3,"docs":{"199":{"tf":1.0},"202":{"tf":1.0},"207":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":3,"docs":{"118":{"tf":2.0},"119":{"tf":1.0},"120":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":4,"docs":{"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.7320508075688772},"120":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"214":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"72":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":1,"docs":{"121":{"tf":1.0}}}}},"s":{"df":2,"docs":{"239":{"tf":1.0},"241":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":7,"docs":{"126":{"tf":1.0},"128":{"tf":1.0},"198":{"tf":1.0},"202":{"tf":1.0},"206":{"tf":1.7320508075688772},"233":{"tf":1.0},"41":{"tf":1.0}}}},"n":{"df":16,"docs":{"149":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":2.0},"37":{"tf":2.0},"59":{"tf":1.0},"60":{"tf":1.0},"8":{"tf":1.4142135623730951},"95":{"tf":1.0},"97":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":4,"docs":{"134":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.4142135623730951},"88":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"'":{"df":10,"docs":{"173":{"tf":1.0},"181":{"tf":1.0},"199":{"tf":1.0},"202":{"tf":1.0},"206":{"tf":1.4142135623730951},"217":{"tf":1.0},"232":{"tf":1.7320508075688772},"240":{"tf":1.0},"57":{"tf":1.0},"66":{"tf":1.0}}},"c":{"df":2,"docs":{"218":{"tf":1.0},"219":{"tf":1.4142135623730951}}},"d":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"98":{"tf":1.0}}},"df":0,"docs":{}}},"df":61,"docs":{"111":{"tf":2.0},"112":{"tf":1.4142135623730951},"128":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"139":{"tf":1.0},"143":{"tf":1.4142135623730951},"151":{"tf":1.7320508075688772},"157":{"tf":1.0},"16":{"tf":1.0},"166":{"tf":1.7320508075688772},"169":{"tf":1.0},"17":{"tf":1.4142135623730951},"172":{"tf":1.0},"181":{"tf":1.0},"184":{"tf":1.0},"187":{"tf":1.0},"194":{"tf":1.4142135623730951},"196":{"tf":1.7320508075688772},"197":{"tf":2.6457513110645907},"198":{"tf":2.0},"199":{"tf":2.0},"20":{"tf":1.4142135623730951},"200":{"tf":1.0},"202":{"tf":2.0},"203":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":2.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"217":{"tf":1.0},"219":{"tf":1.4142135623730951},"222":{"tf":1.0},"225":{"tf":1.7320508075688772},"227":{"tf":1.7320508075688772},"232":{"tf":1.4142135623730951},"233":{"tf":1.4142135623730951},"237":{"tf":1.0},"238":{"tf":1.4142135623730951},"239":{"tf":2.0},"240":{"tf":2.0},"243":{"tf":1.7320508075688772},"244":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":2.0},"32":{"tf":1.0},"37":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"53":{"tf":2.0},"55":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":2.6457513110645907},"68":{"tf":1.0},"72":{"tf":1.4142135623730951},"74":{"tf":1.0},"86":{"tf":1.0},"9":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"243":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"218":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":1,"docs":{"237":{"tf":1.0}}}}}}},"s":{".":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"(":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"151":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"148":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"151":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":2,"docs":{"16":{"tf":1.0},"17":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":12,"docs":{"189":{"tf":1.4142135623730951},"192":{"tf":1.0},"194":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"206":{"tf":1.4142135623730951},"212":{"tf":1.0},"218":{"tf":1.0},"232":{"tf":1.0},"66":{"tf":1.0}},"r":{"df":1,"docs":{"204":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":13,"docs":{"130":{"tf":1.0},"194":{"tf":1.0},"197":{"tf":1.4142135623730951},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"206":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"67":{"tf":1.7320508075688772},"68":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"74":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"127":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":21,"docs":{"121":{"tf":1.0},"132":{"tf":1.0},"143":{"tf":1.0},"146":{"tf":1.0},"148":{"tf":1.0},"154":{"tf":1.0},"157":{"tf":1.0},"185":{"tf":1.0},"198":{"tf":1.0},"21":{"tf":1.0},"211":{"tf":1.0},"217":{"tf":1.0},"222":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0},"89":{"tf":1.0}}}},"n":{"d":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":7,"docs":{"208":{"tf":1.7320508075688772},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.4142135623730951},"212":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"223":{"tf":1.0},"239":{"tf":1.0}}}},"y":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"c":{"a":{"df":0,"docs":{},"l":{"a":{"df":1,"docs":{"241":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":3,"docs":{"86":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"34":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"a":{".":{"a":{"d":{"d":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"a":{"d":{"d":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"119":{"tf":1.0},"120":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":2,"docs":{"119":{"tf":1.0},"120":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":3,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0}}}}}},"df":0,"docs":{}},"<":{"'":{"a":{"df":1,"docs":{"120":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"118":{"tf":1.7320508075688772},"119":{"tf":1.7320508075688772},"120":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"241":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"227":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":3,"docs":{"37":{"tf":1.4142135623730951},"53":{"tf":1.0},"81":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"185":{"tf":1.0}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"206":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"df":15,"docs":{"106":{"tf":1.4142135623730951},"148":{"tf":2.23606797749979},"151":{"tf":1.4142135623730951},"155":{"tf":1.7320508075688772},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"170":{"tf":1.4142135623730951},"240":{"tf":1.0},"60":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"87":{"tf":1.7320508075688772},"88":{"tf":1.7320508075688772}},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"21":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":2,"docs":{"222":{"tf":1.0},"25":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"4":{"2":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"72":{"tf":1.0}}}}},"df":7,"docs":{"16":{"tf":2.23606797749979},"17":{"tf":3.1622776601683795},"200":{"tf":1.0},"218":{"tf":1.0},"234":{"tf":1.0},"42":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"194":{"tf":1.0},"55":{"tf":1.0},"67":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"130":{"tf":1.0},"233":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"e":{"df":40,"docs":{"112":{"tf":1.0},"122":{"tf":1.4142135623730951},"126":{"tf":1.0},"129":{"tf":1.4142135623730951},"137":{"tf":1.4142135623730951},"143":{"tf":1.0},"144":{"tf":1.4142135623730951},"152":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"166":{"tf":1.0},"167":{"tf":1.4142135623730951},"169":{"tf":1.0},"173":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"187":{"tf":1.4142135623730951},"193":{"tf":1.4142135623730951},"20":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.0},"212":{"tf":1.4142135623730951},"219":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"225":{"tf":1.0},"226":{"tf":1.4142135623730951},"229":{"tf":1.0},"233":{"tf":1.0},"237":{"tf":2.6457513110645907},"240":{"tf":1.0},"241":{"tf":1.4142135623730951},"28":{"tf":1.0},"30":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"67":{"tf":1.0},"79":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"9":{"tf":1.7320508075688772},"91":{"tf":1.4142135623730951},"98":{"tf":1.0}},"m":{"df":2,"docs":{"198":{"tf":1.0},"236":{"tf":1.0}}},"n":{"df":2,"docs":{"166":{"tf":1.0},"48":{"tf":1.0}}}},"g":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"197":{"tf":1.0}}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"199":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"247":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"f":{".":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"233":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"b":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"162":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"118":{"tf":1.0},"119":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{")":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"|":{"c":{"df":0,"docs":{},"m":{"d":{"df":2,"docs":{"118":{"tf":1.0},"119":{"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":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"(":{"c":{"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"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":{}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"239":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"140":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{")":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"|":{"c":{"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"120":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"f":{".":{"df":0,"docs":{},"m":{"df":1,"docs":{"223":{"tf":1.0}}}},"df":1,"docs":{"222":{"tf":1.0}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"233":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"(":{"df":1,"docs":{"170":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"203":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"233":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"233":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"203":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"127":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"203":{"tf":1.0}}}}}},"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":{".":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"233":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"233":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"(":{")":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"|":{"c":{"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"120":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"(":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":2,"docs":{"16":{"tf":1.0},"17":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"(":{"df":1,"docs":{"155":{"tf":1.0}},"l":{"df":0,"docs":{},"h":{"df":1,"docs":{"155":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"h":{"df":1,"docs":{"155":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},":":{":":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"233":{"tf":1.7320508075688772}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"240":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":18,"docs":{"118":{"tf":1.7320508075688772},"119":{"tf":1.7320508075688772},"120":{"tf":1.7320508075688772},"127":{"tf":2.23606797749979},"132":{"tf":1.0},"140":{"tf":1.7320508075688772},"143":{"tf":1.7320508075688772},"155":{"tf":2.449489742783178},"16":{"tf":1.7320508075688772},"162":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"170":{"tf":2.0},"199":{"tf":1.0},"203":{"tf":1.4142135623730951},"206":{"tf":1.0},"224":{"tf":1.0},"256":{"tf":1.4142135623730951},"33":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"136":{"tf":1.4142135623730951},"224":{"tf":1.0},"26":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"d":{"(":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"106":{"tf":1.4142135623730951}}}}},"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":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":3,"docs":{"106":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"94":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"106":{"tf":1.0}}}}}},"df":1,"docs":{"106":{"tf":1.0}}}}}}}},"df":0,"docs":{},"s":{"df":4,"docs":{"169":{"tf":1.0},"173":{"tf":1.0},"181":{"tf":1.0},"198":{"tf":1.4142135623730951}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"90":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"72":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"124":{"tf":1.0},"8":{"tf":1.7320508075688772}},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"200":{"tf":1.0},"55":{"tf":1.0}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"c":{"df":0,"docs":{},"q":{"df":1,"docs":{"253":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":13,"docs":{"115":{"tf":1.0},"120":{"tf":1.0},"146":{"tf":1.4142135623730951},"149":{"tf":1.0},"151":{"tf":1.7320508075688772},"154":{"tf":1.0},"164":{"tf":1.0},"171":{"tf":1.0},"176":{"tf":1.0},"199":{"tf":1.0},"211":{"tf":1.0},"234":{"tf":1.0},"81":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"121":{"tf":1.0}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"116":{"tf":1.0},"227":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"d":{"df":3,"docs":{"151":{"tf":1.4142135623730951},"240":{"tf":2.8284271247461903},"241":{"tf":1.0}},"e":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"240":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"c":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"151":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"151":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"151":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"151":{"tf":1.4142135623730951}}}},"df":4,"docs":{"14":{"tf":1.0},"233":{"tf":1.0},"237":{"tf":1.0},"9":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":2,"docs":{"199":{"tf":1.0},"211":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"233":{"tf":1.0}}}},"i":{"c":{"df":1,"docs":{"257":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"184":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"233":{"tf":1.0}}}}}}},"t":{"df":12,"docs":{"117":{"tf":1.0},"126":{"tf":1.0},"162":{"tf":1.7320508075688772},"199":{"tf":1.0},"218":{"tf":1.7320508075688772},"229":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.4142135623730951},"258":{"tf":1.0},"68":{"tf":1.0},"86":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"c":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{".":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"73":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"73":{"tf":1.0}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"t":{"d":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{":":{":":{"c":{"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":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"(":{")":{")":{"?":{".":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"74":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"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":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"176":{"tf":1.0},"194":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":1.0},"55":{"tf":1.0},"94":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"225":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":11,"docs":{"110":{"tf":1.0},"133":{"tf":1.0},"157":{"tf":1.0},"173":{"tf":1.0},"2":{"tf":1.0},"206":{"tf":1.4142135623730951},"211":{"tf":1.0},"234":{"tf":1.0},"29":{"tf":1.0},"37":{"tf":1.0},"68":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"228":{"tf":1.0}}}},"m":{"df":1,"docs":{"197":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}}},"df":1,"docs":{"216":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"143":{"tf":1.0},"42":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"136":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"w":{"df":2,"docs":{"228":{"tf":1.0},"57":{"tf":1.0}},"n":{"df":3,"docs":{"151":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"163":{"tf":1.0},"197":{"tf":1.4142135623730951},"253":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"143":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"200":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"89":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":12,"docs":{"130":{"tf":1.0},"151":{"tf":1.4142135623730951},"158":{"tf":1.0},"170":{"tf":1.0},"2":{"tf":1.0},"206":{"tf":1.0},"225":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"25":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":14,"docs":{"124":{"tf":1.4142135623730951},"125":{"tf":1.0},"128":{"tf":1.0},"165":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.4142135623730951},"174":{"tf":1.0},"203":{"tf":1.0},"206":{"tf":1.0},"240":{"tf":1.4142135623730951},"249":{"tf":1.0},"5":{"tf":1.4142135623730951},"68":{"tf":1.0},"72":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"166":{"tf":1.0},"167":{"tf":1.0}}}},"i":{"c":{"df":4,"docs":{"121":{"tf":1.0},"125":{"tf":1.0},"249":{"tf":1.0},"5":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"'":{"df":1,"docs":{"127":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":8,"docs":{"127":{"tf":1.0},"199":{"tf":1.0},"206":{"tf":1.4142135623730951},"21":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"45":{"tf":1.0},"8":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"140":{"tf":1.0},"240":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"106":{"tf":1.0},"239":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":11,"docs":{"131":{"tf":1.0},"151":{"tf":1.0},"166":{"tf":1.0},"224":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.4142135623730951},"247":{"tf":1.4142135623730951},"248":{"tf":1.0},"258":{"tf":1.4142135623730951},"29":{"tf":1.0},"53":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"159":{"tf":1.0}}}},"df":0,"docs":{}}},"z":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":7,"docs":{"14":{"tf":1.0},"198":{"tf":1.7320508075688772},"235":{"tf":1.0},"240":{"tf":1.7320508075688772},"29":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"146":{"tf":1.0}}}}}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":7,"docs":{"198":{"tf":1.0},"199":{"tf":1.0},"25":{"tf":1.4142135623730951},"29":{"tf":1.0},"7":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"109":{"tf":1.0},"237":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"74":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":18,"docs":{"121":{"tf":1.0},"182":{"tf":1.7320508075688772},"183":{"tf":1.4142135623730951},"184":{"tf":1.4142135623730951},"185":{"tf":1.4142135623730951},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.7320508075688772},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"68":{"tf":1.0},"74":{"tf":1.0},"86":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"176":{"tf":1.4142135623730951},"177":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"183":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"189":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"t":{"df":9,"docs":{"226":{"tf":1.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":2.0},"30":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"180":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"217":{"tf":1.0}}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"233":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"(":{"\"":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"233":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":1,"docs":{"233":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":14,"docs":{"110":{"tf":1.0},"112":{"tf":1.0},"146":{"tf":1.0},"181":{"tf":1.0},"2":{"tf":1.4142135623730951},"233":{"tf":1.0},"247":{"tf":1.0},"251":{"tf":1.4142135623730951},"253":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.4142135623730951},"259":{"tf":1.0}},"e":{"'":{"df":1,"docs":{"247":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"247":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":8,"docs":{"110":{"tf":1.0},"127":{"tf":1.4142135623730951},"176":{"tf":1.0},"2":{"tf":1.0},"207":{"tf":1.0},"233":{"tf":1.0},"239":{"tf":1.0},"86":{"tf":1.0}}}},"v":{"df":9,"docs":{"124":{"tf":1.7320508075688772},"128":{"tf":1.0},"146":{"tf":1.0},"159":{"tf":1.0},"177":{"tf":1.0},"2":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"240":{"tf":1.0},"3":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"e":{"(":{"\"":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"151":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"78":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"127":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"79":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"203":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"127":{"tf":1.0}}}},"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":{"233":{"tf":1.0}}}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"87":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"159":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":11,"docs":{"21":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"228":{"tf":1.0},"233":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}},"i":{"df":0,"docs":{},"m":{"df":9,"docs":{"176":{"tf":1.4142135623730951},"180":{"tf":1.0},"191":{"tf":1.0},"205":{"tf":1.0},"211":{"tf":1.0},"217":{"tf":1.4142135623730951},"222":{"tf":1.0},"68":{"tf":1.7320508075688772},"94":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"101":{"tf":1.0},"90":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"128":{"tf":1.0},"211":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":8,"docs":{"128":{"tf":1.0},"135":{"tf":1.0},"205":{"tf":1.0},"211":{"tf":1.0},"232":{"tf":1.0},"237":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":11,"docs":{"110":{"tf":1.0},"124":{"tf":1.0},"128":{"tf":1.0},"146":{"tf":2.449489742783178},"149":{"tf":1.4142135623730951},"20":{"tf":1.0},"233":{"tf":1.4142135623730951},"240":{"tf":1.0},"247":{"tf":1.7320508075688772},"251":{"tf":1.0},"46":{"tf":1.0}},"i":{"df":5,"docs":{"218":{"tf":1.0},"232":{"tf":1.0},"240":{"tf":1.0},"42":{"tf":1.0},"67":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"198":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"189":{"tf":1.0},"211":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"206":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"184":{"tf":1.0},"233":{"tf":1.0},"236":{"tf":1.0},"240":{"tf":1.0}}}}}},"r":{"c":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":1,"docs":{"247":{"tf":1.0}}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"217":{"tf":1.0}}}},"l":{"df":1,"docs":{"225":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":12,"docs":{"206":{"tf":1.0},"37":{"tf":1.4142135623730951},"47":{"tf":1.7320508075688772},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.0},"68":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":5,"docs":{"107":{"tf":1.0},"17":{"tf":1.0},"198":{"tf":1.0},"237":{"tf":1.0},"66":{"tf":1.0}}},"df":0,"docs":{}}},"df":3,"docs":{"112":{"tf":1.0},"139":{"tf":1.0},"170":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"126":{"tf":1.0},"229":{"tf":1.4142135623730951},"230":{"tf":1.0},"37":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":9,"docs":{"156":{"tf":1.0},"170":{"tf":1.0},"198":{"tf":1.4142135623730951},"200":{"tf":1.0},"227":{"tf":1.0},"234":{"tf":2.0},"237":{"tf":1.7320508075688772},"252":{"tf":1.0},"37":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"199":{"tf":1.4142135623730951},"227":{"tf":1.0}}}}}}},"i":{"c":{"df":9,"docs":{"120":{"tf":2.0},"121":{"tf":1.0},"143":{"tf":1.0},"222":{"tf":1.0},"232":{"tf":1.4142135623730951},"237":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"94":{"tf":1.0}}}}},"d":{"'":{"df":1,"docs":{"192":{"tf":1.0}}},":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"148":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"f":{"df":1,"docs":{"49":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{":":{":":{"c":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{")":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"67":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":1,"docs":{"68":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"c":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"68":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"(":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"73":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"73":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":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":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"73":{"tf":1.0}}}}}}}}}}}}}}}}},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"73":{"tf":1.0},"74":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"49":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"78":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":3,"docs":{"140":{"tf":1.0},"222":{"tf":1.0},"25":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{":":{":":{"df":0,"docs":{},"{":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"233":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{"df":1,"docs":{"68":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{".":{"a":{"d":{"d":{"(":{"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":{},"r":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"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":{}}}},"r":{"c":{":":{":":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"82":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{":":{":":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"<":{"'":{"a":{"df":1,"docs":{"127":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{":":{":":{"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":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"106":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"{":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{":":{":":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"21":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"140":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"49":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":2,"docs":{"51":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"143":{"tf":1.0}}},"p":{"df":2,"docs":{"124":{"tf":1.0},"229":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":5,"docs":{"206":{"tf":1.0},"211":{"tf":1.0},"52":{"tf":1.0},"8":{"tf":1.0},"97":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"(":{"df":1,"docs":{"170":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"155":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"n":{"df":1,"docs":{"170":{"tf":1.0}}}},"df":1,"docs":{"155":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":2,"docs":{"155":{"tf":1.7320508075688772},"170":{"tf":1.0}}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"216":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"233":{"tf":1.7320508075688772},"257":{"tf":1.0},"259":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":12,"docs":{"116":{"tf":1.0},"119":{"tf":1.4142135623730951},"120":{"tf":1.0},"140":{"tf":1.0},"149":{"tf":1.0},"198":{"tf":1.0},"206":{"tf":1.0},"222":{"tf":1.0},"259":{"tf":1.7320508075688772},"37":{"tf":1.0},"44":{"tf":1.0},"66":{"tf":1.0}}},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"199":{"tf":1.0},"233":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":10,"docs":{"112":{"tf":1.0},"145":{"tf":1.7320508075688772},"146":{"tf":1.7320508075688772},"147":{"tf":1.4142135623730951},"148":{"tf":1.7320508075688772},"149":{"tf":1.0},"150":{"tf":2.23606797749979},"151":{"tf":2.23606797749979},"152":{"tf":1.4142135623730951},"236":{"tf":1.0}}}}}}},"df":14,"docs":{"118":{"tf":2.449489742783178},"12":{"tf":1.0},"120":{"tf":2.23606797749979},"127":{"tf":1.0},"151":{"tf":1.4142135623730951},"237":{"tf":1.4142135623730951},"240":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.7320508075688772},"8":{"tf":3.0},"9":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"94":{"tf":1.7320508075688772},"95":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"225":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"\"":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"106":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"(":{"\"":{"df":0,"docs":{},"i":{"df":1,"docs":{"162":{"tf":1.0}}},"x":{"df":1,"docs":{"162":{"tf":1.0}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"8":{"df":1,"docs":{"107":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":1,"docs":{"148":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"127":{"tf":1.0},"42":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":43,"docs":{"10":{"tf":1.7320508075688772},"106":{"tf":1.0},"11":{"tf":2.0},"119":{"tf":1.7320508075688772},"12":{"tf":1.7320508075688772},"127":{"tf":1.7320508075688772},"13":{"tf":1.4142135623730951},"130":{"tf":1.0},"14":{"tf":2.0},"148":{"tf":2.23606797749979},"155":{"tf":1.0},"162":{"tf":1.7320508075688772},"170":{"tf":1.0},"192":{"tf":1.7320508075688772},"200":{"tf":1.7320508075688772},"237":{"tf":1.0},"239":{"tf":2.449489742783178},"240":{"tf":2.6457513110645907},"25":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":2.449489742783178},"42":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"57":{"tf":1.0},"60":{"tf":1.0},"64":{"tf":1.7320508075688772},"65":{"tf":2.23606797749979},"66":{"tf":3.4641016151377544},"67":{"tf":1.4142135623730951},"68":{"tf":2.8284271247461903},"69":{"tf":1.0},"7":{"tf":2.0},"70":{"tf":1.7320508075688772},"71":{"tf":2.23606797749979},"72":{"tf":1.7320508075688772},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"8":{"tf":3.3166247903554},"87":{"tf":1.0},"9":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"256":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"68":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"225":{"tf":1.0}}}}}}},"u":{"c":{"df":0,"docs":{},"t":{"'":{"df":2,"docs":{"240":{"tf":1.0},"88":{"tf":1.0}}},"df":49,"docs":{"106":{"tf":1.0},"118":{"tf":2.0},"119":{"tf":1.4142135623730951},"120":{"tf":1.0},"121":{"tf":1.0},"127":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.4142135623730951},"136":{"tf":1.0},"140":{"tf":1.7320508075688772},"148":{"tf":2.0},"151":{"tf":1.0},"155":{"tf":1.4142135623730951},"16":{"tf":1.0},"162":{"tf":1.4142135623730951},"165":{"tf":1.0},"17":{"tf":1.4142135623730951},"170":{"tf":1.7320508075688772},"175":{"tf":1.7320508075688772},"176":{"tf":2.6457513110645907},"177":{"tf":2.8284271247461903},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.4142135623730951},"181":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":1.4142135623730951},"20":{"tf":1.0},"203":{"tf":1.0},"206":{"tf":1.0},"21":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.7320508075688772},"233":{"tf":2.8284271247461903},"237":{"tf":1.0},"239":{"tf":2.6457513110645907},"240":{"tf":2.23606797749979},"241":{"tf":1.0},"25":{"tf":1.0},"33":{"tf":1.0},"61":{"tf":1.4142135623730951},"86":{"tf":1.7320508075688772},"87":{"tf":1.4142135623730951},"88":{"tf":2.8284271247461903},"89":{"tf":1.7320508075688772},"91":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":36,"docs":{"121":{"tf":1.0},"158":{"tf":1.0},"170":{"tf":1.4142135623730951},"171":{"tf":2.23606797749979},"172":{"tf":2.6457513110645907},"173":{"tf":2.23606797749979},"174":{"tf":1.7320508075688772},"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},"196":{"tf":1.0},"239":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"250":{"tf":1.0},"252":{"tf":1.0},"26":{"tf":1.4142135623730951},"28":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"217":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":6,"docs":{"144":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"5":{"tf":1.0},"65":{"tf":1.0},"72":{"tf":1.0}}}}}},"u":{"b":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":2,"docs":{"155":{"tf":1.0},"170":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"250":{"tf":1.0}}}}}}}},"df":1,"docs":{"224":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"192":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"247":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"l":{"df":3,"docs":{"198":{"tf":1.0},"199":{"tf":1.0},"68":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"198":{"tf":1.0},"37":{"tf":1.0}}}}},"i":{"df":1,"docs":{"224":{"tf":1.4142135623730951}}}},"y":{"df":0,"docs":{},"p":{"df":2,"docs":{"224":{"tf":1.0},"247":{"tf":1.0}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"106":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":18,"docs":{"130":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"200":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"222":{"tf":1.0},"238":{"tf":1.0},"240":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"55":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.0},"77":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{},"x":{"df":1,"docs":{"37":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"121":{"tf":1.0},"159":{"tf":1.0},"191":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"df":2,"docs":{"228":{"tf":1.0},"229":{"tf":2.23606797749979}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{":":{":":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"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":{}}}}}}},"{":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"233":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"217":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":11,"docs":{"135":{"tf":1.0},"17":{"tf":1.0},"197":{"tf":1.0},"205":{"tf":1.0},"224":{"tf":1.0},"233":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"240":{"tf":1.0},"258":{"tf":1.0},"29":{"tf":1.0},"72":{"tf":1.0}}}},"s":{"df":4,"docs":{"116":{"tf":1.0},"233":{"tf":1.4142135623730951},"239":{"tf":1.0},"240":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"211":{"tf":1.0},"222":{"tf":1.0},"97":{"tf":1.0}}},"f":{"a":{"c":{"df":1,"docs":{"202":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"224":{"tf":1.4142135623730951},"254":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"83":{"tf":1.0}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"211":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"151":{"tf":1.0},"42":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"(":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"y":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"126":{"tf":1.7320508075688772},"127":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"n":{"c":{"df":1,"docs":{"89":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"211":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"127":{"tf":1.0},"255":{"tf":1.0}}}},"df":0,"docs":{},"x":{"df":3,"docs":{"128":{"tf":1.4142135623730951},"233":{"tf":1.0},"29":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"'":{"df":1,"docs":{"74":{"tf":1.0}}},"df":15,"docs":{"116":{"tf":1.0},"134":{"tf":1.0},"139":{"tf":1.0},"219":{"tf":1.0},"232":{"tf":1.4142135623730951},"239":{"tf":1.0},"240":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"254":{"tf":1.0},"258":{"tf":1.4142135623730951},"29":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"57":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{")":{".":{"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":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"(":{"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":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"106":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"t":{"1":{"df":1,"docs":{"136":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"136":{"tf":1.7320508075688772}}},"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"117":{"tf":1.4142135623730951},"118":{"tf":2.0},"119":{"tf":1.4142135623730951},"120":{"tf":2.0}},"e":{"\"":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"119":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"78":{"tf":1.0}},"l":{"df":1,"docs":{"218":{"tf":1.0}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":18,"docs":{"143":{"tf":1.0},"166":{"tf":1.4142135623730951},"17":{"tf":1.0},"177":{"tf":1.0},"183":{"tf":1.0},"20":{"tf":1.0},"225":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"72":{"tf":1.0},"8":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"95":{"tf":1.0}},"n":{"df":1,"docs":{"28":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"k":{"df":1,"docs":{"243":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"140":{"tf":1.0},"197":{"tf":1.0},"222":{"tf":1.4142135623730951},"25":{"tf":1.0},"29":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"126":{"tf":1.0},"2":{"tf":1.0}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"166":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"(":{"\"":{"1":{"2":{"7":{".":{"0":{".":{"0":{".":{"1":{":":{"3":{"4":{"2":{"5":{"4":{"df":1,"docs":{"94":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":14,"docs":{"140":{"tf":3.1622776601683795},"143":{"tf":1.4142135623730951},"148":{"tf":1.0},"155":{"tf":1.7320508075688772},"166":{"tf":1.0},"186":{"tf":1.4142135623730951},"211":{"tf":1.0},"222":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"25":{"tf":2.0},"29":{"tf":1.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"2":{"tf":1.0}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":4,"docs":{"146":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":1.0},"243":{"tf":1.0}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"162":{"tf":1.0},"232":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"99":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"211":{"tf":1.0}}}}},"n":{"df":1,"docs":{"125":{"tf":1.0}}},"r":{"df":0,"docs":{},"m":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":2,"docs":{"126":{"tf":2.23606797749979},"169":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"126":{"tf":1.4142135623730951},"66":{"tf":1.0},"68":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"139":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"162":{"tf":1.0},"2":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.4142135623730951}}}},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"147":{"tf":1.0},"148":{"tf":1.7320508075688772},"149":{"tf":1.0},"151":{"tf":1.4142135623730951}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":2,"docs":{"199":{"tf":1.0},"210":{"tf":1.0}}}},"t":{"'":{"df":4,"docs":{"211":{"tf":1.0},"224":{"tf":1.0},"3":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"198":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"143":{"tf":1.0},"249":{"tf":1.0},"36":{"tf":1.0},"5":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"237":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":7,"docs":{"147":{"tf":1.0},"149":{"tf":1.0},"183":{"tf":1.0},"198":{"tf":1.0},"205":{"tf":1.0},"217":{"tf":1.0},"45":{"tf":1.0}}},"k":{"df":1,"docs":{"228":{"tf":1.0}}}},"r":{"d":{"df":1,"docs":{"183":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":6,"docs":{"198":{"tf":1.7320508075688772},"199":{"tf":1.0},"217":{"tf":1.0},"232":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":4,"docs":{"197":{"tf":1.0},"200":{"tf":1.0},"211":{"tf":1.0},"97":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":4,"docs":{"206":{"tf":1.0},"212":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"(":{"\"":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}},"&":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"8":{"tf":2.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":4,"docs":{"119":{"tf":1.0},"197":{"tf":1.0},"3":{"tf":1.0},"8":{"tf":2.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":9,"docs":{"135":{"tf":1.0},"146":{"tf":1.0},"197":{"tf":1.0},"203":{"tf":1.0},"229":{"tf":1.4142135623730951},"257":{"tf":1.7320508075688772},"57":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"237":{"tf":1.0}}}}}}}},"w":{"df":1,"docs":{"112":{"tf":1.0}}}}},"u":{"df":13,"docs":{"136":{"tf":1.0},"156":{"tf":1.0},"169":{"tf":1.0},"177":{"tf":1.0},"199":{"tf":1.0},"202":{"tf":1.0},"217":{"tf":1.0},"221":{"tf":1.0},"224":{"tf":1.0},"239":{"tf":1.0},"34":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}},"i":{"df":1,"docs":{"240":{"tf":1.0}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{":":{":":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":21,"docs":{"106":{"tf":1.0},"116":{"tf":1.0},"119":{"tf":1.0},"130":{"tf":1.0},"147":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"177":{"tf":1.0},"185":{"tf":1.4142135623730951},"199":{"tf":1.0},"206":{"tf":1.4142135623730951},"21":{"tf":1.0},"225":{"tf":1.0},"229":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"240":{"tf":1.0},"29":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0},"90":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"o":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"237":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"o":{"df":2,"docs":{"175":{"tf":1.0},"178":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":7,"docs":{"175":{"tf":1.4142135623730951},"176":{"tf":1.0},"194":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"239":{"tf":1.0},"83":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"df":7,"docs":{"126":{"tf":1.0},"183":{"tf":1.0},"186":{"tf":1.0},"2":{"tf":1.0},"218":{"tf":1.0},"59":{"tf":1.0},"89":{"tf":1.0}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"192":{"tf":1.0}}}}}},"p":{"df":1,"docs":{"240":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"237":{"tf":1.0}}}}},"y":{"df":1,"docs":{"151":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"45":{"tf":1.0},"68":{"tf":1.4142135623730951}}}},"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"121":{"tf":1.0},"172":{"tf":1.0}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"240":{"tf":1.0}}},"df":33,"docs":{"112":{"tf":1.0},"118":{"tf":2.23606797749979},"119":{"tf":1.0},"120":{"tf":2.0},"121":{"tf":1.7320508075688772},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"148":{"tf":1.4142135623730951},"149":{"tf":1.0},"151":{"tf":1.4142135623730951},"155":{"tf":1.0},"17":{"tf":1.0},"170":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.7320508075688772},"199":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"221":{"tf":1.0},"224":{"tf":1.4142135623730951},"225":{"tf":1.7320508075688772},"226":{"tf":1.0},"233":{"tf":1.0},"237":{"tf":1.4142135623730951},"239":{"tf":2.0},"24":{"tf":1.0},"240":{"tf":3.1622776601683795},"28":{"tf":1.4142135623730951},"30":{"tf":1.0},"44":{"tf":1.0},"77":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"116":{"tf":1.0},"196":{"tf":1.0},"198":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"198":{"tf":1.4142135623730951},"71":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"126":{"tf":1.0},"202":{"tf":1.0},"81":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"217":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"125":{"tf":1.4142135623730951},"126":{"tf":1.0},"199":{"tf":1.0},"4":{"tf":2.0}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.4142135623730951}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"196":{"tf":1.0},"198":{"tf":1.4142135623730951},"57":{"tf":1.0}}}},"df":0,"docs":{}}}},"p":{"df":2,"docs":{"194":{"tf":1.0},"55":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"154":{"tf":1.0},"157":{"tf":1.0},"171":{"tf":1.0}}}}},"i":{"df":1,"docs":{"218":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"140":{"tf":1.0},"24":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"170":{"tf":1.0},"227":{"tf":1.0}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"212":{"tf":1.0}},"i":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":7,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"159":{"tf":1.0},"181":{"tf":1.0},"206":{"tf":1.4142135623730951},"225":{"tf":1.0},"240":{"tf":1.0}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"p":{"df":1,"docs":{"72":{"tf":1.0}}},"v":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"_":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"218":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"_":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"218":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"e":{"df":7,"docs":{"106":{"tf":1.0},"199":{"tf":1.0},"209":{"tf":1.0},"21":{"tf":1.4142135623730951},"233":{"tf":1.0},"240":{"tf":1.0},"8":{"tf":1.7320508075688772}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"197":{"tf":1.0},"202":{"tf":1.0}}}}}},"s":{"df":1,"docs":{"25":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"131":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"78":{"tf":1.7320508075688772}}},"n":{"df":2,"docs":{"217":{"tf":1.4142135623730951},"232":{"tf":1.0}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"241":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"172":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":22,"docs":{"106":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"125":{"tf":1.0},"177":{"tf":1.4142135623730951},"185":{"tf":1.0},"198":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.4142135623730951},"217":{"tf":1.0},"218":{"tf":1.0},"222":{"tf":1.0},"232":{"tf":1.7320508075688772},"233":{"tf":1.0},"29":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951},"86":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"240":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"74":{"tf":1.0}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"198":{"tf":1.0}}}}},"df":67,"docs":{"109":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"130":{"tf":2.0},"131":{"tf":2.0},"132":{"tf":1.7320508075688772},"133":{"tf":1.4142135623730951},"134":{"tf":2.23606797749979},"135":{"tf":1.7320508075688772},"136":{"tf":2.449489742783178},"137":{"tf":1.4142135623730951},"139":{"tf":1.0},"140":{"tf":1.0},"148":{"tf":1.0},"151":{"tf":1.0},"155":{"tf":1.0},"17":{"tf":1.7320508075688772},"185":{"tf":1.0},"194":{"tf":1.4142135623730951},"196":{"tf":2.0},"198":{"tf":3.1622776601683795},"199":{"tf":1.0},"20":{"tf":2.449489742783178},"200":{"tf":1.4142135623730951},"201":{"tf":1.7320508075688772},"202":{"tf":2.23606797749979},"203":{"tf":1.0},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"211":{"tf":1.0},"217":{"tf":1.0},"219":{"tf":1.4142135623730951},"222":{"tf":1.4142135623730951},"225":{"tf":2.0},"231":{"tf":1.7320508075688772},"232":{"tf":4.242640687119285},"233":{"tf":3.0},"234":{"tf":1.4142135623730951},"235":{"tf":1.0},"236":{"tf":1.7320508075688772},"237":{"tf":2.449489742783178},"239":{"tf":4.0},"240":{"tf":5.0990195135927845},"241":{"tf":1.0},"25":{"tf":1.0},"251":{"tf":1.0},"29":{"tf":1.7320508075688772},"3":{"tf":1.0},"44":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":2.0},"57":{"tf":1.7320508075688772},"6":{"tf":1.7320508075688772},"61":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"66":{"tf":1.0},"7":{"tf":2.8284271247461903},"72":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":2.6457513110645907},"88":{"tf":1.0},"9":{"tf":1.4142135623730951},"95":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"237":{"tf":1.0}}}}}}}},"u":{"1":{"6":{"df":1,"docs":{"61":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"3":{"2":{"df":4,"docs":{"148":{"tf":1.0},"177":{"tf":3.1622776601683795},"239":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"6":{"4":{"df":4,"docs":{"16":{"tf":1.7320508075688772},"17":{"tf":2.0},"239":{"tf":2.8284271247461903},"240":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"8":{"df":4,"docs":{"151":{"tf":2.23606797749979},"40":{"tf":1.0},"41":{"tf":1.0},"60":{"tf":1.0}}},"b":{"df":2,"docs":{"206":{"tf":1.4142135623730951},"72":{"tf":1.0}}},"df":1,"docs":{"8":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"206":{"tf":1.0},"68":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"248":{"tf":1.0}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"172":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"169":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"218":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"197":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951}}}}},"r":{"df":1,"docs":{"206":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"140":{"tf":1.7320508075688772},"143":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":8,"docs":{"184":{"tf":1.0},"199":{"tf":1.4142135623730951},"203":{"tf":1.0},"211":{"tf":1.0},"228":{"tf":1.0},"238":{"tf":1.0},"240":{"tf":1.7320508075688772},"5":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"211":{"tf":1.0}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"241":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"89":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"116":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}}}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"239":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":1,"docs":{"185":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"239":{"tf":1.0}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"239":{"tf":1.4142135623730951},"257":{"tf":1.7320508075688772}}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"155":{"tf":1.0}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"197":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"199":{"tf":1.0},"53":{"tf":1.0},"68":{"tf":1.0}}}}}},"q":{"df":0,"docs":{},"u":{"df":5,"docs":{"111":{"tf":1.4142135623730951},"181":{"tf":1.0},"234":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"df":0,"docs":{},"i":{">":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"239":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"239":{"tf":1.0},"240":{"tf":1.0}},"s":{"<":{"df":0,"docs":{},"t":{">":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"<":{"df":0,"docs":{},"r":{"df":1,"docs":{"239":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"df":6,"docs":{"133":{"tf":1.0},"136":{"tf":1.0},"176":{"tf":1.0},"181":{"tf":1.0},"184":{"tf":1.0},"255":{"tf":1.7320508075688772}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"198":{"tf":1.0},"90":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"217":{"tf":1.0},"41":{"tf":1.0},"71":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"k":{"df":6,"docs":{"203":{"tf":1.0},"232":{"tf":1.0},"237":{"tf":1.0},"240":{"tf":1.0},"34":{"tf":1.0},"74":{"tf":1.0}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"140":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"110":{"tf":1.4142135623730951},"211":{"tf":1.0},"249":{"tf":1.0},"5":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"222":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":21,"docs":{"189":{"tf":1.7320508075688772},"190":{"tf":1.0},"192":{"tf":1.4142135623730951},"193":{"tf":1.0},"194":{"tf":1.4142135623730951},"197":{"tf":1.7320508075688772},"200":{"tf":1.0},"203":{"tf":1.0},"206":{"tf":1.4142135623730951},"209":{"tf":1.0},"44":{"tf":1.0},"55":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":2.23606797749979},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951}},"e":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":5,"docs":{"206":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":9,"docs":{"188":{"tf":1.7320508075688772},"189":{"tf":1.4142135623730951},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"197":{"tf":1.4142135623730951},"199":{"tf":1.0},"202":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"198":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":5,"docs":{"230":{"tf":1.0},"233":{"tf":1.0},"239":{"tf":1.0},"37":{"tf":1.0},"73":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"68":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":3,"docs":{"218":{"tf":1.0},"53":{"tf":1.0},"88":{"tf":1.0}},"e":{"d":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"218":{"tf":1.0}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"218":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"r":{"df":1,"docs":{"218":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"r":{"a":{"c":{"df":1,"docs":{"218":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"218":{"tf":1.0}}}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"218":{"tf":1.0}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"218":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"37":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"p":{"df":6,"docs":{"11":{"tf":1.0},"176":{"tf":1.0},"180":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"240":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"189":{"tf":1.0},"199":{"tf":1.0},"68":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"189":{"tf":1.0},"196":{"tf":1.0},"247":{"tf":1.0},"5":{"tf":1.0},"8":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"l":{":":{"0":{".":{"5":{"df":1,"docs":{"185":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{".":{"0":{"df":1,"docs":{"185":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"184":{"tf":1.0},"185":{"tf":2.0},"186":{"tf":1.4142135623730951}}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"232":{"tf":1.0},"237":{"tf":1.0},"240":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":4,"docs":{"101":{"tf":1.0},"177":{"tf":1.0},"227":{"tf":1.4142135623730951},"50":{"tf":1.0}}}},"df":110,"docs":{"101":{"tf":1.4142135623730951},"106":{"tf":1.0},"107":{"tf":1.4142135623730951},"11":{"tf":1.7320508075688772},"112":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"12":{"tf":1.0},"120":{"tf":1.4142135623730951},"121":{"tf":2.449489742783178},"13":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"133":{"tf":1.4142135623730951},"134":{"tf":1.0},"136":{"tf":2.0},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.7320508075688772},"142":{"tf":1.0},"143":{"tf":2.0},"146":{"tf":1.0},"148":{"tf":1.4142135623730951},"151":{"tf":2.23606797749979},"155":{"tf":1.7320508075688772},"156":{"tf":1.7320508075688772},"16":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.7320508075688772},"169":{"tf":1.0},"17":{"tf":1.0},"170":{"tf":2.0},"171":{"tf":1.4142135623730951},"172":{"tf":2.0},"173":{"tf":1.0},"176":{"tf":1.4142135623730951},"177":{"tf":1.0},"178":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.4142135623730951},"185":{"tf":1.4142135623730951},"189":{"tf":1.0},"192":{"tf":1.0},"194":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.7320508075688772},"199":{"tf":2.449489742783178},"20":{"tf":1.4142135623730951},"202":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.4142135623730951},"21":{"tf":1.0},"211":{"tf":2.0},"217":{"tf":1.4142135623730951},"222":{"tf":2.23606797749979},"224":{"tf":1.7320508075688772},"225":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":2.8284271247461903},"236":{"tf":1.0},"237":{"tf":2.6457513110645907},"238":{"tf":1.4142135623730951},"239":{"tf":2.0},"24":{"tf":1.0},"240":{"tf":2.23606797749979},"241":{"tf":1.0},"25":{"tf":1.0},"252":{"tf":1.0},"255":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":2.0},"41":{"tf":1.7320508075688772},"42":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.7320508075688772},"60":{"tf":1.0},"66":{"tf":1.7320508075688772},"68":{"tf":1.0},"7":{"tf":2.449489742783178},"71":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.7320508075688772},"8":{"tf":3.4641016151377544},"81":{"tf":1.4142135623730951},"82":{"tf":1.7320508075688772},"83":{"tf":1.0},"86":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":2.449489742783178},"89":{"tf":1.4142135623730951},"9":{"tf":1.0},"90":{"tf":1.4142135623730951},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"181":{"tf":1.0}}}}}},"r":{"'":{"df":1,"docs":{"233":{"tf":1.0}}},"df":24,"docs":{"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"136":{"tf":1.0},"150":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.0},"189":{"tf":1.0},"192":{"tf":1.4142135623730951},"194":{"tf":1.0},"196":{"tf":1.4142135623730951},"198":{"tf":3.605551275463989},"199":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"209":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.4142135623730951},"240":{"tf":1.0},"241":{"tf":1.0},"254":{"tf":1.4142135623730951},"26":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.7320508075688772},"98":{"tf":1.0}}}},"i":{"df":0,"docs":{},"z":{"df":3,"docs":{"203":{"tf":1.0},"206":{"tf":1.0},"73":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":12,"docs":{"13":{"tf":1.0},"14":{"tf":1.4142135623730951},"169":{"tf":1.0},"170":{"tf":1.0},"173":{"tf":1.0},"202":{"tf":1.0},"207":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"29":{"tf":1.4142135623730951},"42":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"f":{"df":4,"docs":{"107":{"tf":1.0},"192":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"y":{"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":{},"y":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"151":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"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":{},"y":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"151":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"151":{"tf":1.0}},"i":{"d":{"df":4,"docs":{"107":{"tf":1.0},"192":{"tf":1.4142135623730951},"199":{"tf":1.0},"67":{"tf":1.0}}},"df":0,"docs":{}},"u":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"207":{"tf":1.0}}}},"df":0,"docs":{}},"df":31,"docs":{"106":{"tf":2.23606797749979},"155":{"tf":1.0},"16":{"tf":1.7320508075688772},"162":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"17":{"tf":2.23606797749979},"170":{"tf":1.4142135623730951},"173":{"tf":1.0},"185":{"tf":1.0},"198":{"tf":1.4142135623730951},"200":{"tf":1.0},"206":{"tf":1.7320508075688772},"21":{"tf":1.4142135623730951},"211":{"tf":1.0},"212":{"tf":1.0},"222":{"tf":1.0},"227":{"tf":1.0},"229":{"tf":1.0},"232":{"tf":1.0},"239":{"tf":1.4142135623730951},"240":{"tf":3.605551275463989},"252":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":3.1622776601683795},"45":{"tf":1.4142135623730951},"48":{"tf":1.0},"53":{"tf":1.7320508075688772},"55":{"tf":1.0}},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"16":{"tf":1.0},"17":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":16,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"103":{"tf":1.0},"121":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"37":{"tf":2.0},"48":{"tf":1.0},"53":{"tf":2.0},"74":{"tf":1.0},"80":{"tf":1.7320508075688772},"81":{"tf":1.7320508075688772},"82":{"tf":1.0},"83":{"tf":1.4142135623730951},"84":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"87":{"tf":1.0}}},"b":{"df":1,"docs":{"87":{"tf":1.0}}},"c":{"df":1,"docs":{"87":{"tf":1.0}}},"df":7,"docs":{"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"86":{"tf":1.4142135623730951},"87":{"tf":1.7320508075688772},"89":{"tf":1.7320508075688772},"90":{"tf":1.4142135623730951}}}}},"df":2,"docs":{"147":{"tf":1.0},"3":{"tf":1.0}}}}},"df":2,"docs":{"148":{"tf":2.0},"240":{"tf":2.6457513110645907}},"e":{"c":{"!":{"[":{"\"":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"78":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"0":{"df":0,"docs":{},"u":{"8":{"df":1,"docs":{"73":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"c":{"a":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"68":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"<":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"118":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951}}}}}},"a":{"c":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"118":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"232":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"119":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"232":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"'":{"a":{"df":1,"docs":{"120":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"21":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"119":{"tf":1.4142135623730951}}}}},"t":{"df":4,"docs":{"237":{"tf":1.0},"25":{"tf":2.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"u":{"8":{"df":2,"docs":{"192":{"tf":1.0},"237":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":7,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.4142135623730951},"128":{"tf":1.0},"21":{"tf":1.0},"25":{"tf":1.4142135623730951},"71":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"<":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"232":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"232":{"tf":1.0}}}}}},"df":8,"docs":{"101":{"tf":1.0},"107":{"tf":1.4142135623730951},"120":{"tf":1.0},"128":{"tf":1.0},"21":{"tf":1.0},"232":{"tf":1.0},"68":{"tf":1.7320508075688772},"74":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"180":{"tf":1.0},"68":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":11,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"110":{"tf":1.0},"124":{"tf":1.0},"136":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"237":{"tf":1.0},"251":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":14,"docs":{"140":{"tf":1.0},"158":{"tf":1.0},"185":{"tf":1.4142135623730951},"206":{"tf":1.7320508075688772},"222":{"tf":1.0},"239":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.0},"68":{"tf":1.0},"74":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}}}},"u":{"df":1,"docs":{"8":{"tf":1.7320508075688772}}}}}},"i":{"a":{"df":3,"docs":{"28":{"tf":1.0},"29":{"tf":1.0},"65":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"239":{"tf":1.0}}}}}},"df":7,"docs":{"198":{"tf":1.0},"239":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"29":{"tf":2.23606797749979},"77":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"<":{"df":0,"docs":{},"e":{">":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"240":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":1,"docs":{"157":{"tf":1.0}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"155":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"155":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"155":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"<":{"df":0,"docs":{},"e":{">":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"240":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"u":{"6":{"4":{"<":{"df":0,"docs":{},"e":{">":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"240":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":3,"docs":{"155":{"tf":1.7320508075688772},"158":{"tf":1.0},"240":{"tf":2.449489742783178}},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":1,"docs":{"157":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"h":{"df":1,"docs":{"157":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"<":{"'":{"d":{"df":1,"docs":{"240":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"6":{"4":{"df":1,"docs":{"155":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"df":1,"docs":{"155":{"tf":1.0}}}},"df":10,"docs":{"153":{"tf":1.7320508075688772},"154":{"tf":1.7320508075688772},"155":{"tf":1.7320508075688772},"156":{"tf":2.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.7320508075688772},"171":{"tf":1.0},"173":{"tf":1.4142135623730951},"238":{"tf":1.0},"240":{"tf":3.7416573867739413}}}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"157":{"tf":1.0},"198":{"tf":2.0},"222":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":2.8284271247461903}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"8":{"tf":2.0}}}}}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}},"l":{"df":0,"docs":{},"k":{"_":{"df":1,"docs":{"157":{"tf":1.0}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"157":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}},"df":2,"docs":{"155":{"tf":1.0},"173":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":16,"docs":{"107":{"tf":1.0},"116":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"156":{"tf":1.0},"171":{"tf":1.0},"218":{"tf":1.7320508075688772},"222":{"tf":1.4142135623730951},"233":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.4142135623730951},"8":{"tf":1.0},"81":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"214":{"tf":1.0},"217":{"tf":2.23606797749979},"218":{"tf":1.7320508075688772},"37":{"tf":1.0},"88":{"tf":1.0}}}},"y":{"df":32,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"110":{"tf":1.4142135623730951},"121":{"tf":1.0},"128":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"146":{"tf":1.0},"151":{"tf":1.0},"157":{"tf":1.0},"174":{"tf":1.0},"176":{"tf":1.0},"180":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"206":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"235":{"tf":1.0},"239":{"tf":1.7320508075688772},"240":{"tf":1.7320508075688772},"254":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0},"89":{"tf":1.4142135623730951}}}},"df":1,"docs":{"219":{"tf":1.0}},"e":{"'":{"df":0,"docs":{},"r":{"df":1,"docs":{"136":{"tf":1.0}}}},"b":{"df":1,"docs":{"185":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"222":{"tf":1.0},"68":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"l":{"df":20,"docs":{"119":{"tf":1.0},"143":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.0},"183":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"222":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"237":{"tf":1.0},"240":{"tf":1.0},"53":{"tf":1.0},"8":{"tf":1.0},"87":{"tf":1.0},"89":{"tf":1.0},"98":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"230":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":5,"docs":{"108":{"tf":1.0},"217":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.4142135623730951},"7":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":4,"docs":{"149":{"tf":1.0},"228":{"tf":1.0},"29":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"211":{"tf":1.0},"233":{"tf":1.0},"257":{"tf":1.0},"37":{"tf":1.0},"83":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"218":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"o":{"a":{"df":1,"docs":{"230":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":7,"docs":{"111":{"tf":1.0},"117":{"tf":1.0},"121":{"tf":1.0},"169":{"tf":1.0},"176":{"tf":1.0},"51":{"tf":1.0},"81":{"tf":1.0}}}},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"206":{"tf":1.0},"74":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":4,"docs":{"20":{"tf":1.0},"200":{"tf":1.0},"237":{"tf":1.0},"73":{"tf":1.4142135623730951}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"181":{"tf":1.0},"184":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"a":{"df":6,"docs":{"113":{"tf":1.0},"144":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"167":{"tf":1.0},"174":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"l":{"d":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"87":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"232":{"tf":1.0}}}}},"n":{"df":1,"docs":{"232":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"8":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"100":{"tf":1.0},"110":{"tf":1.0},"248":{"tf":1.0},"88":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":13,"docs":{"143":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"210":{"tf":1.0},"214":{"tf":1.0},"218":{"tf":1.0},"241":{"tf":1.4142135623730951},"247":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":4,"docs":{"42":{"tf":1.0},"51":{"tf":1.0},"67":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"d":{".":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":3,"docs":{"146":{"tf":1.0},"232":{"tf":1.0},"8":{"tf":2.23606797749979}},"i":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":26,"docs":{"143":{"tf":1.7320508075688772},"147":{"tf":1.0},"166":{"tf":1.0},"179":{"tf":1.0},"183":{"tf":1.4142135623730951},"186":{"tf":1.0},"199":{"tf":1.0},"222":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"239":{"tf":1.4142135623730951},"240":{"tf":2.0},"249":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.4142135623730951},"66":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":1.4142135623730951},"88":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"146":{"tf":1.0}}}}}}},"l":{"d":{"df":1,"docs":{"172":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":3,"docs":{"180":{"tf":1.0},"199":{"tf":1.0},"206":{"tf":1.0}},"t":{"df":1,"docs":{"199":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"205":{"tf":1.0},"89":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":10,"docs":{"133":{"tf":1.0},"134":{"tf":1.7320508075688772},"135":{"tf":1.0},"203":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.7320508075688772},"240":{"tf":1.0},"42":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"131":{"tf":1.0},"134":{"tf":1.4142135623730951},"135":{"tf":1.0},"192":{"tf":1.0},"194":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.7320508075688772},"202":{"tf":1.7320508075688772},"203":{"tf":1.4142135623730951},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":17,"docs":{"112":{"tf":1.0},"128":{"tf":1.0},"148":{"tf":1.0},"166":{"tf":1.0},"190":{"tf":1.0},"194":{"tf":1.0},"197":{"tf":1.0},"211":{"tf":1.0},"225":{"tf":1.0},"233":{"tf":1.0},"243":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"93":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":14,"docs":{"124":{"tf":1.0},"154":{"tf":1.0},"185":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"202":{"tf":1.0},"209":{"tf":1.0},"217":{"tf":1.0},"233":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":6,"docs":{"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"233":{"tf":1.0},"44":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"112":{"tf":1.4142135623730951}}}}}}},"x":{",":{"1":{",":{"2":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"210":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"140":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":7,"docs":{"128":{"tf":1.0},"140":{"tf":1.0},"151":{"tf":2.449489742783178},"177":{"tf":2.23606797749979},"210":{"tf":2.23606797749979},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951}},"x":{"'":{"df":1,"docs":{"140":{"tf":1.0}}},".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":1,"docs":{"140":{"tf":1.0}}}}}},"df":1,"docs":{"140":{"tf":1.4142135623730951}}}},"y":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"112":{"tf":2.0}}}}}},"df":4,"docs":{"128":{"tf":1.4142135623730951},"151":{"tf":2.8284271247461903},"177":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"79":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"'":{"d":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.4142135623730951}}},"df":0,"docs":{},"r":{"df":2,"docs":{"44":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"248":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}}}}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":9,"docs":{"134":{"tf":1.0},"199":{"tf":1.4142135623730951},"21":{"tf":1.0},"40":{"tf":1.0},"66":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"77":{"tf":1.0},"79":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"74":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"title":{"root":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"239":{"tf":1.0},"257":{"tf":1.0}}}}}},"df":0,"docs":{}},"d":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"242":{"tf":1.0}}}}},"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":24,"docs":{"102":{"tf":1.0},"108":{"tf":1.0},"13":{"tf":1.0},"134":{"tf":1.0},"142":{"tf":1.0},"149":{"tf":1.0},"164":{"tf":1.0},"179":{"tf":1.0},"184":{"tf":1.0},"190":{"tf":1.0},"199":{"tf":1.0},"204":{"tf":1.0},"216":{"tf":1.0},"223":{"tf":1.0},"234":{"tf":1.0},"27":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"51":{"tf":1.0},"62":{"tf":1.0},"68":{"tf":1.0},"74":{"tf":1.0},"83":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"k":{"a":{"df":1,"docs":{"145":{"tf":1.0}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"218":{"tf":1.0},"236":{"tf":1.0},"88":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"207":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"195":{"tf":1.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"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":2,"docs":{"104":{"tf":1.0},"6":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"254":{"tf":1.0}}}}}}}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"195":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"113":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"244":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"175":{"tf":1.0},"208":{"tf":1.0},"6":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"246":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"160":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"39":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"208":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"258":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"231":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"208":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"259":{"tf":1.0},"80":{"tf":1.0}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":5,"docs":{"198":{"tf":1.0},"203":{"tf":1.0},"58":{"tf":1.0},"67":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"114":{"tf":1.0},"253":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"246":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"201":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"15":{"tf":1.0},"17":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"104":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"188":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"126":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"182":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"159":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"61":{"tf":1.0}}}}}}}},"d":{"b":{"c":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"230":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"19":{"tf":1.0}}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"250":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"y":{"(":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"213":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"220":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":34,"docs":{"100":{"tf":1.0},"105":{"tf":1.0},"11":{"tf":1.0},"115":{"tf":1.0},"124":{"tf":1.0},"131":{"tf":1.0},"139":{"tf":1.0},"146":{"tf":1.0},"154":{"tf":1.0},"16":{"tf":1.0},"161":{"tf":1.0},"169":{"tf":1.0},"176":{"tf":1.0},"183":{"tf":1.0},"189":{"tf":1.0},"196":{"tf":1.0},"20":{"tf":1.0},"202":{"tf":1.0},"209":{"tf":1.0},"214":{"tf":1.0},"221":{"tf":1.0},"232":{"tf":1.0},"24":{"tf":1.0},"32":{"tf":1.0},"40":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0},"65":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.0},"86":{"tf":1.0},"93":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":7,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"2":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"251":{"tf":1.0},"3":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"s":{"a":{"d":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":23,"docs":{"103":{"tf":1.0},"109":{"tf":1.0},"135":{"tf":1.0},"14":{"tf":1.0},"150":{"tf":1.0},"165":{"tf":1.0},"180":{"tf":1.0},"185":{"tf":1.0},"191":{"tf":1.0},"200":{"tf":1.0},"205":{"tf":1.0},"224":{"tf":1.0},"235":{"tf":1.0},"28":{"tf":1.0},"36":{"tf":1.0},"44":{"tf":1.0},"52":{"tf":1.0},"63":{"tf":1.0},"69":{"tf":1.0},"75":{"tf":1.0},"84":{"tf":1.0},"90":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":16,"docs":{"121":{"tf":1.0},"128":{"tf":1.0},"136":{"tf":1.0},"143":{"tf":1.0},"151":{"tf":1.0},"157":{"tf":1.0},"166":{"tf":1.0},"172":{"tf":1.0},"181":{"tf":1.0},"225":{"tf":1.0},"29":{"tf":1.0},"37":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0},"89":{"tf":1.0},"98":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"o":{"c":{"df":1,"docs":{"92":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"256":{"tf":1.0}}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"248":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"w":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"217":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":1,"docs":{"248":{"tf":1.0}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"92":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"252":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"39":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"104":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":32,"docs":{"101":{"tf":1.0},"106":{"tf":1.0},"117":{"tf":1.0},"12":{"tf":1.0},"132":{"tf":1.0},"140":{"tf":1.0},"148":{"tf":1.0},"155":{"tf":1.0},"162":{"tf":1.0},"170":{"tf":1.0},"177":{"tf":1.0},"186":{"tf":1.0},"192":{"tf":1.0},"198":{"tf":1.0},"203":{"tf":1.0},"21":{"tf":1.0},"210":{"tf":1.0},"215":{"tf":1.0},"222":{"tf":1.0},"233":{"tf":1.0},"25":{"tf":1.0},"33":{"tf":1.0},"41":{"tf":1.0},"49":{"tf":1.0},"58":{"tf":1.0},"67":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0},"95":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"85":{"tf":1.0}}}}}}}},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"206":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":3,"docs":{"194":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"85":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}},"n":{"df":1,"docs":{"120":{"tf":1.0}}},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"168":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":1,"docs":{"240":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"126":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"119":{"tf":1.0},"227":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"231":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"126":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"138":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"240":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"5":{"tf":1.0},"55":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"229":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"92":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"123":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"206":{"tf":1.0},"76":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"39":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"249":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"w":{"df":1,"docs":{"250":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":2,"docs":{"238":{"tf":1.0},"239":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"255":{"tf":1.0}}}}}}}}},"o":{"d":{"df":1,"docs":{"250":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{":":{":":{"df":0,"docs":{},"{":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"(":{"_":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"255":{"tf":1.0}}}},"df":1,"docs":{"188":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":19,"docs":{"107":{"tf":1.0},"116":{"tf":1.0},"125":{"tf":1.0},"133":{"tf":1.0},"141":{"tf":1.0},"147":{"tf":1.0},"156":{"tf":1.0},"163":{"tf":1.0},"171":{"tf":1.0},"178":{"tf":1.0},"197":{"tf":1.0},"211":{"tf":1.0},"26":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0},"94":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"99":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"130":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"85":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"118":{"tf":1.0},"120":{"tf":1.0},"195":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"244":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"240":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"76":{"tf":1.0}}}}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"240":{"tf":1.0}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"246":{"tf":1.0},"76":{"tf":1.0}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"246":{"tf":1.0}}}}}}}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"39":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"df":1,"docs":{"228":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"70":{"tf":1.0},"80":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":9,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"113":{"tf":1.0},"159":{"tf":1.0},"174":{"tf":1.0},"194":{"tf":1.0},"2":{"tf":1.0},"207":{"tf":1.0},"3":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"259":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"119":{"tf":1.0},"23":{"tf":1.0}}}}}}},"l":{"a":{"df":1,"docs":{"254":{"tf":1.0}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"145":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"220":{"tf":1.0}}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"182":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"245":{"tf":1.0},"246":{"tf":1.0},"249":{"tf":1.0},"254":{"tf":1.0}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"m":{"df":2,"docs":{"238":{"tf":1.0},"240":{"tf":1.0}}}},"v":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"85":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"126":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"228":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"253":{"tf":1.0}}}}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"df":1,"docs":{"138":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"248":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"(":{"_":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"242":{"tf":1.0}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"104":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"111":{"tf":1.0},"227":{"tf":1.0},"3":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"208":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":24,"docs":{"122":{"tf":1.0},"129":{"tf":1.0},"137":{"tf":1.0},"144":{"tf":1.0},"152":{"tf":1.0},"158":{"tf":1.0},"167":{"tf":1.0},"173":{"tf":1.0},"18":{"tf":1.0},"187":{"tf":1.0},"193":{"tf":1.0},"212":{"tf":1.0},"219":{"tf":1.0},"22":{"tf":1.0},"226":{"tf":1.0},"237":{"tf":1.0},"241":{"tf":1.0},"30":{"tf":1.0},"38":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.0},"79":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":1.0}}},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"256":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"c":{"df":0,"docs":{},"q":{"df":1,"docs":{"253":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"258":{"tf":1.0}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"182":{"tf":1.0},"188":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"247":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}}}},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"47":{"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":{"145":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"10":{"tf":1.0},"64":{"tf":1.0},"70":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"175":{"tf":1.0},"88":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"174":{"tf":1.0},"60":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":1,"docs":{"243":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"99":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"118":{"tf":1.0},"120":{"tf":1.0},"19":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"206":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":5,"docs":{"201":{"tf":1.0},"231":{"tf":1.0},"239":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"239":{"tf":1.0},"257":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"255":{"tf":1.0}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"188":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"227":{"tf":1.0}}}},"df":4,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"6":{"tf":1.0}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"39":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"153":{"tf":1.0}}}}}}}}},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"206":{"tf":1.0}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"201":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"y":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"112":{"tf":1.0}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"248":{"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/searchindex.json b/searchindex.json index efb3198..ac876a7 100644 --- a/searchindex.json +++ b/searchindex.json @@ -1 +1 @@ -{"doc_urls":["intro.html#introduction","intro.html#participation","intro.html#design-patterns","intro.html#design-patterns-in-rust","translations.html#translations","idioms/index.html#idioms","idioms/coercion-arguments.html#use-borrowed-types-for-arguments","idioms/coercion-arguments.html#description","idioms/coercion-arguments.html#example","idioms/coercion-arguments.html#see-also","idioms/concat-format.html#concatenating-strings-with-format","idioms/concat-format.html#description","idioms/concat-format.html#example","idioms/concat-format.html#advantages","idioms/concat-format.html#disadvantages","idioms/ctor.html#constructors","idioms/ctor.html#description","idioms/ctor.html#default-constructors","idioms/ctor.html#see-also","idioms/default.html#the-default-trait","idioms/default.html#description","idioms/default.html#example","idioms/default.html#see-also","idioms/deref.html#collections-are-smart-pointers","idioms/deref.html#description","idioms/deref.html#example","idioms/deref.html#motivation","idioms/deref.html#advantages","idioms/deref.html#disadvantages","idioms/deref.html#discussion","idioms/deref.html#see-also","idioms/dtor-finally.html#finalisation-in-destructors","idioms/dtor-finally.html#description","idioms/dtor-finally.html#example","idioms/dtor-finally.html#motivation","idioms/dtor-finally.html#advantages","idioms/dtor-finally.html#disadvantages","idioms/dtor-finally.html#discussion","idioms/dtor-finally.html#see-also","idioms/mem-replace.html#memtake_-replace_-to-keep-owned-values-in-changed-enums","idioms/mem-replace.html#description","idioms/mem-replace.html#example","idioms/mem-replace.html#motivation","idioms/mem-replace.html#advantages","idioms/mem-replace.html#disadvantages","idioms/mem-replace.html#discussion","idioms/mem-replace.html#see-also","idioms/on-stack-dyn-dispatch.html#on-stack-dynamic-dispatch","idioms/on-stack-dyn-dispatch.html#description","idioms/on-stack-dyn-dispatch.html#example","idioms/on-stack-dyn-dispatch.html#motivation","idioms/on-stack-dyn-dispatch.html#advantages","idioms/on-stack-dyn-dispatch.html#disadvantages","idioms/on-stack-dyn-dispatch.html#discussion","idioms/on-stack-dyn-dispatch.html#see-also","idioms/ffi/intro.html#ffi-idioms","idioms/ffi/errors.html#error-handling-in-ffi","idioms/ffi/errors.html#description","idioms/ffi/errors.html#code-example","idioms/ffi/errors.html#flat-enums","idioms/ffi/errors.html#structured-enums","idioms/ffi/errors.html#custom-error-types","idioms/ffi/errors.html#advantages","idioms/ffi/errors.html#disadvantages","idioms/ffi/accepting-strings.html#accepting-strings","idioms/ffi/accepting-strings.html#description","idioms/ffi/accepting-strings.html#motivation","idioms/ffi/accepting-strings.html#code-example","idioms/ffi/accepting-strings.html#advantages","idioms/ffi/accepting-strings.html#disadvantages","idioms/ffi/passing-strings.html#passing-strings","idioms/ffi/passing-strings.html#description","idioms/ffi/passing-strings.html#motivation","idioms/ffi/passing-strings.html#code-example","idioms/ffi/passing-strings.html#advantages","idioms/ffi/passing-strings.html#disadvantages","idioms/option-iter.html#iterating-over-an-option","idioms/option-iter.html#description","idioms/option-iter.html#examples","idioms/option-iter.html#see-also","idioms/pass-var-to-closure.html#pass-variables-to-closure","idioms/pass-var-to-closure.html#description","idioms/pass-var-to-closure.html#example","idioms/pass-var-to-closure.html#advantages","idioms/pass-var-to-closure.html#disadvantages","idioms/priv-extend.html#non_exhaustive-and-private-fields-for-extensibility","idioms/priv-extend.html#description","idioms/priv-extend.html#example","idioms/priv-extend.html#alternative-private-fields-for-structs","idioms/priv-extend.html#discussion","idioms/priv-extend.html#disadvantages","idioms/priv-extend.html#see-also","idioms/rustdoc-init.html#easy-doc-initialization","idioms/rustdoc-init.html#description","idioms/rustdoc-init.html#motivation","idioms/rustdoc-init.html#example","idioms/rustdoc-init.html#advantages","idioms/rustdoc-init.html#disadvantages","idioms/rustdoc-init.html#discussion","idioms/temporary-mutability.html#temporary-mutability","idioms/temporary-mutability.html#description","idioms/temporary-mutability.html#example","idioms/temporary-mutability.html#advantages","idioms/temporary-mutability.html#disadvantages","idioms/return-consumed-arg-on-error.html#return-consumed-argument-on-error","idioms/return-consumed-arg-on-error.html#description","idioms/return-consumed-arg-on-error.html#example","idioms/return-consumed-arg-on-error.html#motivation","idioms/return-consumed-arg-on-error.html#advantages","idioms/return-consumed-arg-on-error.html#disadvantages","patterns/index.html#design-patterns","patterns/index.html#design-patterns-in-rust","patterns/index.html#yagni","patterns/behavioural/intro.html#behavioural-patterns","patterns/behavioural/command.html#command","patterns/behavioural/command.html#description","patterns/behavioural/command.html#motivation","patterns/behavioural/command.html#example","patterns/behavioural/command.html#approach-using-trait-objects","patterns/behavioural/command.html#approach-using-function-pointers","patterns/behavioural/command.html#approach-using-fn-trait-objects","patterns/behavioural/command.html#discussion","patterns/behavioural/command.html#see-also","patterns/behavioural/interpreter.html#interpreter","patterns/behavioural/interpreter.html#description","patterns/behavioural/interpreter.html#motivation","patterns/behavioural/interpreter.html#context-free-grammar-for-our-problem","patterns/behavioural/interpreter.html#solution","patterns/behavioural/interpreter.html#discussion","patterns/behavioural/interpreter.html#see-also","patterns/behavioural/newtype.html#newtype","patterns/behavioural/newtype.html#description","patterns/behavioural/newtype.html#example","patterns/behavioural/newtype.html#motivation","patterns/behavioural/newtype.html#advantages","patterns/behavioural/newtype.html#disadvantages","patterns/behavioural/newtype.html#discussion","patterns/behavioural/newtype.html#see-also","patterns/behavioural/RAII.html#raii-with-guards","patterns/behavioural/RAII.html#description","patterns/behavioural/RAII.html#example","patterns/behavioural/RAII.html#motivation","patterns/behavioural/RAII.html#advantages","patterns/behavioural/RAII.html#discussion","patterns/behavioural/RAII.html#see-also","patterns/behavioural/strategy.html#strategy-aka-policy","patterns/behavioural/strategy.html#description","patterns/behavioural/strategy.html#motivation","patterns/behavioural/strategy.html#example","patterns/behavioural/strategy.html#advantages","patterns/behavioural/strategy.html#disadvantages","patterns/behavioural/strategy.html#discussion","patterns/behavioural/strategy.html#see-also","patterns/behavioural/visitor.html#visitor","patterns/behavioural/visitor.html#description","patterns/behavioural/visitor.html#example","patterns/behavioural/visitor.html#motivation","patterns/behavioural/visitor.html#discussion","patterns/behavioural/visitor.html#see-also","patterns/creational/intro.html#creational-patterns","patterns/creational/builder.html#builder","patterns/creational/builder.html#description","patterns/creational/builder.html#example","patterns/creational/builder.html#motivation","patterns/creational/builder.html#advantages","patterns/creational/builder.html#disadvantages","patterns/creational/builder.html#discussion","patterns/creational/builder.html#see-also","patterns/creational/fold.html#fold","patterns/creational/fold.html#description","patterns/creational/fold.html#example","patterns/creational/fold.html#motivation","patterns/creational/fold.html#discussion","patterns/creational/fold.html#see-also","patterns/structural/intro.html#structural-patterns","patterns/structural/compose-structs.html#compose-structs-together-for-better-borrowing","patterns/structural/compose-structs.html#description","patterns/structural/compose-structs.html#example","patterns/structural/compose-structs.html#motivation","patterns/structural/compose-structs.html#advantages","patterns/structural/compose-structs.html#disadvantages","patterns/structural/compose-structs.html#discussion","patterns/structural/small-crates.html#prefer-small-crates","patterns/structural/small-crates.html#description","patterns/structural/small-crates.html#advantages","patterns/structural/small-crates.html#disadvantages","patterns/structural/small-crates.html#examples","patterns/structural/small-crates.html#see-also","patterns/structural/unsafe-mods.html#contain-unsafety-in-small-modules","patterns/structural/unsafe-mods.html#description","patterns/structural/unsafe-mods.html#advantages","patterns/structural/unsafe-mods.html#disadvantages","patterns/structural/unsafe-mods.html#examples","patterns/structural/unsafe-mods.html#see-also","patterns/ffi/intro.html#ffi-patterns","patterns/ffi/export.html#object-based-apis","patterns/ffi/export.html#description","patterns/ffi/export.html#motivation","patterns/ffi/export.html#code-example","patterns/ffi/export.html#advantages","patterns/ffi/export.html#disadvantages","patterns/ffi/wrappers.html#type-consolidation-into-wrappers","patterns/ffi/wrappers.html#description","patterns/ffi/wrappers.html#code-example","patterns/ffi/wrappers.html#advantages","patterns/ffi/wrappers.html#disadvantages","patterns/ffi/wrappers.html#trying-to-wrap-iterators-and-failing","anti_patterns/index.html#anti-patterns","anti_patterns/borrow_clone.html#clone-to-satisfy-the-borrow-checker","anti_patterns/borrow_clone.html#description","anti_patterns/borrow_clone.html#example","anti_patterns/borrow_clone.html#motivation","anti_patterns/borrow_clone.html#see-also","anti_patterns/deny-warnings.html#denywarnings","anti_patterns/deny-warnings.html#description","anti_patterns/deny-warnings.html#example","anti_patterns/deny-warnings.html#advantages","anti_patterns/deny-warnings.html#drawbacks","anti_patterns/deny-warnings.html#alternatives","anti_patterns/deny-warnings.html#see-also","anti_patterns/deref.html#deref-polymorphism","anti_patterns/deref.html#description","anti_patterns/deref.html#example","anti_patterns/deref.html#advantages","anti_patterns/deref.html#disadvantages","anti_patterns/deref.html#discussion","anti_patterns/deref.html#see-also","functional/index.html#functional-usage-of-rust","functional/paradigms.html#programming-paradigms","functional/paradigms.html#imperative","functional/paradigms.html#declarative","functional/generics-type-classes.html#generics-as-type-classes","functional/generics-type-classes.html#description","functional/generics-type-classes.html#example","functional/generics-type-classes.html#advantages","functional/generics-type-classes.html#disadvantages","functional/generics-type-classes.html#alternatives","functional/generics-type-classes.html#see-also","functional/lenses.html#lenses-and-prisms","functional/lenses.html#lenses-uniform-access-across-types","functional/lenses.html#prisms-a-higher-order-form-of-optics","functional/lenses.html#see-also","additional_resources/index.html#additional-resources","additional_resources/index.html#talks","additional_resources/index.html#books-online","additional_resources/design-principles.html#design-principles","additional_resources/design-principles.html#a-brief-overview-over-common-design-principles","additional_resources/design-principles.html#solid","additional_resources/design-principles.html#dry-dont-repeat-yourself","additional_resources/design-principles.html#kiss-principle","additional_resources/design-principles.html#law-of-demeter-lod","additional_resources/design-principles.html#design-by-contract-dbc","additional_resources/design-principles.html#encapsulation","additional_resources/design-principles.html#command-query-separationcqs","additional_resources/design-principles.html#principle-of-least-astonishment-pola","additional_resources/design-principles.html#linguistic-modular-units","additional_resources/design-principles.html#self-documentation","additional_resources/design-principles.html#uniform-access","additional_resources/design-principles.html#single-choice","additional_resources/design-principles.html#persistence-closure"],"index":{"documentStore":{"docInfo":{"0":{"body":0,"breadcrumbs":2,"title":1},"1":{"body":7,"breadcrumbs":2,"title":1},"10":{"body":0,"breadcrumbs":7,"title":3},"100":{"body":23,"breadcrumbs":4,"title":1},"101":{"body":28,"breadcrumbs":4,"title":1},"102":{"body":7,"breadcrumbs":4,"title":1},"103":{"body":15,"breadcrumbs":4,"title":1},"104":{"body":0,"breadcrumbs":9,"title":4},"105":{"body":10,"breadcrumbs":6,"title":1},"106":{"body":56,"breadcrumbs":6,"title":1},"107":{"body":42,"breadcrumbs":6,"title":1},"108":{"body":6,"breadcrumbs":6,"title":1},"109":{"body":5,"breadcrumbs":6,"title":1},"11":{"body":22,"breadcrumbs":5,"title":1},"110":{"body":55,"breadcrumbs":4,"title":2},"111":{"body":15,"breadcrumbs":5,"title":3},"112":{"body":39,"breadcrumbs":3,"title":1},"113":{"body":15,"breadcrumbs":5,"title":2},"114":{"body":0,"breadcrumbs":5,"title":1},"115":{"body":10,"breadcrumbs":5,"title":1},"116":{"body":43,"breadcrumbs":5,"title":1},"117":{"body":39,"breadcrumbs":5,"title":1},"118":{"body":112,"breadcrumbs":8,"title":4},"119":{"body":110,"breadcrumbs":8,"title":4},"12":{"body":20,"breadcrumbs":5,"title":1},"120":{"body":97,"breadcrumbs":9,"title":5},"121":{"body":71,"breadcrumbs":5,"title":1},"122":{"body":6,"breadcrumbs":5,"title":1},"123":{"body":0,"breadcrumbs":5,"title":1},"124":{"body":34,"breadcrumbs":5,"title":1},"125":{"body":26,"breadcrumbs":5,"title":1},"126":{"body":72,"breadcrumbs":8,"title":4},"127":{"body":97,"breadcrumbs":5,"title":1},"128":{"body":92,"breadcrumbs":5,"title":1},"129":{"body":6,"breadcrumbs":5,"title":1},"13":{"body":8,"breadcrumbs":5,"title":1},"130":{"body":36,"breadcrumbs":5,"title":1},"131":{"body":16,"breadcrumbs":5,"title":1},"132":{"body":41,"breadcrumbs":5,"title":1},"133":{"body":36,"breadcrumbs":5,"title":1},"134":{"body":31,"breadcrumbs":5,"title":1},"135":{"body":27,"breadcrumbs":5,"title":1},"136":{"body":65,"breadcrumbs":5,"title":1},"137":{"body":17,"breadcrumbs":5,"title":1},"138":{"body":0,"breadcrumbs":7,"title":2},"139":{"body":33,"breadcrumbs":6,"title":1},"14":{"body":18,"breadcrumbs":5,"title":1},"140":{"body":107,"breadcrumbs":6,"title":1},"141":{"body":15,"breadcrumbs":6,"title":1},"142":{"body":7,"breadcrumbs":6,"title":1},"143":{"body":102,"breadcrumbs":6,"title":1},"144":{"body":14,"breadcrumbs":6,"title":1},"145":{"body":0,"breadcrumbs":7,"title":3},"146":{"body":64,"breadcrumbs":5,"title":1},"147":{"body":37,"breadcrumbs":5,"title":1},"148":{"body":130,"breadcrumbs":5,"title":1},"149":{"body":30,"breadcrumbs":5,"title":1},"15":{"body":0,"breadcrumbs":3,"title":1},"150":{"body":19,"breadcrumbs":5,"title":1},"151":{"body":173,"breadcrumbs":5,"title":1},"152":{"body":7,"breadcrumbs":5,"title":1},"153":{"body":0,"breadcrumbs":5,"title":1},"154":{"body":34,"breadcrumbs":5,"title":1},"155":{"body":120,"breadcrumbs":5,"title":1},"156":{"body":27,"breadcrumbs":5,"title":1},"157":{"body":61,"breadcrumbs":5,"title":1},"158":{"body":18,"breadcrumbs":5,"title":1},"159":{"body":32,"breadcrumbs":5,"title":2},"16":{"body":49,"breadcrumbs":3,"title":1},"160":{"body":0,"breadcrumbs":5,"title":1},"161":{"body":5,"breadcrumbs":5,"title":1},"162":{"body":101,"breadcrumbs":5,"title":1},"163":{"body":8,"breadcrumbs":5,"title":1},"164":{"body":15,"breadcrumbs":5,"title":1},"165":{"body":9,"breadcrumbs":5,"title":1},"166":{"body":79,"breadcrumbs":5,"title":1},"167":{"body":20,"breadcrumbs":5,"title":1},"168":{"body":0,"breadcrumbs":5,"title":1},"169":{"body":36,"breadcrumbs":5,"title":1},"17":{"body":109,"breadcrumbs":4,"title":2},"170":{"body":146,"breadcrumbs":5,"title":1},"171":{"body":52,"breadcrumbs":5,"title":1},"172":{"body":100,"breadcrumbs":5,"title":1},"173":{"body":55,"breadcrumbs":5,"title":1},"174":{"body":11,"breadcrumbs":5,"title":2},"175":{"body":4,"breadcrumbs":10,"title":5},"176":{"body":49,"breadcrumbs":6,"title":1},"177":{"body":116,"breadcrumbs":6,"title":1},"178":{"body":3,"breadcrumbs":6,"title":1},"179":{"body":9,"breadcrumbs":6,"title":1},"18":{"body":21,"breadcrumbs":3,"title":1},"180":{"body":20,"breadcrumbs":6,"title":1},"181":{"body":46,"breadcrumbs":6,"title":1},"182":{"body":0,"breadcrumbs":9,"title":3},"183":{"body":39,"breadcrumbs":7,"title":1},"184":{"body":41,"breadcrumbs":7,"title":1},"185":{"body":60,"breadcrumbs":7,"title":1},"186":{"body":21,"breadcrumbs":7,"title":1},"187":{"body":5,"breadcrumbs":7,"title":1},"188":{"body":0,"breadcrumbs":11,"title":4},"189":{"body":40,"breadcrumbs":8,"title":1},"19":{"body":0,"breadcrumbs":5,"title":2},"190":{"body":13,"breadcrumbs":8,"title":1},"191":{"body":8,"breadcrumbs":8,"title":1},"192":{"body":38,"breadcrumbs":8,"title":1},"193":{"body":6,"breadcrumbs":8,"title":1},"194":{"body":46,"breadcrumbs":8,"title":2},"195":{"body":0,"breadcrumbs":12,"title":3},"196":{"body":40,"breadcrumbs":10,"title":1},"197":{"body":112,"breadcrumbs":10,"title":1},"198":{"body":273,"breadcrumbs":11,"title":2},"199":{"body":347,"breadcrumbs":10,"title":1},"2":{"body":52,"breadcrumbs":3,"title":2},"20":{"body":70,"breadcrumbs":4,"title":1},"200":{"body":101,"breadcrumbs":10,"title":1},"201":{"body":0,"breadcrumbs":12,"title":3},"202":{"body":85,"breadcrumbs":10,"title":1},"203":{"body":76,"breadcrumbs":11,"title":2},"204":{"body":17,"breadcrumbs":10,"title":1},"205":{"body":36,"breadcrumbs":10,"title":1},"206":{"body":262,"breadcrumbs":13,"title":4},"207":{"body":35,"breadcrumbs":4,"title":2},"208":{"body":0,"breadcrumbs":10,"title":4},"209":{"body":33,"breadcrumbs":7,"title":1},"21":{"body":72,"breadcrumbs":4,"title":1},"210":{"body":41,"breadcrumbs":7,"title":1},"211":{"body":151,"breadcrumbs":7,"title":1},"212":{"body":22,"breadcrumbs":7,"title":1},"213":{"body":0,"breadcrumbs":4,"title":1},"214":{"body":13,"breadcrumbs":4,"title":1},"215":{"body":2,"breadcrumbs":4,"title":1},"216":{"body":5,"breadcrumbs":4,"title":1},"217":{"body":102,"breadcrumbs":4,"title":1},"218":{"body":106,"breadcrumbs":4,"title":1},"219":{"body":26,"breadcrumbs":4,"title":1},"22":{"body":15,"breadcrumbs":4,"title":1},"220":{"body":0,"breadcrumbs":6,"title":2},"221":{"body":10,"breadcrumbs":5,"title":1},"222":{"body":131,"breadcrumbs":5,"title":1},"223":{"body":9,"breadcrumbs":5,"title":1},"224":{"body":87,"breadcrumbs":5,"title":1},"225":{"body":90,"breadcrumbs":5,"title":1},"226":{"body":13,"breadcrumbs":5,"title":1},"227":{"body":35,"breadcrumbs":5,"title":3},"228":{"body":25,"breadcrumbs":6,"title":2},"229":{"body":61,"breadcrumbs":5,"title":1},"23":{"body":0,"breadcrumbs":7,"title":3},"230":{"body":95,"breadcrumbs":5,"title":1},"231":{"body":0,"breadcrumbs":8,"title":3},"232":{"body":173,"breadcrumbs":6,"title":1},"233":{"body":378,"breadcrumbs":6,"title":1},"234":{"body":44,"breadcrumbs":6,"title":1},"235":{"body":13,"breadcrumbs":6,"title":1},"236":{"body":23,"breadcrumbs":6,"title":1},"237":{"body":147,"breadcrumbs":6,"title":1},"238":{"body":19,"breadcrumbs":6,"title":2},"239":{"body":363,"breadcrumbs":8,"title":4},"24":{"body":12,"breadcrumbs":5,"title":1},"240":{"body":558,"breadcrumbs":9,"title":5},"241":{"body":66,"breadcrumbs":5,"title":1},"242":{"body":4,"breadcrumbs":4,"title":2},"243":{"body":22,"breadcrumbs":3,"title":1},"244":{"body":3,"breadcrumbs":4,"title":2},"245":{"body":0,"breadcrumbs":6,"title":2},"246":{"body":0,"breadcrumbs":10,"title":6},"247":{"body":59,"breadcrumbs":5,"title":1},"248":{"body":8,"breadcrumbs":8,"title":4},"249":{"body":15,"breadcrumbs":6,"title":2},"25":{"body":48,"breadcrumbs":5,"title":1},"250":{"body":14,"breadcrumbs":7,"title":3},"251":{"body":19,"breadcrumbs":7,"title":3},"252":{"body":25,"breadcrumbs":5,"title":1},"253":{"body":17,"breadcrumbs":7,"title":3},"254":{"body":11,"breadcrumbs":7,"title":3},"255":{"body":12,"breadcrumbs":7,"title":3},"256":{"body":15,"breadcrumbs":6,"title":2},"257":{"body":20,"breadcrumbs":6,"title":2},"258":{"body":19,"breadcrumbs":6,"title":2},"259":{"body":25,"breadcrumbs":6,"title":2},"26":{"body":28,"breadcrumbs":5,"title":1},"27":{"body":16,"breadcrumbs":5,"title":1},"28":{"body":21,"breadcrumbs":5,"title":1},"29":{"body":97,"breadcrumbs":5,"title":1},"3":{"body":70,"breadcrumbs":4,"title":3},"30":{"body":7,"breadcrumbs":5,"title":1},"31":{"body":0,"breadcrumbs":5,"title":2},"32":{"body":19,"breadcrumbs":4,"title":1},"33":{"body":35,"breadcrumbs":4,"title":1},"34":{"body":46,"breadcrumbs":4,"title":1},"35":{"body":10,"breadcrumbs":4,"title":1},"36":{"body":51,"breadcrumbs":4,"title":1},"37":{"body":129,"breadcrumbs":4,"title":1},"38":{"body":2,"breadcrumbs":4,"title":1},"39":{"body":0,"breadcrumbs":10,"title":7},"4":{"body":8,"breadcrumbs":3,"title":1},"40":{"body":24,"breadcrumbs":4,"title":1},"41":{"body":90,"breadcrumbs":4,"title":1},"42":{"body":119,"breadcrumbs":4,"title":1},"43":{"body":7,"breadcrumbs":4,"title":1},"44":{"body":38,"breadcrumbs":4,"title":1},"45":{"body":45,"breadcrumbs":4,"title":1},"46":{"body":10,"breadcrumbs":4,"title":1},"47":{"body":0,"breadcrumbs":7,"title":3},"48":{"body":22,"breadcrumbs":5,"title":1},"49":{"body":42,"breadcrumbs":5,"title":1},"5":{"body":61,"breadcrumbs":2,"title":1},"50":{"body":38,"breadcrumbs":5,"title":1},"51":{"body":19,"breadcrumbs":5,"title":1},"52":{"body":23,"breadcrumbs":5,"title":1},"53":{"body":66,"breadcrumbs":5,"title":1},"54":{"body":23,"breadcrumbs":5,"title":1},"55":{"body":44,"breadcrumbs":7,"title":2},"56":{"body":0,"breadcrumbs":10,"title":3},"57":{"body":53,"breadcrumbs":8,"title":1},"58":{"body":0,"breadcrumbs":9,"title":2},"59":{"body":30,"breadcrumbs":9,"title":2},"6":{"body":0,"breadcrumbs":9,"title":4},"60":{"body":104,"breadcrumbs":9,"title":2},"61":{"body":45,"breadcrumbs":10,"title":3},"62":{"body":11,"breadcrumbs":8,"title":1},"63":{"body":7,"breadcrumbs":8,"title":1},"64":{"body":0,"breadcrumbs":9,"title":2},"65":{"body":28,"breadcrumbs":8,"title":1},"66":{"body":83,"breadcrumbs":8,"title":1},"67":{"body":70,"breadcrumbs":9,"title":2},"68":{"body":173,"breadcrumbs":8,"title":1},"69":{"body":1,"breadcrumbs":8,"title":1},"7":{"body":77,"breadcrumbs":6,"title":1},"70":{"body":0,"breadcrumbs":9,"title":2},"71":{"body":36,"breadcrumbs":8,"title":1},"72":{"body":52,"breadcrumbs":8,"title":1},"73":{"body":71,"breadcrumbs":9,"title":2},"74":{"body":85,"breadcrumbs":8,"title":1},"75":{"body":1,"breadcrumbs":8,"title":1},"76":{"body":0,"breadcrumbs":7,"title":3},"77":{"body":18,"breadcrumbs":5,"title":1},"78":{"body":60,"breadcrumbs":5,"title":1},"79":{"body":31,"breadcrumbs":5,"title":1},"8":{"body":262,"breadcrumbs":6,"title":1},"80":{"body":0,"breadcrumbs":7,"title":3},"81":{"body":27,"breadcrumbs":5,"title":1},"82":{"body":42,"breadcrumbs":5,"title":1},"83":{"body":25,"breadcrumbs":5,"title":1},"84":{"body":4,"breadcrumbs":5,"title":1},"85":{"body":0,"breadcrumbs":7,"title":4},"86":{"body":49,"breadcrumbs":4,"title":1},"87":{"body":60,"breadcrumbs":4,"title":1},"88":{"body":94,"breadcrumbs":7,"title":4},"89":{"body":68,"breadcrumbs":4,"title":1},"9":{"body":18,"breadcrumbs":6,"title":1},"90":{"body":63,"breadcrumbs":4,"title":1},"91":{"body":6,"breadcrumbs":4,"title":1},"92":{"body":0,"breadcrumbs":7,"title":3},"93":{"body":15,"breadcrumbs":5,"title":1},"94":{"body":57,"breadcrumbs":5,"title":1},"95":{"body":50,"breadcrumbs":5,"title":1},"96":{"body":7,"breadcrumbs":5,"title":1},"97":{"body":20,"breadcrumbs":5,"title":1},"98":{"body":25,"breadcrumbs":5,"title":1},"99":{"body":0,"breadcrumbs":5,"title":2}},"docs":{"0":{"body":"","breadcrumbs":"Introduction » Introduction","id":"0","title":"Introduction"},"1":{"body":"If you are interested in contributing to this book, check out the contribution guidelines .","breadcrumbs":"Introduction » Participation","id":"1","title":"Participation"},"10":{"body":"","breadcrumbs":"Idioms » Concatenating Strings with format! » Concatenating strings with format!","id":"10","title":"Concatenating strings with format!"},"100":{"body":"Often it is necessary to prepare and process some data, but after that data are only inspected and never modified. The intention can be made explicit by redefining the mutable variable as immutable. It can be done either by processing data within a nested block or by redefining the variable.","breadcrumbs":"Idioms » Temporary mutability » Description","id":"100","title":"Description"},"101":{"body":"Say, vector must be sorted before usage. Using nested block: let data = { let mut data = get_vec(); data.sort(); data\n}; // Here `data` is immutable. Using variable rebinding: let mut data = get_vec();\ndata.sort();\nlet data = data; // Here `data` is immutable.","breadcrumbs":"Idioms » Temporary mutability » Example","id":"101","title":"Example"},"102":{"body":"Compiler ensures that you don't accidentally mutate data after some point.","breadcrumbs":"Idioms » Temporary mutability » Advantages","id":"102","title":"Advantages"},"103":{"body":"Nested block requires additional indentation of block body. One more line to return data from block or redefine variable.","breadcrumbs":"Idioms » Temporary mutability » Disadvantages","id":"103","title":"Disadvantages"},"104":{"body":"","breadcrumbs":"Idioms » Return consumed arg on error » Return consumed argument on error","id":"104","title":"Return consumed argument on error"},"105":{"body":"If a fallible function consumes (moves) an argument, return that argument back inside an error.","breadcrumbs":"Idioms » Return consumed arg on error » Description","id":"105","title":"Description"},"106":{"body":"pub fn send(value: String) -> Result<(), SendError> { println!(\"using {value} in a meaningful way\"); // Simulate non-deterministic fallible action. use std::time::SystemTime; let period = SystemTime::now().duration_since(SystemTime::UNIX_EPOCH).unwrap(); if period.subsec_nanos() % 2 == 1 { Ok(()) } else { Err(SendError(value)) }\n} pub struct SendError(String); fn main() { let mut value = \"imagine this is very long string\".to_string(); let success = 's: { // Try to send value two times. for _ in 0..2 { value = match send(value) { Ok(()) => break 's true, Err(SendError(value)) => value, } } false }; println!(\"success: {}\", success);\n}","breadcrumbs":"Idioms » Return consumed arg on error » Example","id":"106","title":"Example"},"107":{"body":"In case of error you may want to try some alternative way or to retry action in case of non-deterministic function. But if the argument is always consumed, you are forced to clone it on every call, which is not very efficient. The standard library uses this approach in e.g. String::from_utf8 method. When given a vector that doesn't contain valid UTF-8, a FromUtf8Error is returned. You can get original vector back using FromUtf8Error::into_bytes method.","breadcrumbs":"Idioms » Return consumed arg on error » Motivation","id":"107","title":"Motivation"},"108":{"body":"Better performance because of moving arguments whenever possible.","breadcrumbs":"Idioms » Return consumed arg on error » Advantages","id":"108","title":"Advantages"},"109":{"body":"Slightly more complex error types.","breadcrumbs":"Idioms » Return consumed arg on error » Disadvantages","id":"109","title":"Disadvantages"},"11":{"body":"It is possible to build up strings using the push and push_str methods on a mutable String, or using its + operator. However, it is often more convenient to use format!, especially where there is a mix of literal and non-literal strings.","breadcrumbs":"Idioms » Concatenating Strings with format! » Description","id":"11","title":"Description"},"110":{"body":"Design patterns are \"general reusable solutions to a commonly occurring problem within a given context in software design\". Design patterns are a great way to describe the culture of a programming language. Design patterns are very language-specific - what is a pattern in one language may be unnecessary in another due to a language feature, or impossible to express due to a missing feature. If overused, design patterns can add unnecessary complexity to programs. However, they are a great way to share intermediate and advanced level knowledge about a programming language.","breadcrumbs":"Design Patterns » Design Patterns","id":"110","title":"Design Patterns"},"111":{"body":"Rust has many unique features. These features give us great benefit by removing whole classes of problems. Some of them are also patterns that are unique to Rust.","breadcrumbs":"Design Patterns » Design patterns in Rust","id":"111","title":"Design patterns in Rust"},"112":{"body":"YAGNI is an acronym that stands for You Aren't Going to Need It. It's a vital software design principle to apply as you write code. The best code I ever wrote was code I never wrote. If we apply YAGNI to design patterns, we see that the features of Rust allow us to throw out many patterns. For instance, there is no need for the strategy pattern in Rust because we can just use traits .","breadcrumbs":"Design Patterns » YAGNI","id":"112","title":"YAGNI"},"113":{"body":"From Wikipedia : Design patterns that identify common communication patterns among objects. By doing so, these patterns increase flexibility in carrying out communication.","breadcrumbs":"Design Patterns » Behavioural » Behavioural Patterns","id":"113","title":"Behavioural Patterns"},"114":{"body":"","breadcrumbs":"Design Patterns » Behavioural » Command » Command","id":"114","title":"Command"},"115":{"body":"The basic idea of the Command pattern is to separate out actions into its own objects and pass them as parameters.","breadcrumbs":"Design Patterns » Behavioural » Command » Description","id":"115","title":"Description"},"116":{"body":"Suppose we have a sequence of actions or transactions encapsulated as objects. We want these actions or commands to be executed or invoked in some order later at different time. These commands may also be triggered as a result of some event. For example, when a user pushes a button, or on arrival of a data packet. In addition, these commands might be undoable. This may come in useful for operations of an editor. We might want to store logs of executed commands so that we could reapply the changes later if the system crashes.","breadcrumbs":"Design Patterns » Behavioural » Command » Motivation","id":"116","title":"Motivation"},"117":{"body":"Define two database operations create table and add field. Each of these operations is a command which knows how to undo the command, e.g., drop table and remove field. When a user invokes a database migration operation then each command is executed in the defined order, and when the user invokes the rollback operation then the whole set of commands is invoked in reverse order.","breadcrumbs":"Design Patterns » Behavioural » Command » Example","id":"117","title":"Example"},"118":{"body":"We define a common trait which encapsulates our command with two operations execute and rollback. All command structs must implement this trait. pub trait Migration { fn execute(&self) -> &str; fn rollback(&self) -> &str;\n} pub struct CreateTable;\nimpl Migration for CreateTable { fn execute(&self) -> &str { \"create table\" } fn rollback(&self) -> &str { \"drop table\" }\n} pub struct AddField;\nimpl Migration for AddField { fn execute(&self) -> &str { \"add field\" } fn rollback(&self) -> &str { \"remove field\" }\n} struct Schema { commands: Vec>,\n} impl Schema { fn new() -> Self { Self { commands: vec![] } } fn add_migration(&mut self, cmd: Box) { self.commands.push(cmd); } fn execute(&self) -> Vec<&str> { self.commands.iter().map(|cmd| cmd.execute()).collect() } fn rollback(&self) -> Vec<&str> { self.commands .iter() .rev() // reverse iterator's direction .map(|cmd| cmd.rollback()) .collect() }\n} fn main() { let mut schema = Schema::new(); let cmd = Box::new(CreateTable); schema.add_migration(cmd); let cmd = Box::new(AddField); schema.add_migration(cmd); assert_eq!(vec![\"create table\", \"add field\"], schema.execute()); assert_eq!(vec![\"remove field\", \"drop table\"], schema.rollback());\n}","breadcrumbs":"Design Patterns » Behavioural » Command » Approach: Using trait objects","id":"118","title":"Approach: Using trait objects"},"119":{"body":"We could follow another approach by creating each individual command as a different function and store function pointers to invoke these functions later at a different time. Since function pointers implement all three traits Fn, FnMut, and FnOnce we could as well pass and store closures instead of function pointers. type FnPtr = fn() -> String;\nstruct Command { execute: FnPtr, rollback: FnPtr,\n} struct Schema { commands: Vec,\n} impl Schema { fn new() -> Self { Self { commands: vec![] } } fn add_migration(&mut self, execute: FnPtr, rollback: FnPtr) { self.commands.push(Command { execute, rollback }); } fn execute(&self) -> Vec { self.commands.iter().map(|cmd| (cmd.execute)()).collect() } fn rollback(&self) -> Vec { self.commands .iter() .rev() .map(|cmd| (cmd.rollback)()) .collect() }\n} fn add_field() -> String { \"add field\".to_string()\n} fn remove_field() -> String { \"remove field\".to_string()\n} fn main() { let mut schema = Schema::new(); schema.add_migration(|| \"create table\".to_string(), || \"drop table\".to_string()); schema.add_migration(add_field, remove_field); assert_eq!(vec![\"create table\", \"add field\"], schema.execute()); assert_eq!(vec![\"remove field\", \"drop table\"], schema.rollback());\n}","breadcrumbs":"Design Patterns » Behavioural » Command » Approach: Using function pointers","id":"119","title":"Approach: Using function pointers"},"12":{"body":"fn say_hello(name: &str) -> String { // We could construct the result string manually. // let mut result = \"Hello \".to_owned(); // result.push_str(name); // result.push('!'); // result // But using format! is better. format!(\"Hello {}!\", name)\n}","breadcrumbs":"Idioms » Concatenating Strings with format! » Example","id":"12","title":"Example"},"120":{"body":"Finally, instead of defining a common command trait we could store each command implementing the Fn trait separately in vectors. type Migration<'a> = Box &'a str>; struct Schema<'a> { executes: Vec>, rollbacks: Vec>,\n} impl<'a> Schema<'a> { fn new() -> Self { Self { executes: vec![], rollbacks: vec![], } } fn add_migration(&mut self, execute: E, rollback: R) where E: Fn() -> &'a str + 'static, R: Fn() -> &'a str + 'static, { self.executes.push(Box::new(execute)); self.rollbacks.push(Box::new(rollback)); } fn execute(&self) -> Vec<&str> { self.executes.iter().map(|cmd| cmd()).collect() } fn rollback(&self) -> Vec<&str> { self.rollbacks.iter().rev().map(|cmd| cmd()).collect() }\n} fn add_field() -> &'static str { \"add field\"\n} fn remove_field() -> &'static str { \"remove field\"\n} fn main() { let mut schema = Schema::new(); schema.add_migration(|| \"create table\", || \"drop table\"); schema.add_migration(add_field, remove_field); assert_eq!(vec![\"create table\", \"add field\"], schema.execute()); assert_eq!(vec![\"remove field\", \"drop table\"], schema.rollback());\n}","breadcrumbs":"Design Patterns » Behavioural » Command » Approach: Using Fn trait objects","id":"120","title":"Approach: Using Fn trait objects"},"121":{"body":"If our commands are small and may be defined as functions or passed as a closure then using function pointers might be preferable since it does not exploit dynamic dispatch. But if our command is a whole struct with a bunch of functions and variables defined as seperated module then using trait objects would be more suitable. A case of application can be found in actix , which uses trait objects when it registers a handler function for routes. In case of using Fn trait objects we can create and use commands in the same way as we used in case of function pointers. As performance, there is always a trade-off between performance and code simplicity and organisation. Static dispatch gives faster performance, while dynamic dispatch provides flexibility when we structure our application.","breadcrumbs":"Design Patterns » Behavioural » Command » Discussion","id":"121","title":"Discussion"},"122":{"body":"Command pattern Another example for the command pattern","breadcrumbs":"Design Patterns » Behavioural » Command » See also","id":"122","title":"See also"},"123":{"body":"","breadcrumbs":"Design Patterns » Behavioural » Interpreter » Interpreter","id":"123","title":"Interpreter"},"124":{"body":"If a problem occurs very often and requires long and repetitive steps to solve it, then the problem instances might be expressed in a simple language and an interpreter object could solve it by interpreting the sentences written in this simple language. Basically, for any kind of problems we define: A domain specific language , A grammar for this language, An interpreter that solves the problem instances.","breadcrumbs":"Design Patterns » Behavioural » Interpreter » Description","id":"124","title":"Description"},"125":{"body":"Our goal is to translate simple mathematical expressions into postfix expressions (or Reverse Polish notation ) For simplicity, our expressions consist of ten digits 0, ..., 9 and two operations +, -. For example, the expression 2 + 4 is translated into 2 4 +.","breadcrumbs":"Design Patterns » Behavioural » Interpreter » Motivation","id":"125","title":"Motivation"},"126":{"body":"Our task is translating infix expressions into postfix ones. Let's define a context free grammar for a set of infix expressions over 0, ..., 9, +, and -, where: Terminal symbols: 0, ..., 9, +, - Non-terminal symbols: exp, term Start symbol is exp And the following are production rules exp -> exp + term\nexp -> exp - term\nexp -> term\nterm -> 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 NOTE: This grammar should be further transformed depending on what we are going to do with it. For example, we might need to remove left recursion. For more details please see Compilers: Principles,Techniques, and Tools (aka Dragon Book).","breadcrumbs":"Design Patterns » Behavioural » Interpreter » Context Free Grammar for our problem","id":"126","title":"Context Free Grammar for our problem"},"127":{"body":"We simply implement a recursive descent parser. For simplicity's sake, the code panics when an expression is syntactically wrong (for example 2-34 or 2+5- are wrong according to the grammar definition). pub struct Interpreter<'a> { it: std::str::Chars<'a>,\n} impl<'a> Interpreter<'a> { pub fn new(infix: &'a str) -> Self { Self { it: infix.chars() } } fn next_char(&mut self) -> Option { self.it.next() } pub fn interpret(&mut self, out: &mut String) { self.term(out); while let Some(op) = self.next_char() { if op == '+' || op == '-' { self.term(out); out.push(op); } else { panic!(\"Unexpected symbol '{}'\", op); } } } fn term(&mut self, out: &mut String) { match self.next_char() { Some(ch) if ch.is_digit(10) => out.push(ch), Some(ch) => panic!(\"Unexpected symbol '{}'\", ch), None => panic!(\"Unexpected end of string\"), } }\n} pub fn main() { let mut intr = Interpreter::new(\"2+3\"); let mut postfix = String::new(); intr.interpret(&mut postfix); assert_eq!(postfix, \"23+\"); intr = Interpreter::new(\"1-2+3-4\"); postfix.clear(); intr.interpret(&mut postfix); assert_eq!(postfix, \"12-3+4-\");\n}","breadcrumbs":"Design Patterns » Behavioural » Interpreter » Solution","id":"127","title":"Solution"},"128":{"body":"There may be a wrong perception that the Interpreter design pattern is about design grammars for formal languages and implementation of parsers for these grammars. In fact, this pattern is about expressing problem instances in a more specific way and implementing functions/classes/structs that solve these problem instances. Rust language has macro_rules! that allow us to define special syntax and rules on how to expand this syntax into source code. In the following example we create a simple macro_rules! that computes Euclidean length of n dimensional vectors. Writing norm!(x,1,2) might be easier to express and more efficient than packing x,1,2 into a Vec and calling a function computing the length. macro_rules! norm { ($($element:expr),*) => { { let mut n = 0.0; $( n += ($element as f64)*($element as f64); )* n.sqrt() } };\n} fn main() { let x = -3f64; let y = 4f64; assert_eq!(3f64, norm!(x)); assert_eq!(5f64, norm!(x, y)); assert_eq!(0f64, norm!(0, 0, 0)); assert_eq!(1f64, norm!(0.5, -0.5, 0.5, -0.5));\n}","breadcrumbs":"Design Patterns » Behavioural » Interpreter » Discussion","id":"128","title":"Discussion"},"129":{"body":"Interpreter pattern Context free grammar macro_rules!","breadcrumbs":"Design Patterns » Behavioural » Interpreter » See also","id":"129","title":"See also"},"13":{"body":"Using format! is usually the most succinct and readable way to combine strings.","breadcrumbs":"Idioms » Concatenating Strings with format! » Advantages","id":"13","title":"Advantages"},"130":{"body":"What if in some cases we want a type to behave similar to another type or enforce some behaviour at compile time when using only type aliases would not be enough? For example, if we want to create a custom Display implementation for String due to security considerations (e.g. passwords). For such cases we could use the Newtype pattern to provide type safety and encapsulation .","breadcrumbs":"Design Patterns » Behavioural » Newtype » Newtype","id":"130","title":"Newtype"},"131":{"body":"Use a tuple struct with a single field to make an opaque wrapper for a type. This creates a new type, rather than an alias to a type (type items).","breadcrumbs":"Design Patterns » Behavioural » Newtype » Description","id":"131","title":"Description"},"132":{"body":"// Some type, not necessarily in the same module or even crate.\nstruct Foo { //..\n} impl Foo { // These functions are not present on Bar. //..\n} // The newtype.\npub struct Bar(Foo); impl Bar { // Constructor. pub fn new( //.. ) -> Self { //.. } //..\n} fn main() { let b = Bar::new(...); // Foo and Bar are type incompatible, the following do not type check. // let f: Foo = b; // let b: Bar = Foo { ... };\n}","breadcrumbs":"Design Patterns » Behavioural » Newtype » Example","id":"132","title":"Example"},"133":{"body":"The primary motivation for newtypes is abstraction. It allows you to share implementation details between types while precisely controlling the interface. By using a newtype rather than exposing the implementation type as part of an API, it allows you to change implementation backwards compatibly. Newtypes can be used for distinguishing units, e.g., wrapping f64 to give distinguishable Miles and Kilometres.","breadcrumbs":"Design Patterns » Behavioural » Newtype » Motivation","id":"133","title":"Motivation"},"134":{"body":"The wrapped and wrapper types are not type compatible (as opposed to using type), so users of the newtype will never 'confuse' the wrapped and wrapper types. Newtypes are a zero-cost abstraction - there is no runtime overhead. The privacy system ensures that users cannot access the wrapped type (if the field is private, which it is by default).","breadcrumbs":"Design Patterns » Behavioural » Newtype » Advantages","id":"134","title":"Advantages"},"135":{"body":"The downside of newtypes (especially compared with type aliases), is that there is no special language support. This means there can be a lot of boilerplate. You need a 'pass through' method for every method you want to expose on the wrapped type, and an impl for every trait you want to also be implemented for the wrapper type.","breadcrumbs":"Design Patterns » Behavioural » Newtype » Disadvantages","id":"135","title":"Disadvantages"},"136":{"body":"Newtypes are very common in Rust code. Abstraction or representing units are the most common uses, but they can be used for other reasons: restricting functionality (reduce the functions exposed or traits implemented), making a type with copy semantics have move semantics, abstraction by providing a more concrete type and thus hiding internal types, e.g., pub struct Foo(Bar); Here, Bar might be some public, generic type and T1 and T2 are some internal types. Users of our module shouldn't know that we implement Foo by using a Bar, but what we're really hiding here is the types T1 and T2, and how they are used with Bar.","breadcrumbs":"Design Patterns » Behavioural » Newtype » Discussion","id":"136","title":"Discussion"},"137":{"body":"Advanced Types in the book Newtypes in Haskell Type aliases derive_more , a crate for deriving many builtin traits on newtypes. The Newtype Pattern In Rust","breadcrumbs":"Design Patterns » Behavioural » Newtype » See also","id":"137","title":"See also"},"138":{"body":"","breadcrumbs":"Design Patterns » Behavioural » RAII Guards » RAII with guards","id":"138","title":"RAII with guards"},"139":{"body":"RAII stands for \"Resource Acquisition is Initialisation\" which is a terrible name. The essence of the pattern is that resource initialisation is done in the constructor of an object and finalisation in the destructor. This pattern is extended in Rust by using a RAII object as a guard of some resource and relying on the type system to ensure that access is always mediated by the guard object.","breadcrumbs":"Design Patterns » Behavioural » RAII Guards » Description","id":"139","title":"Description"},"14":{"body":"It is usually not the most efficient way to combine strings - a series of push operations on a mutable string is usually the most efficient (especially if the string has been pre-allocated to the expected size).","breadcrumbs":"Idioms » Concatenating Strings with format! » Disadvantages","id":"14","title":"Disadvantages"},"140":{"body":"Mutex guards are the classic example of this pattern from the std library (this is a simplified version of the real implementation): use std::ops::Deref; struct Foo {} struct Mutex { // We keep a reference to our data: T here. //..\n} struct MutexGuard<'a, T: 'a> { data: &'a T, //..\n} // Locking the mutex is explicit.\nimpl Mutex { fn lock(&self) -> MutexGuard { // Lock the underlying OS mutex. //.. // MutexGuard keeps a reference to self MutexGuard { data: self, //.. } }\n} // Destructor for unlocking the mutex.\nimpl<'a, T> Drop for MutexGuard<'a, T> { fn drop(&mut self) { // Unlock the underlying OS mutex. //.. }\n} // Implementing Deref means we can treat MutexGuard like a pointer to T.\nimpl<'a, T> Deref for MutexGuard<'a, T> { type Target = T; fn deref(&self) -> &T { self.data }\n} fn baz(x: Mutex) { let xx = x.lock(); xx.foo(); // foo is a method on Foo. // The borrow checker ensures we can't store a reference to the underlying // Foo which will outlive the guard xx. // x is unlocked when we exit this function and xx's destructor is executed.\n}","breadcrumbs":"Design Patterns » Behavioural » RAII Guards » Example","id":"140","title":"Example"},"141":{"body":"Where a resource must be finalised after use, RAII can be used to do this finalisation. If it is an error to access that resource after finalisation, then this pattern can be used to prevent such errors.","breadcrumbs":"Design Patterns » Behavioural » RAII Guards » Motivation","id":"141","title":"Motivation"},"142":{"body":"Prevents errors where a resource is not finalised and where a resource is used after finalisation.","breadcrumbs":"Design Patterns » Behavioural » RAII Guards » Advantages","id":"142","title":"Advantages"},"143":{"body":"RAII is a useful pattern for ensuring resources are properly deallocated or finalised. We can make use of the borrow checker in Rust to statically prevent errors stemming from using resources after finalisation takes place. The core aim of the borrow checker is to ensure that references to data do not outlive that data. The RAII guard pattern works because the guard object contains a reference to the underlying resource and only exposes such references. Rust ensures that the guard cannot outlive the underlying resource and that references to the resource mediated by the guard cannot outlive the guard. To see how this works it is helpful to examine the signature of deref without lifetime elision: fn deref<'a>(&'a self) -> &'a T { //..\n} The returned reference to the resource has the same lifetime as self ('a). The borrow checker therefore ensures that the lifetime of the reference to T is shorter than the lifetime of self. Note that implementing Deref is not a core part of this pattern, it only makes using the guard object more ergonomic. Implementing a get method on the guard works just as well.","breadcrumbs":"Design Patterns » Behavioural » RAII Guards » Discussion","id":"143","title":"Discussion"},"144":{"body":"Finalisation in destructors idiom RAII is a common pattern in C++: cppreference.com , wikipedia . Style guide entry (currently just a placeholder).","breadcrumbs":"Design Patterns » Behavioural » RAII Guards » See also","id":"144","title":"See also"},"145":{"body":"","breadcrumbs":"Design Patterns » Behavioural » Strategy » Strategy (aka Policy)","id":"145","title":"Strategy (aka Policy)"},"146":{"body":"The Strategy design pattern is a technique that enables separation of concerns. It also allows to decouple software modules through Dependency Inversion . The basic idea behind the Strategy pattern is that, given an algorithm solving a particular problem, we define only the skeleton of the algorithm at an abstract level, and we separate the specific algorithm’s implementation into different parts. In this way, a client using the algorithm may choose a specific implementation, while the general algorithm workflow remains the same. In other words, the abstract specification of the class does not depend on the specific implementation of the derived class, but specific implementation must adhere to the abstract specification. This is why we call it \"Dependency Inversion\".","breadcrumbs":"Design Patterns » Behavioural » Strategy » Description","id":"146","title":"Description"},"147":{"body":"Imagine we are working on a project that generates reports every month. We need the reports to be generated in different formats (strategies), e.g., in JSON or Plain Text formats. But things vary over time, and we don't know what kind of requirement we may get in the future. For example, we may need to generate our report in a completely new format, or just modify one of the existing formats.","breadcrumbs":"Design Patterns » Behavioural » Strategy » Motivation","id":"147","title":"Motivation"},"148":{"body":"In this example our invariants (or abstractions) are Context, Formatter, and Report, while Text and Json are our strategy structs. These strategies have to implement the Formatter trait. use std::collections::HashMap; type Data = HashMap; trait Formatter { fn format(&self, data: &Data, buf: &mut String);\n} struct Report; impl Report { // Write should be used but we kept it as String to ignore error handling fn generate(g: T, s: &mut String) { // backend operations... let mut data = HashMap::new(); data.insert(\"one\".to_string(), 1); data.insert(\"two\".to_string(), 2); // generate report g.format(&data, s); }\n} struct Text;\nimpl Formatter for Text { fn format(&self, data: &Data, buf: &mut String) { for (k, v) in data { let entry = format!(\"{} {}\\n\", k, v); buf.push_str(&entry); } }\n} struct Json;\nimpl Formatter for Json { fn format(&self, data: &Data, buf: &mut String) { buf.push('['); for (k, v) in data.into_iter() { let entry = format!(r#\"{{\"{}\":\"{}\"}}\"#, k, v); buf.push_str(&entry); buf.push(','); } if !data.is_empty() { buf.pop(); // remove extra , at the end } buf.push(']'); }\n} fn main() { let mut s = String::from(\"\"); Report::generate(Text, &mut s); assert!(s.contains(\"one 1\")); assert!(s.contains(\"two 2\")); s.clear(); // reuse the same buffer Report::generate(Json, &mut s); assert!(s.contains(r#\"{\"one\":\"1\"}\"#)); assert!(s.contains(r#\"{\"two\":\"2\"}\"#));\n}","breadcrumbs":"Design Patterns » Behavioural » Strategy » Example","id":"148","title":"Example"},"149":{"body":"The main advantage is separation of concerns. For example, in this case Report does not know anything about specific implementations of Json and Text, whereas the output implementations does not care about how data is preprocessed, stored, and fetched. The only thing they have to know is context and a specific trait and method to implement, i.e,Formatter and run.","breadcrumbs":"Design Patterns » Behavioural » Strategy » Advantages","id":"149","title":"Advantages"},"15":{"body":"","breadcrumbs":"Idioms » Constructor » Constructors","id":"15","title":"Constructors"},"150":{"body":"For each strategy there must be implemented at least one module, so number of modules increases with number of strategies. If there are many strategies to choose from then users have to know how strategies differ from one another.","breadcrumbs":"Design Patterns » Behavioural » Strategy » Disadvantages","id":"150","title":"Disadvantages"},"151":{"body":"In the previous example all strategies are implemented in a single file. Ways of providing different strategies includes: All in one file (as shown in this example, similar to being separated as modules) Separated as modules, E.g. formatter::json module, formatter::text module Use compiler feature flags, E.g. json feature, text feature Separated as crates, E.g. json crate, text crate Serde crate is a good example of the Strategy pattern in action. Serde allows full customization of the serialization behavior by manually implementing Serialize and Deserialize traits for our type. For example, we could easily swap serde_json with serde_cbor since they expose similar methods. Having this makes the helper crate serde_transcode much more useful and ergonomic. However, we don't need to use traits in order to design this pattern in Rust. The following toy example demonstrates the idea of the Strategy pattern using Rust closures: struct Adder;\nimpl Adder { pub fn add(x: u8, y: u8, f: F) -> u8 where F: Fn(u8, u8) -> u8, { f(x, y) }\n} fn main() { let arith_adder = |x, y| x + y; let bool_adder = |x, y| { if x == 1 || y == 1 { 1 } else { 0 } }; let custom_adder = |x, y| 2 * x + y; assert_eq!(9, Adder::add(4, 5, arith_adder)); assert_eq!(0, Adder::add(0, 0, bool_adder)); assert_eq!(5, Adder::add(1, 3, custom_adder));\n} In fact, Rust already uses this idea for Options's map method: fn main() { let val = Some(\"Rust\"); let len_strategy = |s: &str| s.len(); assert_eq!(4, val.map(len_strategy).unwrap()); let first_byte_strategy = |s: &str| s.bytes().next().unwrap(); assert_eq!(82, val.map(first_byte_strategy).unwrap());\n}","breadcrumbs":"Design Patterns » Behavioural » Strategy » Discussion","id":"151","title":"Discussion"},"152":{"body":"Strategy Pattern Dependency Injection Policy Based Design","breadcrumbs":"Design Patterns » Behavioural » Strategy » See also","id":"152","title":"See also"},"153":{"body":"","breadcrumbs":"Design Patterns » Behavioural » Visitor » Visitor","id":"153","title":"Visitor"},"154":{"body":"A visitor encapsulates an algorithm that operates over a heterogeneous collection of objects. It allows multiple different algorithms to be written over the same data without having to modify the data (or their primary behaviour). Furthermore, the visitor pattern allows separating the traversal of a collection of objects from the operations performed on each object.","breadcrumbs":"Design Patterns » Behavioural » Visitor » Description","id":"154","title":"Description"},"155":{"body":"// The data we will visit\nmod ast { pub enum Stmt { Expr(Expr), Let(Name, Expr), } pub struct Name { value: String, } pub enum Expr { IntLit(i64), Add(Box, Box), Sub(Box, Box), }\n} // The abstract visitor\nmod visit { use ast::*; pub trait Visitor { fn visit_name(&mut self, n: &Name) -> T; fn visit_stmt(&mut self, s: &Stmt) -> T; fn visit_expr(&mut self, e: &Expr) -> T; }\n} use visit::*;\nuse ast::*; // An example concrete implementation - walks the AST interpreting it as code.\nstruct Interpreter;\nimpl Visitor for Interpreter { fn visit_name(&mut self, n: &Name) -> i64 { panic!() } fn visit_stmt(&mut self, s: &Stmt) -> i64 { match *s { Stmt::Expr(ref e) => self.visit_expr(e), Stmt::Let(..) => unimplemented!(), } } fn visit_expr(&mut self, e: &Expr) -> i64 { match *e { Expr::IntLit(n) => n, Expr::Add(ref lhs, ref rhs) => self.visit_expr(lhs) + self.visit_expr(rhs), Expr::Sub(ref lhs, ref rhs) => self.visit_expr(lhs) - self.visit_expr(rhs), } }\n} One could implement further visitors, for example a type checker, without having to modify the AST data.","breadcrumbs":"Design Patterns » Behavioural » Visitor » Example","id":"155","title":"Example"},"156":{"body":"The visitor pattern is useful anywhere that you want to apply an algorithm to heterogeneous data. If data is homogeneous, you can use an iterator-like pattern. Using a visitor object (rather than a functional approach) allows the visitor to be stateful and thus communicate information between nodes.","breadcrumbs":"Design Patterns » Behavioural » Visitor » Motivation","id":"156","title":"Motivation"},"157":{"body":"It is common for the visit_* methods to return void (as opposed to in the example). In that case it is possible to factor out the traversal code and share it between algorithms (and also to provide noop default methods). In Rust, the common way to do this is to provide walk_* functions for each datum. For example, pub fn walk_expr(visitor: &mut Visitor, e: &Expr) { match *e { Expr::IntLit(_) => {}, Expr::Add(ref lhs, ref rhs) => { visitor.visit_expr(lhs); visitor.visit_expr(rhs); } Expr::Sub(ref lhs, ref rhs) => { visitor.visit_expr(lhs); visitor.visit_expr(rhs); } }\n} In other languages (e.g., Java) it is common for data to have an accept method which performs the same duty.","breadcrumbs":"Design Patterns » Behavioural » Visitor » Discussion","id":"157","title":"Discussion"},"158":{"body":"The visitor pattern is a common pattern in most OO languages. Wikipedia article The fold pattern is similar to visitor but produces a new version of the visited data structure.","breadcrumbs":"Design Patterns » Behavioural » Visitor » See also","id":"158","title":"See also"},"159":{"body":"From Wikipedia : Design patterns that deal with object creation mechanisms, trying to create objects in a manner suitable to the situation. The basic form of object creation could result in design problems or in added complexity to the design. Creational design patterns solve this problem by somehow controlling this object creation.","breadcrumbs":"Design Patterns » Creational » Creational Patterns","id":"159","title":"Creational Patterns"},"16":{"body":"Rust does not have constructors as a language construct. Instead, the convention is to use an associated function new to create an object: /// Time in seconds.\n///\n/// # Example\n///\n/// ```\n/// let s = Second::new(42);\n/// assert_eq!(42, s.value());\n/// ```\npub struct Second { value: u64\n} impl Second { // Constructs a new instance of [`Second`]. // Note this is an associated function - no self. pub fn new(value: u64) -> Self { Self { value } } /// Returns the value in seconds. pub fn value(&self) -> u64 { self.value }\n}","breadcrumbs":"Idioms » Constructor » Description","id":"16","title":"Description"},"160":{"body":"","breadcrumbs":"Design Patterns » Creational » Builder » Builder","id":"160","title":"Builder"},"161":{"body":"Construct an object with calls to a builder helper.","breadcrumbs":"Design Patterns » Creational » Builder » Description","id":"161","title":"Description"},"162":{"body":"#[derive(Debug, PartialEq)]\npub struct Foo { // Lots of complicated fields. bar: String,\n} impl Foo { // This method will help users to discover the builder pub fn builder() -> FooBuilder { FooBuilder::default() }\n} #[derive(Default)]\npub struct FooBuilder { // Probably lots of optional fields. bar: String,\n} impl FooBuilder { pub fn new(/* ... */) -> FooBuilder { // Set the minimally required fields of Foo. FooBuilder { bar: String::from(\"X\"), } } pub fn name(mut self, bar: String) -> FooBuilder { // Set the name on the builder itself, and return the builder by value. self.bar = bar; self } // If we can get away with not consuming the Builder here, that is an // advantage. It means we can use the FooBuilder as a template for constructing // many Foos. pub fn build(self) -> Foo { // Create a Foo from the FooBuilder, applying all settings in FooBuilder // to Foo. Foo { bar: self.bar } }\n} #[test]\nfn builder_test() { let foo = Foo { bar: String::from(\"Y\"), }; let foo_from_builder: Foo = FooBuilder::new().name(String::from(\"Y\")).build(); assert_eq!(foo, foo_from_builder);\n}","breadcrumbs":"Design Patterns » Creational » Builder » Example","id":"162","title":"Example"},"163":{"body":"Useful when you would otherwise require many constructors or where construction has side effects.","breadcrumbs":"Design Patterns » Creational » Builder » Motivation","id":"163","title":"Motivation"},"164":{"body":"Separates methods for building from other methods. Prevents proliferation of constructors. Can be used for one-liner initialisation as well as more complex construction.","breadcrumbs":"Design Patterns » Creational » Builder » Advantages","id":"164","title":"Advantages"},"165":{"body":"More complex than creating a struct object directly, or a simple constructor function.","breadcrumbs":"Design Patterns » Creational » Builder » Disadvantages","id":"165","title":"Disadvantages"},"166":{"body":"This pattern is seen more frequently in Rust (and for simpler objects) than in many other languages because Rust lacks overloading. Since you can only have a single method with a given name, having multiple constructors is less nice in Rust than in C++, Java, or others. This pattern is often used where the builder object is useful in its own right, rather than being just a builder. For example, see std::process::Command is a builder for Child (a process). In these cases, the T and TBuilder naming pattern is not used. The example takes and returns the builder by value. It is often more ergonomic (and more efficient) to take and return the builder as a mutable reference. The borrow checker makes this work naturally. This approach has the advantage that one can write code like let mut fb = FooBuilder::new();\nfb.a();\nfb.b();\nlet f = fb.build(); as well as the FooBuilder::new().a().b().build() style.","breadcrumbs":"Design Patterns » Creational » Builder » Discussion","id":"166","title":"Discussion"},"167":{"body":"Description in the style guide derive_builder , a crate for automatically implementing this pattern while avoiding the boilerplate. Constructor pattern for when construction is simpler. Builder pattern (wikipedia) Construction of complex values","breadcrumbs":"Design Patterns » Creational » Builder » See also","id":"167","title":"See also"},"168":{"body":"","breadcrumbs":"Design Patterns » Creational » Fold » Fold","id":"168","title":"Fold"},"169":{"body":"Run an algorithm over each item in a collection of data to create a new item, thus creating a whole new collection. The etymology here is unclear to me. The terms 'fold' and 'folder' are used in the Rust compiler, although it appears to me to be more like a map than a fold in the usual sense. See the discussion below for more details.","breadcrumbs":"Design Patterns » Creational » Fold » Description","id":"169","title":"Description"},"17":{"body":"Rust supports default constructors with the Default trait: /// Time in seconds.\n///\n/// # Example\n///\n/// ```\n/// let s = Second::default();\n/// assert_eq!(0, s.value());\n/// ```\npub struct Second { value: u64\n} impl Second { /// Returns the value in seconds. pub fn value(&self) -> u64 { self.value }\n} impl Default for Second { fn default() -> Self { Self { value: 0 } }\n} Default can also be derived if all types of all fields implement Default, like they do with Second: /// Time in seconds.\n///\n/// # Example\n///\n/// ```\n/// let s = Second::default();\n/// assert_eq!(0, s.value());\n/// ```\n#[derive(Default)]\npub struct Second { value: u64\n} impl Second { /// Returns the value in seconds. pub fn value(&self) -> u64 { self.value }\n} Note: It is common and expected for types to implement both Default and an empty new constructor. new is the constructor convention in Rust, and users expect it to exist, so if it is reasonable for the basic constructor to take no arguments, then it should, even if it is functionally identical to default. Hint: The advantage of implementing or deriving Default is that your type can now be used where a Default implementation is required, most prominently, any of the *or_default functions in the standard library .","breadcrumbs":"Idioms » Constructor » Default Constructors","id":"17","title":"Default Constructors"},"170":{"body":"// The data we will fold, a simple AST.\nmod ast { pub enum Stmt { Expr(Box), Let(Box, Box), } pub struct Name { value: String, } pub enum Expr { IntLit(i64), Add(Box, Box), Sub(Box, Box), }\n} // The abstract folder\nmod fold { use ast::*; pub trait Folder { // A leaf node just returns the node itself. In some cases, we can do this // to inner nodes too. fn fold_name(&mut self, n: Box) -> Box { n } // Create a new inner node by folding its children. fn fold_stmt(&mut self, s: Box) -> Box { match *s { Stmt::Expr(e) => Box::new(Stmt::Expr(self.fold_expr(e))), Stmt::Let(n, e) => Box::new(Stmt::Let(self.fold_name(n), self.fold_expr(e))), } } fn fold_expr(&mut self, e: Box) -> Box { ... } }\n} use fold::*;\nuse ast::*; // An example concrete implementation - renames every name to 'foo'.\nstruct Renamer;\nimpl Folder for Renamer { fn fold_name(&mut self, n: Box) -> Box { Box::new(Name { value: \"foo\".to_owned() }) } // Use the default methods for the other nodes.\n} The result of running the Renamer on an AST is a new AST identical to the old one, but with every name changed to foo. A real life folder might have some state preserved between nodes in the struct itself. A folder can also be defined to map one data structure to a different (but usually similar) data structure. For example, we could fold an AST into a HIR tree (HIR stands for high-level intermediate representation).","breadcrumbs":"Design Patterns » Creational » Fold » Example","id":"170","title":"Example"},"171":{"body":"It is common to want to map a data structure by performing some operation on each node in the structure. For simple operations on simple data structures, this can be done using Iterator::map. For more complex operations, perhaps where earlier nodes can affect the operation on later nodes, or where iteration over the data structure is non-trivial, using the fold pattern is more appropriate. Like the visitor pattern, the fold pattern allows us to separate traversal of a data structure from the operations performed to each node.","breadcrumbs":"Design Patterns » Creational » Fold » Motivation","id":"171","title":"Motivation"},"172":{"body":"Mapping data structures in this fashion is common in functional languages. In OO languages, it would be more common to mutate the data structure in place. The 'functional' approach is common in Rust, mostly due to the preference for immutability. Using fresh data structures, rather than mutating old ones, makes reasoning about the code easier in most circumstances. The trade-off between efficiency and reusability can be tweaked by changing how nodes are accepted by the fold_* methods. In the above example we operate on Box pointers. Since these own their data exclusively, the original copy of the data structure cannot be re-used. On the other hand if a node is not changed, reusing it is very efficient. If we were to operate on borrowed references, the original data structure can be reused; however, a node must be cloned even if unchanged, which can be expensive. Using a reference counted pointer gives the best of both worlds - we can reuse the original data structure, and we don't need to clone unchanged nodes. However, they are less ergonomic to use and mean that the data structures cannot be mutable.","breadcrumbs":"Design Patterns » Creational » Fold » Discussion","id":"172","title":"Discussion"},"173":{"body":"Iterators have a fold method, however this folds a data structure into a value, rather than into a new data structure. An iterator's map is more like this fold pattern. In other languages, fold is usually used in the sense of Rust's iterators, rather than this pattern. Some functional languages have powerful constructs for performing flexible maps over data structures. The visitor pattern is closely related to fold. They share the concept of walking a data structure performing an operation on each node. However, the visitor does not create a new data structure nor consume the old one.","breadcrumbs":"Design Patterns » Creational » Fold » See also","id":"173","title":"See also"},"174":{"body":"From Wikipedia : Design patterns that ease the design by identifying a simple way to realize relationships among entities.","breadcrumbs":"Design Patterns » Structural » Structural Patterns","id":"174","title":"Structural Patterns"},"175":{"body":"TODO - this is not a very snappy name","breadcrumbs":"Design Patterns » Structural » Compose Structs » Compose structs together for better borrowing","id":"175","title":"Compose structs together for better borrowing"},"176":{"body":"Sometimes a large struct will cause issues with the borrow checker - although fields can be borrowed independently, sometimes the whole struct ends up being used at once, preventing other uses. A solution might be to decompose the struct into several smaller structs. Then compose these together into the original struct. Then each struct can be borrowed separately and have more flexible behaviour. This will often lead to a better design in other ways: applying this design pattern often reveals smaller units of functionality.","breadcrumbs":"Design Patterns » Structural » Compose Structs » Description","id":"176","title":"Description"},"177":{"body":"Here is a contrived example of where the borrow checker foils us in our plan to use a struct: struct A { f1: u32, f2: u32, f3: u32,\n} fn foo(a: &mut A) -> &u32 { &a.f2 }\nfn bar(a: &mut A) -> u32 { a.f1 + a.f3 } fn baz(a: &mut A) { // The later usage of x causes a to be borrowed for the rest of the function. let x = foo(a); // Borrow checker error: // let y = bar(a); // ~ ERROR: cannot borrow `*a` as mutable more than once // at a time println!(\"{}\", x);\n} We can apply this design pattern and refactor A into two smaller structs, thus solving the borrow checking issue: // A is now composed of two structs - B and C.\nstruct A { b: B, c: C,\n}\nstruct B { f2: u32,\n}\nstruct C { f1: u32, f3: u32,\n} // These functions take a B or C, rather than A.\nfn foo(b: &mut B) -> &u32 { &b.f2 }\nfn bar(c: &mut C) -> u32 { c.f1 + c.f3 } fn baz(a: &mut A) { let x = foo(&mut a.b); // Now it's OK! let y = bar(&mut a.c); println!(\"{}\", x);\n}","breadcrumbs":"Design Patterns » Structural » Compose Structs » Example","id":"177","title":"Example"},"178":{"body":"TODO Why and where you should use the pattern","breadcrumbs":"Design Patterns » Structural » Compose Structs » Motivation","id":"178","title":"Motivation"},"179":{"body":"Lets you work around limitations in the borrow checker. Often produces a better design.","breadcrumbs":"Design Patterns » Structural » Compose Structs » Advantages","id":"179","title":"Advantages"},"18":{"body":"The default idiom for a more in-depth description of the Default trait. The builder pattern for constructing objects where there are multiple configurations. API Guidelines/C-COMMON-TRAITS for implementing both, Default and new.","breadcrumbs":"Idioms » Constructor » See also","id":"18","title":"See also"},"180":{"body":"Leads to more verbose code. Sometimes, the smaller structs are not good abstractions, and so we end up with a worse design. That is probably a 'code smell', indicating that the program should be refactored in some way.","breadcrumbs":"Design Patterns » Structural » Compose Structs » Disadvantages","id":"180","title":"Disadvantages"},"181":{"body":"This pattern is not required in languages that don't have a borrow checker, so in that sense is unique to Rust. However, making smaller units of functionality often leads to cleaner code: a widely acknowledged principle of software engineering, independent of the language. This pattern relies on Rust's borrow checker to be able to borrow fields independently of each other. In the example, the borrow checker knows that a.b and a.c are distinct and can be borrowed independently, it does not try to borrow all of a, which would make this pattern useless.","breadcrumbs":"Design Patterns » Structural » Compose Structs » Discussion","id":"181","title":"Discussion"},"182":{"body":"","breadcrumbs":"Design Patterns » Structural » Prefer Small Crates » Prefer small crates","id":"182","title":"Prefer small crates"},"183":{"body":"Prefer small crates that do one thing well. Cargo and crates.io make it easy to add third-party libraries, much more so than in say C or C++. Moreover, since packages on crates.io cannot be edited or removed after publication, any build that works now should continue to work in the future. We should take advantage of this tooling, and use smaller, more fine-grained dependencies.","breadcrumbs":"Design Patterns » Structural » Prefer Small Crates » Description","id":"183","title":"Description"},"184":{"body":"Small crates are easier to understand, and encourage more modular code. Crates allow for re-using code between projects. For example, the url crate was developed as part of the Servo browser engine, but has since found wide use outside the project. Since the compilation unit of Rust is the crate, splitting a project into multiple crates can allow more of the code to be built in parallel.","breadcrumbs":"Design Patterns » Structural » Prefer Small Crates » Advantages","id":"184","title":"Advantages"},"185":{"body":"This can lead to \"dependency hell\", when a project depends on multiple conflicting versions of a crate at the same time. For example, the url crate has both versions 1.0 and 0.5. Since the Url from url:1.0 and the Url from url:0.5 are different types, an HTTP client that uses url:0.5 would not accept Url values from a web scraper that uses url:1.0. Packages on crates.io are not curated. A crate may be poorly written, have unhelpful documentation, or be outright malicious. Two small crates may be less optimized than one large one, since the compiler does not perform link-time optimization (LTO) by default.","breadcrumbs":"Design Patterns » Structural » Prefer Small Crates » Disadvantages","id":"185","title":"Disadvantages"},"186":{"body":"The ref_slice crate provides functions for converting &T to &[T]. The url crate provides tools for working with URLs. The num_cpus crate provides a function to query the number of CPUs on a machine.","breadcrumbs":"Design Patterns » Structural » Prefer Small Crates » Examples","id":"186","title":"Examples"},"187":{"body":"crates.io: The Rust community crate host","breadcrumbs":"Design Patterns » Structural » Prefer Small Crates » See also","id":"187","title":"See also"},"188":{"body":"","breadcrumbs":"Design Patterns » Structural » Contain unsafety in small modules » Contain unsafety in small modules","id":"188","title":"Contain unsafety in small modules"},"189":{"body":"If you have unsafe code, create the smallest possible module that can uphold the needed invariants to build a minimal safe interface upon the unsafety. Embed this into a larger module that contains only safe code and presents an ergonomic interface. Note that the outer module can contain unsafe functions and methods that call directly into the unsafe code. Users may use this to gain speed benefits.","breadcrumbs":"Design Patterns » Structural » Contain unsafety in small modules » Description","id":"189","title":"Description"},"19":{"body":"","breadcrumbs":"Idioms » The Default Trait » The Default Trait","id":"19","title":"The Default Trait"},"190":{"body":"This restricts the unsafe code that must be audited Writing the outer module is much easier, since you can count on the guarantees of the inner module","breadcrumbs":"Design Patterns » Structural » Contain unsafety in small modules » Advantages","id":"190","title":"Advantages"},"191":{"body":"Sometimes, it may be hard to find a suitable interface. The abstraction may introduce inefficiencies.","breadcrumbs":"Design Patterns » Structural » Contain unsafety in small modules » Disadvantages","id":"191","title":"Disadvantages"},"192":{"body":"The toolshed crate contains its unsafe operations in submodules, presenting a safe interface to users. std's String class is a wrapper over Vec with the added invariant that the contents must be valid UTF-8. The operations on String ensure this behavior. However, users have the option of using an unsafe method to create a String, in which case the onus is on them to guarantee the validity of the contents.","breadcrumbs":"Design Patterns » Structural » Contain unsafety in small modules » Examples","id":"192","title":"Examples"},"193":{"body":"Ralf Jung's Blog about invariants in unsafe code","breadcrumbs":"Design Patterns » Structural » Contain unsafety in small modules » See also","id":"193","title":"See also"},"194":{"body":"Writing FFI code is an entire course in itself. However, there are several idioms here that can act as pointers, and avoid traps for inexperienced users of unsafe Rust. This section contains design patterns that may be useful when doing FFI. Object-Based API design that has good memory safety characteristics, and a clean boundary of what is safe and what is unsafe Type Consolidation into Wrappers - group multiple Rust types together into an opaque \"object\"","breadcrumbs":"Design Patterns » Foreign function interface (FFI) » FFI Patterns","id":"194","title":"FFI Patterns"},"195":{"body":"","breadcrumbs":"Design Patterns » Foreign function interface (FFI) » Object-Based APIs » Object-Based APIs","id":"195","title":"Object-Based APIs"},"196":{"body":"When designing APIs in Rust which are exposed to other languages, there are some important design principles which are contrary to normal Rust API design: All Encapsulated types should be owned by Rust, managed by the user, and opaque . All Transactional data types should be owned by the user, and transparent . All library behavior should be functions acting upon Encapsulated types. All library behavior should be encapsulated into types not based on structure, but provenance/lifetime .","breadcrumbs":"Design Patterns » Foreign function interface (FFI) » Object-Based APIs » Description","id":"196","title":"Description"},"197":{"body":"Rust has built-in FFI support to other languages. It does this by providing a way for crate authors to provide C-compatible APIs through different ABIs (though that is unimportant to this practice). Well-designed Rust FFI follows C API design principles, while compromising the design in Rust as little as possible. There are three goals with any foreign API: Make it easy to use in the target language. Avoid the API dictating internal unsafety on the Rust side as much as possible. Keep the potential for memory unsafety and Rust undefined behaviour as small as possible. Rust code must trust the memory safety of the foreign language beyond a certain point. However, every bit of unsafe code on the Rust side is an opportunity for bugs, or to exacerbate undefined behaviour. For example, if a pointer provenance is wrong, that may be a segfault due to invalid memory access. But if it is manipulated by unsafe code, it could become full-blown heap corruption. The Object-Based API design allows for writing shims that have good memory safety characteristics, and a clean boundary of what is safe and what is unsafe.","breadcrumbs":"Design Patterns » Foreign function interface (FFI) » Object-Based APIs » Motivation","id":"197","title":"Motivation"},"198":{"body":"The POSIX standard defines the API to access an on-file database, known as DBM . It is an excellent example of an \"object-based\" API. Here is the definition in C, which hopefully should be easy to read for those involved in FFI. The commentary below should help explain it for those who miss the subtleties. struct DBM;\ntypedef struct { void *dptr, size_t dsize } datum; int dbm_clearerr(DBM *);\nvoid dbm_close(DBM *);\nint dbm_delete(DBM *, datum);\nint dbm_error(DBM *);\ndatum dbm_fetch(DBM *, datum);\ndatum dbm_firstkey(DBM *);\ndatum dbm_nextkey(DBM *);\nDBM *dbm_open(const char *, int, mode_t);\nint dbm_store(DBM *, datum, datum, int); This API defines two types: DBM and datum. The DBM type was called an \"encapsulated\" type above. It is designed to contain internal state, and acts as an entry point for the library's behavior. It is completely opaque to the user, who cannot create a DBM themselves since they don't know its size or layout. Instead, they must call dbm_open, and that only gives them a pointer to one . This means all DBMs are \"owned\" by the library in a Rust sense. The internal state of unknown size is kept in memory controlled by the library, not the user. The user can only manage its life cycle with open and close, and perform operations on it with the other functions. The datum type was called a \"transactional\" type above. It is designed to facilitate the exchange of information between the library and its user. The database is designed to store \"unstructured data\", with no pre-defined length or meaning. As a result, the datum is the C equivalent of a Rust slice: a bunch of bytes, and a count of how many there are. The main difference is that there is no type information, which is what void indicates. Keep in mind that this header is written from the library's point of view. The user likely has some type they are using, which has a known size. But the library does not care, and by the rules of C casting, any type behind a pointer can be cast to void. As noted earlier, this type is transparent to the user. But also, this type is owned by the user. This has subtle ramifications, due to that pointer inside it. The question is, who owns the memory that pointer points to? The answer for best memory safety is, \"the user\". But in cases such as retrieving a value, the user does not know how to allocate it correctly (since they don't know how long the value is). In this case, the library code is expected to use the heap that the user has access to -- such as the C library malloc and free -- and then transfer ownership in the Rust sense. This may all seem speculative, but this is what a pointer means in C. It means the same thing as Rust: \"user defined lifetime.\" The user of the library needs to read the documentation in order to use it correctly. That said, there are some decisions that have fewer or greater consequences if users do it wrong. Minimizing those are what this best practice is about, and the key is to transfer ownership of everything that is transparent .","breadcrumbs":"Design Patterns » Foreign function interface (FFI) » Object-Based APIs » Code Example","id":"198","title":"Code Example"},"199":{"body":"This minimizes the number of memory safety guarantees the user must uphold to a relatively small number: Do not call any function with a pointer not returned by dbm_open (invalid access or corruption). Do not call any function on a pointer after close (use after free). The dptr on any datum must be NULL, or point to a valid slice of memory at the advertised length. In addition, it avoids a lot of pointer provenance issues. To understand why, let us consider an alternative in some depth: key iteration. Rust is well known for its iterators. When implementing one, the programmer makes a separate type with a bounded lifetime to its owner, and implements the Iterator trait. Here is how iteration would be done in Rust for DBM: struct Dbm { ... } impl Dbm { /* ... */ pub fn keys<'it>(&'it self) -> DbmKeysIter<'it> { ... } /* ... */\n} struct DbmKeysIter<'it> { owner: &'it Dbm,\n} impl<'it> Iterator for DbmKeysIter<'it> { ... } This is clean, idiomatic, and safe. thanks to Rust's guarantees. However, consider what a straightforward API translation would look like: #[no_mangle]\npub extern \"C\" fn dbm_iter_new(owner: *const Dbm) -> *mut DbmKeysIter { // THIS API IS A BAD IDEA! For real applications, use object-based design instead.\n}\n#[no_mangle]\npub extern \"C\" fn dbm_iter_next( iter: *mut DbmKeysIter, key_out: *const datum\n) -> libc::c_int { // THIS API IS A BAD IDEA! For real applications, use object-based design instead.\n}\n#[no_mangle]\npub extern \"C\" fn dbm_iter_del(*mut DbmKeysIter) { // THIS API IS A BAD IDEA! For real applications, use object-based design instead.\n} This API loses a key piece of information: the lifetime of the iterator must not exceed the lifetime of the Dbm object that owns it. A user of the library could use it in a way which causes the iterator to outlive the data it is iterating on, resulting in reading uninitialized memory. This example written in C contains a bug that will be explained afterwards: int count_key_sizes(DBM *db) { // DO NOT USE THIS FUNCTION. IT HAS A SUBTLE BUT SERIOUS BUG! datum key; int len = 0; if (!dbm_iter_new(db)) { dbm_close(db); return -1; } int l; while ((l = dbm_iter_next(owner, &key)) >= 0) { // an error is indicated by -1 free(key.dptr); len += key.dsize; if (l == 0) { // end of the iterator dbm_close(owner); } } if l >= 0 { return -1; } else { return len; }\n} This bug is a classic. Here's what happens when the iterator returns the end-of-iteration marker: The loop condition sets l to zero, and enters the loop because 0 >= 0. The length is incremented, in this case by zero. The if statement is true, so the database is closed. There should be a break statement here. The loop condition executes again, causing a next call on the closed object. The worst part about this bug? If the Rust implementation was careful, this code will work most of the time! If the memory for the Dbm object is not immediately reused, an internal check will almost certainly fail, resulting in the iterator returning a -1 indicating an error. But occasionally, it will cause a segmentation fault, or even worse, nonsensical memory corruption! None of this can be avoided by Rust. From its perspective, it put those objects on its heap, returned pointers to them, and gave up control of their lifetimes. The C code simply must \"play nice\". The programmer must read and understand the API documentation. While some consider that par for the course in C, a good API design can mitigate this risk. The POSIX API for DBM did this by consolidating the ownership of the iterator with its parent: datum dbm_firstkey(DBM *);\ndatum dbm_nextkey(DBM *); Thus, all the lifetimes were bound together, and such unsafety was prevented.","breadcrumbs":"Design Patterns » Foreign function interface (FFI) » Object-Based APIs » Advantages","id":"199","title":"Advantages"},"2":{"body":"In software development, we often come across problems that share similarities regardless of the environment they appear in. Although the implementation details are crucial to solve the task at hand, we may abstract from these particularities to find the common practices that are generically applicable. Design patterns are a collection of reusable and tested solutions to recurring problems in engineering. They make our software more modular, maintainable, and extensible. Moreover, these patterns provide a common language for developers, making them an excellent tool for effective communication when problem-solving in teams.","breadcrumbs":"Introduction » Design patterns","id":"2","title":"Design patterns"},"20":{"body":"Many types in Rust have a constructor . However, this is specific to the type; Rust cannot abstract over \"everything that has a new() method\". To allow this, the Default trait was conceived, which can be used with containers and other generic types (e.g. see Option::unwrap_or_default() ). Notably, some containers already implement it where applicable. Not only do one-element containers like Cow, Box or Arc implement Default for contained Default types, one can automatically #[derive(Default)] for structs whose fields all implement it, so the more types implement Default, the more useful it becomes. On the other hand, constructors can take multiple arguments, while the default() method does not. There can even be multiple constructors with different names, but there can only be one Default implementation per type.","breadcrumbs":"Idioms » The Default Trait » Description","id":"20","title":"Description"},"200":{"body":"However, this design choice also has a number of drawbacks, which should be considered as well. First, the API itself becomes less expressive. With POSIX DBM, there is only one iterator per object, and every call changes its state. This is much more restrictive than iterators in almost any language, even though it is safe. Perhaps with other related objects, whose lifetimes are less hierarchical, this limitation is more of a cost than the safety. Second, depending on the relationships of the API's parts, significant design effort may be involved. Many of the easier design points have other patterns associated with them: Wrapper Type Consolidation groups multiple Rust types together into an opaque \"object\" FFI Error Passing explains error handling with integer codes and sentinel return values (such as NULL pointers) Accepting Foreign Strings allows accepting strings with minimal unsafe code, and is easier to get right than Passing Strings to FFI However, not every API can be done this way. It is up to the best judgement of the programmer as to who their audience is.","breadcrumbs":"Design Patterns » Foreign function interface (FFI) » Object-Based APIs » Disadvantages","id":"200","title":"Disadvantages"},"201":{"body":"","breadcrumbs":"Design Patterns » Foreign function interface (FFI) » Type Consolidation into Wrappers » Type Consolidation into Wrappers","id":"201","title":"Type Consolidation into Wrappers"},"202":{"body":"This pattern is designed to allow gracefully handling multiple related types, while minimizing the surface area for memory unsafety. One of the cornerstones of Rust's aliasing rules is lifetimes. This ensures that many patterns of access between types can be memory safe, data race safety included. However, when Rust types are exported to other languages, they are usually transformed into pointers. In Rust, a pointer means \"the user manages the lifetime of the pointee.\" It is their responsibility to avoid memory unsafety. Some level of trust in the user code is thus required, notably around use-after-free which Rust can do nothing about. However, some API designs place higher burdens than others on the code written in the other language. The lowest risk API is the \"consolidated wrapper\", where all possible interactions with an object are folded into a \"wrapper type\", while keeping the Rust API clean.","breadcrumbs":"Design Patterns » Foreign function interface (FFI) » Type Consolidation into Wrappers » Description","id":"202","title":"Description"},"203":{"body":"To understand this, let us look at a classic example of an API to export: iteration through a collection. That API looks like this: The iterator is initialized with first_key. Each call to next_key will advance the iterator. Calls to next_key if the iterator is at the end will do nothing. As noted above, the iterator is \"wrapped into\" the collection (unlike the native Rust API). If the iterator implements nth() efficiently, then it is possible to make it ephemeral to each function call: struct MySetWrapper { myset: MySet, iter_next: usize,\n} impl MySetWrapper { pub fn first_key(&mut self) -> Option<&Key> { self.iter_next = 0; self.next_key() } pub fn next_key(&mut self) -> Option<&Key> { if let Some(next) = self.myset.keys().nth(self.iter_next) { self.iter_next += 1; Some(next) } else { None } }\n} As a result, the wrapper is simple and contains no unsafe code.","breadcrumbs":"Design Patterns » Foreign function interface (FFI) » Type Consolidation into Wrappers » Code Example","id":"203","title":"Code Example"},"204":{"body":"This makes APIs safer to use, avoiding issues with lifetimes between types. See Object-Based APIs for more on the advantages and pitfalls this avoids.","breadcrumbs":"Design Patterns » Foreign function interface (FFI) » Type Consolidation into Wrappers » Advantages","id":"204","title":"Advantages"},"205":{"body":"Often, wrapping types is quite difficult, and sometimes a Rust API compromise would make things easier. As an example, consider an iterator which does not efficiently implement nth(). It would definitely be worth putting in special logic to make the object handle iteration internally, or to support a different access pattern efficiently that only the Foreign Function API will use.","breadcrumbs":"Design Patterns » Foreign function interface (FFI) » Type Consolidation into Wrappers » Disadvantages","id":"205","title":"Disadvantages"},"206":{"body":"To wrap any type of iterator into the API correctly, the wrapper would need to do what a C version of the code would do: erase the lifetime of the iterator, and manage it manually. Suffice it to say, this is incredibly difficult. Here is an illustration of just one pitfall. A first version of MySetWrapper would look like this: struct MySetWrapper { myset: MySet, iter_next: usize, // created from a transmuted Box iterator: Option>>,\n} With transmute being used to extend a lifetime, and a pointer to hide it, it's ugly already. But it gets even worse: any other operation can cause Rust undefined behaviour . Consider that the MySet in the wrapper could be manipulated by other functions during iteration, such as storing a new value to the key it was iterating over. The API doesn't discourage this, and in fact some similar C libraries expect it. A simple implementation of myset_store would be: pub mod unsafe_module { // other module content pub fn myset_store( myset: *mut MySetWrapper, key: datum, value: datum) -> libc::c_int { // DO NOT USE THIS CODE. IT IS UNSAFE TO DEMONSTRATE A PROLBEM. let myset: &mut MySet = unsafe { // SAFETY: whoops, UB occurs in here! &mut (*myset).myset }; /* ...check and cast key and value data... */ match myset.store(casted_key, casted_value) { Ok(_) => 0, Err(e) => e.into() } }\n} If the iterator exists when this function is called, we have violated one of Rust's aliasing rules. According to Rust, the mutable reference in this block must have exclusive access to the object. If the iterator simply exists, it's not exclusive, so we have undefined behaviour! [1] To avoid this, we must have a way of ensuring that mutable reference really is exclusive. That basically means clearing out the iterator's shared reference while it exists, and then reconstructing it. In most cases, that will still be less efficient than the C version. Some may ask: how can C do this more efficiently? The answer is, it cheats. Rust's aliasing rules are the problem, and C simply ignores them for its pointers. In exchange, it is common to see code that is declared in the manual as \"not thread safe\" under some or all circumstances. In fact, the GNU C library has an entire lexicon dedicated to concurrent behavior! Rust would rather make everything memory safe all the time, for both safety and optimizations that C code cannot attain. Being denied access to certain shortcuts is the price Rust programmers need to pay. For the C programmers out there scratching their heads, the iterator need not be read during this code cause the UB. The exclusivity rule also enables compiler optimizations which may cause inconsistent observations by the iterator's shared reference (e.g. stack spills or reordering instructions for efficiency). These observations may happen any time after the mutable reference is created.","breadcrumbs":"Design Patterns » Foreign function interface (FFI) » Type Consolidation into Wrappers » Trying to Wrap Iterators (and Failing)","id":"206","title":"Trying to Wrap Iterators (and Failing)"},"207":{"body":"An anti-pattern is a solution to a \"recurring problem that is usually ineffective and risks being highly counterproductive\". Just as valuable as knowing how to solve a problem, is knowing how not to solve it. Anti-patterns give us great counter-examples to consider relative to design patterns. Anti-patterns are not confined to code. For example, a process can be an anti-pattern, too.","breadcrumbs":"Anti-patterns » Anti-patterns","id":"207","title":"Anti-patterns"},"208":{"body":"","breadcrumbs":"Anti-patterns » Clone to satisfy the borrow checker » Clone to satisfy the borrow checker","id":"208","title":"Clone to satisfy the borrow checker"},"209":{"body":"The borrow checker prevents Rust users from developing otherwise unsafe code by ensuring that either: only one mutable reference exists, or potentially many but all immutable references exist. If the code written does not hold true to these conditions, this anti-pattern arises when the developer resolves the compiler error by cloning the variable.","breadcrumbs":"Anti-patterns » Clone to satisfy the borrow checker » Description","id":"209","title":"Description"},"21":{"body":"use std::{path::PathBuf, time::Duration}; // note that we can simply auto-derive Default here.\n#[derive(Default, Debug, PartialEq)]\nstruct MyConfiguration { // Option defaults to None output: Option, // Vecs default to empty vector search_path: Vec, // Duration defaults to zero time timeout: Duration, // bool defaults to false check: bool,\n} impl MyConfiguration { // add setters here\n} fn main() { // construct a new instance with default values let mut conf = MyConfiguration::default(); // do something with conf here conf.check = true; println!(\"conf = {:#?}\", conf); // partial initialization with default values, creates the same instance let conf1 = MyConfiguration { check: true, ..Default::default() }; assert_eq!(conf, conf1);\n}","breadcrumbs":"Idioms » The Default Trait » Example","id":"21","title":"Example"},"210":{"body":"// define any variable\nlet mut x = 5; // Borrow `x` -- but clone it first\nlet y = &mut (x.clone()); // without the x.clone() two lines prior, this line would fail on compile as\n// x has been borrowed\n// thanks to x.clone(), x was never borrowed, and this line will run.\nprintln!(\"{}\", x); // perform some action on the borrow to prevent rust from optimizing this\n//out of existence\n*y += 1;","breadcrumbs":"Anti-patterns » Clone to satisfy the borrow checker » Example","id":"210","title":"Example"},"211":{"body":"It is tempting, particularly for beginners, to use this pattern to resolve confusing issues with the borrow checker. However, there are serious consequences. Using .clone() causes a copy of the data to be made. Any changes between the two are not synchronized -- as if two completely separate variables exist. There are special cases -- Rc is designed to handle clones intelligently. It internally manages exactly one copy of the data, and cloning it will only clone the reference. There is also Arc which provides shared ownership of a value of type T that is allocated in the heap. Invoking .clone() on Arc produces a new Arc instance, which points to the same allocation on the heap as the source Arc, while increasing a reference count. In general, clones should be deliberate, with full understanding of the consequences. If a clone is used to make a borrow checker error disappear, that's a good indication this anti-pattern may be in use. Even though .clone() is an indication of a bad pattern, sometimes it is fine to write inefficient code , in cases such as when: the developer is still new to ownership the code doesn't have great speed or memory constraints (like hackathon projects or prototypes) satisfying the borrow checker is really complicated, and you prefer to optimize readability over performance If an unnecessary clone is suspected, The Rust Book's chapter on Ownership should be understood fully before assessing whether the clone is required or not. Also be sure to always run cargo clippy in your project, which will detect some cases in which .clone() is not necessary, like 1 , 2 , 3 or 4 .","breadcrumbs":"Anti-patterns » Clone to satisfy the borrow checker » Motivation","id":"211","title":"Motivation"},"212":{"body":"mem::{take(_), replace(_)} to keep owned values in changed enums Rc documentation, which handles .clone() intelligently Arc documentation, a thread-safe reference-counting pointer Tricks with ownership in Rust","breadcrumbs":"Anti-patterns » Clone to satisfy the borrow checker » See also","id":"212","title":"See also"},"213":{"body":"","breadcrumbs":"Anti-patterns » #[deny(warnings)] » #![deny(warnings)]","id":"213","title":"#![deny(warnings)]"},"214":{"body":"A well-intentioned crate author wants to ensure their code builds without warnings. So they annotate their crate root with the following:","breadcrumbs":"Anti-patterns » #[deny(warnings)] » Description","id":"214","title":"Description"},"215":{"body":"#![deny(warnings)] // All is well.","breadcrumbs":"Anti-patterns » #[deny(warnings)] » Example","id":"215","title":"Example"},"216":{"body":"It is short and will stop the build if anything is amiss.","breadcrumbs":"Anti-patterns » #[deny(warnings)] » Advantages","id":"216","title":"Advantages"},"217":{"body":"By disallowing the compiler to build with warnings, a crate author opts out of Rust's famed stability. Sometimes new features or old misfeatures need a change in how things are done, thus lints are written that warn for a certain grace period before being turned to deny. For example, it was discovered that a type could have two impls with the same method. This was deemed a bad idea, but in order to make the transition smooth, the overlapping-inherent-impls lint was introduced to give a warning to those stumbling on this fact, before it becomes a hard error in a future release. Also sometimes APIs get deprecated, so their use will emit a warning where before there was none. All this conspires to potentially break the build whenever something changes. Furthermore, crates that supply additional lints (e.g. rust-clippy ) can no longer be used unless the annotation is removed. This is mitigated with --cap-lints . The --cap-lints=warn command line argument, turns all deny lint errors into warnings.","breadcrumbs":"Anti-patterns » #[deny(warnings)] » Drawbacks","id":"217","title":"Drawbacks"},"218":{"body":"There are two ways of tackling this problem: First, we can decouple the build setting from the code, and second, we can name the lints we want to deny explicitly. The following command line will build with all warnings set to deny: RUSTFLAGS=\"-D warnings\" cargo build This can be done by any individual developer (or be set in a CI tool like Travis, but remember that this may break the build when something changes) without requiring a change to the code. Alternatively, we can specify the lints that we want to deny in the code. Here is a list of warning lints that is (hopefully) safe to deny (as of Rustc 1.48.0): #![deny(bad_style, const_err, dead_code, improper_ctypes, non_shorthand_field_patterns, no_mangle_generic_items, overflowing_literals, path_statements, patterns_in_fns_without_body, private_in_public, unconditional_recursion, unused, unused_allocation, unused_comparisons, unused_parens, while_true)] In addition, the following allowed lints may be a good idea to deny: #![deny(missing_debug_implementations, missing_docs, trivial_casts, trivial_numeric_casts, unused_extern_crates, unused_import_braces, unused_qualifications, unused_results)] Some may also want to add missing-copy-implementations to their list. Note that we explicitly did not add the deprecated lint, as it is fairly certain that there will be more deprecated APIs in the future.","breadcrumbs":"Anti-patterns » #[deny(warnings)] » Alternatives","id":"218","title":"Alternatives"},"219":{"body":"A collection of all clippy lints deprecate attribute documentation Type rustc -W help for a list of lints on your system. Also type rustc --help for a general list of options rust-clippy is a collection of lints for better Rust code","breadcrumbs":"Anti-patterns » #[deny(warnings)] » See also","id":"219","title":"See also"},"22":{"body":"The constructor idiom is another way to generate instances that may or may not be \"default\" The Default documentation (scroll down for the list of implementors) Option::unwrap_or_default() derive(new)","breadcrumbs":"Idioms » The Default Trait » See also","id":"22","title":"See also"},"220":{"body":"","breadcrumbs":"Anti-patterns » Deref Polymorphism » Deref polymorphism","id":"220","title":"Deref polymorphism"},"221":{"body":"Misuse the Deref trait to emulate inheritance between structs, and thus reuse methods.","breadcrumbs":"Anti-patterns » Deref Polymorphism » Description","id":"221","title":"Description"},"222":{"body":"Sometimes we want to emulate the following common pattern from OO languages such as Java: class Foo { void m() { ... }\n} class Bar extends Foo {} public static void main(String[] args) { Bar b = new Bar(); b.m();\n} We can use the deref polymorphism anti-pattern to do so: use std::ops::Deref; struct Foo {} impl Foo { fn m(&self) { //.. }\n} struct Bar { f: Foo,\n} impl Deref for Bar { type Target = Foo; fn deref(&self) -> &Foo { &self.f }\n} fn main() { let b = Bar { f: Foo {} }; b.m();\n} There is no struct inheritance in Rust. Instead we use composition and include an instance of Foo in Bar (since the field is a value, it is stored inline, so if there were fields, they would have the same layout in memory as the Java version (probably, you should use #[repr(C)] if you want to be sure)). In order to make the method call work we implement Deref for Bar with Foo as the target (returning the embedded Foo field). That means that when we dereference a Bar (for example, using *) then we will get a Foo. That is pretty weird. Dereferencing usually gives a T from a reference to T, here we have two unrelated types. However, since the dot operator does implicit dereferencing, it means that the method call will search for methods on Foo as well as Bar.","breadcrumbs":"Anti-patterns » Deref Polymorphism » Example","id":"222","title":"Example"},"223":{"body":"You save a little boilerplate, e.g., impl Bar { fn m(&self) { self.f.m() }\n}","breadcrumbs":"Anti-patterns » Deref Polymorphism » Advantages","id":"223","title":"Advantages"},"224":{"body":"Most importantly this is a surprising idiom - future programmers reading this in code will not expect this to happen. That's because we are misusing the Deref trait rather than using it as intended (and documented, etc.). It's also because the mechanism here is completely implicit. This pattern does not introduce subtyping between Foo and Bar like inheritance in Java or C++ does. Furthermore, traits implemented by Foo are not automatically implemented for Bar, so this pattern interacts badly with bounds checking and thus generic programming. Using this pattern gives subtly different semantics from most OO languages with regards to self. Usually it remains a reference to the sub-class, with this pattern it will be the 'class' where the method is defined. Finally, this pattern only supports single inheritance, and has no notion of interfaces, class-based privacy, or other inheritance-related features. So, it gives an experience that will be subtly surprising to programmers used to Java inheritance, etc.","breadcrumbs":"Anti-patterns » Deref Polymorphism » Disadvantages","id":"224","title":"Disadvantages"},"225":{"body":"There is no one good alternative. Depending on the exact circumstances it might be better to re-implement using traits or to write out the facade methods to dispatch to Foo manually. We do intend to add a mechanism for inheritance similar to this to Rust, but it is likely to be some time before it reaches stable Rust. See these blog posts and this RFC issue for more details. The Deref trait is designed for the implementation of custom pointer types. The intention is that it will take a pointer-to-T to a T, not convert between different types. It is a shame that this isn't (probably cannot be) enforced by the trait definition. Rust tries to strike a careful balance between explicit and implicit mechanisms, favouring explicit conversions between types. Automatic dereferencing in the dot operator is a case where the ergonomics strongly favour an implicit mechanism, but the intention is that this is limited to degrees of indirection, not conversion between arbitrary types.","breadcrumbs":"Anti-patterns » Deref Polymorphism » Discussion","id":"225","title":"Discussion"},"226":{"body":"Collections are smart pointers idiom . Delegation crates for less boilerplate like delegate or ambassador Documentation for Deref trait .","breadcrumbs":"Anti-patterns » Deref Polymorphism » See also","id":"226","title":"See also"},"227":{"body":"Rust is an imperative language, but it follows many functional programming paradigms. In computer science, functional programming is a programming paradigm where programs are constructed by applying and composing functions. It is a declarative programming paradigm in which function definitions are trees of expressions that each return a value, rather than a sequence of imperative statements which change the state of the program.","breadcrumbs":"Functional Programming » Functional Usage of Rust","id":"227","title":"Functional Usage of Rust"},"228":{"body":"One of the biggest hurdles to understanding functional programs when coming from an imperative background is the shift in thinking. Imperative programs describe how to do something, whereas declarative programs describe what to do. Let's sum the numbers from 1 to 10 to show this.","breadcrumbs":"Functional Programming » Programming paradigms » Programming paradigms","id":"228","title":"Programming paradigms"},"229":{"body":"let mut sum = 0;\nfor i in 1..11 { sum += i;\n}\nprintln!(\"{}\", sum); With imperative programs, we have to play compiler to see what is happening. Here, we start with a sum of 0. Next, we iterate through the range from 1 to 10. Each time through the loop, we add the corresponding value in the range. Then we print it out. i sum 1 1 2 3 3 6 4 10 5 15 6 21 7 28 8 36 9 45 10 55 This is how most of us start out programming. We learn that a program is a set of steps.","breadcrumbs":"Functional Programming » Programming paradigms » Imperative","id":"229","title":"Imperative"},"23":{"body":"","breadcrumbs":"Idioms » Collections Are Smart Pointers » Collections are smart pointers","id":"23","title":"Collections are smart pointers"},"230":{"body":"println!(\"{}\", (1..11).fold(0, |a, b| a + b)); Whoa! This is really different! What's going on here? Remember that with declarative programs we are describing what to do, rather than how to do it. fold is a function that composes functions. The name is a convention from Haskell. Here, we are composing functions of addition (this closure: |a, b| a + b) with a range from 1 to 10. The 0 is the starting point, so a is 0 at first. b is the first element of the range, 1. 0 + 1 = 1 is the result. So now we fold again, with a = 1, b = 2 and so 1 + 2 = 3 is the next result. This process continues until we get to the last element in the range, 10. a b result 0 1 1 1 2 3 3 3 6 6 4 10 10 5 15 15 6 21 21 7 28 28 8 36 36 9 45 45 10 55","breadcrumbs":"Functional Programming » Programming paradigms » Declarative","id":"230","title":"Declarative"},"231":{"body":"","breadcrumbs":"Functional Programming » Generics as Type Classes » Generics as Type Classes","id":"231","title":"Generics as Type Classes"},"232":{"body":"Rust's type system is designed more like functional languages (like Haskell) rather than imperative languages (like Java and C++). As a result, Rust can turn many kinds of programming problems into \"static typing\" problems. This is one of the biggest wins of choosing a functional language, and is critical to many of Rust's compile time guarantees. A key part of this idea is the way generic types work. In C++ and Java, for example, generic types are a meta-programming construct for the compiler. vector and vector in C++ are just two different copies of the same boilerplate code for a vector type (known as a template) with two different types filled in. In Rust, a generic type parameter creates what is known in functional languages as a \"type class constraint\", and each different parameter filled in by an end user actually changes the type . In other words, Vec and Vec are two different types , which are recognized as distinct by all parts of the type system. This is called monomorphization , where different types are created from polymorphic code. This special behavior requires impl blocks to specify generic parameters. Different values for the generic type cause different types, and different types can have different impl blocks. In object-oriented languages, classes can inherit behavior from their parents. However, this allows the attachment of not only additional behavior to particular members of a type class, but extra behavior as well. The nearest equivalent is the runtime polymorphism in Javascript and Python, where new members can be added to objects willy-nilly by any constructor. However, unlike those languages, all of Rust's additional methods can be type checked when they are used, because their generics are statically defined. That makes them more usable while remaining safe.","breadcrumbs":"Functional Programming » Generics as Type Classes » Description","id":"232","title":"Description"},"233":{"body":"Suppose you are designing a storage server for a series of lab machines. Because of the software involved, there are two different protocols you need to support: BOOTP (for PXE network boot), and NFS (for remote mount storage). Your goal is to have one program, written in Rust, which can handle both of them. It will have protocol handlers and listen for both kinds of requests. The main application logic will then allow a lab administrator to configure storage and security controls for the actual files. The requests from machines in the lab for files contain the same basic information, no matter what protocol they came from: an authentication method, and a file name to retrieve. A straightforward implementation would look something like this: enum AuthInfo { Nfs(crate::nfs::AuthInfo), Bootp(crate::bootp::AuthInfo),\n} struct FileDownloadRequest { file_name: PathBuf, authentication: AuthInfo,\n} This design might work well enough. But now suppose you needed to support adding metadata that was protocol specific . For example, with NFS, you wanted to determine what their mount point was in order to enforce additional security rules. The way the current struct is designed leaves the protocol decision until runtime. That means any method that applies to one protocol and not the other requires the programmer to do a runtime check. Here is how getting an NFS mount point would look: struct FileDownloadRequest { file_name: PathBuf, authentication: AuthInfo, mount_point: Option,\n} impl FileDownloadRequest { // ... other methods ... /// Gets an NFS mount point if this is an NFS request. Otherwise, /// return None. pub fn mount_point(&self) -> Option<&Path> { self.mount_point.as_ref() }\n} Every caller of mount_point() must check for None and write code to handle it. This is true even if they know only NFS requests are ever used in a given code path! It would be far more optimal to cause a compile-time error if the different request types were confused. After all, the entire path of the user's code, including what functions from the library they use, will know whether a request is an NFS request or a BOOTP request. In Rust, this is actually possible! The solution is to add a generic type in order to split the API. Here is what that looks like: use std::path::{Path, PathBuf}; mod nfs { #[derive(Clone)] pub(crate) struct AuthInfo(String); // NFS session management omitted\n} mod bootp { pub(crate) struct AuthInfo(); // no authentication in bootp\n} // private module, lest outside users invent their own protocol kinds!\nmod proto_trait { use std::path::{Path, PathBuf}; use super::{bootp, nfs}; pub(crate) trait ProtoKind { type AuthInfo; fn auth_info(&self) -> Self::AuthInfo; } pub struct Nfs { auth: nfs::AuthInfo, mount_point: PathBuf, } impl Nfs { pub(crate) fn mount_point(&self) -> &Path { &self.mount_point } } impl ProtoKind for Nfs { type AuthInfo = nfs::AuthInfo; fn auth_info(&self) -> Self::AuthInfo { self.auth.clone() } } pub struct Bootp(); // no additional metadata impl ProtoKind for Bootp { type AuthInfo = bootp::AuthInfo; fn auth_info(&self) -> Self::AuthInfo { bootp::AuthInfo() } }\n} use proto_trait::ProtoKind; // keep internal to prevent impls\npub use proto_trait::{Nfs, Bootp}; // re-export so callers can see them struct FileDownloadRequest { file_name: PathBuf, protocol: P,\n} // all common API parts go into a generic impl block\nimpl FileDownloadRequest

{ fn file_path(&self) -> &Path { &self.file_name } fn auth_info(&self) -> P::AuthInfo { self.protocol.auth_info() }\n} // all protocol-specific impls go into their own block\nimpl FileDownloadRequest { fn mount_point(&self) -> &Path { self.protocol.mount_point() }\n} fn main() { // your code here\n} With this approach, if the user were to make a mistake and use the wrong type; fn main() { let mut socket = crate::bootp::listen()?; while let Some(request) = socket.next_request()? { match request.mount_point().as_ref() \"/secure\" => socket.send(\"Access denied\"), _ => {} // continue on... } // Rest of the code here }\n} They would get a syntax error. The type FileDownloadRequest does not implement mount_point(), only the type FileDownloadRequest does. And that is created by the NFS module, not the BOOTP module of course!","breadcrumbs":"Functional Programming » Generics as Type Classes » Example","id":"233","title":"Example"},"234":{"body":"First, it allows fields that are common to multiple states to be de-duplicated. By making the non-shared fields generic, they are implemented once. Second, it makes the impl blocks easier to read, because they are broken down by state. Methods common to all states are typed once in one block, and methods unique to one state are in a separate block. Both of these mean there are fewer lines of code, and they are better organized.","breadcrumbs":"Functional Programming » Generics as Type Classes » Advantages","id":"234","title":"Advantages"},"235":{"body":"This currently increases the size of the binary, due to the way monomorphization is implemented in the compiler. Hopefully the implementation will be able to improve in the future.","breadcrumbs":"Functional Programming » Generics as Type Classes » Disadvantages","id":"235","title":"Disadvantages"},"236":{"body":"If a type seems to need a \"split API\" due to construction or partial initialization, consider the Builder Pattern instead. If the API between types does not change -- only the behavior does -- then the Strategy Pattern is better used instead.","breadcrumbs":"Functional Programming » Generics as Type Classes » Alternatives","id":"236","title":"Alternatives"},"237":{"body":"This pattern is used throughout the standard library: Vec can be cast from a String, unlike every other type of Vec. [1] They can also be cast into a binary heap, but only if they contain a type that implements the Ord trait. [2] The to_string method was specialized for Cow only of type str. [3] It is also used by several popular crates to allow API flexibility: The embedded-hal ecosystem used for embedded devices makes extensive use of this pattern. For example, it allows statically verifying the configuration of device registers used to control embedded pins. When a pin is put into a mode, it returns a Pin struct, whose generic determines the functions usable in that mode, which are not on the Pin itself. [4] The hyper HTTP client library uses this to expose rich APIs for different pluggable requests. Clients with different connectors have different methods on them as well as different trait implementations, while a core set of methods apply to any connector. [5] The \"type state\" pattern -- where an object gains and loses API based on an internal state or invariant -- is implemented in Rust using the same basic concept, and a slightly different technique. [6] See: impl From for Vec See: impl From> for BinaryHeap See: impl<'_> ToString for Cow<'_, str> Example: https://docs.rs/stm32f30x-hal/0.1.0/stm32f30x_hal/gpio/gpioa/struct.PA0.html See: https://docs.rs/hyper/0.14.5/hyper/client/struct.Client.html See: The Case for the Type State Pattern and Rusty Typestate Series (an extensive thesis)","breadcrumbs":"Functional Programming » Generics as Type Classes » See also","id":"237","title":"See also"},"238":{"body":"This is a pure functional concept that is not frequently used in Rust. Nevertheless, exploring the concept may be helpful to understand other patterns in Rust APIs, such as visitors . They also have niche use cases.","breadcrumbs":"Functional Programming » Lenses and Prisms » Lenses and Prisms","id":"238","title":"Lenses and Prisms"},"239":{"body":"A lens is a concept from functional progamming languages that allows accessing parts of a data type in an abstract, unified way. [1] In basic concept, it is similar to the way Rust traits work with type erasure, but it has a bit more power and flexibility. For example, suppose a bank contains several JSON formats for customer data. This is because they come from different databases or legacy systems. One database contains the data needed to perform credit checks: { \"name\": \"Jane Doe\", \"dob\": \"2002-02-24\", [...] \"customer_id\": 1048576332,\n} Another one contains the account information: { \"customer_id\": 1048576332, \"accounts\": [ { \"account_id\": 2121, \"account_type: \"savings\", \"joint_customer_ids\": [], [...] }, { \"account_id\": 2122, \"account_type: \"checking\", \"joint_customer_ids\": [1048576333], [...] }, ]\n} Notice that both types have a customer ID number which corresponds to a person. How would a single function handle both records of different types? In Rust, a struct could represent each of these types, and a trait would have a get_customer_id function they would implement: use std::collections::HashSet; pub struct Account { account_id: u32, account_type: String, // other fields omitted\n} pub trait CustomerId { fn get_customer_id(&self) -> u64;\n} pub struct CreditRecord { customer_id: u64, name: String, dob: String, // other fields omitted\n} impl CustomerId for CreditRecord { fn get_customer_id(&self) -> u64 { self.customer_id }\n} pub struct AccountRecord { customer_id: u64, accounts: Vec,\n} impl CustomerId for AccountRecord { fn get_customer_id(&self) -> u64 { self.customer_id }\n} // static polymorphism: only one type, but each function call can choose it\nfn unique_ids_set(records: &[R]) -> HashSet { records.iter().map(|r| r.get_customer_id()).collect()\n} // dynamic dispatch: iterates over any type with a customer ID, collecting all\n// values together\nfn unique_ids_iter(iterator: I) -> HashSet where I: Iterator>\n{ iterator.map(|r| r.as_ref().get_customer_id()).collect()\n} Lenses, however, allow the code supporting customer ID to be moved from the type to the accessor function . Rather than implementing a trait on each type, all matching structures can simply be accessed the same way. While the Rust language itself does not support this (type erasure is the preferred solution to this problem), the lens-rs crate allows code that feels like this to be written with macros: use std::collections::HashSet; use lens_rs::{optics, Lens, LensRef, Optics}; #[derive(Clone, Debug, Lens /* derive to allow lenses to work */)]\npub struct CreditRecord { #[optic(ref)] // macro attribute to allow viewing this field customer_id: u64, name: String, dob: String, // other fields omitted\n} #[derive(Clone, Debug)]\npub struct Account { account_id: u32, account_type: String, // other fields omitted\n} #[derive(Clone, Debug, Lens)]\npub struct AccountRecord { #[optic(ref)] customer_id: u64, accounts: Vec,\n} fn unique_ids_lens(iter: impl Iterator) -> HashSet\nwhere T: LensRef, // any type with this field\n{ iter.map(|r| *r.view_ref(optics!(customer_id))).collect()\n} The version of unique_ids_lens shown here allows any type to be in the iterator, so long as it has an attribute called customer_id which can be accessed by the function. This is how most functional programming languages operate on lenses. Rather than macros, they achieve this with a technique known as \"currying\". That is, they \"partially construct\" the function, leaving the type of the final parameter (the value being operated on) unfilled until the function is called. Thus it can be called with different types dynamically even from one place in the code. That is what the optics! and view_ref in the example above simulates. The functional approach need not be restricted to accessing members. More powerful lenses can be created which both set and get data in a structure. But the concept really becomes interesting when used as a building block for composition. That is where the concept appears more clearly in Rust.","breadcrumbs":"Functional Programming » Lenses and Prisms » Lenses: Uniform Access Across Types","id":"239","title":"Lenses: Uniform Access Across Types"},"24":{"body":"Use the Deref trait to treat collections like smart pointers, offering owning and borrowed views of data.","breadcrumbs":"Idioms » Collections Are Smart Pointers » Description","id":"24","title":"Description"},"240":{"body":"A simple function such as unique_ids_lens above operates on a single lens. A prism is a function that operates on a family of lenses. It is one conceptual level higher, using lenses as a building block, and continuing the metaphor, is part of a family of \"optics\". It is the main one that is useful in understanding Rust APIs, so will be the focus here. The same way that traits allow \"lens-like\" design with static polymorphism and dynamic dispatch, prism-like designs appear in Rust APIs which split problems into multiple associated types to be composed. A good example of this is the traits in the parsing crate Serde . Trying to understand the way Serde works by only reading the API is a challenge, especially the first time. Consider the Deserializer trait, implemented by some type in any library which parses a new format: pub trait Deserializer<'de>: Sized { type Error: Error; fn deserialize_any(self, visitor: V) -> Result where V: Visitor<'de>; fn deserialize_bool(self, visitor: V) -> Result where V: Visitor<'de>; // remainder ommitted\n} For a trait that is just supposed to parse data from a format and return a value, this looks odd. Why are all the return types type erased? To understand that, we need to keep the lens concept in mind and look at the definition of the Visitor type that is passed in generically: pub trait Visitor<'de>: Sized { type Value; fn visit_bool(self, v: bool) -> Result where E: Error; fn visit_u64(self, v: u64) -> Result where E: Error; fn visit_str(self, v: &str) -> Result where E: Error; // remainder omitted\n} The job of the Visitor type is to construct values in the Serde data model, which are represented by its associated Value type. These values represent parts of the Rust value being deserialized. If this fails, it returns an Error type - an error type determined by the Deserializer when its methods were called. This highlights that Deserializer is similar to CustomerId from earlier, allowing any format parser which implements it to create Values based on what it parsed. The Value trait is acting like a lens in functional programming languages. But unlike the CustomerId trait, the return types of Visitor methods are generic , and the concrete Value type is determined by the Visitor itself . Instead of acting as one lens, it effectively acts as a family of lenses, one for each concrete type of Visitor. The Deserializer API is based on having a generic set of \"lenses\" work across a set of other generic types for \"observation\". It is a prism . For example, consider the identity record from earlier but simplified: { \"name\": \"Jane Doe\", \"customer_id\": 1048576332,\n} How would the Serde library deserialize this JSON into struct CreditRecord? The user would call a library function to deserialize the data. This would create a Deserializer based on the JSON format. Based on the fields in the struct, a Visitor would be created (more on that in a moment) which knows how to create each type in a generic data model that was needed to represent it: u64 and String. The deserializer would make calls to the Visitor as it parsed items. The Visitor would indicate if the items found were expected, and if not, raise an error to indicate deserialization has failed. For our very simple structure above, the expected pattern would be: Visit a map ( Serde 's equvialent to HashMap or JSON's dictionary). Visit a string key called \"name\". Visit a string value, which will go into the name field. Visit a string key called \"customer_id\". Visit a string value, which will go into the customer_id field. Visit the end of the map. But what determines which \"observation\" pattern is expected? A functional programming language would be able to use currying to create reflection of each type based on the type itself. Rust does not support that, so every single type would need to have its own code written based on its fields and their properties. Serde solves this usability challenge with a derive macro: use serde::Deserialize; #[derive(Deserialize)]\nstruct IdRecord { name: String, customer_id: String,\n} That macro simply generates an impl block causing the struct to implement a trait called Deserialize. It is defined this way: pub trait Deserialize<'de>: Sized { fn deserialize(deserializer: D) -> Result where D: Deserializer<'de>;\n} This is the function that determines how to create the struct itself. Code is generated based on the struct's fields. When the parsing library is called - in our example, a JSON parsing library - it creates a Deserializer and calls Type::deserialize with it as a parameter. The deserialize code will then create a Visitor which will have its calls \"refracted\" by the Deserializer. If everything goes well, eventually that Visitor will construct a value corresponding to the type being parsed and return it. For a complete example, see the Serde documentation . To wrap up, this is the power of Serde : The structure being parsed is represented by an impl block for Deserialize The input data format (e.g. JSON) is represented by a Deserializer called by Deserialize The Deserializer acts like a prism which \"refracts\" lens-like Visitor calls which actually build the data value The result is that types to be deserialized only implement the \"top layer\" of the API, and file formats only need to implement the \"bottom layer\". Each piece can then \"just work\" with the rest of the ecosystem, since generic types will bridge them. To emphasize, the only reason this model works on any format and any type is because the Deserializer trait's output type is specified by the implementor of Visitor it is passed , rather than being tied to one specific type. This was not true in the account example earlier. Rust's generic-inspired type system can bring it close to these concepts and use their power, as shown in this API design. But it may also need procedural macros to create bridges for its generics.","breadcrumbs":"Functional Programming » Lenses and Prisms » Prisms: A Higher-Order form of \"Optics\"","id":"240","title":"Prisms: A Higher-Order form of \"Optics\""},"241":{"body":"lens-rs crate for a pre-built lenses implementation, with a cleaner interface than these examples serde itself, which makes these concepts intuitive for end users (i.e. defining the structs) without needing to undestand the details luminance is a crate for drawing computer graphics that uses lens API design, including proceducal macros to create full prisms for buffers of different pixel types that remain generic An Article about Lenses in Scala that is very readable even without Scala expertise. Paper: Profunctor Optics: Modular Data Accessors School of Haskell: A Little Lens Starter Tutorial","breadcrumbs":"Functional Programming » Lenses and Prisms » See Also","id":"241","title":"See Also"},"242":{"body":"A collection of complementary helpful content","breadcrumbs":"Additional Resources » Additional resources","id":"242","title":"Additional resources"},"243":{"body":"Design Patterns in Rust by Nicholas Cameron at the PDRust (2016) Writing Idiomatic Libraries in Rust by Pascal Hertleif at RustFest (2017) Rust Programming Techniques by Nicholas Cameron at LinuxConfAu (2018)","breadcrumbs":"Additional Resources » Talks","id":"243","title":"Talks"},"244":{"body":"The Rust API Guidelines","breadcrumbs":"Additional Resources » Books (Online)","id":"244","title":"Books (Online)"},"245":{"body":"","breadcrumbs":"Additional Resources » Design principles » Design principles","id":"245","title":"Design principles"},"246":{"body":"","breadcrumbs":"Additional Resources » Design principles » A brief overview over common design principles","id":"246","title":"A brief overview over common design principles"},"247":{"body":"Single Responsibility Principle (SRP) : A class should only have a single responsibility, that is, only changes to one part of the software's specification should be able to affect the specification of the class. Open/Closed Principle (OCP) : \"Software entities ... should be open for extension, but closed for modification.\" Liskov Substitution Principle (LSP) : \"Objects in a program should be replaceable with instances of their subtypes without altering the correctness of that program.\" Interface Segregation Principle (ISP) : \"Many client-specific interfaces are better than one general-purpose interface.\" Dependency Inversion Principle (DIP) : One should \"depend upon abstractions, [not] concretions.\"","breadcrumbs":"Additional Resources » Design principles » SOLID","id":"247","title":"SOLID"},"248":{"body":"\"Every piece of knowledge must have a single, unambiguous, authoritative representation within a system\"","breadcrumbs":"Additional Resources » Design principles » DRY (Don’t Repeat Yourself)","id":"248","title":"DRY (Don’t Repeat Yourself)"},"249":{"body":"most systems work best if they are kept simple rather than made complicated; therefore, simplicity should be a key goal in design, and unnecessary complexity should be avoided","breadcrumbs":"Additional Resources » Design principles » KISS principle","id":"249","title":"KISS principle"},"25":{"body":"use std::ops::Deref; struct Vec { data: RawVec, //..\n} impl Deref for Vec { type Target = [T]; fn deref(&self) -> &[T] { //.. }\n} A Vec is an owning collection of Ts, while a slice (&[T]) is a borrowed collection of Ts. Implementing Deref for Vec allows implicit dereferencing from &Vec to &[T] and includes the relationship in auto-derefencing searches. Most methods you might expect to be implemented for Vecs are instead implemented for slices. Also String and &str have a similar relation.","breadcrumbs":"Idioms » Collections Are Smart Pointers » Example","id":"25","title":"Example"},"250":{"body":"a given object should assume as little as possible about the structure or properties of anything else (including its subcomponents), in accordance with the principle of \"information hiding\"","breadcrumbs":"Additional Resources » Design principles » Law of Demeter (LoD)","id":"250","title":"Law of Demeter (LoD)"},"251":{"body":"software designers should define formal, precise and verifiable interface specifications for software components, which extend the ordinary definition of abstract data types with preconditions, postconditions and invariants","breadcrumbs":"Additional Resources » Design principles » Design by contract (DbC)","id":"251","title":"Design by contract (DbC)"},"252":{"body":"bundling of data with the methods that operate on that data, or the restricting of direct access to some of an object's components. Encapsulation is used to hide the values or state of a structured data object inside a class, preventing unauthorized parties' direct access to them.","breadcrumbs":"Additional Resources » Design principles » Encapsulation","id":"252","title":"Encapsulation"},"253":{"body":"“Functions should not produce abstract side effects...only commands (procedures) will be permitted to produce side effects.” - Bertrand Meyer: Object-Oriented Software Construction","breadcrumbs":"Additional Resources » Design principles » Command-Query-Separation(CQS)","id":"253","title":"Command-Query-Separation(CQS)"},"254":{"body":"a component of a system should behave in a way that most users will expect it to behave. The behavior should not astonish or surprise users","breadcrumbs":"Additional Resources » Design principles » Principle of least astonishment (POLA)","id":"254","title":"Principle of least astonishment (POLA)"},"255":{"body":"“Modules must correspond to syntactic units in the language used.” - Bertrand Meyer: Object-Oriented Software Construction","breadcrumbs":"Additional Resources » Design principles » Linguistic-Modular-Units","id":"255","title":"Linguistic-Modular-Units"},"256":{"body":"“The designer of a module should strive to make all information about the module part of the module itself.” - Bertrand Meyer: Object-Oriented Software Construction","breadcrumbs":"Additional Resources » Design principles » Self-Documentation","id":"256","title":"Self-Documentation"},"257":{"body":"“All services offered by a module should be available through a uniform notation, which does not betray whether they are implemented through storage or through computation.” - Bertrand Meyer: Object-Oriented Software Construction","breadcrumbs":"Additional Resources » Design principles » Uniform-Access","id":"257","title":"Uniform-Access"},"258":{"body":"“Whenever a software system must support a set of alternatives, one and only one module in the system should know their exhaustive list.” - Bertrand Meyer: Object-Oriented Software Construction","breadcrumbs":"Additional Resources » Design principles » Single-Choice","id":"258","title":"Single-Choice"},"259":{"body":"“Whenever a storage mechanism stores an object, it must store with it the dependents of that object. Whenever a retrieval mechanism retrieves a previously stored object, it must also retrieve any dependent of that object that has not yet been retrieved.” - Bertrand Meyer: Object-Oriented Software Construction","breadcrumbs":"Additional Resources » Design principles » Persistence-Closure","id":"259","title":"Persistence-Closure"},"26":{"body":"Ownership and borrowing are key aspects of the Rust language. Data structures must account for these semantics properly to give a good user experience. When implementing a data structure that owns its data, offering a borrowed view of that data allows for more flexible APIs.","breadcrumbs":"Idioms » Collections Are Smart Pointers » Motivation","id":"26","title":"Motivation"},"27":{"body":"Most methods can be implemented only for the borrowed view, they are then implicitly available for the owning view. Gives clients a choice between borrowing or taking ownership of data.","breadcrumbs":"Idioms » Collections Are Smart Pointers » Advantages","id":"27","title":"Advantages"},"28":{"body":"Methods and traits only available via dereferencing are not taken into account when bounds checking, so generic programming with data structures using this pattern can get complex (see the Borrow and AsRef traits, etc.).","breadcrumbs":"Idioms » Collections Are Smart Pointers » Disadvantages","id":"28","title":"Disadvantages"},"29":{"body":"Smart pointers and collections are analogous: a smart pointer points to a single object, whereas a collection points to many objects. From the point of view of the type system, there is little difference between the two. A collection owns its data if the only way to access each datum is via the collection and the collection is responsible for deleting the data (even in cases of shared ownership, some kind of borrowed view may be appropriate). If a collection owns its data, it is usually useful to provide a view of the data as borrowed so that it can be referenced multiple times. Most smart pointers (e.g., Foo) implement Deref. However, collections will usually dereference to a custom type. [T] and str have some language support, but in the general case, this is not necessary. Foo can implement Deref> where Bar is a dynamically sized type and &Bar is a borrowed view of the data in Foo. Commonly, ordered collections will implement Index for Ranges to provide slicing syntax. The target will be the borrowed view.","breadcrumbs":"Idioms » Collections Are Smart Pointers » Discussion","id":"29","title":"Discussion"},"3":{"body":"Rust is not object-oriented, and the combination of all its characteristics, such as functional elements, a strong type system, and the borrow checker, makes it unique. Because of this, Rust design patterns vary with respect to other traditional object-oriented programming languages. That's why we decided to write this book. We hope you enjoy reading it! The book is divided in three main chapters: Idioms : guidelines to follow when coding. They are the social norms of the community. You should break them only if you have a good reason for it. Design patterns : methods to solve common problems when coding. Anti-patterns : methods to solve common problems when coding. However, while design patterns give us benefits, anti-patterns create more problems.","breadcrumbs":"Introduction » Design patterns in Rust","id":"3","title":"Design patterns in Rust"},"30":{"body":"Deref polymorphism anti-pattern . Documentation for Deref trait .","breadcrumbs":"Idioms » Collections Are Smart Pointers » See also","id":"30","title":"See also"},"31":{"body":"","breadcrumbs":"Idioms » Finalisation in Destructors » Finalisation in destructors","id":"31","title":"Finalisation in destructors"},"32":{"body":"Rust does not provide the equivalent to finally blocks - code that will be executed no matter how a function is exited. Instead, an object's destructor can be used to run code that must be run before exit.","breadcrumbs":"Idioms » Finalisation in Destructors » Description","id":"32","title":"Description"},"33":{"body":"fn bar() -> Result<(), ()> { // These don't need to be defined inside the function. struct Foo; // Implement a destructor for Foo. impl Drop for Foo { fn drop(&mut self) { println!(\"exit\"); } } // The dtor of _exit will run however the function `bar` is exited. let _exit = Foo; // Implicit return with `?` operator. baz()?; // Normal return. Ok(())\n}","breadcrumbs":"Idioms » Finalisation in Destructors » Example","id":"33","title":"Example"},"34":{"body":"If a function has multiple return points, then executing code on exit becomes difficult and repetitive (and thus bug-prone). This is especially the case where return is implicit due to a macro. A common case is the ? operator which returns if the result is an Err, but continues if it is Ok. ? is used as an exception handling mechanism, but unlike Java (which has finally), there is no way to schedule code to run in both the normal and exceptional cases. Panicking will also exit a function early.","breadcrumbs":"Idioms » Finalisation in Destructors » Motivation","id":"34","title":"Motivation"},"35":{"body":"Code in destructors will (nearly) always be run - copes with panics, early returns, etc.","breadcrumbs":"Idioms » Finalisation in Destructors » Advantages","id":"35","title":"Advantages"},"36":{"body":"It is not guaranteed that destructors will run. For example, if there is an infinite loop in a function or if running a function crashes before exit. Destructors are also not run in the case of a panic in an already panicking thread. Therefore, destructors cannot be relied on as finalizers where it is absolutely essential that finalisation happens. This pattern introduces some hard to notice, implicit code. Reading a function gives no clear indication of destructors to be run on exit. This can make debugging tricky. Requiring an object and Drop impl just for finalisation is heavy on boilerplate.","breadcrumbs":"Idioms » Finalisation in Destructors » Disadvantages","id":"36","title":"Disadvantages"},"37":{"body":"There is some subtlety about how exactly to store the object used as a finalizer. It must be kept alive until the end of the function and must then be destroyed. The object must always be a value or uniquely owned pointer (e.g., Box). If a shared pointer (such as Rc) is used, then the finalizer can be kept alive beyond the lifetime of the function. For similar reasons, the finalizer should not be moved or returned. The finalizer must be assigned into a variable, otherwise it will be destroyed immediately, rather than when it goes out of scope. The variable name must start with _ if the variable is only used as a finalizer, otherwise the compiler will warn that the finalizer is never used. However, do not call the variable _ with no suffix - in that case it will be destroyed immediately. In Rust, destructors are run when an object goes out of scope. This happens whether we reach the end of block, there is an early return, or the program panics. When panicking, Rust unwinds the stack running destructors for each object in each stack frame. So, destructors get called even if the panic happens in a function being called. If a destructor panics while unwinding, there is no good action to take, so Rust aborts the thread immediately, without running further destructors. This means that destructors are not absolutely guaranteed to run. It also means that you must take extra care in your destructors not to panic, since it could leave resources in an unexpected state.","breadcrumbs":"Idioms » Finalisation in Destructors » Discussion","id":"37","title":"Discussion"},"38":{"body":"RAII guards .","breadcrumbs":"Idioms » Finalisation in Destructors » See also","id":"38","title":"See also"},"39":{"body":"","breadcrumbs":"Idioms » mem::{take(_), replace(_)} » mem::{take(_), replace(_)} to keep owned values in changed enums","id":"39","title":"mem::{take(_), replace(_)} to keep owned values in changed enums"},"4":{"body":"简体中文 If you want to add a translation, please open an issue in the main repository .","breadcrumbs":"Introduction » Translations » Translations","id":"4","title":"Translations"},"40":{"body":"Say we have a &mut MyEnum which has (at least) two variants, A { name: String, x: u8 } and B { name: String }. Now we want to change MyEnum::A to a B if x is zero, while keeping MyEnum::B intact. We can do this without cloning the name.","breadcrumbs":"Idioms » mem::{take(_), replace(_)} » Description","id":"40","title":"Description"},"41":{"body":"use std::mem; enum MyEnum { A { name: String, x: u8 }, B { name: String }\n} fn a_to_b(e: &mut MyEnum) { if let MyEnum::A { name, x: 0 } = e { // this takes out our `name` and put in an empty String instead // (note that empty strings don't allocate). // Then, construct the new enum variant (which will // be assigned to `*e`). *e = MyEnum::B { name: mem::take(name) } }\n} This also works with more variants: use std::mem; enum MultiVariateEnum { A { name: String }, B { name: String }, C, D\n} fn swizzle(e: &mut MultiVariateEnum) { use MultiVariateEnum::*; *e = match e { // Ownership rules do not allow taking `name` by value, but we cannot // take the value out of a mutable reference, unless we replace it: A { name } => B { name: mem::take(name) }, B { name } => A { name: mem::take(name) }, C => D, D => C }\n}","breadcrumbs":"Idioms » mem::{take(_), replace(_)} » Example","id":"41","title":"Example"},"42":{"body":"When working with enums, we may want to change an enum value in place, perhaps to another variant. This is usually done in two phases to keep the borrow checker happy. In the first phase, we observe the existing value and look at its parts to decide what to do next. In the second phase we may conditionally change the value (as in the example above). The borrow checker won't allow us to take out name of the enum (because something must be there.) We could of course .clone() name and put the clone into our MyEnum::B, but that would be an instance of the Clone to satisfy the borrow checker anti-pattern. Anyway, we can avoid the extra allocation by changing e with only a mutable borrow. mem::take lets us swap out the value, replacing it with it's default value, and returning the previous value. For String, the default value is an empty String, which does not need to allocate. As a result, we get the original name as an owned value . We can then wrap this in another enum. NOTE: mem::replace is very similar, but allows us to specify what to replace the value with. An equivalent to our mem::take line would be mem::replace(name, String::new()). Note, however, that if we are using an Option and want to replace its value with a None, Option’s take() method provides a shorter and more idiomatic alternative.","breadcrumbs":"Idioms » mem::{take(_), replace(_)} » Motivation","id":"42","title":"Motivation"},"43":{"body":"Look ma, no allocation! Also you may feel like Indiana Jones while doing it.","breadcrumbs":"Idioms » mem::{take(_), replace(_)} » Advantages","id":"43","title":"Advantages"},"44":{"body":"This gets a bit wordy. Getting it wrong repeatedly will make you hate the borrow checker. The compiler may fail to optimize away the double store, resulting in reduced performance as opposed to what you'd do in unsafe languages. Furthermore, the type you are taking needs to implement the Default trait . However, if the type you're working with doesn't implement this, you can instead use mem::replace.","breadcrumbs":"Idioms » mem::{take(_), replace(_)} » Disadvantages","id":"44","title":"Disadvantages"},"45":{"body":"This pattern is only of interest in Rust. In GC'd languages, you'd take the reference to the value by default (and the GC would keep track of refs), and in other low-level languages like C you'd simply alias the pointer and fix things later. However, in Rust, we have to do a little more work to do this. An owned value may only have one owner, so to take it out, we need to put something back in – like Indiana Jones, replacing the artifact with a bag of sand.","breadcrumbs":"Idioms » mem::{take(_), replace(_)} » Discussion","id":"45","title":"Discussion"},"46":{"body":"This gets rid of the Clone to satisfy the borrow checker anti-pattern in a specific case.","breadcrumbs":"Idioms » mem::{take(_), replace(_)} » See also","id":"46","title":"See also"},"47":{"body":"","breadcrumbs":"Idioms » On-Stack Dynamic Dispatch » On-Stack Dynamic Dispatch","id":"47","title":"On-Stack Dynamic Dispatch"},"48":{"body":"We can dynamically dispatch over multiple values, however, to do so, we need to declare multiple variables to bind differently-typed objects. To extend the lifetime as necessary, we can use deferred conditional initialization, as seen below:","breadcrumbs":"Idioms » On-Stack Dynamic Dispatch » Description","id":"48","title":"Description"},"49":{"body":"use std::io;\nuse std::fs; # fn main() -> Result<(), Box> {\n# let arg = \"-\"; // These must live longer than `readable`, and thus are declared first:\nlet (mut stdin_read, mut file_read); // We need to ascribe the type to get dynamic dispatch.\nlet readable: &mut dyn io::Read = if arg == \"-\" { stdin_read = io::stdin(); &mut stdin_read\n} else { file_read = fs::File::open(arg)?; &mut file_read\n}; // Read from `readable` here. # Ok(())\n# }","breadcrumbs":"Idioms » On-Stack Dynamic Dispatch » Example","id":"49","title":"Example"},"5":{"body":"Idioms are commonly used styles, guidelines and patterns largely agreed upon by a community. Writing idiomatic code allows other developers to understand better what is happening. After all, the computer only cares about the machine code that is generated by the compiler. Instead, the source code is mainly beneficial to the developer. So, since we have this abstraction layer, why not make it more readable? Remember the KISS principle : \"Keep It Simple, Stupid\". It claims that \"most systems work best if they are kept simple rather than made complicated; therefore, simplicity should be a key goal in design, and unnecessary complexity should be avoided\". Code is there for humans, not computers, to understand.","breadcrumbs":"Idioms » Idioms","id":"5","title":"Idioms"},"50":{"body":"Rust monomorphises code by default. This means a copy of the code will be generated for each type it is used with and optimized independently. While this allows for very fast code on the hot path, it also bloats the code in places where performance is not of the essence, thus costing compile time and cache usage. Luckily, Rust allows us to use dynamic dispatch, but we have to explicitly ask for it.","breadcrumbs":"Idioms » On-Stack Dynamic Dispatch » Motivation","id":"50","title":"Motivation"},"51":{"body":"We do not need to allocate anything on the heap. Neither do we need to initialize something we won't use later, nor do we need to monomorphize the whole code that follows to work with both File or Stdin.","breadcrumbs":"Idioms » On-Stack Dynamic Dispatch » Advantages","id":"51","title":"Advantages"},"52":{"body":"The code needs more moving parts than the Box-based version: // We still need to ascribe the type for dynamic dispatch.\nlet readable: Box = if arg == \"-\" { Box::new(io::stdin())\n} else { Box::new(fs::File::open(arg)?)\n};\n// Read from `readable` here.","breadcrumbs":"Idioms » On-Stack Dynamic Dispatch » Disadvantages","id":"52","title":"Disadvantages"},"53":{"body":"Rust newcomers will usually learn that Rust requires all variables to be initialized before use , so it's easy to overlook the fact that unused variables may well be uninitialized. Rust works quite hard to ensure that this works out fine and only the initialized values are dropped at the end of their scope. The example meets all the constraints Rust places on us: All variables are initialized before using (in this case borrowing) them Each variable only holds values of a single type. In our example, stdin is of type Stdin, file is of type File and readable is of type &mut dyn Read Each borrowed value outlives all the references borrowed from it","breadcrumbs":"Idioms » On-Stack Dynamic Dispatch » Discussion","id":"53","title":"Discussion"},"54":{"body":"Finalisation in destructors and RAII guards can benefit from tight control over lifetimes. For conditionally filled Option<&T>s of (mutable) references, one can initialize an Option directly and use its .as_ref() method to get an optional reference.","breadcrumbs":"Idioms » On-Stack Dynamic Dispatch » See also","id":"54","title":"See also"},"55":{"body":"Writing FFI code is an entire course in itself. However, there are several idioms here that can act as pointers, and avoid traps for inexperienced users of unsafe Rust. This section contains idioms that may be useful when doing FFI. Idiomatic Errors - Error handling with integer codes and sentinel return values (such as NULL pointers) Accepting Strings with minimal unsafe code Passing Strings to FFI functions","breadcrumbs":"Idioms » Foreign function interface (FFI) » FFI Idioms","id":"55","title":"FFI Idioms"},"56":{"body":"","breadcrumbs":"Idioms » Foreign function interface (FFI) » Idiomatic Errors » Error Handling in FFI","id":"56","title":"Error Handling in FFI"},"57":{"body":"In foreign languages like C, errors are represented by return codes. However, Rust's type system allows much more rich error information to be captured and propogated through a full type. This best practice shows different kinds of error codes, and how to expose them in a usable way: Flat Enums should be converted to integers and returned as codes. Structured Enums should be converted to an integer code with a string error message for detail. Custom Error Types should become \"transparent\", with a C representation.","breadcrumbs":"Idioms » Foreign function interface (FFI) » Idiomatic Errors » Description","id":"57","title":"Description"},"58":{"body":"","breadcrumbs":"Idioms » Foreign function interface (FFI) » Idiomatic Errors » Code Example","id":"58","title":"Code Example"},"59":{"body":"enum DatabaseError { IsReadOnly = 1, // user attempted a write operation IOError = 2, // user should read the C errno() for what it was FileCorrupted = 3, // user should run a repair tool to recover it\n} impl From for libc::c_int { fn from(e: DatabaseError) -> libc::c_int { (e as i8).into() }\n}","breadcrumbs":"Idioms » Foreign function interface (FFI) » Idiomatic Errors » Flat Enums","id":"59","title":"Flat Enums"},"6":{"body":"","breadcrumbs":"Idioms » Use borrowed types for arguments » Use borrowed types for arguments","id":"6","title":"Use borrowed types for arguments"},"60":{"body":"pub mod errors { enum DatabaseError { IsReadOnly, IOError(std::io::Error), FileCorrupted(String), // message describing the issue } impl From for libc::c_int { fn from(e: DatabaseError) -> libc::c_int { match e { DatabaseError::IsReadOnly => 1, DatabaseError::IOError(_) => 2, DatabaseError::FileCorrupted(_) => 3, } } }\n} pub mod c_api { use super::errors::DatabaseError; #[no_mangle] pub extern \"C\" fn db_error_description( e: *const DatabaseError ) -> *mut libc::c_char { let error: &DatabaseError = unsafe { // SAFETY: pointer lifetime is greater than the current stack frame &*e }; let error_str: String = match error { DatabaseError::IsReadOnly => { format!(\"cannot write to read-only database\"); } DatabaseError::IOError(e) => { format!(\"I/O Error: {}\", e); } DatabaseError::FileCorrupted(s) => { format!(\"File corrupted, run repair: {}\", &s); } }; let c_error = unsafe { // SAFETY: copying error_str to an allocated buffer with a NUL // character at the end let mut malloc: *mut u8 = libc::malloc(error_str.len() + 1) as *mut _; if malloc.is_null() { return std::ptr::null_mut(); } let src = error_str.as_bytes().as_ptr(); std::ptr::copy_nonoverlapping(src, malloc, error_str.len()); std::ptr::write(malloc.add(error_str.len()), 0); malloc as *mut libc::c_char }; c_error }\n}","breadcrumbs":"Idioms » Foreign function interface (FFI) » Idiomatic Errors » Structured Enums","id":"60","title":"Structured Enums"},"61":{"body":"struct ParseError { expected: char, line: u32, ch: u16\n} impl ParseError { /* ... */ } /* Create a second version which is exposed as a C structure */\n#[repr(C)]\npub struct parse_error { pub expected: libc::c_char, pub line: u32, pub ch: u16\n} impl From for parse_error { fn from(e: ParseError) -> parse_error { let ParseError { expected, line, ch } = e; parse_error { expected, line, ch } }\n}","breadcrumbs":"Idioms » Foreign function interface (FFI) » Idiomatic Errors » Custom Error Types","id":"61","title":"Custom Error Types"},"62":{"body":"This ensures that the foreign language has clear access to error information while not compromising the Rust code's API at all.","breadcrumbs":"Idioms » Foreign function interface (FFI) » Idiomatic Errors » Advantages","id":"62","title":"Advantages"},"63":{"body":"It's a lot of typing, and some types may not be able to be converted easily to C.","breadcrumbs":"Idioms » Foreign function interface (FFI) » Idiomatic Errors » Disadvantages","id":"63","title":"Disadvantages"},"64":{"body":"","breadcrumbs":"Idioms » Foreign function interface (FFI) » Accepting Strings » Accepting Strings","id":"64","title":"Accepting Strings"},"65":{"body":"When accepting strings via FFI through pointers, there are two principles that should be followed: Keep foreign strings \"borrowed\", rather than copying them directly. Minimize the amount of complexity and unsafe code involved in converting from a C-style string to native Rust strings.","breadcrumbs":"Idioms » Foreign function interface (FFI) » Accepting Strings » Description","id":"65","title":"Description"},"66":{"body":"The strings used in C have different behaviours to those used in Rust, namely: C strings are null-terminated while Rust strings store their length C strings can contain any arbitrary non-zero byte while Rust strings must be UTF-8 C strings are accessed and manipulated using unsafe pointer operations while interactions with Rust strings go through safe methods The Rust standard library comes with C equivalents of Rust's String and &str called CString and &CStr, that allow us to avoid a lot of the complexity and unsafe code involved in converting between C strings and Rust strings. The &CStr type also allows us to work with borrowed data, meaning passing strings between Rust and C is a zero-cost operation.","breadcrumbs":"Idioms » Foreign function interface (FFI) » Accepting Strings » Motivation","id":"66","title":"Motivation"},"67":{"body":"pub mod unsafe_module { // other module content /// Log a message at the specified level. /// /// # Safety /// /// It is the caller's guarantee to ensure `msg`: /// /// - is not a null pointer /// - points to valid, initialized data /// - points to memory ending in a null byte /// - won't be mutated for the duration of this function call #[no_mangle] pub unsafe extern \"C\" fn mylib_log( msg: *const libc::c_char, level: libc::c_int ) { let level: crate::LogLevel = match level { /* ... */ }; // SAFETY: The caller has already guaranteed this is okay (see the // `# Safety` section of the doc-comment). let msg_str: &str = match std::ffi::CStr::from_ptr(msg).to_str() { Ok(s) => s, Err(e) => { crate::log_error(\"FFI string conversion failed\"); return; } }; crate::log(msg_str, level); }\n}","breadcrumbs":"Idioms » Foreign function interface (FFI) » Accepting Strings » Code Example","id":"67","title":"Code Example"},"68":{"body":"The example is is written to ensure that: The unsafe block is as small as possible. The pointer with an \"untracked\" lifetime becomes a \"tracked\" shared reference Consider an alternative, where the string is actually copied: pub mod unsafe_module { // other module content pub extern \"C\" fn mylib_log(msg: *const libc::c_char, level: libc::c_int) { // DO NOT USE THIS CODE. // IT IS UGLY, VERBOSE, AND CONTAINS A SUBTLE BUG. let level: crate::LogLevel = match level { /* ... */ }; let msg_len = unsafe { /* SAFETY: strlen is what it is, I guess? */ libc::strlen(msg) }; let mut msg_data = Vec::with_capacity(msg_len + 1); let msg_cstr: std::ffi::CString = unsafe { // SAFETY: copying from a foreign pointer expected to live // for the entire stack frame into owned memory std::ptr::copy_nonoverlapping(msg, msg_data.as_mut(), msg_len); msg_data.set_len(msg_len + 1); std::ffi::CString::from_vec_with_nul(msg_data).unwrap() } let msg_str: String = unsafe { match msg_cstr.into_string() { Ok(s) => s, Err(e) => { crate::log_error(\"FFI string conversion failed\"); return; } } }; crate::log(&msg_str, level); }\n} This code in inferior to the original in two respects: There is much more unsafe code, and more importantly, more invariants it must uphold. Due to the extensive arithmetic required, there is a bug in this version that cases Rust undefined behaviour. The bug here is a simple mistake in pointer arithmetic: the string was copied, all msg_len bytes of it. However, the NUL terminator at the end was not. The Vector then had its size set to the length of the zero padded string -- rather than resized to it, which could have added a zero at the end. As a result, the last byte in the Vector is uninitialized memory. When the CString is created at the bottom of the block, its read of the Vector will cause undefined behaviour! Like many such issues, this would be difficult issue to track down. Sometimes it would panic because the string was not UTF-8, sometimes it would put a weird character at the end of the string, sometimes it would just completely crash.","breadcrumbs":"Idioms » Foreign function interface (FFI) » Accepting Strings » Advantages","id":"68","title":"Advantages"},"69":{"body":"None?","breadcrumbs":"Idioms » Foreign function interface (FFI) » Accepting Strings » Disadvantages","id":"69","title":"Disadvantages"},"7":{"body":"Using a target of a deref coercion can increase the flexibility of your code when you are deciding which argument type to use for a function argument. In this way, the function will accept more input types. This is not limited to slice-able or fat pointer types. In fact, you should always prefer using the borrowed type over borrowing the owned type . Such as &str over &String, &[T] over &Vec, or &T over &Box. Using borrowed types you can avoid layers of indirection for those instances where the owned type already provides a layer of indirection. For instance, a String has a layer of indirection, so a &String will have two layers of indirection. We can avoid this by using &str instead, and letting &String coerce to a &str whenever the function is invoked.","breadcrumbs":"Idioms » Use borrowed types for arguments » Description","id":"7","title":"Description"},"70":{"body":"","breadcrumbs":"Idioms » Foreign function interface (FFI) » Passing Strings » Passing Strings","id":"70","title":"Passing Strings"},"71":{"body":"When passing strings to FFI functions, there are four principles that should be followed: Make the lifetime of owned strings as long as possible. Minimize unsafe code during the conversion. If the C code can modify the string data, use Vec instead of CString. Unless the Foreign Function API requires it, the ownership of the string should not transfer to the callee.","breadcrumbs":"Idioms » Foreign function interface (FFI) » Passing Strings » Description","id":"71","title":"Description"},"72":{"body":"Rust has built-in support for C-style strings with its CString and CStr types. However, there are different approaches one can take with strings that are being sent to a foreign function call from a Rust function. The best practice is simple: use CString in such a way as to minimize unsafe code. However, a secondary caveat is that the object must live long enough , meaning the lifetime should be maximized. In addition, the documentation explains that \"round-tripping\" a CString after modification is UB, so additional work is necessary in that case.","breadcrumbs":"Idioms » Foreign function interface (FFI) » Passing Strings » Motivation","id":"72","title":"Motivation"},"73":{"body":"pub mod unsafe_module { // other module content extern \"C\" { fn seterr(message: *const libc::c_char); fn geterr(buffer: *mut libc::c_char, size: libc::c_int) -> libc::c_int; } fn report_error_to_ffi>( err: S ) -> Result<(), std::ffi::NulError>{ let c_err = std::ffi::CString::new(err.into())?; unsafe { // SAFETY: calling an FFI whose documentation says the pointer is // const, so no modification should occur seterr(c_err.as_ptr()); } Ok(()) // The lifetime of c_err continues until here } fn get_error_from_ffi() -> Result { let mut buffer = vec![0u8; 1024]; unsafe { // SAFETY: calling an FFI whose documentation implies // that the input need only live as long as the call let written: usize = geterr(buffer.as_mut_ptr(), 1023).into(); buffer.truncate(written + 1); } std::ffi::CString::new(buffer).unwrap().into_string() }\n}","breadcrumbs":"Idioms » Foreign function interface (FFI) » Passing Strings » Code Example","id":"73","title":"Code Example"},"74":{"body":"The example is written in a way to ensure that: The unsafe block is as small as possible. The CString lives long enough. Errors with typecasts are always propagated when possible. A common mistake (so common it's in the documentation) is to not use the variable in the first block: pub mod unsafe_module { // other module content fn report_error>(err: S) -> Result<(), std::ffi::NulError> { unsafe { // SAFETY: whoops, this contains a dangling pointer! seterr(std::ffi::CString::new(err.into())?.as_ptr()); } Ok(()) }\n} This code will result in a dangling pointer, because the lifetime of the CString is not extended by the pointer creation, unlike if a reference were created. Another issue frequently raised is that the initialization of a 1k vector of zeroes is \"slow\". However, recent versions of Rust actually optimize that particular macro to a call to zmalloc, meaning it is as fast as the operating system's ability to return zeroed memory (which is quite fast).","breadcrumbs":"Idioms » Foreign function interface (FFI) » Passing Strings » Advantages","id":"74","title":"Advantages"},"75":{"body":"None?","breadcrumbs":"Idioms » Foreign function interface (FFI) » Passing Strings » Disadvantages","id":"75","title":"Disadvantages"},"76":{"body":"","breadcrumbs":"Idioms » Iterating over an Option » Iterating over an Option","id":"76","title":"Iterating over an Option"},"77":{"body":"Option can be viewed as a container that contains either zero or one element. In particular, it implements the IntoIterator trait, and as such can be used with generic code that needs such a type.","breadcrumbs":"Idioms » Iterating over an Option » Description","id":"77","title":"Description"},"78":{"body":"Since Option implements IntoIterator, it can be used as an argument to .extend() : let turing = Some(\"Turing\");\nlet mut logicians = vec![\"Curry\", \"Kleene\", \"Markov\"]; logicians.extend(turing); // equivalent to\nif let Some(turing_inner) = turing { logicians.push(turing_inner);\n} If you need to tack an Option to the end of an existing iterator, you can pass it to .chain() : let turing = Some(\"Turing\");\nlet logicians = vec![\"Curry\", \"Kleene\", \"Markov\"]; for logician in logicians.iter().chain(turing.iter()) { println!(\"{} is a logician\", logician);\n} Note that if the Option is always Some, then it is more idiomatic to use std::iter::once on the element instead. Also, since Option implements IntoIterator, it's possible to iterate over it using a for loop. This is equivalent to matching it with if let Some(..), and in most cases you should prefer the latter.","breadcrumbs":"Idioms » Iterating over an Option » Examples","id":"78","title":"Examples"},"79":{"body":"std::iter::once is an iterator which yields exactly one element. It's a more readable alternative to Some(foo).into_iter(). Iterator::filter_map is a version of Iterator::map , specialized to mapping functions which return Option. The ref_slice crate provides functions for converting an Option to a zero- or one-element slice. Documentation for Option","breadcrumbs":"Idioms » Iterating over an Option » See also","id":"79","title":"See also"},"8":{"body":"For this example, we will illustrate some differences for using &String as a function argument versus using a &str, but the ideas apply as well to using &Vec versus using a &[T] or using a &Box versus a &T. Consider an example where we wish to determine if a word contains three consecutive vowels. We don't need to own the string to determine this, so we will take a reference. The code might look something like this: fn three_vowels(word: &String) -> bool { let mut vowel_count = 0; for c in word.chars() { match c { 'a' | 'e' | 'i' | 'o' | 'u' => { vowel_count += 1; if vowel_count >= 3 { return true } } _ => vowel_count = 0 } } false\n} fn main() { let ferris = \"Ferris\".to_string(); let curious = \"Curious\".to_string(); println!(\"{}: {}\", ferris, three_vowels(&ferris)); println!(\"{}: {}\", curious, three_vowels(&curious)); // This works fine, but the following two lines would fail: // println!(\"Ferris: {}\", three_vowels(\"Ferris\")); // println!(\"Curious: {}\", three_vowels(\"Curious\")); } This works fine because we are passing a &String type as a parameter. If we remove the comments on the last two lines, the example will fail. This is because a &str type will not coerce to a &String type. We can fix this by simply modifying the type for our argument. For instance, if we change our function declaration to: fn three_vowels(word: &str) -> bool { then both versions will compile and print the same output. Ferris: false\nCurious: true But wait, that's not all! There is more to this story. It's likely that you may say to yourself: that doesn't matter, I will never be using a &'static str as an input anyways (as we did when we used \"Ferris\"). Even ignoring this special example, you may still find that using &str will give you more flexibility than using a &String. Let's now take an example where someone gives us a sentence, and we want to determine if any of the words in the sentence contain three consecutive vowels. We probably should make use of the function we have already defined and simply feed in each word from the sentence. An example of this could look like this: fn three_vowels(word: &str) -> bool { let mut vowel_count = 0; for c in word.chars() { match c { 'a' | 'e' | 'i' | 'o' | 'u' => { vowel_count += 1; if vowel_count >= 3 { return true } } _ => vowel_count = 0 } } false\n} fn main() { let sentence_string = \"Once upon a time, there was a friendly curious crab named Ferris\".to_string(); for word in sentence_string.split(' ') { if three_vowels(word) { println!(\"{} has three consecutive vowels!\", word); } }\n} Running this example using our function declared with an argument type &str will yield curious has three consecutive vowels! However, this example will not run when our function is declared with an argument type &String. This is because string slices are a &str and not a &String which would require an allocation to be converted to &String which is not implicit, whereas converting from String to &str is cheap and implicit.","breadcrumbs":"Idioms » Use borrowed types for arguments » Example","id":"8","title":"Example"},"80":{"body":"","breadcrumbs":"Idioms » Pass Variables to Closure » Pass variables to closure","id":"80","title":"Pass variables to closure"},"81":{"body":"By default, closures capture their environment by borrowing. Or you can use move-closure to move whole environment. However, often you want to move just some variables to closure, give it copy of some data, pass it by reference, or perform some other transformation. Use variable rebinding in separate scope for that.","breadcrumbs":"Idioms » Pass Variables to Closure » Description","id":"81","title":"Description"},"82":{"body":"Use use std::rc::Rc; let num1 = Rc::new(1);\nlet num2 = Rc::new(2);\nlet num3 = Rc::new(3);\nlet closure = { // `num1` is moved let num2 = num2.clone(); // `num2` is cloned let num3 = num3.as_ref(); // `num3` is borrowed move || { *num1 + *num2 + *num3; }\n}; instead of use std::rc::Rc; let num1 = Rc::new(1);\nlet num2 = Rc::new(2);\nlet num3 = Rc::new(3); let num2_cloned = num2.clone();\nlet num3_borrowed = num3.as_ref();\nlet closure = move || { *num1 + *num2_cloned + *num3_borrowed;\n};","breadcrumbs":"Idioms » Pass Variables to Closure » Example","id":"82","title":"Example"},"83":{"body":"Copied data are grouped together with closure definition, so their purpose is more clear, and they will be dropped immediately even if they are not consumed by closure. Closure uses same variable names as surrounding code whether data are copied or moved.","breadcrumbs":"Idioms » Pass Variables to Closure » Advantages","id":"83","title":"Advantages"},"84":{"body":"Additional indentation of closure body.","breadcrumbs":"Idioms » Pass Variables to Closure » Disadvantages","id":"84","title":"Disadvantages"},"85":{"body":"","breadcrumbs":"Idioms » Privacy For Extensibility » #[non_exhaustive] and private fields for extensibility","id":"85","title":"#[non_exhaustive] and private fields for extensibility"},"86":{"body":"A small set of scenarios exist where a library author may want to add public fields to a public struct or new variants to an enum without breaking backwards compatibility. Rust offers two solutions to this problem: Use #[non_exhaustive] on structs, enums, and enum variants. For extensive documentation on all the places where #[non_exhaustive] can be used, see the docs . You may add a private field to a struct to prevent it from being directly instantiated or matched against (see Alternative)","breadcrumbs":"Idioms » Privacy For Extensibility » Description","id":"86","title":"Description"},"87":{"body":"mod a { // Public struct. #[non_exhaustive] pub struct S { pub foo: i32, } #[non_exhaustive] pub enum AdmitMoreVariants { VariantA, VariantB, #[non_exhaustive] VariantC { a: String } }\n} fn print_matched_variants(s: a::S) { // Because S is `#[non_exhaustive]`, it cannot be named here and // we must use `..` in the pattern. let a::S { foo: _, ..} = s; let some_enum = a::AdmitMoreVariants::VariantA; match some_enum { a::AdmitMoreVariants::VariantA => println!(\"it's an A\"), a::AdmitMoreVariants::VariantB => println!(\"it's a b\"), // .. required because this variant is non-exhaustive as well a::AdmitMoreVariants::VariantC { a, .. } => println!(\"it's a c\"), // The wildcard match is required because more variants may be // added in the future _ => println!(\"it's a new variant\") }\n}","breadcrumbs":"Idioms » Privacy For Extensibility » Example","id":"87","title":"Example"},"88":{"body":"#[non_exhaustive] only works across crate boundaries. Within a crate, the private field method may be used. Adding a field to a struct is a mostly backwards compatible change. However, if a client uses a pattern to deconstruct a struct instance, they might name all the fields in the struct and adding a new one would break that pattern. The client could name some fields and use .. in the pattern, in which case adding another field is backwards compatible. Making at least one of the struct's fields private forces clients to use the latter form of patterns, ensuring that the struct is future-proof. The downside of this approach is that you might need to add an otherwise unneeded field to the struct. You can use the () type so that there is no runtime overhead and prepend _ to the field name to avoid the unused field warning. pub struct S { pub a: i32, // Because `b` is private, you cannot match on `S` without using `..` and `S` // cannot be directly instantiated or matched against _b: ()\n}","breadcrumbs":"Idioms » Privacy For Extensibility » Alternative: Private fields for structs","id":"88","title":"Alternative: Private fields for structs"},"89":{"body":"On structs, #[non_exhaustive] allows adding additional fields in a backwards compatible way. It will also prevent clients from using the struct constructor, even if all the fields are public. This may be helpful, but it's worth considering if you want an additional field to be found by clients as a compiler error rather than something that may be silently undiscovered. #[non_exhaustive] can be applied to enum variants as well. A #[non_exhaustive] variant behaves in the same way as a #[non_exhaustive] struct. Use this deliberately and with caution: incrementing the major version when adding fields or variants is often a better option. #[non_exhaustive] may be appropriate in scenarios where you're modeling an external resource that may change out-of-sync with your library, but is not a general purpose tool.","breadcrumbs":"Idioms » Privacy For Extensibility » Discussion","id":"89","title":"Discussion"},"9":{"body":"Rust Language Reference on Type Coercions For more discussion on how to handle String and &str see this blog series (2015) by Herman J. Radtke III","breadcrumbs":"Idioms » Use borrowed types for arguments » See also","id":"9","title":"See also"},"90":{"body":"#[non_exhaustive] can make your code much less ergonomic to use, especially when forced to handle unknown enum variants. It should only be used when these sorts of evolutions are required without incrementing the major version. When #[non_exhaustive] is applied to enums, it forces clients to handle a wildcard variant. If there is no sensible action to take in this case, this may lead to awkward code and code paths that are only executed in extremely rare circumstances. If a client decides to panic!() in this scenario, it may have been better to expose this error at compile time. In fact, #[non_exhaustive] forces clients to handle the \"Something else\" case; there is rarely a sensible action to take in this scenario.","breadcrumbs":"Idioms » Privacy For Extensibility » Disadvantages","id":"90","title":"Disadvantages"},"91":{"body":"RFC introducing #[non_exhaustive] attribute for enums and structs","breadcrumbs":"Idioms » Privacy For Extensibility » See also","id":"91","title":"See also"},"92":{"body":"","breadcrumbs":"Idioms » Easy doc initialization » Easy doc initialization","id":"92","title":"Easy doc initialization"},"93":{"body":"If a struct takes significant effort to initialize when writing docs, it can be quicker to wrap your example with a helper function which takes the struct as an argument.","breadcrumbs":"Idioms » Easy doc initialization » Description","id":"93","title":"Description"},"94":{"body":"Sometimes there is a struct with multiple or complicated parameters and several methods. Each of these methods should have examples. For example: struct Connection { name: String, stream: TcpStream,\n} impl Connection { /// Sends a request over the connection. /// /// # Example /// ```no_run /// # // Boilerplate are required to get an example working. /// # let stream = TcpStream::connect(\"127.0.0.1:34254\"); /// # let connection = Connection { name: \"foo\".to_owned(), stream }; /// # let request = Request::new(\"RequestId\", RequestType::Get, \"payload\"); /// let response = connection.send_request(request); /// assert!(response.is_ok()); /// ``` fn send_request(&self, request: Request) -> Result { // ... } /// Oh no, all that boilerplate needs to be repeated here! fn check_status(&self) -> Status { // ... }\n}","breadcrumbs":"Idioms » Easy doc initialization » Motivation","id":"94","title":"Motivation"},"95":{"body":"Instead of typing all of this boilerplate to create a Connection and Request, it is easier to just create a wrapping helper function which takes them as arguments: struct Connection { name: String, stream: TcpStream,\n} impl Connection { /// Sends a request over the connection. /// /// # Example /// ``` /// # fn call_send(connection: Connection, request: Request) { /// let response = connection.send_request(request); /// assert!(response.is_ok()); /// # } /// ``` fn send_request(&self, request: Request) { // ... }\n} Note in the above example the line assert!(response.is_ok()); will not actually run while testing because it is inside a function which is never invoked.","breadcrumbs":"Idioms » Easy doc initialization » Example","id":"95","title":"Example"},"96":{"body":"This is much more concise and avoids repetitive code in examples.","breadcrumbs":"Idioms » Easy doc initialization » Advantages","id":"96","title":"Advantages"},"97":{"body":"As example is in a function, the code will not be tested. Though it will still be checked to make sure it compiles when running a cargo test. So this pattern is most useful when you need no_run. With this, you do not need to add no_run.","breadcrumbs":"Idioms » Easy doc initialization » Disadvantages","id":"97","title":"Disadvantages"},"98":{"body":"If assertions are not required this pattern works well. If they are, an alternative can be to create a public method to create a helper instance which is annotated with #[doc(hidden)] (so that users won't see it). Then this method can be called inside of rustdoc because it is part of the crate's public API.","breadcrumbs":"Idioms » Easy doc initialization » Discussion","id":"98","title":"Discussion"},"99":{"body":"","breadcrumbs":"Idioms » Temporary mutability » Temporary mutability","id":"99","title":"Temporary mutability"}},"length":260,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{".":{".":{"2":{"df":1,"docs":{"106":{"tf":1.0}}},"df":0,"docs":{}},"0":{"df":1,"docs":{"128":{"tf":1.0}}},"5":{"df":2,"docs":{"128":{"tf":1.7320508075688772},"185":{"tf":1.0}}},"df":0,"docs":{}},"2":{"df":1,"docs":{"239":{"tf":1.0}}},"df":13,"docs":{"125":{"tf":1.0},"126":{"tf":1.7320508075688772},"128":{"tf":1.4142135623730951},"151":{"tf":1.4142135623730951},"17":{"tf":1.0},"199":{"tf":2.449489742783178},"203":{"tf":1.0},"206":{"tf":1.0},"229":{"tf":1.4142135623730951},"230":{"tf":2.0},"41":{"tf":1.0},"60":{"tf":1.0},"8":{"tf":2.0}}},"1":{".":{".":{"1":{"1":{")":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"(":{"0":{"df":1,"docs":{"230":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"229":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"df":1,"docs":{"185":{"tf":1.0}}},"4":{"8":{".":{"0":{"df":1,"docs":{"218":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"2":{"3":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"73":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"df":1,"docs":{"73":{"tf":1.0}}},"df":0,"docs":{}},"4":{"8":{"5":{"7":{"6":{"3":{"3":{"2":{"df":2,"docs":{"239":{"tf":1.4142135623730951},"240":{"tf":1.0}}},"3":{"df":1,"docs":{"239":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"228":{"tf":1.0},"229":{"tf":1.7320508075688772},"230":{"tf":2.23606797749979}}},"2":{"df":1,"docs":{"127":{"tf":1.0}}},"5":{"df":2,"docs":{"229":{"tf":1.0},"230":{"tf":1.4142135623730951}}},"df":19,"docs":{"106":{"tf":1.0},"126":{"tf":1.0},"148":{"tf":1.4142135623730951},"151":{"tf":1.7320508075688772},"199":{"tf":2.0},"203":{"tf":1.0},"206":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.7320508075688772},"230":{"tf":3.0},"237":{"tf":1.0},"239":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"73":{"tf":1.0},"8":{"tf":1.4142135623730951}},"k":{"df":1,"docs":{"74":{"tf":1.0}}}},"2":{"+":{"3":{"df":1,"docs":{"127":{"tf":1.0}}},"5":{"df":1,"docs":{"127":{"tf":1.0}}},"df":0,"docs":{}},"0":{"0":{"2":{"df":1,"docs":{"239":{"tf":1.0}}},"df":0,"docs":{}},"1":{"5":{"df":1,"docs":{"9":{"tf":1.0}}},"6":{"df":1,"docs":{"243":{"tf":1.0}}},"7":{"df":1,"docs":{"243":{"tf":1.0}}},"8":{"df":1,"docs":{"243":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"2":{"1":{"df":1,"docs":{"239":{"tf":1.0}}},"2":{"df":1,"docs":{"239":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"229":{"tf":1.0},"230":{"tf":1.4142135623730951}}},"3":{"df":1,"docs":{"127":{"tf":1.0}}},"4":{"df":1,"docs":{"239":{"tf":1.0}}},"8":{"df":2,"docs":{"229":{"tf":1.0},"230":{"tf":1.4142135623730951}}},"df":12,"docs":{"106":{"tf":1.0},"125":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.0},"148":{"tf":1.4142135623730951},"151":{"tf":1.0},"211":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.7320508075688772},"237":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}},"3":{"+":{"4":{"df":1,"docs":{"127":{"tf":1.0}}},"df":0,"docs":{}},"4":{"df":1,"docs":{"127":{"tf":1.0}}},"6":{"df":2,"docs":{"229":{"tf":1.0},"230":{"tf":1.4142135623730951}}},"df":9,"docs":{"126":{"tf":1.0},"151":{"tf":1.0},"211":{"tf":1.0},"229":{"tf":1.4142135623730951},"230":{"tf":2.0},"237":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"8":{"tf":1.4142135623730951}},"f":{"6":{"4":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"4":{"5":{"df":2,"docs":{"229":{"tf":1.0},"230":{"tf":1.4142135623730951}}},"df":7,"docs":{"125":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.0},"211":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"237":{"tf":1.0}},"f":{"6":{"4":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"5":{"5":{"df":2,"docs":{"229":{"tf":1.0},"230":{"tf":1.0}}},"df":6,"docs":{"126":{"tf":1.0},"151":{"tf":1.0},"210":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"237":{"tf":1.0}}},"6":{"df":4,"docs":{"126":{"tf":1.0},"229":{"tf":1.4142135623730951},"230":{"tf":1.7320508075688772},"237":{"tf":1.0}}},"7":{"df":3,"docs":{"126":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0}}},"8":{"df":7,"docs":{"107":{"tf":1.0},"126":{"tf":1.0},"192":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0}}},"9":{"df":4,"docs":{"125":{"tf":1.0},"126":{"tf":1.7320508075688772},"229":{"tf":1.0},"230":{"tf":1.0}}},"_":{"b":{"df":1,"docs":{"88":{"tf":1.0}}},"df":7,"docs":{"106":{"tf":1.0},"233":{"tf":1.0},"37":{"tf":1.4142135623730951},"60":{"tf":1.0},"8":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.0}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.4142135623730951}}}}}}},"a":{".":{"b":{"df":2,"docs":{"177":{"tf":1.0},"181":{"tf":1.0}}},"c":{"df":2,"docs":{"177":{"tf":1.0},"181":{"tf":1.0}}},"df":0,"docs":{},"f":{"1":{"df":1,"docs":{"177":{"tf":1.0}}},"2":{"df":1,"docs":{"177":{"tf":1.0}}},"3":{"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{}}},":":{":":{"a":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"87":{"tf":1.4142135623730951}}},"b":{"df":1,"docs":{"87":{"tf":1.0}}},"c":{"df":1,"docs":{"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":{}},"df":1,"docs":{"87":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"b":{"(":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"i":{"df":1,"docs":{"197":{"tf":1.0}},"l":{"df":1,"docs":{"74":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}},"v":{"df":7,"docs":{"172":{"tf":1.0},"198":{"tf":1.4142135623730951},"203":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.4142135623730951},"42":{"tf":1.0},"95":{"tf":1.0}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"36":{"tf":1.0},"37":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":16,"docs":{"133":{"tf":1.0},"134":{"tf":1.0},"136":{"tf":1.4142135623730951},"146":{"tf":1.7320508075688772},"148":{"tf":1.0},"155":{"tf":1.0},"170":{"tf":1.0},"180":{"tf":1.0},"191":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"239":{"tf":1.0},"247":{"tf":1.0},"251":{"tf":1.0},"253":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":8,"docs":{"157":{"tf":1.0},"172":{"tf":1.0},"185":{"tf":1.0},"200":{"tf":1.4142135623730951},"55":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"7":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":15,"docs":{"134":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"202":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.4142135623730951},"239":{"tf":2.23606797749979},"252":{"tf":1.4142135623730951},"257":{"tf":1.0},"29":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"239":{"tf":1.0},"241":{"tf":1.0}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"127":{"tf":1.0},"206":{"tf":1.0},"250":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"239":{"tf":2.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"239":{"tf":2.0}}}}}},"df":4,"docs":{"239":{"tf":2.449489742783178},"240":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"239":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"239":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"181":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"139":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":1,"docs":{"112":{"tf":1.0}}}}}}},"t":{"df":5,"docs":{"194":{"tf":1.0},"196":{"tf":1.0},"198":{"tf":1.0},"240":{"tf":2.0},"55":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":8,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.4142135623730951},"151":{"tf":1.0},"210":{"tf":1.0},"37":{"tf":1.0},"90":{"tf":1.4142135623730951}}}},"x":{"df":1,"docs":{"121":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":6,"docs":{"232":{"tf":1.0},"233":{"tf":1.4142135623730951},"240":{"tf":1.0},"68":{"tf":1.0},"74":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"d":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":2,"docs":{"155":{"tf":1.0},"170":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"f":{">":{"(":{"df":0,"docs":{},"x":{"df":1,"docs":{"151":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"119":{"tf":1.0},"120":{"tf":1.0}}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"118":{"tf":1.0},"119":{"tf":1.0}}}}}},"df":0,"docs":{}},"<":{"df":1,"docs":{"120":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":15,"docs":{"110":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"183":{"tf":1.0},"21":{"tf":1.0},"218":{"tf":1.4142135623730951},"225":{"tf":1.0},"229":{"tf":1.0},"233":{"tf":1.0},"4":{"tf":1.0},"86":{"tf":1.4142135623730951},"88":{"tf":1.0},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"a":{"d":{"d":{"(":{"0":{"df":1,"docs":{"151":{"tf":1.0}}},"1":{"df":1,"docs":{"151":{"tf":1.0}}},"4":{"df":1,"docs":{"151":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"151":{"tf":1.4142135623730951}}}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"t":{"df":12,"docs":{"103":{"tf":1.0},"116":{"tf":1.0},"199":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"230":{"tf":1.0},"232":{"tf":1.4142135623730951},"233":{"tf":1.4142135623730951},"242":{"tf":1.0},"72":{"tf":1.4142135623730951},"84":{"tf":1.0},"89":{"tf":1.4142135623730951}}}}},"df":8,"docs":{"159":{"tf":1.0},"192":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"68":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.7320508075688772},"89":{"tf":1.4142135623730951}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"146":{"tf":1.0}}}}},"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":{"233":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"87":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"110":{"tf":1.0},"137":{"tf":1.0},"203":{"tf":1.0}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":28,"docs":{"102":{"tf":1.0},"108":{"tf":1.0},"13":{"tf":1.0},"134":{"tf":1.0},"142":{"tf":1.0},"149":{"tf":1.4142135623730951},"162":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.0},"17":{"tf":1.0},"179":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"190":{"tf":1.0},"199":{"tf":1.0},"204":{"tf":1.4142135623730951},"216":{"tf":1.0},"223":{"tf":1.0},"234":{"tf":1.0},"27":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"51":{"tf":1.0},"62":{"tf":1.0},"68":{"tf":1.0},"74":{"tf":1.0},"83":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"199":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"171":{"tf":1.0},"247":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"199":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"199":{"tf":1.0},"230":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"86":{"tf":1.0},"88":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"5":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"143":{"tf":1.0}}}},"k":{"a":{"df":2,"docs":{"126":{"tf":1.0},"145":{"tf":1.0}}},"df":0,"docs":{}},"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":5,"docs":{"146":{"tf":2.0},"154":{"tf":1.4142135623730951},"156":{"tf":1.0},"157":{"tf":1.0},"169":{"tf":1.0}},"’":{"df":1,"docs":{"146":{"tf":1.0}}}}}}}}}},"i":{"a":{"df":2,"docs":{"131":{"tf":1.0},"45":{"tf":1.0}},"s":{"df":5,"docs":{"130":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.0},"202":{"tf":1.0},"206":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"v":{"df":1,"docs":{"37":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":9,"docs":{"14":{"tf":1.0},"198":{"tf":1.0},"211":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"51":{"tf":1.0},"60":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{},"w":{"df":29,"docs":{"112":{"tf":1.0},"128":{"tf":1.0},"133":{"tf":1.4142135623730951},"146":{"tf":1.0},"151":{"tf":1.0},"154":{"tf":1.4142135623730951},"156":{"tf":1.0},"171":{"tf":1.0},"184":{"tf":1.4142135623730951},"197":{"tf":1.0},"20":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"218":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"237":{"tf":1.4142135623730951},"239":{"tf":2.449489742783178},"240":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"57":{"tf":1.0},"66":{"tf":1.4142135623730951},"89":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":7,"docs":{"151":{"tf":1.0},"20":{"tf":1.0},"206":{"tf":1.0},"36":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"247":{"tf":1.0}},"n":{"df":12,"docs":{"107":{"tf":1.0},"199":{"tf":1.0},"218":{"tf":1.4142135623730951},"225":{"tf":1.0},"236":{"tf":1.0},"258":{"tf":1.0},"42":{"tf":1.0},"68":{"tf":1.0},"79":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0},"98":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":3,"docs":{"169":{"tf":1.0},"176":{"tf":1.0},"2":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":9,"docs":{"107":{"tf":1.0},"121":{"tf":1.0},"139":{"tf":1.0},"211":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"7":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"226":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"216":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.0}}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"29":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":3,"docs":{"214":{"tf":1.0},"217":{"tf":1.0},"98":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":10,"docs":{"110":{"tf":1.0},"119":{"tf":1.0},"122":{"tf":1.0},"130":{"tf":1.0},"150":{"tf":1.0},"22":{"tf":1.0},"239":{"tf":1.0},"42":{"tf":1.4142135623730951},"74":{"tf":1.0},"88":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"198":{"tf":1.0},"206":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":8,"docs":{"207":{"tf":2.23606797749979},"209":{"tf":1.0},"211":{"tf":1.0},"222":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"149":{"tf":1.0},"216":{"tf":1.0},"250":{"tf":1.0},"51":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"42":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"156":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"i":{"'":{"df":1,"docs":{"200":{"tf":1.0}}},"df":27,"docs":{"133":{"tf":1.0},"18":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.4142135623730951},"197":{"tf":2.23606797749979},"198":{"tf":1.7320508075688772},"199":{"tf":2.8284271247461903},"200":{"tf":1.4142135623730951},"202":{"tf":1.7320508075688772},"203":{"tf":1.7320508075688772},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"217":{"tf":1.0},"218":{"tf":1.0},"233":{"tf":1.4142135623730951},"236":{"tf":1.4142135623730951},"237":{"tf":1.7320508075688772},"238":{"tf":1.0},"240":{"tf":2.449489742783178},"241":{"tf":1.0},"244":{"tf":1.0},"26":{"tf":1.0},"62":{"tf":1.0},"71":{"tf":1.0},"98":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"169":{"tf":1.0},"2":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"c":{"df":5,"docs":{"121":{"tf":1.4142135623730951},"199":{"tf":1.7320508075688772},"2":{"tf":1.0},"20":{"tf":1.0},"233":{"tf":1.0}}},"df":11,"docs":{"112":{"tf":1.4142135623730951},"156":{"tf":1.0},"162":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"227":{"tf":1.0},"233":{"tf":1.0},"237":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":11,"docs":{"107":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.4142135623730951},"120":{"tf":1.0},"156":{"tf":1.0},"166":{"tf":1.0},"172":{"tf":1.0},"233":{"tf":1.0},"239":{"tf":1.0},"72":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"171":{"tf":1.0},"29":{"tf":1.0},"89":{"tf":1.0}}}}}}}}},"r":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"225":{"tf":1.0},"66":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"<":{"df":0,"docs":{},"t":{"df":2,"docs":{"211":{"tf":1.0},"212":{"tf":1.0}}}},"df":2,"docs":{"20":{"tf":1.0},"211":{"tf":1.7320508075688772}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"202":{"tf":1.0}}},"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}}},"g":{"df":3,"docs":{"222":{"tf":1.0},"49":{"tf":1.4142135623730951},"52":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":13,"docs":{"104":{"tf":1.0},"105":{"tf":1.4142135623730951},"107":{"tf":1.0},"108":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"217":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.4142135623730951},"78":{"tf":1.0},"8":{"tf":2.0},"93":{"tf":1.0},"95":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"209":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"_":{"a":{"d":{"d":{"df":1,"docs":{"151":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"68":{"tf":1.4142135623730951}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"179":{"tf":1.0},"202":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"116":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"158":{"tf":1.0},"241":{"tf":1.0}}}},"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":2,"docs":{"49":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"k":{"df":2,"docs":{"206":{"tf":1.0},"50":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"28":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"!":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"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":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"\"":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"148":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":1,"docs":{"148":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"#":{"\"":{"df":0,"docs":{},"{":{"\"":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"\"":{":":{"\"":{"1":{"df":1,"docs":{"148":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"\"":{":":{"\"":{"2":{"df":1,"docs":{"148":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"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":{},"q":{"!":{"(":{"0":{"df":2,"docs":{"151":{"tf":1.0},"17":{"tf":1.4142135623730951}},"f":{"6":{"4":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"1":{"df":0,"docs":{},"f":{"6":{"4":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"3":{"df":0,"docs":{},"f":{"6":{"4":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"4":{"2":{"df":1,"docs":{"16":{"tf":1.0}}},"df":1,"docs":{"151":{"tf":1.0}}},"5":{"df":1,"docs":{"151":{"tf":1.0}},"f":{"6":{"4":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"8":{"2":{"df":1,"docs":{"151":{"tf":1.0}}},"df":0,"docs":{}},"9":{"df":1,"docs":{"151":{"tf":1.0}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":1,"docs":{"162":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"127":{"tf":1.4142135623730951}}}}}}}}},"v":{"df":0,"docs":{},"e":{"c":{"!":{"[":{"\"":{"c":{"df":0,"docs":{},"r":{"df":3,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":3,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"98":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"211":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"37":{"tf":1.0},"41":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"16":{"tf":1.4142135623730951},"200":{"tf":1.0},"240":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"250":{"tf":1.0}}}}},"t":{"df":2,"docs":{"155":{"tf":2.23606797749979},"170":{"tf":2.6457513110645907}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"254":{"tf":1.4142135623730951}}}}}}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"232":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"206":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"219":{"tf":1.0},"239":{"tf":1.4142135623730951},"91":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"200":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"190":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"233":{"tf":2.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":1,"docs":{"233":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"233":{"tf":2.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"233":{"tf":1.0}}}}}},"df":1,"docs":{"233":{"tf":2.6457513110645907}}}}}},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"197":{"tf":1.0},"214":{"tf":1.0},"217":{"tf":1.0},"86":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"248":{"tf":1.0}}}}}}},"o":{"df":2,"docs":{"21":{"tf":1.0},"25":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"167":{"tf":1.0},"20":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"257":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":15,"docs":{"167":{"tf":1.0},"194":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.4142135623730951},"202":{"tf":1.0},"204":{"tf":1.4142135623730951},"206":{"tf":1.0},"249":{"tf":1.0},"42":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.4142135623730951},"88":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"162":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"90":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"b":{".":{"df":0,"docs":{},"f":{"2":{"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{}},"m":{"df":1,"docs":{"222":{"tf":1.4142135623730951}}}},"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"105":{"tf":1.0},"107":{"tf":1.0},"45":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"148":{"tf":1.0}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"228":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":4,"docs":{"133":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"d":{"df":3,"docs":{"199":{"tf":1.7320508075688772},"211":{"tf":1.0},"217":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"224":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"45":{"tf":1.0}}},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"225":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"239":{"tf":1.0}}}},"r":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"177":{"tf":1.0}}}}}},"a":{"df":1,"docs":{"177":{"tf":1.4142135623730951}}},"c":{"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":1,"docs":{"132":{"tf":1.0}}}}}},":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"132":{"tf":1.0}}}}}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":8,"docs":{"132":{"tf":2.0},"136":{"tf":1.7320508075688772},"162":{"tf":2.6457513110645907},"222":{"tf":3.1622776601683795},"223":{"tf":1.0},"224":{"tf":1.4142135623730951},"29":{"tf":1.0},"33":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"e":{"df":12,"docs":{"152":{"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.7320508075688772},"204":{"tf":1.0},"224":{"tf":1.0},"237":{"tf":1.0},"240":{"tf":2.6457513110645907},"52":{"tf":1.0}}},"i":{"c":{"df":9,"docs":{"115":{"tf":1.0},"124":{"tf":1.0},"146":{"tf":1.0},"159":{"tf":1.0},"17":{"tf":1.0},"206":{"tf":1.0},"233":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":1.0}}},"df":0,"docs":{}}},"z":{"(":{"a":{"df":1,"docs":{"177":{"tf":1.4142135623730951}}},"df":0,"docs":{},"x":{"df":1,"docs":{"140":{"tf":1.0}}}},"df":1,"docs":{"33":{"tf":1.0}}}},"df":8,"docs":{"132":{"tf":1.7320508075688772},"177":{"tf":2.449489742783178},"222":{"tf":1.4142135623730951},"230":{"tf":2.6457513110645907},"40":{"tf":1.4142135623730951},"41":{"tf":2.0},"87":{"tf":1.0},"88":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":8,"docs":{"197":{"tf":1.0},"20":{"tf":1.0},"200":{"tf":1.0},"217":{"tf":1.0},"239":{"tf":1.0},"34":{"tf":1.0},"57":{"tf":1.0},"68":{"tf":1.0}}}}},"df":11,"docs":{"151":{"tf":1.0},"166":{"tf":1.0},"176":{"tf":1.0},"206":{"tf":1.4142135623730951},"207":{"tf":1.0},"217":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":2.0},"37":{"tf":1.0},"72":{"tf":1.0},"86":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":7,"docs":{"101":{"tf":1.0},"211":{"tf":1.0},"217":{"tf":1.7320508075688772},"225":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"211":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":3,"docs":{"130":{"tf":1.0},"254":{"tf":1.4142135623730951},"89":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":8,"docs":{"151":{"tf":1.0},"192":{"tf":1.0},"196":{"tf":1.4142135623730951},"198":{"tf":1.0},"206":{"tf":1.0},"232":{"tf":2.0},"236":{"tf":1.0},"254":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"df":8,"docs":{"113":{"tf":1.0},"130":{"tf":1.0},"154":{"tf":1.0},"176":{"tf":1.0},"197":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"66":{"tf":1.0},"68":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"146":{"tf":1.0},"198":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"169":{"tf":1.0},"198":{"tf":1.0},"48":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"111":{"tf":1.0},"189":{"tf":1.0},"3":{"tf":1.0},"54":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"253":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"112":{"tf":1.0},"172":{"tf":1.0},"198":{"tf":1.4142135623730951},"200":{"tf":1.0},"249":{"tf":1.0},"5":{"tf":1.0},"57":{"tf":1.0},"72":{"tf":1.0}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"257":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"108":{"tf":1.0},"12":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"179":{"tf":1.0},"219":{"tf":1.0},"225":{"tf":1.0},"234":{"tf":1.0},"236":{"tf":1.0},"247":{"tf":1.0},"5":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":18,"docs":{"121":{"tf":1.0},"133":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.0},"184":{"tf":1.0},"198":{"tf":1.0},"202":{"tf":1.0},"204":{"tf":1.0},"211":{"tf":1.0},"221":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":2.0},"236":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"66":{"tf":1.4142135623730951}}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"197":{"tf":1.0},"37":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"228":{"tf":1.0},"232":{"tf":1.0}}}}}}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"235":{"tf":1.0},"237":{"tf":1.0}}},"y":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"p":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"237":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":3,"docs":{"197":{"tf":1.0},"239":{"tf":1.0},"44":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":13,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"103":{"tf":1.7320508075688772},"206":{"tf":1.0},"232":{"tf":1.4142135623730951},"233":{"tf":1.4142135623730951},"234":{"tf":1.7320508075688772},"239":{"tf":1.0},"240":{"tf":1.7320508075688772},"32":{"tf":1.0},"37":{"tf":1.0},"68":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"g":{"df":3,"docs":{"193":{"tf":1.0},"225":{"tf":1.0},"9":{"tf":1.0}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"197":{"tf":1.0}}}}}},"o":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"103":{"tf":1.0},"84":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":8,"docs":{"135":{"tf":1.0},"167":{"tf":1.0},"223":{"tf":1.0},"226":{"tf":1.0},"232":{"tf":1.0},"36":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"k":{"'":{"df":1,"docs":{"211":{"tf":1.0}}},"df":5,"docs":{"1":{"tf":1.0},"126":{"tf":1.0},"137":{"tf":1.0},"244":{"tf":1.0},"3":{"tf":1.4142135623730951}}},"l":{"_":{"a":{"d":{"d":{"df":1,"docs":{"151":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"21":{"tf":1.4142135623730951},"240":{"tf":1.0},"8":{"tf":1.7320508075688772}}},"t":{"df":1,"docs":{"233":{"tf":1.0}},"p":{"(":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{":":{":":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{":":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"233":{"tf":1.0}}}}}}}}}},"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":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"233":{"tf":1.4142135623730951}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"233":{"tf":2.8284271247461903}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":30,"docs":{"140":{"tf":1.0},"143":{"tf":1.7320508075688772},"166":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.7320508075688772},"177":{"tf":2.23606797749979},"179":{"tf":1.0},"181":{"tf":2.449489742783178},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":2.0},"211":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"29":{"tf":2.0},"3":{"tf":1.0},"42":{"tf":2.0},"44":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.7320508075688772},"6":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.7320508075688772},"81":{"tf":1.0},"82":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"h":{"df":11,"docs":{"17":{"tf":1.0},"172":{"tf":1.0},"18":{"tf":1.0},"185":{"tf":1.0},"206":{"tf":1.0},"233":{"tf":1.4142135623730951},"234":{"tf":1.0},"239":{"tf":1.7320508075688772},"34":{"tf":1.0},"51":{"tf":1.0},"8":{"tf":1.0}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"240":{"tf":1.0},"68":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"194":{"tf":1.0},"197":{"tf":1.0},"88":{"tf":1.0}}}}},"df":3,"docs":{"199":{"tf":1.4142135623730951},"224":{"tf":1.0},"28":{"tf":1.0}}},"df":0,"docs":{}}},"x":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"a":{"d":{"d":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"170":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"(":{"df":1,"docs":{"170":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"n":{"df":1,"docs":{"170":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":4,"docs":{"118":{"tf":1.0},"120":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":2,"docs":{"155":{"tf":1.4142135623730951},"170":{"tf":2.23606797749979}}}}}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":1,"docs":{"37":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"170":{"tf":2.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":1,"docs":{"170":{"tf":1.4142135623730951}}}}}},"t":{"df":2,"docs":{"7":{"tf":1.0},"8":{"tf":1.0}}}},"df":3,"docs":{"172":{"tf":1.0},"20":{"tf":1.0},"52":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":7,"docs":{"106":{"tf":1.0},"199":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"3":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"240":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"246":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"240":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"234":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"184":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"148":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"148":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":1,"docs":{"148":{"tf":1.7320508075688772}}}}}}},"df":1,"docs":{"148":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"73":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":4,"docs":{"148":{"tf":1.0},"241":{"tf":1.0},"60":{"tf":1.0},"73":{"tf":1.0}}}}}},"g":{"df":4,"docs":{"197":{"tf":1.0},"199":{"tf":2.0},"34":{"tf":1.0},"68":{"tf":1.7320508075688772}}},"i":{"df":0,"docs":{},"l":{"d":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"162":{"tf":1.0}}}}}}},"df":10,"docs":{"11":{"tf":1.0},"164":{"tf":1.0},"183":{"tf":1.0},"189":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.4142135623730951},"218":{"tf":2.0},"239":{"tf":1.0},"240":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"162":{"tf":1.0}}}}}}},"df":7,"docs":{"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":2.23606797749979},"166":{"tf":2.23606797749979},"167":{"tf":1.0},"18":{"tf":1.0},"236":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"184":{"tf":1.0},"197":{"tf":1.0},"241":{"tf":1.0},"72":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"137":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"121":{"tf":1.0},"198":{"tf":1.0}}}},"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"202":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"116":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"198":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.4142135623730951}}}}}},"c":{".":{"df":0,"docs":{},"f":{"1":{"df":1,"docs":{"177":{"tf":1.0}}},"3":{"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{}}},"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"60":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"73":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.4142135623730951}}}}}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"95":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":21,"docs":{"107":{"tf":1.0},"128":{"tf":1.0},"146":{"tf":1.0},"161":{"tf":1.0},"189":{"tf":1.0},"198":{"tf":1.7320508075688772},"199":{"tf":1.7320508075688772},"200":{"tf":1.0},"203":{"tf":1.7320508075688772},"206":{"tf":1.0},"222":{"tf":1.4142135623730951},"232":{"tf":1.0},"239":{"tf":2.0},"240":{"tf":3.3166247903554},"37":{"tf":1.7320508075688772},"66":{"tf":1.0},"67":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.7320508075688772},"74":{"tf":1.0},"98":{"tf":1.0}},"e":{"df":1,"docs":{"71":{"tf":1.0}},"r":{"'":{"df":1,"docs":{"67":{"tf":1.0}}},"df":2,"docs":{"233":{"tf":1.4142135623730951},"67":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"233":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"243":{"tf":1.4142135623730951}}}}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"140":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":1,"docs":{"217":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"57":{"tf":1.0},"81":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":6,"docs":{"149":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"225":{"tf":1.0},"37":{"tf":1.0},"5":{"tf":1.0}}},"g":{"df":0,"docs":{},"o":{"df":4,"docs":{"183":{"tf":1.0},"211":{"tf":1.0},"218":{"tf":1.0},"97":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"113":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":26,"docs":{"107":{"tf":1.4142135623730951},"121":{"tf":1.7320508075688772},"130":{"tf":1.4142135623730951},"149":{"tf":1.0},"157":{"tf":1.0},"166":{"tf":1.0},"170":{"tf":1.0},"192":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.7320508075688772},"225":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"29":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"36":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.4142135623730951}}},"t":{"df":3,"docs":{"198":{"tf":1.4142135623730951},"206":{"tf":1.0},"237":{"tf":1.4142135623730951}},"e":{"d":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"206":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":9,"docs":{"176":{"tf":1.0},"177":{"tf":1.0},"199":{"tf":1.7320508075688772},"206":{"tf":1.7320508075688772},"211":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"240":{"tf":1.0},"68":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"89":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":26,"docs":{"144":{"tf":1.0},"166":{"tf":1.0},"177":{"tf":2.449489742783178},"183":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951},"198":{"tf":2.23606797749979},"199":{"tf":2.449489742783178},"206":{"tf":2.8284271247461903},"224":{"tf":1.0},"232":{"tf":1.7320508075688772},"41":{"tf":1.7320508075688772},"45":{"tf":1.0},"57":{"tf":1.4142135623730951},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":2.6457513110645907},"67":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":2.0},"87":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"197":{"tf":1.0},"206":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"199":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"h":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"(":{"1":{"0":{"df":1,"docs":{"127":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"240":{"tf":1.4142135623730951}}}}}}},"n":{"df":0,"docs":{},"g":{"df":19,"docs":{"116":{"tf":1.0},"133":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.4142135623730951},"200":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"217":{"tf":1.4142135623730951},"218":{"tf":1.4142135623730951},"227":{"tf":1.0},"232":{"tf":1.0},"236":{"tf":1.0},"247":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.7320508075688772},"8":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"211":{"tf":1.0},"3":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"60":{"tf":1.0},"68":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"194":{"tf":1.0},"197":{"tf":1.0},"3":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"198":{"tf":1.0},"61":{"tf":1.0}}}},"df":2,"docs":{"127":{"tf":1.0},"61":{"tf":2.0}},"e":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"8":{"tf":1.0}}},"t":{"df":1,"docs":{"206":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"94":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":12,"docs":{"1":{"tf":1.0},"132":{"tf":1.0},"177":{"tf":1.0},"199":{"tf":1.0},"206":{"tf":1.0},"21":{"tf":1.4142135623730951},"224":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"28":{"tf":1.0},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":15,"docs":{"140":{"tf":1.0},"143":{"tf":1.7320508075688772},"155":{"tf":1.0},"166":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.4142135623730951},"179":{"tf":1.0},"181":{"tf":1.7320508075688772},"208":{"tf":1.0},"209":{"tf":1.0},"211":{"tf":1.7320508075688772},"3":{"tf":1.0},"42":{"tf":1.7320508075688772},"44":{"tf":1.0},"46":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"166":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"170":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"200":{"tf":1.0},"258":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"146":{"tf":1.0},"150":{"tf":1.0},"232":{"tf":1.0},"239":{"tf":1.0}}}}}},"i":{"df":1,"docs":{"218":{"tf":1.0}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"172":{"tf":1.0},"206":{"tf":1.0},"225":{"tf":1.0},"90":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"5":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"111":{"tf":1.0},"146":{"tf":1.4142135623730951},"192":{"tf":1.0},"222":{"tf":1.4142135623730951},"224":{"tf":1.7320508075688772},"231":{"tf":1.0},"232":{"tf":1.7320508075688772},"247":{"tf":1.4142135623730951},"252":{"tf":1.0}},"i":{"c":{"df":3,"docs":{"140":{"tf":1.0},"199":{"tf":1.0},"203":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":4,"docs":{"194":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"202":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"181":{"tf":1.0},"241":{"tf":1.0}}}}},"r":{"df":4,"docs":{"206":{"tf":1.0},"36":{"tf":1.0},"62":{"tf":1.0},"83":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"239":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"146":{"tf":1.0},"185":{"tf":1.0},"237":{"tf":1.4142135623730951},"247":{"tf":1.0},"27":{"tf":1.0},"88":{"tf":1.7320508075688772},"89":{"tf":1.4142135623730951},"90":{"tf":1.7320508075688772}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":3,"docs":{"211":{"tf":1.0},"217":{"tf":1.0},"219":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":11,"docs":{"107":{"tf":1.0},"172":{"tf":1.4142135623730951},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":3.3166247903554},"212":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.7320508075688772},"46":{"tf":1.0},"82":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":5,"docs":{"173":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.7320508075688772},"240":{"tf":1.0},"247":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"df":10,"docs":{"119":{"tf":1.0},"121":{"tf":1.0},"151":{"tf":1.0},"230":{"tf":1.0},"259":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.7320508075688772},"82":{"tf":1.4142135623730951},"83":{"tf":1.7320508075688772},"84":{"tf":1.0}}}}}}},"m":{"d":{"(":{")":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{")":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},")":{"(":{")":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"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":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"118":{"tf":1.0},"119":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":1,"docs":{"118":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"62":{"tf":1.0}}},"df":62,"docs":{"112":{"tf":1.7320508075688772},"121":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"136":{"tf":1.0},"155":{"tf":1.0},"157":{"tf":1.0},"166":{"tf":1.0},"172":{"tf":1.0},"180":{"tf":1.4142135623730951},"181":{"tf":1.0},"184":{"tf":1.7320508075688772},"189":{"tf":1.7320508075688772},"190":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"197":{"tf":1.7320508075688772},"198":{"tf":1.4142135623730951},"199":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"203":{"tf":1.4142135623730951},"206":{"tf":2.23606797749979},"207":{"tf":1.0},"209":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"214":{"tf":1.0},"218":{"tf":1.7320508075688772},"219":{"tf":1.0},"224":{"tf":1.0},"232":{"tf":1.4142135623730951},"233":{"tf":2.23606797749979},"234":{"tf":1.0},"239":{"tf":1.7320508075688772},"240":{"tf":1.7320508075688772},"3":{"tf":1.7320508075688772},"32":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"5":{"tf":2.0},"50":{"tf":2.0},"51":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.7320508075688772},"57":{"tf":2.0},"58":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.7320508075688772},"7":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0},"90":{"tf":1.7320508075688772},"96":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":2,"docs":{"7":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"7":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":14,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"154":{"tf":1.4142135623730951},"169":{"tf":1.4142135623730951},"2":{"tf":1.0},"203":{"tf":1.4142135623730951},"219":{"tf":1.4142135623730951},"226":{"tf":1.0},"23":{"tf":1.0},"239":{"tf":1.0},"24":{"tf":1.0},"242":{"tf":1.0},"25":{"tf":1.4142135623730951},"29":{"tf":2.8284271247461903}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":5,"docs":{"116":{"tf":1.0},"2":{"tf":1.0},"228":{"tf":1.0},"239":{"tf":1.0},"66":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":12,"docs":{"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":2.0},"117":{"tf":2.0},"118":{"tf":2.0},"119":{"tf":2.0},"120":{"tf":1.4142135623730951},"121":{"tf":1.7320508075688772},"122":{"tf":1.4142135623730951},"217":{"tf":1.0},"218":{"tf":1.0},"253":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"198":{"tf":1.0}}}}},"df":2,"docs":{"67":{"tf":1.0},"8":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":20,"docs":{"113":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"136":{"tf":1.4142135623730951},"144":{"tf":1.0},"157":{"tf":1.7320508075688772},"158":{"tf":1.0},"17":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.7320508075688772},"18":{"tf":1.0},"2":{"tf":1.4142135623730951},"206":{"tf":1.0},"222":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.4142135623730951},"246":{"tf":1.0},"3":{"tf":1.4142135623730951},"34":{"tf":1.0},"74":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"110":{"tf":1.0},"29":{"tf":1.0},"5":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":6,"docs":{"113":{"tf":1.4142135623730951},"156":{"tf":1.0},"187":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"135":{"tf":1.0}}},"t":{"df":6,"docs":{"133":{"tf":1.0},"134":{"tf":1.0},"197":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":23,"docs":{"102":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.0},"151":{"tf":1.0},"169":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"206":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"217":{"tf":1.0},"229":{"tf":1.0},"232":{"tf":1.4142135623730951},"233":{"tf":1.0},"235":{"tf":1.0},"37":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"97":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"242":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"t":{"df":6,"docs":{"147":{"tf":1.0},"198":{"tf":1.0},"211":{"tf":1.0},"224":{"tf":1.0},"240":{"tf":1.0},"68":{"tf":1.0}}},"x":{"df":12,"docs":{"109":{"tf":1.0},"110":{"tf":1.0},"159":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"249":{"tf":1.0},"28":{"tf":1.0},"5":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}}}},"i":{"c":{"df":5,"docs":{"162":{"tf":1.0},"211":{"tf":1.0},"249":{"tf":1.0},"5":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"251":{"tf":1.0},"252":{"tf":1.0},"254":{"tf":1.0}}},"s":{"df":6,"docs":{"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"227":{"tf":1.0},"230":{"tf":1.4142135623730951},"240":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"222":{"tf":1.0},"239":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":3,"docs":{"197":{"tf":1.0},"205":{"tf":1.0},"62":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"128":{"tf":1.4142135623730951},"227":{"tf":1.0},"241":{"tf":1.0},"257":{"tf":1.0},"5":{"tf":1.4142135623730951}}}}}},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"20":{"tf":1.0}}}},"p":{"df":0,"docs":{},"t":{"df":6,"docs":{"173":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.4142135623730951},"239":{"tf":2.0},"240":{"tf":1.4142135623730951},"241":{"tf":1.0}},"u":{"df":1,"docs":{"240":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"146":{"tf":1.0},"149":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"96":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"136":{"tf":1.0},"155":{"tf":1.0},"170":{"tf":1.0},"240":{"tf":1.4142135623730951},"247":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"206":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"199":{"tf":1.4142135623730951},"209":{"tf":1.0},"48":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"42":{"tf":1.0},"54":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{".":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"1":{"df":1,"docs":{"21":{"tf":1.4142135623730951}}},"df":1,"docs":{"21":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"18":{"tf":1.0},"233":{"tf":1.0},"237":{"tf":1.0}}}}},"n":{"df":1,"docs":{"207":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"185":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":3,"docs":{"134":{"tf":1.0},"211":{"tf":1.0},"233":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"94":{"tf":2.23606797749979},"95":{"tf":2.23606797749979}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"_":{"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":{},"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":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"237":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":2.0}}}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":2,"docs":{"198":{"tf":1.0},"211":{"tf":1.4142135623730951}}}}},"i":{"d":{"df":10,"docs":{"199":{"tf":1.7320508075688772},"200":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"236":{"tf":1.0},"240":{"tf":1.4142135623730951},"68":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"130":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"125":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"194":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"217":{"tf":1.0}}}}},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"218":{"tf":1.0}}}}}},"df":5,"docs":{"199":{"tf":1.4142135623730951},"60":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.4142135623730951}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"211":{"tf":1.0},"232":{"tf":1.0},"53":{"tf":1.0}}}}}},"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":22,"docs":{"12":{"tf":1.0},"16":{"tf":1.4142135623730951},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"167":{"tf":1.4142135623730951},"173":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"227":{"tf":1.0},"232":{"tf":1.0},"236":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.4142135623730951},"253":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"41":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":14,"docs":{"132":{"tf":1.0},"139":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"17":{"tf":2.23606797749979},"20":{"tf":1.7320508075688772},"22":{"tf":1.0},"232":{"tf":1.0},"89":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":6,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"107":{"tf":1.0},"162":{"tf":1.0},"173":{"tf":1.0},"83":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":19,"docs":{"107":{"tf":1.0},"143":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.4142135623730951},"192":{"tf":1.0},"194":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":2.0},"203":{"tf":1.0},"233":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":1.7320508075688772},"55":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"192":{"tf":1.4142135623730951},"206":{"tf":1.0},"242":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":5,"docs":{"110":{"tf":1.0},"126":{"tf":1.4142135623730951},"129":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":6,"docs":{"183":{"tf":1.0},"230":{"tf":1.0},"233":{"tf":1.0},"240":{"tf":1.0},"34":{"tf":1.0},"73":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"196":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"1":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"v":{"df":1,"docs":{"177":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":7,"docs":{"133":{"tf":1.0},"159":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"233":{"tf":1.0},"237":{"tf":1.0},"54":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}},"t":{"df":3,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"230":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":4,"docs":{"225":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.0}}},"t":{"df":8,"docs":{"186":{"tf":1.0},"225":{"tf":1.0},"57":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"35":{"tf":1.0}}},"i":{"df":11,"docs":{"136":{"tf":1.0},"172":{"tf":1.0},"211":{"tf":1.4142135623730951},"218":{"tf":1.0},"232":{"tf":1.0},"50":{"tf":1.0},"60":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.7320508075688772},"81":{"tf":1.0},"83":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"143":{"tf":1.4142135623730951},"237":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"202":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"247":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"198":{"tf":1.4142135623730951},"206":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"229":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"255":{"tf":1.0}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"197":{"tf":1.0},"199":{"tf":1.4142135623730951},"60":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"134":{"tf":1.0},"200":{"tf":1.0},"50":{"tf":1.0},"66":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"d":{"b":{"df":0,"docs":{},"m":{"df":1,"docs":{"199":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":5,"docs":{"172":{"tf":1.0},"190":{"tf":1.0},"198":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"207":{"tf":1.0}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"207":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"s":{"df":5,"docs":{"194":{"tf":1.0},"199":{"tf":1.0},"233":{"tf":1.0},"42":{"tf":1.0},"55":{"tf":1.0}}}}},"w":{"<":{"'":{"_":{"df":1,"docs":{"237":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"20":{"tf":1.0},"237":{"tf":1.0}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"144":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"u":{"df":1,"docs":{"186":{"tf":1.0}}}},"r":{"a":{"b":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"116":{"tf":1.0},"36":{"tf":1.0},"68":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"98":{"tf":1.0}}},":":{":":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{":":{"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":{"233":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"68":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"67":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"67":{"tf":1.0},"68":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"67":{"tf":1.0},"68":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":21,"docs":{"132":{"tf":1.0},"137":{"tf":1.0},"151":{"tf":2.23606797749979},"167":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":2.23606797749979},"185":{"tf":2.0},"186":{"tf":1.7320508075688772},"187":{"tf":1.0},"192":{"tf":1.0},"197":{"tf":1.0},"214":{"tf":1.4142135623730951},"217":{"tf":1.4142135623730951},"226":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.4142135623730951},"79":{"tf":1.0},"88":{"tf":1.4142135623730951}},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":3,"docs":{"183":{"tf":1.4142135623730951},"185":{"tf":1.0},"187":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":31,"docs":{"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.4142135623730951},"120":{"tf":1.0},"121":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"159":{"tf":1.0},"16":{"tf":1.0},"162":{"tf":1.0},"165":{"tf":1.0},"169":{"tf":1.4142135623730951},"170":{"tf":1.0},"173":{"tf":1.0},"189":{"tf":1.0},"192":{"tf":1.0},"198":{"tf":1.0},"206":{"tf":1.4142135623730951},"21":{"tf":1.0},"232":{"tf":1.4142135623730951},"233":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":3.0},"241":{"tf":1.0},"3":{"tf":1.0},"61":{"tf":1.0},"68":{"tf":1.0},"74":{"tf":1.0},"95":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"159":{"tf":2.23606797749979},"74":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"239":{"tf":1.7320508075688772},"240":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"232":{"tf":1.0}}},"df":0,"docs":{}}}},"u":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"66":{"tf":1.4142135623730951},"72":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"66":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.7320508075688772},"74":{"tf":1.4142135623730951}}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"110":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"185":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"8":{"tf":2.23606797749979}},"s":{"\"":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"144":{"tf":1.0},"233":{"tf":1.0},"235":{"tf":1.0},"60":{"tf":1.0}}}}},"i":{"df":2,"docs":{"239":{"tf":1.0},"240":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"a":{"d":{"d":{"df":1,"docs":{"151":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"130":{"tf":1.0},"151":{"tf":1.0},"225":{"tf":1.0},"239":{"tf":2.0},"29":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"239":{"tf":2.6457513110645907},"240":{"tf":2.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{">":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"239":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":2,"docs":{"239":{"tf":2.0},"240":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}}},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"240":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"74":{"tf":1.4142135623730951}}}}},"t":{"a":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"\"":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"148":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"\"":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"148":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"148":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"148":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"101":{"tf":1.4142135623730951}}}}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":5,"docs":{"117":{"tf":1.4142135623730951},"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"239":{"tf":1.4142135623730951},"60":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"(":{"_":{"df":1,"docs":{"60":{"tf":1.0}}},"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"_":{"df":1,"docs":{"60":{"tf":1.0}}},"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"60":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":2,"docs":{"59":{"tf":1.4142135623730951},"60":{"tf":2.0}}}}}}}}}},"df":0,"docs":{}},"df":41,"docs":{"100":{"tf":1.7320508075688772},"101":{"tf":2.8284271247461903},"102":{"tf":1.0},"103":{"tf":1.0},"116":{"tf":1.0},"140":{"tf":1.7320508075688772},"143":{"tf":1.4142135623730951},"148":{"tf":3.0},"149":{"tf":1.0},"154":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"157":{"tf":1.0},"158":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.7320508075688772},"171":{"tf":2.0},"172":{"tf":2.8284271247461903},"173":{"tf":2.23606797749979},"196":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"202":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.4142135623730951},"239":{"tf":2.0},"24":{"tf":1.0},"240":{"tf":2.449489742783178},"241":{"tf":1.0},"25":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.7320508075688772},"26":{"tf":2.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":2.23606797749979},"66":{"tf":1.0},"67":{"tf":1.0},"71":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.4142135623730951}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":5,"docs":{"157":{"tf":1.0},"198":{"tf":3.3166247903554},"199":{"tf":2.23606797749979},"206":{"tf":1.4142135623730951},"29":{"tf":1.0}}}}}},"b":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"c":{"df":1,"docs":{"251":{"tf":1.0}}},"df":1,"docs":{"199":{"tf":1.0}},"m":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"d":{"b":{"df":0,"docs":{},"m":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"(":{"d":{"b":{"df":1,"docs":{"199":{"tf":1.0}},"m":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"199":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"d":{"b":{"df":0,"docs":{},"m":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"d":{"b":{"df":0,"docs":{},"m":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"(":{"d":{"b":{"df":0,"docs":{},"m":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"(":{"d":{"b":{"df":0,"docs":{},"m":{"df":2,"docs":{"198":{"tf":1.0},"199":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"(":{"*":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"199":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"d":{"b":{"df":1,"docs":{"199":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"199":{"tf":1.0}}}}}},"df":0,"docs":{}},"x":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"199":{"tf":1.0}}}}}},"df":1,"docs":{"199":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"(":{"d":{"b":{"df":0,"docs":{},"m":{"df":2,"docs":{"198":{"tf":1.0},"199":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"198":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"198":{"tf":1.0},"199":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"(":{"d":{"b":{"df":0,"docs":{},"m":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":3,"docs":{"198":{"tf":2.6457513110645907},"199":{"tf":2.8284271247461903},"200":{"tf":1.0}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"199":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"<":{"'":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"199":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":3,"docs":{"218":{"tf":1.0},"240":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772}},"e":{"a":{"d":{"_":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"218":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":1,"docs":{"159":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"21":{"tf":1.0},"239":{"tf":1.7320508075688772},"36":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"3":{"tf":1.0},"42":{"tf":1.0},"7":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"198":{"tf":1.0},"233":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":7,"docs":{"206":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.0},"230":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.0},"8":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"176":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"146":{"tf":1.0},"218":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"234":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"217":{"tf":1.0}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":15,"docs":{"134":{"tf":1.0},"157":{"tf":1.0},"17":{"tf":3.3166247903554},"170":{"tf":1.0},"18":{"tf":1.7320508075688772},"185":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":2.449489742783178},"21":{"tf":2.6457513110645907},"22":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"81":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":18,"docs":{"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.4142135623730951},"124":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.0},"146":{"tf":1.0},"170":{"tf":1.0},"198":{"tf":2.0},"210":{"tf":1.0},"224":{"tf":1.0},"232":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"251":{"tf":1.0},"33":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":8,"docs":{"127":{"tf":1.0},"198":{"tf":1.0},"205":{"tf":1.0},"225":{"tf":1.0},"227":{"tf":1.0},"240":{"tf":1.0},"251":{"tf":1.0},"83":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"225":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"226":{"tf":1.4142135623730951}}},"t":{"df":1,"docs":{"29":{"tf":1.0}}}},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"211":{"tf":1.0},"89":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"250":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"151":{"tf":1.0},"206":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"i":{"df":4,"docs":{"206":{"tf":1.0},"217":{"tf":1.4142135623730951},"218":{"tf":2.23606797749979},"233":{"tf":1.0}}},"y":{"(":{"b":{"a":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":1,"docs":{"218":{"tf":1.0}}}}}}},"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":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"218":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"213":{"tf":1.0},"215":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":9,"docs":{"126":{"tf":1.0},"146":{"tf":1.7320508075688772},"152":{"tf":1.0},"183":{"tf":1.0},"185":{"tf":1.4142135623730951},"200":{"tf":1.0},"225":{"tf":1.0},"247":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"c":{"df":3,"docs":{"217":{"tf":1.0},"218":{"tf":1.4142135623730951},"219":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"18":{"tf":1.0},"199":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":3,"docs":{"140":{"tf":1.0},"222":{"tf":1.0},"25":{"tf":1.0}}}}}}},"df":0,"docs":{}},"<":{"'":{"a":{">":{"(":{"&":{"'":{"a":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"=":{"b":{"a":{"df":0,"docs":{},"r":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":12,"docs":{"140":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.7320508075688772},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":2,"docs":{"222":{"tf":1.0},"29":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":4,"docs":{"222":{"tf":1.4142135623730951},"225":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"i":{"df":0,"docs":{},"v":{"df":6,"docs":{"137":{"tf":1.0},"146":{"tf":1.0},"17":{"tf":1.4142135623730951},"21":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0}},"e":{"(":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"233":{"tf":1.0},"239":{"tf":1.7320508075688772}}}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":4,"docs":{"162":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"240":{"tf":1.0}}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"22":{"tf":1.0}}}}}},"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"167":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"137":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":4,"docs":{"110":{"tf":1.0},"228":{"tf":1.4142135623730951},"230":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":36,"docs":{"100":{"tf":1.0},"105":{"tf":1.0},"11":{"tf":1.0},"115":{"tf":1.0},"124":{"tf":1.0},"131":{"tf":1.0},"139":{"tf":1.0},"146":{"tf":1.0},"154":{"tf":1.0},"16":{"tf":1.0},"161":{"tf":1.0},"167":{"tf":1.0},"169":{"tf":1.0},"176":{"tf":1.0},"18":{"tf":1.0},"183":{"tf":1.0},"189":{"tf":1.0},"196":{"tf":1.0},"20":{"tf":1.0},"202":{"tf":1.0},"209":{"tf":1.0},"214":{"tf":1.0},"221":{"tf":1.0},"232":{"tf":1.0},"24":{"tf":1.0},"32":{"tf":1.0},"40":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0},"65":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.0},"86":{"tf":1.0},"93":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"<":{"'":{"d":{"df":1,"docs":{"240":{"tf":1.0}}},"df":0,"docs":{}},"d":{">":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"240":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"<":{"df":0,"docs":{},"v":{">":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"240":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"<":{"df":0,"docs":{},"v":{">":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"240":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"<":{"'":{"d":{"df":1,"docs":{"240":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"151":{"tf":1.0},"240":{"tf":4.47213595499958}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":37,"docs":{"110":{"tf":2.449489742783178},"111":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"128":{"tf":1.4142135623730951},"146":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"159":{"tf":2.0},"174":{"tf":1.4142135623730951},"176":{"tf":1.4142135623730951},"177":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"194":{"tf":1.4142135623730951},"196":{"tf":1.7320508075688772},"197":{"tf":2.0},"198":{"tf":1.7320508075688772},"199":{"tf":2.0},"2":{"tf":1.4142135623730951},"200":{"tf":1.7320508075688772},"202":{"tf":1.4142135623730951},"207":{"tf":1.0},"211":{"tf":1.0},"225":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.7320508075688772},"240":{"tf":1.7320508075688772},"241":{"tf":1.0},"243":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"249":{"tf":1.0},"251":{"tf":1.4142135623730951},"256":{"tf":1.0},"3":{"tf":2.0},"5":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"37":{"tf":1.7320508075688772}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":10,"docs":{"139":{"tf":1.0},"140":{"tf":1.4142135623730951},"144":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":2.0},"37":{"tf":2.6457513110645907},"54":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":7,"docs":{"126":{"tf":1.0},"133":{"tf":1.0},"169":{"tf":1.0},"2":{"tf":1.0},"225":{"tf":1.0},"241":{"tf":1.0},"57":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"211":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"233":{"tf":1.0},"237":{"tf":1.0},"240":{"tf":2.0},"8":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"106":{"tf":1.0},"107":{"tf":1.0}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":6,"docs":{"184":{"tf":1.0},"2":{"tf":1.4142135623730951},"209":{"tf":1.4142135623730951},"211":{"tf":1.0},"218":{"tf":1.0},"5":{"tf":1.4142135623730951}}}}}},"i":{"c":{"df":1,"docs":{"237":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"i":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"197":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"240":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":27,"docs":{"116":{"tf":1.0},"119":{"tf":1.4142135623730951},"146":{"tf":1.0},"147":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"154":{"tf":1.0},"170":{"tf":1.0},"185":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":1.0},"205":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"230":{"tf":1.0},"232":{"tf":3.0},"233":{"tf":1.4142135623730951},"237":{"tf":2.23606797749979},"239":{"tf":1.7320508075688772},"241":{"tf":1.0},"29":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":1.0}}}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":4,"docs":{"205":{"tf":1.0},"206":{"tf":1.0},"34":{"tf":1.0},"68":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"125":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"128":{"tf":1.0}}}}}}}}},"p":{"df":1,"docs":{"247":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"118":{"tf":1.0},"252":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":6,"docs":{"165":{"tf":1.0},"189":{"tf":1.0},"54":{"tf":1.0},"65":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"a":{"d":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":23,"docs":{"103":{"tf":1.0},"109":{"tf":1.0},"135":{"tf":1.0},"14":{"tf":1.0},"150":{"tf":1.0},"165":{"tf":1.0},"180":{"tf":1.0},"185":{"tf":1.0},"191":{"tf":1.0},"200":{"tf":1.0},"205":{"tf":1.0},"224":{"tf":1.0},"235":{"tf":1.0},"28":{"tf":1.0},"36":{"tf":1.0},"44":{"tf":1.0},"52":{"tf":1.0},"63":{"tf":1.0},"69":{"tf":1.0},"75":{"tf":1.0},"84":{"tf":1.0},"90":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"217":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"211":{"tf":1.0}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"206":{"tf":1.0}}}},"df":0,"docs":{}}},"v":{"df":2,"docs":{"162":{"tf":1.0},"217":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":18,"docs":{"121":{"tf":1.0},"128":{"tf":1.0},"136":{"tf":1.0},"143":{"tf":1.0},"151":{"tf":1.0},"157":{"tf":1.0},"166":{"tf":1.0},"169":{"tf":1.0},"172":{"tf":1.0},"181":{"tf":1.0},"225":{"tf":1.0},"29":{"tf":1.0},"37":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.0},"98":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":9,"docs":{"121":{"tf":1.7320508075688772},"225":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"130":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"181":{"tf":1.0},"232":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"133":{"tf":1.4142135623730951}}}}}}}}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"b":{"df":1,"docs":{"239":{"tf":1.7320508075688772}}},"c":{"(":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"98":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":4,"docs":{"67":{"tf":1.0},"86":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":16,"docs":{"185":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"212":{"tf":1.4142135623730951},"219":{"tf":1.0},"22":{"tf":1.0},"224":{"tf":1.0},"226":{"tf":1.0},"240":{"tf":1.0},"256":{"tf":1.0},"30":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.0},"79":{"tf":1.0},"86":{"tf":1.0}}}}}}}},"df":4,"docs":{"113":{"tf":1.0},"194":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0}},"e":{"df":2,"docs":{"239":{"tf":1.0},"240":{"tf":1.0}},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":5,"docs":{"107":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"44":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"124":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"'":{"df":0,"docs":{},"t":{"df":9,"docs":{"102":{"tf":1.0},"147":{"tf":1.0},"151":{"tf":1.0},"172":{"tf":1.0},"181":{"tf":1.0},"198":{"tf":1.4142135623730951},"33":{"tf":1.0},"41":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":8,"docs":{"100":{"tf":1.0},"139":{"tf":1.0},"171":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"42":{"tf":1.0}}},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"248":{"tf":1.0}}}}},"t":{"df":2,"docs":{"222":{"tf":1.0},"225":{"tf":1.0}}},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":3,"docs":{"22":{"tf":1.0},"234":{"tf":1.0},"68":{"tf":1.0}},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"135":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"198":{"tf":1.0},"199":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"126":{"tf":1.0}}}}},"w":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"200":{"tf":1.0},"217":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"241":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"248":{"tf":1.0}}},"o":{"df":0,"docs":{},"p":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"140":{"tf":1.0},"33":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":9,"docs":{"117":{"tf":1.0},"118":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"140":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"53":{"tf":1.0},"83":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"198":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"e":{"df":9,"docs":{"110":{"tf":1.4142135623730951},"130":{"tf":1.0},"172":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"34":{"tf":1.0},"68":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"234":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.4142135623730951},"67":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"206":{"tf":1.4142135623730951},"71":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"157":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":9,"docs":{"121":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"240":{"tf":1.0},"29":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0}}}},"df":2,"docs":{"49":{"tf":1.0},"53":{"tf":1.0}}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":15,"docs":{"107":{"tf":1.0},"117":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"136":{"tf":1.0},"147":{"tf":1.0},"151":{"tf":1.7320508075688772},"157":{"tf":1.0},"20":{"tf":1.0},"206":{"tf":1.0},"217":{"tf":1.0},"223":{"tf":1.0},"240":{"tf":1.0},"29":{"tf":1.0},"37":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"206":{"tf":1.0}}}}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":23,"docs":{"117":{"tf":1.4142135623730951},"119":{"tf":1.0},"120":{"tf":1.0},"150":{"tf":1.0},"154":{"tf":1.0},"157":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.4142135623730951},"173":{"tf":1.0},"176":{"tf":1.0},"181":{"tf":1.0},"203":{"tf":1.4142135623730951},"227":{"tf":1.0},"229":{"tf":1.0},"232":{"tf":1.0},"239":{"tf":1.7320508075688772},"240":{"tf":2.0},"29":{"tf":1.0},"37":{"tf":1.4142135623730951},"50":{"tf":1.0},"53":{"tf":1.4142135623730951},"8":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"34":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"171":{"tf":1.0},"198":{"tf":1.0},"240":{"tf":1.7320508075688772}}}}}}},"s":{"df":1,"docs":{"174":{"tf":1.0}},"i":{"df":5,"docs":{"183":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"53":{"tf":1.0},"92":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"128":{"tf":1.0},"172":{"tf":1.0},"184":{"tf":1.0},"190":{"tf":1.0},"200":{"tf":1.4142135623730951},"205":{"tf":1.0},"234":{"tf":1.0},"95":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"151":{"tf":1.0},"63":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"237":{"tf":1.0},"240":{"tf":1.0}}}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"183":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"116":{"tf":1.0}}}}}}},"df":11,"docs":{"120":{"tf":1.4142135623730951},"155":{"tf":2.0},"157":{"tf":1.4142135623730951},"170":{"tf":1.4142135623730951},"240":{"tf":2.449489742783178},"41":{"tf":2.23606797749979},"42":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":2.0},"61":{"tf":1.0},"8":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"163":{"tf":1.0},"2":{"tf":1.0},"240":{"tf":1.0},"253":{"tf":1.0}},"s":{".":{".":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"253":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"i":{"df":8,"docs":{"107":{"tf":1.0},"128":{"tf":1.0},"14":{"tf":1.4142135623730951},"166":{"tf":1.0},"172":{"tf":1.4142135623730951},"203":{"tf":1.0},"205":{"tf":1.4142135623730951},"206":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"200":{"tf":1.0},"93":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":1,"docs":{"128":{"tf":1.0}}}}}}},"df":7,"docs":{"128":{"tf":1.0},"20":{"tf":1.0},"230":{"tf":1.4142135623730951},"3":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.4142135623730951}}}}}}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"143":{"tf":1.0}}}}},"m":{"b":{"df":1,"docs":{"189":{"tf":1.0}},"e":{"d":{"df":2,"docs":{"222":{"tf":1.0},"237":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"217":{"tf":1.0}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"240":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":4,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"221":{"tf":1.0},"222":{"tf":1.0}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"146":{"tf":1.0},"206":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":7,"docs":{"116":{"tf":1.0},"118":{"tf":1.0},"130":{"tf":1.0},"154":{"tf":1.0},"196":{"tf":1.7320508075688772},"198":{"tf":1.0},"252":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"184":{"tf":1.0}}}},"df":0,"docs":{}}}}},"d":{"df":15,"docs":{"127":{"tf":1.0},"148":{"tf":1.0},"176":{"tf":1.0},"180":{"tf":1.0},"199":{"tf":1.4142135623730951},"203":{"tf":1.0},"232":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"37":{"tf":1.4142135623730951},"53":{"tf":1.0},"60":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.7320508075688772},"78":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"130":{"tf":1.0},"225":{"tf":1.0},"233":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"181":{"tf":1.0},"184":{"tf":1.0},"2":{"tf":1.0}}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"3":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":4,"docs":{"130":{"tf":1.0},"233":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":16,"docs":{"102":{"tf":1.0},"134":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"143":{"tf":2.0},"192":{"tf":1.0},"202":{"tf":1.0},"206":{"tf":1.0},"209":{"tf":1.0},"214":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"74":{"tf":1.0},"88":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"199":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":5,"docs":{"194":{"tf":1.0},"206":{"tf":1.0},"233":{"tf":1.0},"55":{"tf":1.0},"68":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"174":{"tf":1.0},"247":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"144":{"tf":1.0},"148":{"tf":1.4142135623730951},"198":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":15,"docs":{"155":{"tf":1.4142135623730951},"170":{"tf":1.4142135623730951},"212":{"tf":1.0},"233":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.7320508075688772},"42":{"tf":2.0},"57":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"86":{"tf":1.7320508075688772},"87":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"2":{"tf":1.0},"81":{"tf":1.4142135623730951}}}}}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"203":{"tf":1.0}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":6,"docs":{"198":{"tf":1.0},"232":{"tf":1.0},"32":{"tf":1.0},"42":{"tf":1.0},"66":{"tf":1.0},"78":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"240":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"206":{"tf":1.0},"240":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"239":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":7,"docs":{"143":{"tf":1.0},"151":{"tf":1.0},"166":{"tf":1.0},"172":{"tf":1.0},"189":{"tf":1.0},"225":{"tf":1.0},"90":{"tf":1.0}}}}}}},"r":{"(":{"df":3,"docs":{"206":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"106":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":2,"docs":{"34":{"tf":1.0},"73":{"tf":1.0}},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"59":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{".":{"a":{"df":0,"docs":{},"s":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{")":{".":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"df":1,"docs":{"60":{"tf":1.4142135623730951}}}}}},"df":25,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.0},"141":{"tf":1.4142135623730951},"142":{"tf":1.0},"143":{"tf":1.0},"148":{"tf":1.0},"177":{"tf":1.4142135623730951},"199":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"209":{"tf":1.0},"211":{"tf":1.0},"217":{"tf":1.4142135623730951},"233":{"tf":1.4142135623730951},"240":{"tf":2.8284271247461903},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":2.23606797749979},"60":{"tf":2.0},"61":{"tf":1.0},"62":{"tf":1.0},"74":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":6,"docs":{"11":{"tf":1.0},"135":{"tf":1.0},"14":{"tf":1.0},"240":{"tf":1.0},"34":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"139":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"36":{"tf":1.0}}}}}}}},"t":{"c":{"df":3,"docs":{"224":{"tf":1.4142135623730951},"28":{"tf":1.0},"35":{"tf":1.0}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"169":{"tf":1.0}}}}}}}}},"u":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"128":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":16,"docs":{"132":{"tf":1.0},"17":{"tf":1.0},"172":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":1.0},"200":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"233":{"tf":1.0},"239":{"tf":1.0},"241":{"tf":1.0},"29":{"tf":1.0},"37":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0},"89":{"tf":1.0}},"t":{"df":1,"docs":{"116":{"tf":1.0}},"u":{"df":1,"docs":{"240":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"198":{"tf":1.0},"20":{"tf":1.0},"206":{"tf":1.0},"240":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"90":{"tf":1.0}}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"197":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"225":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"211":{"tf":1.0},"37":{"tf":1.0},"79":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"143":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":69,"docs":{"101":{"tf":1.0},"106":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"12":{"tf":1.0},"122":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"132":{"tf":1.0},"140":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":1.4142135623730951},"149":{"tf":1.0},"151":{"tf":2.23606797749979},"155":{"tf":1.7320508075688772},"157":{"tf":1.4142135623730951},"16":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"170":{"tf":1.7320508075688772},"172":{"tf":1.0},"177":{"tf":1.4142135623730951},"181":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"192":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"203":{"tf":1.4142135623730951},"205":{"tf":1.0},"207":{"tf":1.4142135623730951},"21":{"tf":1.0},"210":{"tf":1.0},"215":{"tf":1.0},"217":{"tf":1.0},"222":{"tf":1.4142135623730951},"232":{"tf":1.0},"233":{"tf":1.4142135623730951},"237":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"240":{"tf":2.23606797749979},"241":{"tf":1.0},"25":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.4142135623730951},"58":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":3.0},"82":{"tf":1.0},"87":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":2.0},"95":{"tf":1.7320508075688772},"96":{"tf":1.0},"97":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"199":{"tf":1.0}},"l":{"df":2,"docs":{"198":{"tf":1.0},"2":{"tf":1.0}}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"198":{"tf":1.0},"206":{"tf":1.0}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"172":{"tf":1.0},"206":{"tf":2.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":10,"docs":{"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.7320508075688772},"120":{"tf":1.7320508075688772},"140":{"tf":1.0},"199":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"90":{"tf":1.0}},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":3,"docs":{"118":{"tf":2.0},"119":{"tf":1.0},"120":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"258":{"tf":1.0},"87":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":9,"docs":{"147":{"tf":1.0},"17":{"tf":1.0},"206":{"tf":1.7320508075688772},"209":{"tf":1.4142135623730951},"210":{"tf":1.0},"211":{"tf":1.0},"42":{"tf":1.0},"78":{"tf":1.0},"86":{"tf":1.0}}}},"t":{"df":5,"docs":{"140":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"126":{"tf":2.6457513110645907}},"e":{"c":{"df":0,"docs":{},"t":{"df":10,"docs":{"14":{"tf":1.0},"17":{"tf":1.4142135623730951},"198":{"tf":1.0},"206":{"tf":1.0},"224":{"tf":1.0},"240":{"tf":1.7320508075688772},"25":{"tf":1.0},"254":{"tf":1.0},"61":{"tf":2.0},"68":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"172":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"224":{"tf":1.0},"26":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"241":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"72":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.0},"140":{"tf":1.0},"225":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"218":{"tf":1.4142135623730951},"50":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"121":{"tf":1.0}}}},"r":{"df":1,"docs":{"238":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"202":{"tf":1.0},"203":{"tf":1.0},"233":{"tf":1.0}}}},"s":{"df":10,"docs":{"133":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"143":{"tf":1.0},"151":{"tf":1.0},"196":{"tf":1.0},"237":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0},"90":{"tf":1.0}}}},"r":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":1,"docs":{"170":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":1,"docs":{"155":{"tf":1.0}}}}}}},":":{":":{"a":{"d":{"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":2,"docs":{"155":{"tf":1.0},"157":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"(":{"_":{"df":1,"docs":{"157":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":1,"docs":{"155":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"u":{"b":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":2,"docs":{"155":{"tf":1.0},"157":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"155":{"tf":2.0},"157":{"tf":1.0},"170":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":8,"docs":{"110":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":2.0},"126":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"200":{"tf":1.0},"227":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"139":{"tf":1.0},"206":{"tf":1.0},"222":{"tf":1.0},"251":{"tf":1.0},"48":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":6,"docs":{"2":{"tf":1.0},"237":{"tf":1.4142135623730951},"247":{"tf":1.0},"68":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":6,"docs":{"199":{"tf":1.7320508075688772},"60":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"89":{"tf":1.0}}}}},"r":{"a":{"df":4,"docs":{"148":{"tf":1.0},"232":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"90":{"tf":1.0}}}}}}}},"f":{"(":{"df":0,"docs":{},"x":{"df":1,"docs":{"151":{"tf":1.0}}}},"1":{"df":1,"docs":{"177":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"177":{"tf":1.4142135623730951}}},"3":{"df":1,"docs":{"177":{"tf":1.4142135623730951}}},"6":{"4":{")":{"*":{"(":{"$":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"128":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"128":{"tf":1.0},"133":{"tf":1.0}}},"df":0,"docs":{}},"a":{"c":{"a":{"d":{"df":1,"docs":{"225":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"198":{"tf":1.0}}}}}},"t":{"df":7,"docs":{"128":{"tf":1.0},"151":{"tf":1.0},"206":{"tf":1.4142135623730951},"217":{"tf":1.0},"53":{"tf":1.0},"7":{"tf":1.0},"90":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"157":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":8,"docs":{"199":{"tf":1.0},"206":{"tf":1.0},"210":{"tf":1.0},"240":{"tf":1.4142135623730951},"44":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"8":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"218":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"105":{"tf":1.0},"106":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":3,"docs":{"106":{"tf":1.0},"21":{"tf":1.0},"8":{"tf":1.7320508075688772}}}},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"217":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"240":{"tf":1.7320508075688772}}}}}},"r":{"df":1,"docs":{"233":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"172":{"tf":1.0}}}}}},"t":{"df":2,"docs":{"50":{"tf":1.0},"74":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"121":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"7":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"199":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"225":{"tf":1.4142135623730951}}}}}}},"b":{".":{"a":{"df":1,"docs":{"166":{"tf":1.0}}},"b":{"df":1,"docs":{"166":{"tf":1.0}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"166":{"tf":1.0}}},"df":4,"docs":{"132":{"tf":1.0},"151":{"tf":1.7320508075688772},"166":{"tf":1.0},"222":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"110":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"151":{"tf":1.7320508075688772},"217":{"tf":1.0},"224":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":2,"docs":{"239":{"tf":1.0},"43":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":2.0}},"s":{"\"":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"149":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"198":{"tf":1.0},"234":{"tf":1.0}}}}}},"f":{"df":0,"docs":{},"i":{"df":9,"docs":{"194":{"tf":1.7320508075688772},"197":{"tf":1.4142135623730951},"198":{"tf":1.0},"200":{"tf":1.4142135623730951},"55":{"tf":2.0},"56":{"tf":1.0},"65":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"\"":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"119":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":19,"docs":{"117":{"tf":1.4142135623730951},"118":{"tf":2.0},"119":{"tf":1.4142135623730951},"120":{"tf":2.0},"131":{"tf":1.0},"134":{"tf":1.0},"162":{"tf":1.7320508075688772},"17":{"tf":1.0},"176":{"tf":1.0},"181":{"tf":1.0},"20":{"tf":1.0},"222":{"tf":1.7320508075688772},"234":{"tf":1.4142135623730951},"239":{"tf":2.449489742783178},"240":{"tf":2.23606797749979},"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"88":{"tf":3.1622776601683795},"89":{"tf":2.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"233":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"233":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"49":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}},"e":{"d":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"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":{"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"233":{"tf":1.0}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":1,"docs":{"233":{"tf":1.4142135623730951}}}},"p":{"df":1,"docs":{"233":{"tf":1.4142135623730951}}}},"df":1,"docs":{"233":{"tf":1.7320508075688772}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":6,"docs":{"151":{"tf":1.4142135623730951},"198":{"tf":1.0},"233":{"tf":1.7320508075688772},"240":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.4142135623730951}}},"l":{"df":2,"docs":{"232":{"tf":1.4142135623730951},"54":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":7,"docs":{"120":{"tf":1.0},"224":{"tf":1.0},"239":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":2.449489742783178}},"i":{"df":0,"docs":{},"s":{"df":8,"docs":{"139":{"tf":1.0},"141":{"tf":1.7320508075688772},"142":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"144":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.4142135623730951},"54":{"tf":1.0}}}}}},"d":{"df":3,"docs":{"191":{"tf":1.0},"2":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":4,"docs":{"183":{"tf":1.0},"211":{"tf":1.0},"53":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"y":{"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":{"151":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"203":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"203":{"tf":1.0}}}}}},"df":10,"docs":{"200":{"tf":1.0},"206":{"tf":1.0},"210":{"tf":1.0},"218":{"tf":1.0},"230":{"tf":1.4142135623730951},"234":{"tf":1.0},"240":{"tf":1.0},"42":{"tf":1.0},"49":{"tf":1.0},"74":{"tf":1.0}}}}},"x":{"df":2,"docs":{"45":{"tf":1.0},"8":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"151":{"tf":1.0}}},"t":{"df":2,"docs":{"57":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":9,"docs":{"113":{"tf":1.0},"121":{"tf":1.0},"173":{"tf":1.0},"176":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":1.0},"26":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"(":{"df":0,"docs":{},"u":{"8":{"df":1,"docs":{"151":{"tf":1.0}}},"df":0,"docs":{}}},"df":44,"docs":{"106":{"tf":1.4142135623730951},"118":{"tf":3.3166247903554},"119":{"tf":3.0},"12":{"tf":1.0},"120":{"tf":3.4641016151377544},"121":{"tf":1.0},"127":{"tf":2.23606797749979},"128":{"tf":1.0},"132":{"tf":1.4142135623730951},"140":{"tf":2.0},"143":{"tf":1.0},"148":{"tf":2.23606797749979},"151":{"tf":1.7320508075688772},"155":{"tf":2.449489742783178},"157":{"tf":1.0},"16":{"tf":1.4142135623730951},"162":{"tf":2.23606797749979},"17":{"tf":1.7320508075688772},"170":{"tf":2.0},"177":{"tf":2.449489742783178},"199":{"tf":2.0},"203":{"tf":1.4142135623730951},"206":{"tf":1.0},"21":{"tf":1.0},"222":{"tf":1.7320508075688772},"223":{"tf":1.0},"233":{"tf":3.1622776601683795},"239":{"tf":2.449489742783178},"240":{"tf":2.449489742783178},"25":{"tf":1.0},"33":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"49":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":2.0},"74":{"tf":1.0},"8":{"tf":2.23606797749979},"87":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"119":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"119":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"119":{"tf":2.23606797749979}}}}}},"o":{"c":{"df":0,"docs":{},"u":{"df":1,"docs":{"240":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"177":{"tf":1.0}}}},"l":{"d":{"_":{"df":1,"docs":{"172":{"tf":1.0}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"170":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"170":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"170":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":8,"docs":{"158":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.4142135623730951},"170":{"tf":2.23606797749979},"171":{"tf":1.4142135623730951},"173":{"tf":2.23606797749979},"202":{"tf":1.0},"230":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"169":{"tf":1.0},"170":{"tf":2.23606797749979}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":15,"docs":{"119":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.0},"132":{"tf":1.0},"151":{"tf":1.0},"197":{"tf":1.0},"214":{"tf":1.0},"218":{"tf":1.4142135623730951},"222":{"tf":1.0},"227":{"tf":1.0},"3":{"tf":1.0},"51":{"tf":1.0},"65":{"tf":1.0},"71":{"tf":1.0},"8":{"tf":1.0}}}}}},"o":{"\"":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"170":{"tf":1.0},"94":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"177":{"tf":1.0}}}}}},"a":{"df":1,"docs":{"177":{"tf":1.4142135623730951}}},"b":{"a":{"df":0,"docs":{},"r":{"<":{"df":0,"docs":{},"t":{"1":{"df":1,"docs":{"136":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.7320508075688772}}}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"162":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"162":{"tf":3.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"162":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{")":{".":{"a":{"(":{")":{".":{"b":{"(":{")":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"(":{"\"":{"df":0,"docs":{},"y":{"\"":{")":{")":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"166":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":10,"docs":{"132":{"tf":2.23606797749979},"136":{"tf":1.0},"140":{"tf":2.0},"162":{"tf":3.3166247903554},"170":{"tf":1.4142135623730951},"222":{"tf":3.605551275463989},"224":{"tf":1.4142135623730951},"225":{"tf":1.0},"33":{"tf":2.0},"87":{"tf":1.4142135623730951}}},"r":{"c":{"df":3,"docs":{"107":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.7320508075688772}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":9,"docs":{"197":{"tf":1.4142135623730951},"200":{"tf":1.0},"205":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"128":{"tf":1.0},"251":{"tf":1.0}}},"t":{"!":{"(":{"\"":{"c":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"60":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"i":{"/":{"df":0,"docs":{},"o":{"df":1,"docs":{"60":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":1,"docs":{"148":{"tf":1.0}}}},"df":0,"docs":{}},"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"148":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}},"df":8,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"147":{"tf":2.0},"148":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":2.6457513110645907}},"t":{"df":1,"docs":{"148":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"151":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"151":{"tf":1.0}}}}}}},"df":0,"docs":{}},">":{"(":{"df":0,"docs":{},"g":{"df":1,"docs":{"148":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":3,"docs":{"159":{"tf":1.0},"240":{"tf":1.0},"88":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"121":{"tf":1.0},"184":{"tf":1.0},"240":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"71":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":3,"docs":{"37":{"tf":1.0},"60":{"tf":1.0},"68":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{".":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"199":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":5,"docs":{"126":{"tf":1.4142135623730951},"129":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"202":{"tf":1.0}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"166":{"tf":1.0},"238":{"tf":1.0},"74":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"172":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"m":{"(":{"df":3,"docs":{"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}},"<":{"c":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"237":{"tf":1.0}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"59":{"tf":1.0},"60":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"61":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"c":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"237":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"8":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"107":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":1,"docs":{"107":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"s":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"49":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":5,"docs":{"151":{"tf":1.0},"197":{"tf":1.0},"211":{"tf":1.0},"241":{"tf":1.0},"57":{"tf":1.0}},"i":{"df":1,"docs":{"211":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":52,"docs":{"105":{"tf":1.0},"107":{"tf":1.0},"119":{"tf":2.449489742783178},"121":{"tf":2.23606797749979},"128":{"tf":1.0},"132":{"tf":1.0},"136":{"tf":1.4142135623730951},"140":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"16":{"tf":1.4142135623730951},"165":{"tf":1.0},"17":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.4142135623730951},"181":{"tf":1.0},"186":{"tf":1.4142135623730951},"189":{"tf":1.0},"196":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.7320508075688772},"203":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.4142135623730951},"227":{"tf":2.23606797749979},"228":{"tf":1.0},"230":{"tf":1.7320508075688772},"232":{"tf":1.7320508075688772},"233":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":3.1622776601683795},"240":{"tf":2.449489742783178},"253":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"37":{"tf":1.7320508075688772},"55":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.7320508075688772},"71":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951},"8":{"tf":2.23606797749979},"93":{"tf":1.0},"95":{"tf":1.4142135623730951},"97":{"tf":1.0}},"s":{"/":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"128":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"126":{"tf":1.0},"155":{"tf":1.0},"37":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"154":{"tf":1.0},"217":{"tf":1.0},"224":{"tf":1.0},"44":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":8,"docs":{"147":{"tf":1.0},"183":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"224":{"tf":1.0},"235":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0}}}}}}},"g":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"(":{"&":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"148":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"189":{"tf":1.0},"237":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"199":{"tf":1.0}}}}},"c":{"'":{"d":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"45":{"tf":1.0}}},"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":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"148":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":25,"docs":{"110":{"tf":1.0},"136":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.7320508075688772},"148":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"211":{"tf":1.0},"219":{"tf":1.0},"22":{"tf":1.0},"224":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":2.449489742783178},"233":{"tf":1.4142135623730951},"234":{"tf":1.0},"237":{"tf":1.0},"240":{"tf":3.1622776601683795},"241":{"tf":1.0},"247":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"77":{"tf":1.0},"89":{"tf":1.0}}}}},"t":{"_":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"i":{"d":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"239":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"239":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"73":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"101":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":4,"docs":{"206":{"tf":1.0},"233":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"46":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"73":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"73":{"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":{},"v":{"df":0,"docs":{},"e":{"df":15,"docs":{"111":{"tf":1.0},"121":{"tf":1.0},"133":{"tf":1.0},"172":{"tf":1.0},"198":{"tf":1.0},"207":{"tf":1.0},"217":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"8":{"tf":1.4142135623730951},"81":{"tf":1.0}},"n":{"df":6,"docs":{"107":{"tf":1.0},"110":{"tf":1.0},"146":{"tf":1.0},"166":{"tf":1.0},"233":{"tf":1.0},"250":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"237":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"206":{"tf":1.0}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"125":{"tf":1.0},"197":{"tf":1.0},"233":{"tf":1.0},"249":{"tf":1.0},"5":{"tf":1.0}}}},"df":6,"docs":{"112":{"tf":1.0},"126":{"tf":1.0},"230":{"tf":1.0},"233":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"66":{"tf":1.0}},"e":{"df":2,"docs":{"240":{"tf":1.0},"37":{"tf":1.4142135623730951}}},"o":{"d":{"df":12,"docs":{"151":{"tf":1.0},"180":{"tf":1.0},"194":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"211":{"tf":1.0},"218":{"tf":1.0},"225":{"tf":1.0},"240":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"217":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"202":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"183":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"124":{"tf":1.0},"126":{"tf":1.7320508075688772},"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"129":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"241":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"110":{"tf":1.4142135623730951},"111":{"tf":1.0},"207":{"tf":1.0},"211":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"198":{"tf":1.0},"60":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"194":{"tf":1.0},"200":{"tf":1.0},"83":{"tf":1.0}}}}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":7,"docs":{"190":{"tf":1.0},"192":{"tf":1.0},"199":{"tf":1.4142135623730951},"232":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"67":{"tf":1.4142135623730951}}}}}},"d":{"df":6,"docs":{"138":{"tf":1.0},"139":{"tf":1.4142135623730951},"140":{"tf":1.4142135623730951},"143":{"tf":2.6457513110645907},"38":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"68":{"tf":1.0}}}}},"i":{"d":{"df":2,"docs":{"144":{"tf":1.0},"167":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"1":{"tf":1.0},"244":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"/":{"c":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"h":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"211":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"/":{"0":{".":{"1":{".":{"0":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"3":{"2":{"df":0,"docs":{},"f":{"3":{"0":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"a":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"p":{"a":{"0":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"237":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":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":{"237":{"tf":1.0}}},"n":{"d":{"df":3,"docs":{"172":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0}},"l":{"df":13,"docs":{"148":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"205":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"233":{"tf":1.4142135623730951},"239":{"tf":1.0},"34":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"121":{"tf":1.0},"233":{"tf":1.0}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":7,"docs":{"199":{"tf":1.0},"206":{"tf":1.0},"224":{"tf":1.0},"229":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"5":{"tf":1.0}}}},"i":{"df":1,"docs":{"42":{"tf":1.0}}}}},"r":{"d":{"df":4,"docs":{"191":{"tf":1.0},"217":{"tf":1.0},"36":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"148":{"tf":1.0}}}}}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"148":{"tf":1.0}}}}}},"df":1,"docs":{"240":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"<":{"df":0,"docs":{},"u":{"6":{"4":{"df":1,"docs":{"239":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"137":{"tf":1.0},"230":{"tf":1.0},"232":{"tf":1.0},"241":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"44":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":5,"docs":{"151":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"166":{"tf":1.0},"240":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"206":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"198":{"tf":1.0}}}}},"df":0,"docs":{},"p":{"df":6,"docs":{"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"211":{"tf":1.4142135623730951},"237":{"tf":1.0},"51":{"tf":1.0}}},"v":{"df":0,"docs":{},"i":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"185":{"tf":1.0}},"o":{"df":1,"docs":{"12":{"tf":1.0}}}},"p":{"df":7,"docs":{"143":{"tf":1.0},"162":{"tf":1.0},"198":{"tf":1.0},"219":{"tf":1.4142135623730951},"238":{"tf":1.0},"242":{"tf":1.0},"89":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"151":{"tf":1.0},"161":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"199":{"tf":1.0}}},"df":26,"docs":{"101":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"140":{"tf":1.0},"162":{"tf":1.0},"169":{"tf":1.0},"177":{"tf":1.0},"194":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"21":{"tf":1.7320508075688772},"218":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.4142135623730951},"233":{"tf":2.0},"239":{"tf":1.0},"240":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"87":{"tf":1.0},"94":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"243":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"154":{"tf":1.0},"156":{"tf":1.0}}}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":4,"docs":{"136":{"tf":1.4142135623730951},"206":{"tf":1.0},"250":{"tf":1.0},"252":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"200":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"170":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"202":{"tf":1.0},"240":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"207":{"tf":1.0}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"240":{"tf":1.0}}}}}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}},"r":{"df":1,"docs":{"170":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"209":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"156":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"198":{"tf":1.0},"218":{"tf":1.0},"235":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"187":{"tf":1.0}}}},"t":{"df":1,"docs":{"50":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":2,"docs":{"185":{"tf":1.0},"237":{"tf":1.0}},"s":{":":{"/":{"/":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"0":{".":{"1":{"4":{".":{"5":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"237":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"3":{"2":{"df":0,"docs":{},"f":{"3":{"0":{"df":0,"docs":{},"x":{"df":1,"docs":{"237":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"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":{"5":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"228":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"237":{"tf":1.0}}}}}}},"i":{".":{"df":1,"docs":{"241":{"tf":1.0}},"e":{",":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"149":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"3":{"2":{"df":2,"docs":{"87":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"155":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"8":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"df":1,"docs":{"239":{"tf":1.7320508075688772}},"e":{"a":{"df":8,"docs":{"115":{"tf":1.0},"146":{"tf":1.0},"151":{"tf":1.4142135623730951},"199":{"tf":1.7320508075688772},"217":{"tf":1.0},"218":{"tf":1.0},"232":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"17":{"tf":1.0},"170":{"tf":1.0},"240":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"113":{"tf":1.0},"174":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":6,"docs":{"199":{"tf":1.0},"243":{"tf":1.0},"42":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.0},"78":{"tf":1.0}}}},"df":9,"docs":{"144":{"tf":1.0},"18":{"tf":1.0},"194":{"tf":1.0},"22":{"tf":1.0},"224":{"tf":1.0},"226":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.4142135623730951},"55":{"tf":1.7320508075688772}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"240":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"148":{"tf":1.0},"206":{"tf":1.0},"8":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"i":{"df":1,"docs":{"9":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"206":{"tf":1.0},"8":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"106":{"tf":1.0},"147":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":3,"docs":{"199":{"tf":1.0},"37":{"tf":1.7320508075688772},"83":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"100":{"tf":1.0},"101":{"tf":1.4142135623730951},"172":{"tf":1.0},"209":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"227":{"tf":1.4142135623730951},"228":{"tf":1.4142135623730951},"229":{"tf":1.4142135623730951},"232":{"tf":1.0}}}},"l":{"<":{"'":{"_":{"df":1,"docs":{"237":{"tf":1.0}}},"a":{"df":3,"docs":{"120":{"tf":1.0},"127":{"tf":1.0},"140":{"tf":1.4142135623730951}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"199":{"tf":1.0}}}}},"df":0,"docs":{},"p":{"df":1,"docs":{"233":{"tf":1.0}}},"t":{"df":3,"docs":{"140":{"tf":1.0},"237":{"tf":1.0},"25":{"tf":1.0}}}},"df":30,"docs":{"118":{"tf":1.7320508075688772},"119":{"tf":1.0},"132":{"tf":1.4142135623730951},"135":{"tf":1.0},"148":{"tf":1.7320508075688772},"151":{"tf":1.0},"155":{"tf":1.0},"16":{"tf":1.0},"162":{"tf":1.4142135623730951},"17":{"tf":1.7320508075688772},"170":{"tf":1.0},"199":{"tf":1.0},"203":{"tf":1.0},"21":{"tf":1.0},"217":{"tf":1.4142135623730951},"222":{"tf":1.4142135623730951},"223":{"tf":1.0},"232":{"tf":1.4142135623730951},"233":{"tf":2.8284271247461903},"234":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":1.7320508075688772},"240":{"tf":1.4142135623730951},"33":{"tf":1.0},"36":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":47,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"130":{"tf":1.0},"133":{"tf":1.7320508075688772},"135":{"tf":1.0},"136":{"tf":1.4142135623730951},"140":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"146":{"tf":2.0},"148":{"tf":1.0},"149":{"tf":1.7320508075688772},"150":{"tf":1.0},"151":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951},"167":{"tf":1.0},"17":{"tf":2.0},"170":{"tf":1.0},"18":{"tf":1.0},"199":{"tf":1.7320508075688772},"2":{"tf":1.0},"20":{"tf":2.23606797749979},"203":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"218":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"233":{"tf":1.4142135623730951},"234":{"tf":1.0},"235":{"tf":1.4142135623730951},"237":{"tf":1.7320508075688772},"239":{"tf":1.4142135623730951},"240":{"tf":2.23606797749979},"241":{"tf":1.0},"25":{"tf":1.7320508075688772},"257":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.7320508075688772},"33":{"tf":1.0},"44":{"tf":1.4142135623730951},"77":{"tf":1.0},"78":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"22":{"tf":1.0},"240":{"tf":1.0}}}}}}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":8,"docs":{"222":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.4142135623730951},"25":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"8":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"df":1,"docs":{"73":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"224":{"tf":1.0},"68":{"tf":1.0}}}}}}},"df":1,"docs":{"196":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"110":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"218":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"v":{"df":1,"docs":{"235":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":7,"docs":{"151":{"tf":1.0},"202":{"tf":1.0},"222":{"tf":1.0},"233":{"tf":1.0},"241":{"tf":1.0},"25":{"tf":1.0},"250":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"132":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":5,"docs":{"113":{"tf":1.0},"150":{"tf":1.0},"211":{"tf":1.0},"235":{"tf":1.0},"7":{"tf":1.0}}}},"d":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"199":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"103":{"tf":1.0},"84":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"176":{"tf":1.0},"181":{"tf":1.7320508075688772},"50":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"df":1,"docs":{"29":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"n":{"a":{"df":2,"docs":{"43":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}},"c":{"df":6,"docs":{"180":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"36":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"225":{"tf":1.0},"7":{"tf":2.0}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":2,"docs":{"119":{"tf":1.0},"218":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"207":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"191":{"tf":1.0},"211":{"tf":1.0}}}},"df":0,"docs":{}}}},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"194":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"68":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}}},"x":{".":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"127":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"126":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":9,"docs":{"156":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"233":{"tf":1.0},"239":{"tf":1.0},"250":{"tf":1.0},"256":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"217":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"221":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":2.0},"225":{"tf":1.0},"232":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"139":{"tf":1.4142135623730951},"164":{"tf":1.0}}}}}},"df":11,"docs":{"203":{"tf":1.0},"21":{"tf":1.0},"236":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.0},"67":{"tf":1.0},"74":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"152":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"222":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"170":{"tf":1.4142135623730951},"190":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"240":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":6,"docs":{"105":{"tf":1.0},"198":{"tf":1.0},"252":{"tf":1.0},"33":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"240":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":14,"docs":{"112":{"tf":1.0},"124":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"16":{"tf":1.0},"21":{"tf":1.4142135623730951},"211":{"tf":1.0},"22":{"tf":1.0},"222":{"tf":1.0},"247":{"tf":1.0},"42":{"tf":1.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.0},"88":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"86":{"tf":1.0},"88":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":18,"docs":{"119":{"tf":1.0},"120":{"tf":1.0},"16":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.7320508075688772},"222":{"tf":1.0},"236":{"tf":1.4142135623730951},"240":{"tf":1.0},"25":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"198":{"tf":2.449489742783178},"199":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"g":{"df":3,"docs":{"200":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"211":{"tf":1.0},"212":{"tf":1.0}}}}}},"n":{"d":{"df":2,"docs":{"224":{"tf":1.0},"225":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.0},"214":{"tf":1.0},"225":{"tf":1.4142135623730951}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"202":{"tf":1.0},"224":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"239":{"tf":1.0},"45":{"tf":1.0}}}}},"f":{"a":{"c":{"df":8,"docs":{"133":{"tf":1.0},"189":{"tf":1.4142135623730951},"191":{"tf":1.0},"192":{"tf":1.0},"224":{"tf":1.0},"241":{"tf":1.0},"247":{"tf":1.7320508075688772},"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"110":{"tf":1.0},"170":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":8,"docs":{"136":{"tf":1.4142135623730951},"197":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"205":{"tf":1.0},"211":{"tf":1.0},"233":{"tf":1.0},"237":{"tf":1.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":5,"docs":{"123":{"tf":1.0},"124":{"tf":1.7320508075688772},"128":{"tf":1.0},"129":{"tf":1.0},"155":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"\"":{"1":{"df":1,"docs":{"127":{"tf":1.0}}},"2":{"+":{"3":{"df":1,"docs":{"127":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"<":{"'":{"a":{"df":1,"docs":{"127":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"i":{"6":{"4":{"df":2,"docs":{"155":{"tf":1.0},"170":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"o":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"73":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{">":{">":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"74":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"77":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}}}},"r":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":1,"docs":{"127":{"tf":1.4142135623730951}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":5,"docs":{"191":{"tf":1.0},"217":{"tf":1.0},"224":{"tf":1.0},"36":{"tf":1.0},"91":{"tf":1.0}},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"241":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"197":{"tf":1.0},"199":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":7,"docs":{"148":{"tf":1.0},"189":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"237":{"tf":1.0},"251":{"tf":1.0},"68":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"233":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"146":{"tf":1.4142135623730951},"247":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"k":{"df":6,"docs":{"116":{"tf":1.0},"117":{"tf":1.7320508075688772},"119":{"tf":1.0},"211":{"tf":1.0},"7":{"tf":1.0},"95":{"tf":1.0}}},"l":{"df":0,"docs":{},"v":{"df":5,"docs":{"198":{"tf":1.0},"200":{"tf":1.0},"233":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}}}}}}},"o":{":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"49":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"49":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"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":{"d":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"59":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"225":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":1,"docs":{"247":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"59":{"tf":1.0},"60":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"u":{"df":10,"docs":{"176":{"tf":1.0},"177":{"tf":1.0},"199":{"tf":1.0},"204":{"tf":1.0},"211":{"tf":1.0},"225":{"tf":1.0},"4":{"tf":1.0},"60":{"tf":1.0},"68":{"tf":1.4142135623730951},"74":{"tf":1.0}}}}},"t":{"'":{"df":12,"docs":{"112":{"tf":1.0},"177":{"tf":1.0},"206":{"tf":1.4142135623730951},"224":{"tf":1.0},"42":{"tf":1.0},"53":{"tf":1.0},"63":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":3,"docs":{"131":{"tf":1.0},"169":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951}}},"r":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"|":{"df":0,"docs":{},"r":{"df":1,"docs":{"239":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"203":{"tf":1.0},"206":{"tf":1.0}}}}}}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"'":{"df":3,"docs":{"118":{"tf":1.0},"173":{"tf":1.0},"206":{"tf":1.4142135623730951}}},".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"|":{"df":0,"docs":{},"r":{"df":1,"docs":{"239":{"tf":1.0}}}}},"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":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"79":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"m":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"171":{"tf":1.0},"79":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"=":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"239":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"239":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":15,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"156":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.4142135623730951},"199":{"tf":3.7416573867739413},"200":{"tf":1.4142135623730951},"203":{"tf":2.449489742783178},"205":{"tf":1.4142135623730951},"206":{"tf":3.0},"229":{"tf":1.0},"239":{"tf":1.4142135623730951},"76":{"tf":1.0},"78":{"tf":1.4142135623730951},"79":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":10,"docs":{"162":{"tf":1.0},"170":{"tf":1.4142135623730951},"194":{"tf":1.0},"200":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.7320508075688772},"241":{"tf":1.0},"256":{"tf":1.0},"55":{"tf":1.0}}}}}}}},"j":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"239":{"tf":1.0},"240":{"tf":1.0}}}},"v":{"a":{"df":6,"docs":{"157":{"tf":1.0},"166":{"tf":1.0},"222":{"tf":1.4142135623730951},"224":{"tf":1.4142135623730951},"232":{"tf":1.4142135623730951},"34":{"tf":1.0}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"232":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"9":{"tf":1.0}},"o":{"b":{"df":1,"docs":{"240":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"239":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"43":{"tf":1.0},"45":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"240":{"tf":1.0}}},"df":6,"docs":{"147":{"tf":1.0},"148":{"tf":1.7320508075688772},"149":{"tf":1.0},"151":{"tf":1.4142135623730951},"239":{"tf":1.0},"240":{"tf":2.0}}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"200":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"'":{"df":1,"docs":{"193":{"tf":1.0}}},"df":0,"docs":{}}}}},"k":{"df":1,"docs":{"148":{"tf":2.0}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":13,"docs":{"140":{"tf":1.4142135623730951},"197":{"tf":1.0},"198":{"tf":1.0},"202":{"tf":1.0},"212":{"tf":1.0},"233":{"tf":1.0},"240":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"65":{"tf":1.0}}}},"p":{"df":0,"docs":{},"t":{"df":5,"docs":{"148":{"tf":1.0},"198":{"tf":1.0},"249":{"tf":1.0},"37":{"tf":1.4142135623730951},"5":{"tf":1.0}}}},"y":{".":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"199":{"tf":1.0}}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"199":{"tf":1.0}}}}}},"df":8,"docs":{"198":{"tf":1.0},"199":{"tf":2.0},"206":{"tf":1.7320508075688772},"232":{"tf":1.0},"240":{"tf":1.4142135623730951},"249":{"tf":1.0},"26":{"tf":1.0},"5":{"tf":1.0}},"s":{"<":{"'":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{">":{"(":{"&":{"'":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"199":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"133":{"tf":1.0}}}}}}}},"n":{"d":{"df":6,"docs":{"124":{"tf":1.0},"147":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.4142135623730951},"29":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"249":{"tf":1.0},"5":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":11,"docs":{"117":{"tf":1.0},"136":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.4142135623730951},"150":{"tf":1.0},"181":{"tf":1.0},"198":{"tf":1.7320508075688772},"207":{"tf":1.4142135623730951},"233":{"tf":1.4142135623730951},"240":{"tf":1.0},"258":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":2,"docs":{"110":{"tf":1.0},"248":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":4,"docs":{"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"232":{"tf":1.4142135623730951},"239":{"tf":1.0}}}}}}},"l":{"a":{"b":{"df":1,"docs":{"233":{"tf":1.7320508075688772}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"166":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":31,"docs":{"110":{"tf":2.23606797749979},"124":{"tf":2.0},"128":{"tf":1.4142135623730951},"135":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"16":{"tf":1.0},"166":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951},"196":{"tf":1.0},"197":{"tf":1.7320508075688772},"2":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.4142135623730951},"222":{"tf":1.0},"224":{"tf":1.0},"227":{"tf":1.0},"232":{"tf":2.449489742783178},"239":{"tf":1.7320508075688772},"240":{"tf":1.4142135623730951},"255":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"57":{"tf":1.0},"62":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"g":{"df":3,"docs":{"176":{"tf":1.0},"185":{"tf":1.0},"5":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"189":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"230":{"tf":1.0},"68":{"tf":1.0},"8":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"116":{"tf":1.4142135623730951},"119":{"tf":1.0},"171":{"tf":1.0},"177":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"78":{"tf":1.0},"88":{"tf":1.0}}}}}},"w":{"df":1,"docs":{"250":{"tf":1.0}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"240":{"tf":1.4142135623730951},"5":{"tf":1.0},"7":{"tf":2.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"198":{"tf":1.0},"222":{"tf":1.0}}}}}}},"df":1,"docs":{"199":{"tf":2.23606797749979}},"e":{"a":{"d":{"df":5,"docs":{"176":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"185":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":1,"docs":{"170":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"229":{"tf":1.0},"53":{"tf":1.0}}}},"v":{"df":3,"docs":{"233":{"tf":1.0},"239":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"126":{"tf":1.0}}}},"g":{"a":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"239":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"_":{"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":{"151":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":4,"docs":{"199":{"tf":1.7320508075688772},"239":{"tf":2.23606797749979},"240":{"tf":2.449489742783178},"241":{"tf":1.7320508075688772}},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"128":{"tf":1.4142135623730951},"198":{"tf":1.0},"199":{"tf":1.4142135623730951},"66":{"tf":1.0},"68":{"tf":1.0}}}}},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"{":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":4,"docs":{"238":{"tf":1.0},"239":{"tf":2.23606797749979},"240":{"tf":2.0},"241":{"tf":1.4142135623730951}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"<":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"!":{"[":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"239":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"239":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"s":{"df":7,"docs":{"166":{"tf":1.0},"172":{"tf":1.0},"185":{"tf":1.0},"200":{"tf":1.4142135623730951},"206":{"tf":1.0},"226":{"tf":1.0},"90":{"tf":1.0}}},"t":{"df":1,"docs":{"233":{"tf":1.0}}}},"t":{"'":{"df":3,"docs":{"126":{"tf":1.0},"228":{"tf":1.0},"8":{"tf":1.0}}},"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"170":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"155":{"tf":1.0}}}},"df":0,"docs":{}}},"df":3,"docs":{"179":{"tf":1.0},"42":{"tf":1.0},"7":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":8,"docs":{"110":{"tf":1.0},"146":{"tf":1.0},"170":{"tf":1.0},"202":{"tf":1.0},"240":{"tf":1.0},"45":{"tf":1.0},"67":{"tf":2.23606797749979},"68":{"tf":2.0}}}}},"x":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"206":{"tf":1.0}}}}},"df":0,"docs":{}}}},"h":{"df":2,"docs":{"155":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951}}},"i":{"b":{"c":{":":{":":{"c":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"199":{"tf":1.0},"206":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"(":{"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":{},"r":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{"df":1,"docs":{"68":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":15,"docs":{"107":{"tf":1.0},"140":{"tf":1.0},"17":{"tf":1.0},"183":{"tf":1.0},"196":{"tf":1.4142135623730951},"198":{"tf":2.6457513110645907},"199":{"tf":1.0},"206":{"tf":1.4142135623730951},"233":{"tf":1.0},"237":{"tf":1.4142135623730951},"240":{"tf":2.23606797749979},"243":{"tf":1.0},"66":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0}}},"y":{"'":{"df":1,"docs":{"198":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"170":{"tf":1.0},"198":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":16,"docs":{"143":{"tf":2.0},"198":{"tf":1.0},"199":{"tf":2.23606797749979},"200":{"tf":1.0},"202":{"tf":1.4142135623730951},"204":{"tf":1.0},"206":{"tf":1.4142135623730951},"37":{"tf":1.0},"48":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"179":{"tf":1.0},"200":{"tf":1.0},"225":{"tf":1.0},"7":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":9,"docs":{"103":{"tf":1.0},"210":{"tf":1.7320508075688772},"217":{"tf":1.0},"218":{"tf":1.0},"234":{"tf":1.0},"42":{"tf":1.0},"61":{"tf":2.0},"8":{"tf":1.4142135623730951},"95":{"tf":1.0}},"r":{"df":1,"docs":{"164":{"tf":1.0}}}},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"255":{"tf":1.0}}}}}}},"k":{"df":1,"docs":{"185":{"tf":1.0}}},"t":{"df":3,"docs":{"217":{"tf":2.23606797749979},"218":{"tf":2.23606797749979},"219":{"tf":1.7320508075688772}},"s":{"=":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"217":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":1,"docs":{"243":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"247":{"tf":1.0}}}}},"t":{"df":4,"docs":{"218":{"tf":1.4142135623730951},"219":{"tf":1.4142135623730951},"22":{"tf":1.0},"258":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"233":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"11":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"l":{"df":6,"docs":{"197":{"tf":1.0},"223":{"tf":1.0},"241":{"tf":1.0},"250":{"tf":1.0},"29":{"tf":1.0},"45":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":5,"docs":{"49":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"k":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"140":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"140":{"tf":1.4142135623730951}}}},"d":{"df":1,"docs":{"250":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":2,"docs":{"116":{"tf":1.0},"67":{"tf":1.0}},"i":{"c":{"df":2,"docs":{"205":{"tf":1.0},"233":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":2.23606797749979}},"s":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{")":{".":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"78":{"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":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"106":{"tf":1.0},"124":{"tf":1.0},"198":{"tf":1.0},"239":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"217":{"tf":1.0},"49":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":8,"docs":{"199":{"tf":1.0},"203":{"tf":1.4142135623730951},"206":{"tf":1.0},"233":{"tf":1.7320508075688772},"240":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"8":{"tf":1.4142135623730951}}},"p":{"df":4,"docs":{"199":{"tf":1.7320508075688772},"229":{"tf":1.0},"36":{"tf":1.0},"78":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"199":{"tf":1.0},"237":{"tf":1.0}}}},"t":{"df":5,"docs":{"135":{"tf":1.0},"162":{"tf":1.4142135623730951},"199":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0}}},"w":{"df":1,"docs":{"45":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"202":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"p":{"df":1,"docs":{"247":{"tf":1.0}}}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"185":{"tf":1.0}}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"241":{"tf":1.0}}}}}}},"m":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"222":{"tf":1.0},"223":{"tf":1.0}}}}}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"186":{"tf":1.0},"233":{"tf":1.4142135623730951},"5":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"128":{"tf":1.7320508075688772},"129":{"tf":1.0}}}}}},"df":5,"docs":{"239":{"tf":1.7320508075688772},"240":{"tf":1.7320508075688772},"241":{"tf":1.0},"34":{"tf":1.0},"74":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"df":4,"docs":{"100":{"tf":1.0},"211":{"tf":1.0},"249":{"tf":1.0},"5":{"tf":1.0}}}},"df":1,"docs":{"43":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"222":{"tf":1.0}}}}}},"df":19,"docs":{"106":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"132":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"151":{"tf":1.4142135623730951},"198":{"tf":1.0},"21":{"tf":1.0},"222":{"tf":1.0},"233":{"tf":1.7320508075688772},"240":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0},"8":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"2":{"tf":1.0}}}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"89":{"tf":1.0},"90":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"e":{"df":34,"docs":{"131":{"tf":1.0},"136":{"tf":1.0},"143":{"tf":1.4142135623730951},"151":{"tf":1.0},"166":{"tf":1.0},"172":{"tf":1.0},"181":{"tf":1.4142135623730951},"183":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"2":{"tf":1.4142135623730951},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.4142135623730951},"206":{"tf":1.0},"211":{"tf":1.0},"217":{"tf":1.0},"222":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.4142135623730951},"237":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"256":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0},"71":{"tf":1.0},"8":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"97":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"185":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"c":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"198":{"tf":1.0},"60":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":6,"docs":{"196":{"tf":1.0},"198":{"tf":1.0},"202":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"233":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":17,"docs":{"111":{"tf":1.0},"112":{"tf":1.0},"137":{"tf":1.0},"150":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"166":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"209":{"tf":1.0},"227":{"tf":1.0},"232":{"tf":1.4142135623730951},"247":{"tf":1.0},"29":{"tf":1.0},"68":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"197":{"tf":1.0},"206":{"tf":1.0},"66":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"159":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"12":{"tf":1.0},"151":{"tf":1.0},"206":{"tf":1.4142135623730951},"225":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"(":{"df":0,"docs":{},"|":{"c":{"df":0,"docs":{},"m":{"d":{"df":2,"docs":{"118":{"tf":1.0},"119":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":8,"docs":{"151":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"79":{"tf":1.0}}},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"199":{"tf":1.0}}}},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"78":{"tf":1.4142135623730951}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":17,"docs":{"106":{"tf":1.0},"127":{"tf":1.0},"155":{"tf":1.4142135623730951},"157":{"tf":1.0},"170":{"tf":1.0},"206":{"tf":1.0},"233":{"tf":1.0},"239":{"tf":1.0},"41":{"tf":1.0},"60":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"78":{"tf":1.0},"8":{"tf":1.4142135623730951},"86":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"125":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"233":{"tf":1.0},"32":{"tf":1.0},"8":{"tf":1.0}}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"72":{"tf":1.0}}}}}},"df":1,"docs":{"222":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":15,"docs":{"135":{"tf":1.0},"140":{"tf":1.0},"162":{"tf":1.0},"172":{"tf":1.0},"198":{"tf":2.0},"202":{"tf":1.0},"206":{"tf":1.0},"222":{"tf":1.4142135623730951},"233":{"tf":1.0},"234":{"tf":1.0},"37":{"tf":1.4142135623730951},"50":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"106":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":5,"docs":{"159":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.7320508075688772},"259":{"tf":1.4142135623730951},"34":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"139":{"tf":1.0},"143":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}},"m":{":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":2,"docs":{"42":{"tf":1.0},"44":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"42":{"tf":1.4142135623730951}},"e":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"{":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"(":{"_":{"df":2,"docs":{"212":{"tf":1.0},"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"232":{"tf":1.4142135623730951},"239":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":11,"docs":{"194":{"tf":1.0},"197":{"tf":2.0},"198":{"tf":1.7320508075688772},"199":{"tf":2.23606797749979},"202":{"tf":1.7320508075688772},"206":{"tf":1.0},"211":{"tf":1.0},"222":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.4142135623730951},"74":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"57":{"tf":1.0},"60":{"tf":1.0},"67":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"233":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"232":{"tf":1.0}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"240":{"tf":1.0}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":38,"docs":{"107":{"tf":1.4142135623730951},"11":{"tf":1.0},"135":{"tf":1.4142135623730951},"140":{"tf":1.0},"143":{"tf":1.0},"149":{"tf":1.0},"151":{"tf":1.4142135623730951},"157":{"tf":1.7320508075688772},"162":{"tf":1.0},"164":{"tf":1.4142135623730951},"166":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"189":{"tf":1.0},"192":{"tf":1.0},"20":{"tf":1.4142135623730951},"217":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.7320508075688772},"224":{"tf":1.0},"225":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.7320508075688772},"234":{"tf":1.4142135623730951},"237":{"tf":1.7320508075688772},"240":{"tf":1.4142135623730951},"25":{"tf":1.0},"252":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"42":{"tf":1.0},"54":{"tf":1.0},"66":{"tf":1.0},"88":{"tf":1.0},"94":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"253":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"117":{"tf":1.0},"118":{"tf":2.23606797749979}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"'":{"a":{"df":1,"docs":{"120":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"133":{"tf":1.0}}}},"n":{"d":{"df":2,"docs":{"198":{"tf":1.0},"240":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":10,"docs":{"162":{"tf":1.0},"189":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"55":{"tf":1.0},"65":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"217":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"df":3,"docs":{"110":{"tf":1.0},"198":{"tf":1.0},"218":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"d":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"218":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"k":{"df":3,"docs":{"233":{"tf":1.0},"68":{"tf":1.0},"74":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"221":{"tf":1.0},"224":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"199":{"tf":1.0},"217":{"tf":1.0}}}}},"x":{"df":1,"docs":{"11":{"tf":1.0}}}},"o":{"d":{"df":10,"docs":{"155":{"tf":1.4142135623730951},"170":{"tf":1.4142135623730951},"206":{"tf":1.0},"233":{"tf":1.7320508075688772},"60":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"87":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"t":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":1,"docs":{"237":{"tf":1.4142135623730951}},"l":{"df":2,"docs":{"240":{"tf":1.7320508075688772},"89":{"tf":1.0}}}},"i":{"df":0,"docs":{},"f":{"df":3,"docs":{"247":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0}},"i":{"df":6,"docs":{"100":{"tf":1.0},"147":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"71":{"tf":1.0},"8":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"184":{"tf":1.0},"2":{"tf":1.0},"241":{"tf":1.0},"255":{"tf":1.0}}}},"df":19,"docs":{"121":{"tf":1.0},"132":{"tf":1.0},"136":{"tf":1.0},"146":{"tf":1.0},"150":{"tf":1.4142135623730951},"151":{"tf":2.0},"188":{"tf":1.0},"189":{"tf":1.7320508075688772},"190":{"tf":1.4142135623730951},"206":{"tf":1.0},"233":{"tf":1.7320508075688772},"255":{"tf":1.0},"256":{"tf":1.7320508075688772},"257":{"tf":1.0},"258":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"240":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":3,"docs":{"232":{"tf":1.0},"235":{"tf":1.0},"51":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"147":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":50,"docs":{"103":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.0},"121":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.4142135623730951},"136":{"tf":1.0},"143":{"tf":1.0},"151":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.7320508075688772},"169":{"tf":1.4142135623730951},"171":{"tf":1.4142135623730951},"172":{"tf":1.0},"173":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":1.0},"183":{"tf":1.4142135623730951},"184":{"tf":1.4142135623730951},"2":{"tf":1.0},"20":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"204":{"tf":1.0},"206":{"tf":1.0},"218":{"tf":1.0},"225":{"tf":1.0},"232":{"tf":1.4142135623730951},"233":{"tf":1.0},"239":{"tf":1.7320508075688772},"240":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"57":{"tf":1.0},"68":{"tf":1.7320508075688772},"7":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.4142135623730951},"83":{"tf":1.0},"87":{"tf":1.0},"9":{"tf":1.0},"96":{"tf":1.0}},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"183":{"tf":1.0},"2":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"172":{"tf":1.0},"88":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":19,"docs":{"107":{"tf":1.0},"116":{"tf":1.0},"125":{"tf":1.0},"133":{"tf":1.4142135623730951},"141":{"tf":1.0},"147":{"tf":1.0},"156":{"tf":1.0},"163":{"tf":1.0},"171":{"tf":1.0},"178":{"tf":1.0},"197":{"tf":1.0},"211":{"tf":1.0},"26":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0},"94":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"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":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"233":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"233":{"tf":2.0}}}}}}}},"df":1,"docs":{"233":{"tf":2.0}}}}},"v":{"df":0,"docs":{},"e":{"df":9,"docs":{"105":{"tf":1.0},"108":{"tf":1.0},"136":{"tf":1.0},"239":{"tf":1.0},"37":{"tf":1.0},"52":{"tf":1.0},"81":{"tf":1.7320508075688772},"82":{"tf":1.7320508075688772},"83":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"g":{"_":{"c":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"68":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"68":{"tf":1.0}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{".":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"68":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"68":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"68":{"tf":1.7320508075688772}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"67":{"tf":1.0},"68":{"tf":1.0}}}}}},"df":1,"docs":{"67":{"tf":1.4142135623730951}}}},"u":{"c":{"df":0,"docs":{},"h":{"df":9,"docs":{"151":{"tf":1.0},"183":{"tf":1.0},"190":{"tf":1.0},"197":{"tf":1.0},"200":{"tf":1.0},"57":{"tf":1.0},"68":{"tf":1.0},"90":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":15,"docs":{"154":{"tf":1.0},"166":{"tf":1.0},"18":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"194":{"tf":1.0},"20":{"tf":1.4142135623730951},"200":{"tf":1.0},"202":{"tf":1.0},"234":{"tf":1.0},"240":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"48":{"tf":1.4142135623730951},"94":{"tf":1.0}}}},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":12,"docs":{"100":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"166":{"tf":1.0},"172":{"tf":1.0},"177":{"tf":1.0},"206":{"tf":1.7320508075688772},"209":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"54":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":3,"docs":{"102":{"tf":1.0},"172":{"tf":1.4142135623730951},"67":{"tf":1.0}}}},"df":27,"docs":{"101":{"tf":1.4142135623730951},"106":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"127":{"tf":2.0},"128":{"tf":1.0},"148":{"tf":2.8284271247461903},"157":{"tf":1.0},"166":{"tf":1.0},"177":{"tf":2.449489742783178},"199":{"tf":1.4142135623730951},"206":{"tf":1.7320508075688772},"21":{"tf":1.0},"210":{"tf":1.4142135623730951},"229":{"tf":1.0},"233":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"49":{"tf":2.23606797749979},"53":{"tf":1.0},"60":{"tf":2.23606797749979},"68":{"tf":1.0},"73":{"tf":1.4142135623730951},"78":{"tf":1.0},"8":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"x":{"<":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":1,"docs":{"140":{"tf":1.0}}}}},"t":{"df":1,"docs":{"140":{"tf":1.4142135623730951}}}},"df":1,"docs":{"140":{"tf":2.23606797749979}},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{"<":{"'":{"a":{"df":1,"docs":{"140":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":1,"docs":{"140":{"tf":1.0}}}},"df":1,"docs":{"140":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"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":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":1,"docs":{"21":{"tf":1.7320508075688772}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{":":{":":{"a":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}},"b":{"df":3,"docs":{"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"i":{"b":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{"df":1,"docs":{"68":{"tf":1.0}}}}}},"df":1,"docs":{"67":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{")":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}}}}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"(":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"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":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"206":{"tf":1.4142135623730951}}}}}}},"df":2,"docs":{"203":{"tf":1.4142135623730951},"206":{"tf":2.449489742783178}},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":2,"docs":{"203":{"tf":1.4142135623730951},"206":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}}}}},"n":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"128":{"tf":1.0}}}}}}},"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"162":{"tf":1.0}}}}}},"df":24,"docs":{"12":{"tf":1.0},"139":{"tf":1.0},"155":{"tf":1.7320508075688772},"162":{"tf":1.0},"166":{"tf":1.4142135623730951},"170":{"tf":1.7320508075688772},"175":{"tf":1.0},"20":{"tf":1.0},"218":{"tf":1.0},"230":{"tf":1.0},"233":{"tf":1.0},"239":{"tf":1.7320508075688772},"240":{"tf":2.0},"37":{"tf":1.0},"40":{"tf":1.7320508075688772},"41":{"tf":3.4641016151377544},"42":{"tf":1.7320508075688772},"66":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.7320508075688772},"94":{"tf":1.4142135623730951},"95":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"203":{"tf":1.0},"65":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"166":{"tf":1.0}}}}}},"df":4,"docs":{"128":{"tf":1.7320508075688772},"148":{"tf":1.0},"155":{"tf":1.7320508075688772},"170":{"tf":1.7320508075688772}},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"232":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"100":{"tf":1.0},"211":{"tf":1.0},"29":{"tf":1.0},"48":{"tf":1.0},"72":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"132":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":30,"docs":{"112":{"tf":1.4142135623730951},"126":{"tf":1.0},"135":{"tf":1.0},"147":{"tf":1.4142135623730951},"151":{"tf":1.0},"172":{"tf":1.0},"189":{"tf":1.0},"198":{"tf":1.0},"206":{"tf":1.7320508075688772},"217":{"tf":1.0},"233":{"tf":1.4142135623730951},"236":{"tf":1.0},"239":{"tf":1.4142135623730951},"240":{"tf":2.23606797749979},"241":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.7320508075688772},"52":{"tf":1.4142135623730951},"73":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"88":{"tf":1.0},"94":{"tf":1.0},"97":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"103":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"233":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"100":{"tf":1.0},"112":{"tf":1.0},"134":{"tf":1.0},"210":{"tf":1.0},"37":{"tf":1.0},"8":{"tf":1.0},"95":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"238":{"tf":1.0}}}}}}}}}}}},"w":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"127":{"tf":1.0}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":26,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"147":{"tf":1.0},"158":{"tf":1.0},"16":{"tf":1.4142135623730951},"162":{"tf":1.0},"169":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"170":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"18":{"tf":1.0},"20":{"tf":1.0},"206":{"tf":1.0},"21":{"tf":1.0},"211":{"tf":1.4142135623730951},"217":{"tf":1.0},"222":{"tf":1.0},"232":{"tf":1.0},"240":{"tf":1.0},"41":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":7,"docs":{"130":{"tf":1.4142135623730951},"132":{"tf":1.0},"133":{"tf":1.7320508075688772},"134":{"tf":1.4142135623730951},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.7320508075688772}}}}}},"x":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"203":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"203":{"tf":1.4142135623730951}}}}}},"df":4,"docs":{"199":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"42":{"tf":1.0}}}}},"f":{"df":1,"docs":{"233":{"tf":3.7416573867739413}},"s":{"(":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{":":{":":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"233":{"tf":1.0}}}}}}}}}},"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":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"233":{"tf":1.4142135623730951}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"166":{"tf":1.0},"199":{"tf":1.0}}},"h":{"df":1,"docs":{"238":{"tf":1.0}},"o":{"df":0,"docs":{},"l":{"a":{"df":1,"docs":{"243":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"232":{"tf":1.0}}}}}},"o":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"199":{"tf":1.7320508075688772},"60":{"tf":1.0},"67":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"218":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":2,"docs":{"94":{"tf":1.0},"97":{"tf":1.4142135623730951}}}}}},"d":{"df":0,"docs":{},"e":{"df":5,"docs":{"156":{"tf":1.0},"170":{"tf":2.449489742783178},"171":{"tf":2.0},"172":{"tf":2.0},"173":{"tf":1.0}}}},"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"87":{"tf":2.0},"88":{"tf":1.0},"89":{"tf":2.23606797749979},"90":{"tf":1.7320508075688772},"91":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"218":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":8,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"11":{"tf":1.0},"126":{"tf":1.0},"171":{"tf":1.0},"234":{"tf":1.0},"66":{"tf":1.0},"87":{"tf":1.0}},"e":{"df":9,"docs":{"127":{"tf":1.0},"199":{"tf":1.0},"203":{"tf":1.0},"21":{"tf":1.0},"217":{"tf":1.0},"233":{"tf":1.4142135623730951},"42":{"tf":1.0},"69":{"tf":1.0},"75":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"199":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"157":{"tf":1.0}}}},"r":{"df":0,"docs":{},"m":{"!":{"(":{"0":{".":{"5":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{},"x":{",":{"1":{",":{"2":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"128":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"196":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0}}}},"df":2,"docs":{"128":{"tf":1.0},"3":{"tf":1.0}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"20":{"tf":1.0},"202":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"125":{"tf":1.0},"257":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":13,"docs":{"126":{"tf":1.0},"143":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"189":{"tf":1.0},"198":{"tf":1.0},"203":{"tf":1.0},"21":{"tf":1.0},"218":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"78":{"tf":1.0},"95":{"tf":1.0}}},"h":{"df":2,"docs":{"202":{"tf":1.0},"203":{"tf":1.0}}},"i":{"c":{"df":2,"docs":{"239":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"224":{"tf":1.0}}}}}},"w":{"df":7,"docs":{"17":{"tf":1.0},"177":{"tf":1.4142135623730951},"183":{"tf":1.0},"230":{"tf":1.0},"233":{"tf":1.0},"40":{"tf":1.0},"8":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"203":{"tf":1.0},"205":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"60":{"tf":1.0},"68":{"tf":1.0}},"l":{"df":5,"docs":{"199":{"tf":1.0},"200":{"tf":1.0},"55":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.4142135623730951}}}},"m":{"1":{"df":1,"docs":{"82":{"tf":2.23606797749979}}},"2":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"82":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"82":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":1,"docs":{"82":{"tf":2.23606797749979}}},"3":{".":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"82":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"_":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"82":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"82":{"tf":2.23606797749979}}},"_":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":1,"docs":{"186":{"tf":1.0}}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"150":{"tf":1.4142135623730951},"186":{"tf":1.0},"199":{"tf":1.4142135623730951},"200":{"tf":1.0},"228":{"tf":1.0},"239":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"'":{"df":2,"docs":{"252":{"tf":1.0},"32":{"tf":1.0}}},"df":44,"docs":{"113":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.7320508075688772},"124":{"tf":1.0},"139":{"tf":1.7320508075688772},"143":{"tf":1.4142135623730951},"154":{"tf":1.7320508075688772},"156":{"tf":1.0},"159":{"tf":2.0},"16":{"tf":1.0},"161":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.4142135623730951},"18":{"tf":1.0},"194":{"tf":1.4142135623730951},"195":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":2.6457513110645907},"200":{"tf":1.7320508075688772},"202":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"232":{"tf":1.4142135623730951},"237":{"tf":1.0},"247":{"tf":1.0},"250":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":2.23606797749979},"29":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":2.0},"48":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":3,"docs":{"206":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"42":{"tf":1.0}}}}}}},"c":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"199":{"tf":1.0}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"110":{"tf":1.0},"124":{"tf":1.0},"206":{"tf":1.0},"73":{"tf":1.0}}}}},"df":0,"docs":{},"p":{"df":1,"docs":{"247":{"tf":1.0}}}},"d":{"d":{"df":1,"docs":{"240":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"8":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"24":{"tf":1.0},"257":{"tf":1.0},"26":{"tf":1.0},"86":{"tf":1.0}}}}}},"h":{"df":1,"docs":{"94":{"tf":1.0}}},"k":{"(":{"_":{"df":1,"docs":{"206":{"tf":1.0}}},"df":2,"docs":{"67":{"tf":1.0},"68":{"tf":1.0}}},"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"67":{"tf":1.0}}}},"df":7,"docs":{"106":{"tf":1.4142135623730951},"177":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"49":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}}},"l":{"d":{"df":4,"docs":{"170":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"217":{"tf":1.0}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"233":{"tf":1.0},"239":{"tf":2.0},"240":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"240":{"tf":1.0}}}}}},"n":{"c":{"df":4,"docs":{"176":{"tf":1.0},"177":{"tf":1.0},"234":{"tf":1.4142135623730951},"8":{"tf":1.0}}},"df":37,"docs":{"103":{"tf":1.0},"110":{"tf":1.0},"126":{"tf":1.0},"147":{"tf":1.0},"150":{"tf":1.4142135623730951},"151":{"tf":1.0},"155":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.0},"170":{"tf":1.4142135623730951},"172":{"tf":1.0},"173":{"tf":1.0},"183":{"tf":1.0},"185":{"tf":1.4142135623730951},"198":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":1.7320508075688772},"200":{"tf":1.0},"202":{"tf":1.0},"206":{"tf":1.4142135623730951},"209":{"tf":1.0},"211":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"239":{"tf":2.0},"240":{"tf":2.23606797749979},"247":{"tf":1.7320508075688772},"258":{"tf":1.4142135623730951},"45":{"tf":1.0},"54":{"tf":1.0},"72":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"244":{"tf":1.0}}}}},"u":{"df":1,"docs":{"192":{"tf":1.0}}}},"o":{"df":4,"docs":{"158":{"tf":1.0},"172":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0}}},"p":{"a":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":5,"docs":{"131":{"tf":1.0},"194":{"tf":1.0},"196":{"tf":1.0},"198":{"tf":1.0},"200":{"tf":1.0}}}}},"df":1,"docs":{"127":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"n":{"/":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"247":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":3,"docs":{"198":{"tf":1.0},"247":{"tf":1.0},"4":{"tf":1.0}}},"r":{"df":24,"docs":{"11":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":2.0},"118":{"tf":1.0},"125":{"tf":1.0},"14":{"tf":1.0},"148":{"tf":1.0},"154":{"tf":1.4142135623730951},"171":{"tf":2.23606797749979},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"192":{"tf":1.4142135623730951},"198":{"tf":1.0},"206":{"tf":1.0},"222":{"tf":1.0},"225":{"tf":1.0},"239":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"252":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"59":{"tf":1.0},"66":{"tf":1.4142135623730951},"74":{"tf":1.0}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"197":{"tf":1.0}}}}}},"s":{"df":3,"docs":{"134":{"tf":1.0},"157":{"tf":1.0},"44":{"tf":1.0}}}}},"t":{"df":1,"docs":{"217":{"tf":1.0}},"i":{"c":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"239":{"tf":1.4142135623730951}}}}}},"df":3,"docs":{"239":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"241":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":8,"docs":{"185":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"210":{"tf":1.0},"211":{"tf":1.0},"233":{"tf":1.0},"44":{"tf":1.0},"50":{"tf":1.0},"74":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"22":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"<":{"&":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"203":{"tf":1.4142135623730951}}}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"233":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{">":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"127":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"<":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"'":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":2,"docs":{"21":{"tf":1.0},"233":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":2,"docs":{"54":{"tf":1.0},"79":{"tf":1.0}}}},"df":11,"docs":{"162":{"tf":1.0},"192":{"tf":1.0},"21":{"tf":1.0},"219":{"tf":1.0},"42":{"tf":1.0},"54":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":2.0},"79":{"tf":1.4142135623730951},"89":{"tf":1.0}},"s":{"'":{"df":1,"docs":{"151":{"tf":1.0}}},"df":0,"docs":{}},"’":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}},"r":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":1,"docs":{"237":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"151":{"tf":1.0},"198":{"tf":1.0},"217":{"tf":1.0},"222":{"tf":1.0},"233":{"tf":1.4142135623730951},"240":{"tf":1.0},"29":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"234":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"121":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"232":{"tf":1.0},"253":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"3":{"tf":1.4142135623730951}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"107":{"tf":1.0},"172":{"tf":1.7320508075688772},"176":{"tf":1.0},"42":{"tf":1.0},"68":{"tf":1.0}}}}}}},"s":{"df":1,"docs":{"140":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"166":{"tf":1.0},"202":{"tf":1.0}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":5,"docs":{"163":{"tf":1.0},"209":{"tf":1.0},"233":{"tf":1.0},"37":{"tf":1.4142135623730951},"88":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"(":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"127":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"127":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":17,"docs":{"1":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"127":{"tf":1.4142135623730951},"157":{"tf":1.0},"206":{"tf":1.4142135623730951},"210":{"tf":1.0},"217":{"tf":1.0},"225":{"tf":1.0},"229":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"45":{"tf":1.0},"53":{"tf":1.0},"89":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"189":{"tf":1.0},"190":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":4,"docs":{"140":{"tf":1.0},"143":{"tf":1.7320508075688772},"199":{"tf":1.0},"53":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"149":{"tf":1.0},"21":{"tf":1.0},"240":{"tf":1.0},"8":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"185":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"184":{"tf":1.0},"233":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":19,"docs":{"126":{"tf":1.0},"147":{"tf":1.0},"154":{"tf":1.4142135623730951},"169":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.0},"192":{"tf":1.0},"20":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"239":{"tf":1.0},"246":{"tf":1.0},"48":{"tf":1.0},"54":{"tf":1.0},"7":{"tf":2.0},"76":{"tf":1.0},"78":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"218":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"134":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"217":{"tf":1.0}}}},"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"110":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"246":{"tf":1.0}}}}}}}}},"w":{"df":0,"docs":{},"n":{"df":16,"docs":{"196":{"tf":1.4142135623730951},"198":{"tf":1.7320508075688772},"199":{"tf":1.0},"212":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.4142135623730951},"37":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.4142135623730951},"71":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"199":{"tf":1.4142135623730951},"45":{"tf":1.0}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":9,"docs":{"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"211":{"tf":1.7320508075688772},"212":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"41":{"tf":1.0},"71":{"tf":1.0}}}}}}}}}}},"p":{":":{":":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"233":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"183":{"tf":1.0},"185":{"tf":1.0}}}},"df":1,"docs":{"128":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"!":{"(":{"\"":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"127":{"tf":1.0},"155":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":2.0},"68":{"tf":1.0},"90":{"tf":1.0}},"k":{"df":3,"docs":{"34":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.0}}}}},"r":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"df":2,"docs":{"227":{"tf":1.7320508075688772},"228":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"184":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"115":{"tf":1.0},"232":{"tf":1.7320508075688772},"239":{"tf":1.0},"240":{"tf":1.0},"8":{"tf":1.0},"94":{"tf":1.0}}}}}},"df":1,"docs":{"199":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"199":{"tf":1.0},"232":{"tf":1.0}}}}},"s":{"df":1,"docs":{"240":{"tf":3.0}},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"61":{"tf":2.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"61":{"tf":2.0}}}}}}},"r":{"df":3,"docs":{"127":{"tf":1.0},"128":{"tf":1.0},"240":{"tf":1.0}}}}},"t":{"df":15,"docs":{"133":{"tf":1.0},"143":{"tf":1.0},"146":{"tf":1.0},"184":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"232":{"tf":1.4142135623730951},"233":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.4142135623730951},"247":{"tf":1.0},"256":{"tf":1.0},"42":{"tf":1.0},"52":{"tf":1.0},"98":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"21":{"tf":1.0},"236":{"tf":1.0},"239":{"tf":1.0}},"e":{"df":0,"docs":{},"q":{"df":2,"docs":{"162":{"tf":1.0},"21":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"1":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"146":{"tf":1.0},"2":{"tf":1.0},"232":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"211":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"183":{"tf":1.0},"252":{"tf":1.0}}}}},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"243":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":14,"docs":{"115":{"tf":1.0},"119":{"tf":1.0},"121":{"tf":1.0},"135":{"tf":1.0},"200":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"55":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"218":{"tf":1.0}}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"233":{"tf":2.449489742783178}}}}},"df":3,"docs":{"233":{"tf":2.23606797749979},"50":{"tf":1.0},"90":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":59,"docs":{"110":{"tf":2.449489742783178},"111":{"tf":1.4142135623730951},"112":{"tf":1.7320508075688772},"113":{"tf":2.0},"115":{"tf":1.0},"122":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"129":{"tf":1.0},"130":{"tf":1.0},"137":{"tf":1.0},"139":{"tf":1.4142135623730951},"140":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.7320508075688772},"144":{"tf":1.0},"146":{"tf":1.4142135623730951},"151":{"tf":1.7320508075688772},"152":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.4142135623730951},"158":{"tf":1.7320508075688772},"159":{"tf":1.7320508075688772},"166":{"tf":1.7320508075688772},"167":{"tf":1.7320508075688772},"171":{"tf":1.7320508075688772},"173":{"tf":1.7320508075688772},"174":{"tf":1.4142135623730951},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"18":{"tf":1.0},"181":{"tf":1.7320508075688772},"194":{"tf":1.4142135623730951},"2":{"tf":1.7320508075688772},"200":{"tf":1.0},"202":{"tf":1.4142135623730951},"205":{"tf":1.0},"207":{"tf":2.449489742783178},"209":{"tf":1.0},"211":{"tf":1.7320508075688772},"222":{"tf":1.4142135623730951},"224":{"tf":2.23606797749979},"236":{"tf":1.4142135623730951},"237":{"tf":2.0},"238":{"tf":1.0},"240":{"tf":1.4142135623730951},"243":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":2.449489742783178},"30":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":2.0},"97":{"tf":1.0},"98":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"218":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"y":{"df":1,"docs":{"206":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"94":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"243":{"tf":1.0}}}}}}},"df":1,"docs":{"233":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"128":{"tf":1.0}}}}}},"df":2,"docs":{"20":{"tf":1.0},"200":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":14,"docs":{"108":{"tf":1.0},"121":{"tf":1.7320508075688772},"154":{"tf":1.0},"157":{"tf":1.0},"171":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"185":{"tf":1.0},"198":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"239":{"tf":1.0},"44":{"tf":1.0},"50":{"tf":1.0},"81":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":3,"docs":{"171":{"tf":1.0},"200":{"tf":1.0},"42":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"o":{"d":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"106":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":2,"docs":{"106":{"tf":1.0},"217":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"253":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"259":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"239":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"199":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"42":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"c":{"df":3,"docs":{"199":{"tf":1.0},"240":{"tf":1.0},"248":{"tf":1.0}}},"df":0,"docs":{}},"n":{"<":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"237":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"237":{"tf":1.7320508075688772}}},"t":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"204":{"tf":1.0},"206":{"tf":1.0}}}},"df":0,"docs":{}}},"x":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"241":{"tf":1.0}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":8,"docs":{"143":{"tf":1.0},"172":{"tf":1.0},"202":{"tf":1.0},"239":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"86":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"147":{"tf":1.0}}}},"n":{"df":1,"docs":{"177":{"tf":1.0}}},"y":{"df":2,"docs":{"199":{"tf":1.0},"229":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"126":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"237":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":11,"docs":{"102":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.7320508075688772},"199":{"tf":1.0},"200":{"tf":1.0},"211":{"tf":1.0},"230":{"tf":1.0},"233":{"tf":1.7320508075688772},"29":{"tf":1.7320508075688772},"34":{"tf":1.0},"67":{"tf":1.4142135623730951}},"e":{"df":1,"docs":{"202":{"tf":1.0}},"r":{"df":28,"docs":{"119":{"tf":2.0},"121":{"tf":1.4142135623730951},"140":{"tf":1.0},"172":{"tf":1.4142135623730951},"194":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":2.23606797749979},"199":{"tf":2.0},"200":{"tf":1.0},"202":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"212":{"tf":1.0},"225":{"tf":1.4142135623730951},"226":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"45":{"tf":1.0},"55":{"tf":1.4142135623730951},"60":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.7320508075688772},"7":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.7320508075688772}}}}}}},"l":{"a":{"df":1,"docs":{"254":{"tf":1.0}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"145":{"tf":1.0},"152":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"125":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":6,"docs":{"220":{"tf":1.0},"222":{"tf":1.0},"232":{"tf":1.4142135623730951},"239":{"tf":1.0},"240":{"tf":1.0},"30":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"185":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"237":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":3,"docs":{"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":13,"docs":{"108":{"tf":1.0},"11":{"tf":1.0},"157":{"tf":1.0},"189":{"tf":1.0},"197":{"tf":1.7320508075688772},"202":{"tf":1.0},"203":{"tf":1.0},"233":{"tf":1.0},"250":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.4142135623730951},"78":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"225":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"127":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.7320508075688772}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"197":{"tf":1.0},"209":{"tf":1.0},"217":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"173":{"tf":1.0},"239":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":5,"docs":{"197":{"tf":1.0},"198":{"tf":1.0},"2":{"tf":1.0},"57":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"133":{"tf":1.0},"251":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":3,"docs":{"14":{"tf":1.0},"198":{"tf":1.0},"241":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"121":{"tf":1.0},"172":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"211":{"tf":1.0},"239":{"tf":1.0},"7":{"tf":1.0},"78":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"149":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"132":{"tf":1.0},"189":{"tf":1.0},"192":{"tf":1.0}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"170":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"222":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":12,"docs":{"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"164":{"tf":1.0},"176":{"tf":1.0},"199":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"233":{"tf":1.0},"252":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":2,"docs":{"151":{"tf":1.0},"42":{"tf":1.0}},"s":{"df":1,"docs":{"259":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"206":{"tf":1.0}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"133":{"tf":1.0},"154":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":13,"docs":{"112":{"tf":1.0},"181":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":2.23606797749979},"249":{"tf":1.0},"250":{"tf":1.0},"254":{"tf":1.0},"5":{"tf":1.0},"65":{"tf":1.0},"71":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{",":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"126":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"df":1,"docs":{"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":2,"docs":{"229":{"tf":1.0},"8":{"tf":1.0}},"l":{"df":0,"docs":{},"n":{"!":{"(":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":1,"docs":{"21":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"87":{"tf":2.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":{"106":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"106":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"177":{"tf":1.4142135623730951},"210":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.7320508075688772}}}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"210":{"tf":1.0}}}},"s":{"df":0,"docs":{},"m":{"df":3,"docs":{"238":{"tf":1.0},"240":{"tf":2.23606797749979},"241":{"tf":1.0}}}},"v":{"a":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"134":{"tf":1.0},"224":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":5,"docs":{"134":{"tf":1.0},"233":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":2.0}},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"218":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"162":{"tf":1.0},"180":{"tf":1.0},"222":{"tf":1.0},"225":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":16,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"124":{"tf":2.0},"126":{"tf":1.0},"128":{"tf":1.4142135623730951},"146":{"tf":1.0},"159":{"tf":1.4142135623730951},"2":{"tf":1.7320508075688772},"206":{"tf":1.0},"207":{"tf":1.4142135623730951},"218":{"tf":1.0},"232":{"tf":1.4142135623730951},"239":{"tf":1.0},"240":{"tf":1.0},"3":{"tf":1.7320508075688772},"86":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"241":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":2,"docs":{"240":{"tf":1.0},"253":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"100":{"tf":1.4142135623730951},"166":{"tf":1.0},"207":{"tf":1.0},"230":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"158":{"tf":1.0},"179":{"tf":1.0},"211":{"tf":1.0},"253":{"tf":1.4142135623730951}},"t":{"df":1,"docs":{"126":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"239":{"tf":1.0}}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":16,"docs":{"110":{"tf":1.7320508075688772},"180":{"tf":1.0},"224":{"tf":1.0},"227":{"tf":2.449489742783178},"228":{"tf":2.0},"229":{"tf":1.7320508075688772},"230":{"tf":1.0},"232":{"tf":1.4142135623730951},"233":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.4142135623730951},"243":{"tf":1.0},"247":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0}},"m":{"df":5,"docs":{"199":{"tf":1.4142135623730951},"200":{"tf":1.0},"206":{"tf":1.4142135623730951},"224":{"tf":1.4142135623730951},"233":{"tf":1.0}}}}},"df":0,"docs":{}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"147":{"tf":1.0},"184":{"tf":1.7320508075688772},"185":{"tf":1.0},"211":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"l":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"206":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"164":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"17":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"34":{"tf":1.0}}}},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"88":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"74":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"143":{"tf":1.0},"26":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"240":{"tf":1.0},"250":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"57":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"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":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"233":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"{":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":1,"docs":{"233":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"233":{"tf":1.0}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"233":{"tf":3.0}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"233":{"tf":2.23606797749979}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"211":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"196":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":2,"docs":{"197":{"tf":1.0},"199":{"tf":1.0}}}},"i":{"d":{"df":14,"docs":{"121":{"tf":1.0},"130":{"tf":1.0},"136":{"tf":1.0},"151":{"tf":1.0},"157":{"tf":1.4142135623730951},"186":{"tf":1.7320508075688772},"197":{"tf":1.4142135623730951},"2":{"tf":1.0},"211":{"tf":1.0},"29":{"tf":1.4142135623730951},"32":{"tf":1.0},"42":{"tf":1.0},"7":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"b":{"(":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"233":{"tf":2.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":26,"docs":{"106":{"tf":1.4142135623730951},"118":{"tf":1.7320508075688772},"127":{"tf":2.0},"132":{"tf":1.4142135623730951},"136":{"tf":1.0},"151":{"tf":1.0},"155":{"tf":2.0},"157":{"tf":1.0},"16":{"tf":1.7320508075688772},"162":{"tf":2.449489742783178},"17":{"tf":2.0},"170":{"tf":2.0},"199":{"tf":2.0},"203":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"233":{"tf":2.0},"239":{"tf":2.6457513110645907},"240":{"tf":1.7320508075688772},"60":{"tf":1.7320508075688772},"61":{"tf":2.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"73":{"tf":1.0},"74":{"tf":1.0},"87":{"tf":1.7320508075688772},"88":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"c":{"df":7,"docs":{"136":{"tf":1.0},"183":{"tf":1.0},"222":{"tf":1.0},"86":{"tf":1.4142135623730951},"87":{"tf":1.0},"89":{"tf":1.0},"98":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"238":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":3,"docs":{"247":{"tf":1.0},"83":{"tf":1.0},"89":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"df":3,"docs":{"11":{"tf":1.0},"116":{"tf":1.0},"14":{"tf":1.0}}}},"t":{"df":7,"docs":{"199":{"tf":1.0},"205":{"tf":1.0},"237":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"68":{"tf":1.0}}}},"x":{"df":0,"docs":{},"e":{"df":1,"docs":{"233":{"tf":1.0}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"232":{"tf":1.0}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"186":{"tf":1.0},"253":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"198":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"93":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":3,"docs":{"205":{"tf":1.0},"53":{"tf":1.0},"74":{"tf":1.0}}}}}},"r":{".":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"i":{"d":{"(":{")":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"i":{"d":{"(":{")":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"(":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"!":{"(":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"i":{"d":{")":{")":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"202":{"tf":1.0}}}},"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":1,"docs":{"9":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"df":7,"docs":{"138":{"tf":1.0},"139":{"tf":1.4142135623730951},"141":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.0},"38":{"tf":1.0},"54":{"tf":1.0}}},"s":{"df":2,"docs":{"240":{"tf":1.0},"74":{"tf":1.0}}}},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"193":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"198":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"229":{"tf":1.4142135623730951},"230":{"tf":1.7320508075688772},"29":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"90":{"tf":1.4142135623730951}}}},"w":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"c":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"1":{"df":1,"docs":{"82":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"82":{"tf":1.4142135623730951}}},"3":{"df":1,"docs":{"82":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"t":{"df":2,"docs":{"211":{"tf":1.0},"212":{"tf":1.0}}}},"df":1,"docs":{"37":{"tf":1.0}}},"df":2,"docs":{"120":{"tf":1.4142135623730951},"239":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"225":{"tf":1.0},"37":{"tf":1.0}}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":8,"docs":{"13":{"tf":1.0},"211":{"tf":1.0},"241":{"tf":1.0},"49":{"tf":1.7320508075688772},"5":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.0},"79":{"tf":1.0}}}},"df":0,"docs":{}},"df":14,"docs":{"198":{"tf":1.4142135623730951},"199":{"tf":1.4142135623730951},"206":{"tf":1.0},"224":{"tf":1.0},"234":{"tf":1.0},"240":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"68":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":3,"docs":{"140":{"tf":1.0},"170":{"tf":1.0},"199":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"174":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"136":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"230":{"tf":1.0},"239":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"136":{"tf":1.0},"17":{"tf":1.0},"172":{"tf":1.0},"240":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"101":{"tf":1.0},"81":{"tf":1.0}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"74":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"232":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"r":{"d":{"df":2,"docs":{"239":{"tf":1.0},"240":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{")":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"|":{"df":0,"docs":{},"r":{"df":1,"docs":{"239":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"v":{"df":1,"docs":{"59":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"2":{"tf":1.0},"207":{"tf":1.0}},"s":{"df":2,"docs":{"126":{"tf":1.0},"127":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"100":{"tf":1.4142135623730951},"103":{"tf":1.0}}}}}},"u":{"c":{"df":2,"docs":{"136":{"tf":1.0},"44":{"tf":1.0}}},"df":0,"docs":{}}},"df":4,"docs":{"172":{"tf":1.0},"184":{"tf":1.0},"225":{"tf":1.0},"233":{"tf":1.0}},"f":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"186":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}}}}},"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"177":{"tf":1.0},"180":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":3,"docs":{"155":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"45":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":19,"docs":{"140":{"tf":1.7320508075688772},"143":{"tf":2.449489742783178},"166":{"tf":1.0},"172":{"tf":1.4142135623730951},"206":{"tf":2.23606797749979},"209":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"212":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"68":{"tf":1.0},"74":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"240":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"240":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"224":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"121":{"tf":1.0},"237":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"173":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"224":{"tf":1.0},"25":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":3,"docs":{"174":{"tf":1.0},"200":{"tf":1.0},"25":{"tf":1.0}}}}}}}}}}},"df":2,"docs":{"199":{"tf":1.0},"207":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"217":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":3,"docs":{"139":{"tf":1.0},"181":{"tf":1.0},"36":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"240":{"tf":1.4142135623730951}}},"df":4,"docs":{"146":{"tf":1.0},"224":{"tf":1.0},"232":{"tf":1.0},"241":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":3,"docs":{"218":{"tf":1.0},"230":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"233":{"tf":1.0}}},"v":{"df":10,"docs":{"111":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"126":{"tf":1.0},"148":{"tf":1.0},"183":{"tf":1.0},"217":{"tf":1.0},"8":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"119":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"170":{"tf":2.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"206":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"59":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"248":{"tf":1.0},"94":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"44":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"124":{"tf":1.0},"34":{"tf":1.0},"96":{"tf":1.0}}}}}},"l":{"a":{"c":{"df":4,"docs":{"247":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.7320508075688772},"45":{"tf":1.0}},"e":{"(":{"_":{"df":2,"docs":{"212":{"tf":1.0},"39":{"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":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":{"(":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"148":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"148":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"<":{"df":1,"docs":{"74":{"tf":1.0}}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"<":{"df":1,"docs":{"73":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":3,"docs":{"147":{"tf":1.7320508075688772},"148":{"tf":2.0},"149":{"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":{"4":{"tf":1.0}}}}}}}}},"r":{"(":{"c":{"df":2,"docs":{"222":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":4,"docs":{"136":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":2.23606797749979},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"170":{"tf":1.0},"248":{"tf":1.0},"57":{"tf":1.0}}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{")":{".":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"233":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"\"":{"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":{"d":{"df":1,"docs":{"94":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":4,"docs":{"233":{"tf":2.8284271247461903},"237":{"tf":1.0},"94":{"tf":2.0},"95":{"tf":2.449489742783178}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"94":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"i":{"df":0,"docs":{},"r":{"df":21,"docs":{"103":{"tf":1.0},"124":{"tf":1.0},"147":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"17":{"tf":1.0},"181":{"tf":1.0},"202":{"tf":1.0},"211":{"tf":1.0},"218":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"36":{"tf":1.0},"53":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.0},"8":{"tf":1.0},"87":{"tf":1.4142135623730951},"90":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"68":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":2,"docs":{"209":{"tf":1.0},"211":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":7,"docs":{"139":{"tf":1.7320508075688772},"141":{"tf":1.4142135623730951},"142":{"tf":1.4142135623730951},"143":{"tf":2.449489742783178},"242":{"tf":1.0},"37":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"3":{"tf":1.0},"68":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":5,"docs":{"202":{"tf":1.0},"247":{"tf":1.4142135623730951},"29":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}},"t":{"df":3,"docs":{"177":{"tf":1.0},"233":{"tf":1.0},"240":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"136":{"tf":1.0},"190":{"tf":1.0},"200":{"tf":1.0},"239":{"tf":1.0},"252":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":1,"docs":{"12":{"tf":1.0}}}}}}},"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{":":{":":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"240":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"240":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"94":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":1,"docs":{"73":{"tf":1.0}}}}},"v":{":":{":":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"240":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":19,"docs":{"106":{"tf":1.0},"116":{"tf":1.0},"12":{"tf":1.7320508075688772},"159":{"tf":1.0},"170":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.4142135623730951},"203":{"tf":1.0},"230":{"tf":1.7320508075688772},"232":{"tf":1.0},"240":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"107":{"tf":1.0}},"e":{"df":0,"docs":{},"v":{"df":3,"docs":{"198":{"tf":1.0},"233":{"tf":1.0},"259":{"tf":2.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":31,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"107":{"tf":1.0},"143":{"tf":1.0},"157":{"tf":1.0},"16":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"170":{"tf":1.0},"199":{"tf":2.6457513110645907},"200":{"tf":1.0},"222":{"tf":1.0},"227":{"tf":1.0},"233":{"tf":1.0},"237":{"tf":1.0},"240":{"tf":2.23606797749979},"33":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"42":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"60":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"74":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"110":{"tf":1.0},"172":{"tf":1.0},"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":4,"docs":{"148":{"tf":1.0},"172":{"tf":1.7320508075688772},"199":{"tf":1.0},"221":{"tf":1.0}}}},"v":{"df":2,"docs":{"118":{"tf":1.0},"119":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"176":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"117":{"tf":1.0},"118":{"tf":1.0},"125":{"tf":1.0}}}}}}},"f":{"c":{"df":2,"docs":{"225":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}},"h":{"df":2,"docs":{"155":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951}}},"i":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"237":{"tf":1.0},"57":{"tf":1.0}}}},"d":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":2,"docs":{"166":{"tf":1.0},"200":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"k":{"df":3,"docs":{"199":{"tf":1.0},"202":{"tf":1.0},"207":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":3,"docs":{"118":{"tf":2.0},"119":{"tf":1.0},"120":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":4,"docs":{"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.7320508075688772},"120":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"214":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"72":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":1,"docs":{"121":{"tf":1.0}}}}},"s":{"df":2,"docs":{"239":{"tf":1.0},"241":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":7,"docs":{"126":{"tf":1.0},"128":{"tf":1.0},"198":{"tf":1.0},"202":{"tf":1.0},"206":{"tf":1.7320508075688772},"233":{"tf":1.0},"41":{"tf":1.0}}}},"n":{"df":16,"docs":{"149":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":2.0},"37":{"tf":2.0},"59":{"tf":1.0},"60":{"tf":1.0},"8":{"tf":1.4142135623730951},"95":{"tf":1.0},"97":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":4,"docs":{"134":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.4142135623730951},"88":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"'":{"df":10,"docs":{"173":{"tf":1.0},"181":{"tf":1.0},"199":{"tf":1.0},"202":{"tf":1.0},"206":{"tf":1.4142135623730951},"217":{"tf":1.0},"232":{"tf":1.7320508075688772},"240":{"tf":1.0},"57":{"tf":1.0},"66":{"tf":1.0}}},"c":{"df":2,"docs":{"218":{"tf":1.0},"219":{"tf":1.4142135623730951}}},"d":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"98":{"tf":1.0}}},"df":0,"docs":{}}},"df":61,"docs":{"111":{"tf":1.7320508075688772},"112":{"tf":1.4142135623730951},"128":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"139":{"tf":1.0},"143":{"tf":1.4142135623730951},"151":{"tf":1.7320508075688772},"157":{"tf":1.0},"16":{"tf":1.0},"166":{"tf":1.7320508075688772},"169":{"tf":1.0},"17":{"tf":1.4142135623730951},"172":{"tf":1.0},"181":{"tf":1.0},"184":{"tf":1.0},"187":{"tf":1.0},"194":{"tf":1.4142135623730951},"196":{"tf":1.7320508075688772},"197":{"tf":2.6457513110645907},"198":{"tf":2.0},"199":{"tf":2.0},"20":{"tf":1.4142135623730951},"200":{"tf":1.0},"202":{"tf":2.0},"203":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":2.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"217":{"tf":1.0},"219":{"tf":1.4142135623730951},"222":{"tf":1.0},"225":{"tf":1.7320508075688772},"227":{"tf":1.4142135623730951},"232":{"tf":1.4142135623730951},"233":{"tf":1.4142135623730951},"237":{"tf":1.0},"238":{"tf":1.4142135623730951},"239":{"tf":2.0},"240":{"tf":2.0},"243":{"tf":1.7320508075688772},"244":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.7320508075688772},"32":{"tf":1.0},"37":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"53":{"tf":2.0},"55":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":2.6457513110645907},"68":{"tf":1.0},"72":{"tf":1.4142135623730951},"74":{"tf":1.0},"86":{"tf":1.0},"9":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"243":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"218":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":1,"docs":{"237":{"tf":1.0}}}}}}},"s":{".":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"(":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"151":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"148":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"151":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":2,"docs":{"16":{"tf":1.0},"17":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":12,"docs":{"189":{"tf":1.4142135623730951},"192":{"tf":1.0},"194":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"206":{"tf":1.4142135623730951},"212":{"tf":1.0},"218":{"tf":1.0},"232":{"tf":1.0},"66":{"tf":1.0}},"r":{"df":1,"docs":{"204":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":13,"docs":{"130":{"tf":1.0},"194":{"tf":1.0},"197":{"tf":1.4142135623730951},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"206":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"67":{"tf":1.7320508075688772},"68":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"74":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"127":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":21,"docs":{"121":{"tf":1.0},"132":{"tf":1.0},"143":{"tf":1.0},"146":{"tf":1.0},"148":{"tf":1.0},"154":{"tf":1.0},"157":{"tf":1.0},"185":{"tf":1.0},"198":{"tf":1.0},"21":{"tf":1.0},"211":{"tf":1.0},"217":{"tf":1.0},"222":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0},"89":{"tf":1.0}}}},"n":{"d":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":4,"docs":{"208":{"tf":1.0},"211":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"223":{"tf":1.0},"239":{"tf":1.0}}}},"y":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"c":{"a":{"df":0,"docs":{},"l":{"a":{"df":1,"docs":{"241":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":3,"docs":{"86":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"34":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"a":{".":{"a":{"d":{"d":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"a":{"d":{"d":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"119":{"tf":1.0},"120":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":2,"docs":{"119":{"tf":1.0},"120":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":3,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0}}}}}},"df":0,"docs":{}},"<":{"'":{"a":{"df":1,"docs":{"120":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"118":{"tf":1.7320508075688772},"119":{"tf":1.7320508075688772},"120":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"241":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"227":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":3,"docs":{"37":{"tf":1.4142135623730951},"53":{"tf":1.0},"81":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"185":{"tf":1.0}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"206":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"df":15,"docs":{"106":{"tf":1.4142135623730951},"148":{"tf":2.23606797749979},"151":{"tf":1.4142135623730951},"155":{"tf":1.7320508075688772},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"170":{"tf":1.4142135623730951},"240":{"tf":1.0},"60":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"87":{"tf":1.7320508075688772},"88":{"tf":1.7320508075688772}},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"21":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":2,"docs":{"222":{"tf":1.0},"25":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"4":{"2":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"72":{"tf":1.0}}}}},"df":7,"docs":{"16":{"tf":2.23606797749979},"17":{"tf":3.1622776601683795},"200":{"tf":1.0},"218":{"tf":1.0},"234":{"tf":1.0},"42":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"194":{"tf":1.0},"55":{"tf":1.0},"67":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"130":{"tf":1.0},"233":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"e":{"df":40,"docs":{"112":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"129":{"tf":1.0},"137":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"152":{"tf":1.0},"158":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"169":{"tf":1.0},"173":{"tf":1.0},"18":{"tf":1.0},"187":{"tf":1.0},"193":{"tf":1.0},"20":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.0},"212":{"tf":1.0},"219":{"tf":1.0},"22":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"229":{"tf":1.0},"233":{"tf":1.0},"237":{"tf":2.449489742783178},"240":{"tf":1.0},"241":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":1.0},"38":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.0},"67":{"tf":1.0},"79":{"tf":1.0},"86":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951},"91":{"tf":1.0},"98":{"tf":1.0}},"m":{"df":2,"docs":{"198":{"tf":1.0},"236":{"tf":1.0}}},"n":{"df":2,"docs":{"166":{"tf":1.0},"48":{"tf":1.0}}}},"g":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"197":{"tf":1.0}}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"199":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"247":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"f":{".":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"233":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"b":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"162":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"118":{"tf":1.0},"119":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{")":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"|":{"c":{"df":0,"docs":{},"m":{"d":{"df":2,"docs":{"118":{"tf":1.0},"119":{"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":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"(":{"c":{"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"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":{}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"239":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"140":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{")":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"|":{"c":{"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"120":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"f":{".":{"df":0,"docs":{},"m":{"df":1,"docs":{"223":{"tf":1.0}}}},"df":1,"docs":{"222":{"tf":1.0}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"233":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"(":{"df":1,"docs":{"170":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"203":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"233":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"233":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"203":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"127":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"203":{"tf":1.0}}}}}},"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":{".":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"233":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"233":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"(":{")":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"|":{"c":{"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"120":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"(":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":2,"docs":{"16":{"tf":1.0},"17":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"(":{"df":1,"docs":{"155":{"tf":1.0}},"l":{"df":0,"docs":{},"h":{"df":1,"docs":{"155":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"h":{"df":1,"docs":{"155":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},":":{":":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"233":{"tf":1.7320508075688772}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"240":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":18,"docs":{"118":{"tf":1.7320508075688772},"119":{"tf":1.7320508075688772},"120":{"tf":1.7320508075688772},"127":{"tf":2.23606797749979},"132":{"tf":1.0},"140":{"tf":1.7320508075688772},"143":{"tf":1.7320508075688772},"155":{"tf":2.449489742783178},"16":{"tf":1.7320508075688772},"162":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"170":{"tf":2.0},"199":{"tf":1.0},"203":{"tf":1.4142135623730951},"206":{"tf":1.0},"224":{"tf":1.0},"256":{"tf":1.0},"33":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"136":{"tf":1.4142135623730951},"224":{"tf":1.0},"26":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"d":{"(":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"106":{"tf":1.4142135623730951}}}}},"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":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":3,"docs":{"106":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"94":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"106":{"tf":1.0}}}}}},"df":1,"docs":{"106":{"tf":1.0}}}}}}}},"df":0,"docs":{},"s":{"df":4,"docs":{"169":{"tf":1.0},"173":{"tf":1.0},"181":{"tf":1.0},"198":{"tf":1.4142135623730951}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"90":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"72":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"124":{"tf":1.0},"8":{"tf":1.7320508075688772}},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"200":{"tf":1.0},"55":{"tf":1.0}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"c":{"df":0,"docs":{},"q":{"df":1,"docs":{"253":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":13,"docs":{"115":{"tf":1.0},"120":{"tf":1.0},"146":{"tf":1.4142135623730951},"149":{"tf":1.0},"151":{"tf":1.7320508075688772},"154":{"tf":1.0},"164":{"tf":1.0},"171":{"tf":1.0},"176":{"tf":1.0},"199":{"tf":1.0},"211":{"tf":1.0},"234":{"tf":1.0},"81":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"121":{"tf":1.0}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"116":{"tf":1.0},"227":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"d":{"df":3,"docs":{"151":{"tf":1.4142135623730951},"240":{"tf":2.8284271247461903},"241":{"tf":1.0}},"e":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"240":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"c":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"151":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"151":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"151":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"151":{"tf":1.4142135623730951}}}},"df":4,"docs":{"14":{"tf":1.0},"233":{"tf":1.0},"237":{"tf":1.0},"9":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":2,"docs":{"199":{"tf":1.0},"211":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"233":{"tf":1.0}}}},"i":{"c":{"df":1,"docs":{"257":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"184":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"233":{"tf":1.0}}}}}}},"t":{"df":12,"docs":{"117":{"tf":1.0},"126":{"tf":1.0},"162":{"tf":1.7320508075688772},"199":{"tf":1.0},"218":{"tf":1.7320508075688772},"229":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.4142135623730951},"258":{"tf":1.0},"68":{"tf":1.0},"86":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"c":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{".":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"73":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"73":{"tf":1.0}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"t":{"d":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{":":{":":{"c":{"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":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"(":{")":{")":{"?":{".":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"74":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"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":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"176":{"tf":1.0},"194":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":1.0},"55":{"tf":1.0},"94":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"225":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":11,"docs":{"110":{"tf":1.0},"133":{"tf":1.0},"157":{"tf":1.0},"173":{"tf":1.0},"2":{"tf":1.0},"206":{"tf":1.4142135623730951},"211":{"tf":1.0},"234":{"tf":1.0},"29":{"tf":1.0},"37":{"tf":1.0},"68":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"228":{"tf":1.0}}}},"m":{"df":1,"docs":{"197":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}}},"df":1,"docs":{"216":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"143":{"tf":1.0},"42":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"136":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"w":{"df":2,"docs":{"228":{"tf":1.0},"57":{"tf":1.0}},"n":{"df":3,"docs":{"151":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"163":{"tf":1.0},"197":{"tf":1.4142135623730951},"253":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"143":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"200":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"89":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":12,"docs":{"130":{"tf":1.0},"151":{"tf":1.4142135623730951},"158":{"tf":1.0},"170":{"tf":1.0},"2":{"tf":1.0},"206":{"tf":1.0},"225":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"25":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":14,"docs":{"124":{"tf":1.4142135623730951},"125":{"tf":1.0},"128":{"tf":1.0},"165":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.4142135623730951},"174":{"tf":1.0},"203":{"tf":1.0},"206":{"tf":1.0},"240":{"tf":1.4142135623730951},"249":{"tf":1.0},"5":{"tf":1.4142135623730951},"68":{"tf":1.0},"72":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"166":{"tf":1.0},"167":{"tf":1.0}}}},"i":{"c":{"df":4,"docs":{"121":{"tf":1.0},"125":{"tf":1.0},"249":{"tf":1.0},"5":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"'":{"df":1,"docs":{"127":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":8,"docs":{"127":{"tf":1.0},"199":{"tf":1.0},"206":{"tf":1.4142135623730951},"21":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"45":{"tf":1.0},"8":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"140":{"tf":1.0},"240":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"106":{"tf":1.0},"239":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":11,"docs":{"131":{"tf":1.0},"151":{"tf":1.0},"166":{"tf":1.0},"224":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.4142135623730951},"247":{"tf":1.4142135623730951},"248":{"tf":1.0},"258":{"tf":1.0},"29":{"tf":1.0},"53":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"159":{"tf":1.0}}}},"df":0,"docs":{}}},"z":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":7,"docs":{"14":{"tf":1.0},"198":{"tf":1.7320508075688772},"235":{"tf":1.0},"240":{"tf":1.7320508075688772},"29":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"146":{"tf":1.0}}}}}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":7,"docs":{"198":{"tf":1.0},"199":{"tf":1.0},"25":{"tf":1.4142135623730951},"29":{"tf":1.0},"7":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"109":{"tf":1.0},"237":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"74":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":11,"docs":{"121":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"188":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"68":{"tf":1.0},"74":{"tf":1.0},"86":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"176":{"tf":1.4142135623730951},"177":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"183":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"189":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"226":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"180":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"217":{"tf":1.0}}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"233":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"(":{"\"":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"233":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":1,"docs":{"233":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":14,"docs":{"110":{"tf":1.0},"112":{"tf":1.0},"146":{"tf":1.0},"181":{"tf":1.0},"2":{"tf":1.4142135623730951},"233":{"tf":1.0},"247":{"tf":1.0},"251":{"tf":1.4142135623730951},"253":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.4142135623730951},"259":{"tf":1.0}},"e":{"'":{"df":1,"docs":{"247":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"247":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":8,"docs":{"110":{"tf":1.0},"127":{"tf":1.0},"176":{"tf":1.0},"2":{"tf":1.0},"207":{"tf":1.0},"233":{"tf":1.0},"239":{"tf":1.0},"86":{"tf":1.0}}}},"v":{"df":9,"docs":{"124":{"tf":1.7320508075688772},"128":{"tf":1.0},"146":{"tf":1.0},"159":{"tf":1.0},"177":{"tf":1.0},"2":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"240":{"tf":1.0},"3":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"e":{"(":{"\"":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"151":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"78":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"127":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"79":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"203":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"127":{"tf":1.0}}}},"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":{"233":{"tf":1.0}}}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"87":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"159":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":11,"docs":{"21":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"228":{"tf":1.0},"233":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}},"i":{"df":0,"docs":{},"m":{"df":9,"docs":{"176":{"tf":1.4142135623730951},"180":{"tf":1.0},"191":{"tf":1.0},"205":{"tf":1.0},"211":{"tf":1.0},"217":{"tf":1.4142135623730951},"222":{"tf":1.0},"68":{"tf":1.7320508075688772},"94":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"101":{"tf":1.0},"90":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"128":{"tf":1.0},"211":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":8,"docs":{"128":{"tf":1.0},"135":{"tf":1.0},"205":{"tf":1.0},"211":{"tf":1.0},"232":{"tf":1.0},"237":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":11,"docs":{"110":{"tf":1.0},"124":{"tf":1.0},"128":{"tf":1.0},"146":{"tf":2.449489742783178},"149":{"tf":1.4142135623730951},"20":{"tf":1.0},"233":{"tf":1.4142135623730951},"240":{"tf":1.0},"247":{"tf":1.7320508075688772},"251":{"tf":1.0},"46":{"tf":1.0}},"i":{"df":5,"docs":{"218":{"tf":1.0},"232":{"tf":1.0},"240":{"tf":1.0},"42":{"tf":1.0},"67":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"198":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"189":{"tf":1.0},"211":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"206":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"184":{"tf":1.0},"233":{"tf":1.0},"236":{"tf":1.0},"240":{"tf":1.0}}}}}},"r":{"c":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":1,"docs":{"247":{"tf":1.0}}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"217":{"tf":1.0}}}},"l":{"df":1,"docs":{"225":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"206":{"tf":1.0},"37":{"tf":1.4142135623730951},"47":{"tf":1.0},"60":{"tf":1.0},"68":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":5,"docs":{"107":{"tf":1.0},"17":{"tf":1.0},"198":{"tf":1.0},"237":{"tf":1.0},"66":{"tf":1.0}}},"df":0,"docs":{}}},"df":3,"docs":{"112":{"tf":1.0},"139":{"tf":1.0},"170":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"126":{"tf":1.0},"229":{"tf":1.4142135623730951},"230":{"tf":1.0},"37":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":9,"docs":{"156":{"tf":1.0},"170":{"tf":1.0},"198":{"tf":1.4142135623730951},"200":{"tf":1.0},"227":{"tf":1.0},"234":{"tf":2.0},"237":{"tf":1.7320508075688772},"252":{"tf":1.0},"37":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"199":{"tf":1.4142135623730951},"227":{"tf":1.0}}}}}}},"i":{"c":{"df":9,"docs":{"120":{"tf":2.0},"121":{"tf":1.0},"143":{"tf":1.0},"222":{"tf":1.0},"232":{"tf":1.4142135623730951},"237":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"94":{"tf":1.0}}}}},"d":{"'":{"df":1,"docs":{"192":{"tf":1.0}}},":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"148":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"f":{"df":1,"docs":{"49":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{":":{":":{"c":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{")":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"67":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":1,"docs":{"68":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"c":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"68":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"(":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"73":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"73":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":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":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"73":{"tf":1.0}}}}}}}}}}}}}}}}},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"73":{"tf":1.0},"74":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"49":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"78":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":3,"docs":{"140":{"tf":1.0},"222":{"tf":1.0},"25":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{":":{":":{"df":0,"docs":{},"{":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"233":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{"df":1,"docs":{"68":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{".":{"a":{"d":{"d":{"(":{"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":{},"r":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"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":{}}}},"r":{"c":{":":{":":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"82":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{":":{":":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"<":{"'":{"a":{"df":1,"docs":{"127":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{":":{":":{"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":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"106":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"{":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{":":{":":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"21":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"140":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"49":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":2,"docs":{"51":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"143":{"tf":1.0}}},"p":{"df":2,"docs":{"124":{"tf":1.0},"229":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":5,"docs":{"206":{"tf":1.0},"211":{"tf":1.0},"52":{"tf":1.0},"8":{"tf":1.0},"97":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"(":{"df":1,"docs":{"170":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"155":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"n":{"df":1,"docs":{"170":{"tf":1.0}}}},"df":1,"docs":{"155":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":2,"docs":{"155":{"tf":1.7320508075688772},"170":{"tf":1.0}}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"216":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"233":{"tf":1.7320508075688772},"257":{"tf":1.0},"259":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":12,"docs":{"116":{"tf":1.0},"119":{"tf":1.4142135623730951},"120":{"tf":1.0},"140":{"tf":1.0},"149":{"tf":1.0},"198":{"tf":1.0},"206":{"tf":1.0},"222":{"tf":1.0},"259":{"tf":1.7320508075688772},"37":{"tf":1.0},"44":{"tf":1.0},"66":{"tf":1.0}}},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"199":{"tf":1.0},"233":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":9,"docs":{"112":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":1.4142135623730951},"150":{"tf":2.0},"151":{"tf":2.0},"152":{"tf":1.0},"236":{"tf":1.0}}}}}}},"df":14,"docs":{"118":{"tf":2.449489742783178},"12":{"tf":1.0},"120":{"tf":2.23606797749979},"127":{"tf":1.0},"151":{"tf":1.4142135623730951},"237":{"tf":1.4142135623730951},"240":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.7320508075688772},"8":{"tf":3.0},"9":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"94":{"tf":1.7320508075688772},"95":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"225":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"\"":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"106":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"(":{"\"":{"df":0,"docs":{},"i":{"df":1,"docs":{"162":{"tf":1.0}}},"x":{"df":1,"docs":{"162":{"tf":1.0}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"8":{"df":1,"docs":{"107":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":1,"docs":{"148":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"127":{"tf":1.0},"42":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":39,"docs":{"10":{"tf":1.0},"106":{"tf":1.0},"11":{"tf":1.7320508075688772},"119":{"tf":1.7320508075688772},"12":{"tf":1.4142135623730951},"127":{"tf":1.7320508075688772},"13":{"tf":1.0},"130":{"tf":1.0},"14":{"tf":1.7320508075688772},"148":{"tf":2.23606797749979},"155":{"tf":1.0},"162":{"tf":1.7320508075688772},"170":{"tf":1.0},"192":{"tf":1.7320508075688772},"200":{"tf":1.7320508075688772},"237":{"tf":1.0},"239":{"tf":2.449489742783178},"240":{"tf":2.6457513110645907},"25":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":2.449489742783178},"42":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"57":{"tf":1.0},"60":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":2.0},"66":{"tf":3.3166247903554},"67":{"tf":1.0},"68":{"tf":2.6457513110645907},"7":{"tf":2.0},"70":{"tf":1.0},"71":{"tf":2.0},"72":{"tf":1.4142135623730951},"8":{"tf":3.3166247903554},"87":{"tf":1.0},"9":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"256":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"68":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"225":{"tf":1.0}}}}}}},"u":{"c":{"df":0,"docs":{},"t":{"'":{"df":2,"docs":{"240":{"tf":1.0},"88":{"tf":1.0}}},"df":46,"docs":{"106":{"tf":1.0},"118":{"tf":2.0},"119":{"tf":1.4142135623730951},"120":{"tf":1.0},"121":{"tf":1.0},"127":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.4142135623730951},"136":{"tf":1.0},"140":{"tf":1.7320508075688772},"148":{"tf":2.0},"151":{"tf":1.0},"155":{"tf":1.4142135623730951},"16":{"tf":1.0},"162":{"tf":1.4142135623730951},"165":{"tf":1.0},"17":{"tf":1.4142135623730951},"170":{"tf":1.7320508075688772},"175":{"tf":1.0},"176":{"tf":2.449489742783178},"177":{"tf":2.6457513110645907},"180":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":1.4142135623730951},"20":{"tf":1.0},"203":{"tf":1.0},"206":{"tf":1.0},"21":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.7320508075688772},"233":{"tf":2.8284271247461903},"237":{"tf":1.0},"239":{"tf":2.6457513110645907},"240":{"tf":2.23606797749979},"241":{"tf":1.0},"25":{"tf":1.0},"33":{"tf":1.0},"61":{"tf":1.4142135623730951},"86":{"tf":1.7320508075688772},"87":{"tf":1.4142135623730951},"88":{"tf":2.6457513110645907},"89":{"tf":1.7320508075688772},"91":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":17,"docs":{"121":{"tf":1.0},"158":{"tf":1.0},"170":{"tf":1.4142135623730951},"171":{"tf":2.23606797749979},"172":{"tf":2.6457513110645907},"173":{"tf":2.23606797749979},"174":{"tf":1.0},"196":{"tf":1.0},"239":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"250":{"tf":1.0},"252":{"tf":1.0},"26":{"tf":1.4142135623730951},"28":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"217":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":6,"docs":{"144":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"5":{"tf":1.0},"65":{"tf":1.0},"72":{"tf":1.0}}}}}},"u":{"b":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":2,"docs":{"155":{"tf":1.0},"170":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"250":{"tf":1.0}}}}}}}},"df":1,"docs":{"224":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"192":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"247":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"l":{"df":3,"docs":{"198":{"tf":1.0},"199":{"tf":1.0},"68":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"198":{"tf":1.0},"37":{"tf":1.0}}}}},"i":{"df":1,"docs":{"224":{"tf":1.4142135623730951}}}},"y":{"df":0,"docs":{},"p":{"df":2,"docs":{"224":{"tf":1.0},"247":{"tf":1.0}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"106":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":18,"docs":{"130":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"200":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"222":{"tf":1.0},"238":{"tf":1.0},"240":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"55":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.0},"77":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{},"x":{"df":1,"docs":{"37":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"121":{"tf":1.0},"159":{"tf":1.0},"191":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"df":2,"docs":{"228":{"tf":1.0},"229":{"tf":2.23606797749979}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{":":{":":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"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":{}}}}}}},"{":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"233":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"217":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":11,"docs":{"135":{"tf":1.0},"17":{"tf":1.0},"197":{"tf":1.0},"205":{"tf":1.0},"224":{"tf":1.0},"233":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"240":{"tf":1.0},"258":{"tf":1.0},"29":{"tf":1.0},"72":{"tf":1.0}}}},"s":{"df":4,"docs":{"116":{"tf":1.0},"233":{"tf":1.4142135623730951},"239":{"tf":1.0},"240":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"211":{"tf":1.0},"222":{"tf":1.0},"97":{"tf":1.0}}},"f":{"a":{"c":{"df":1,"docs":{"202":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"224":{"tf":1.4142135623730951},"254":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"83":{"tf":1.0}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"211":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"151":{"tf":1.0},"42":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"(":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"y":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"126":{"tf":1.7320508075688772},"127":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"n":{"c":{"df":1,"docs":{"89":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"211":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"127":{"tf":1.0},"255":{"tf":1.0}}}},"df":0,"docs":{},"x":{"df":3,"docs":{"128":{"tf":1.4142135623730951},"233":{"tf":1.0},"29":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"'":{"df":1,"docs":{"74":{"tf":1.0}}},"df":15,"docs":{"116":{"tf":1.0},"134":{"tf":1.0},"139":{"tf":1.0},"219":{"tf":1.0},"232":{"tf":1.4142135623730951},"239":{"tf":1.0},"240":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"254":{"tf":1.0},"258":{"tf":1.4142135623730951},"29":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"57":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{")":{".":{"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":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"(":{"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":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"106":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"t":{"1":{"df":1,"docs":{"136":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"136":{"tf":1.7320508075688772}}},"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"117":{"tf":1.4142135623730951},"118":{"tf":2.0},"119":{"tf":1.4142135623730951},"120":{"tf":2.0}},"e":{"\"":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"119":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"78":{"tf":1.0}},"l":{"df":1,"docs":{"218":{"tf":1.0}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":18,"docs":{"143":{"tf":1.0},"166":{"tf":1.4142135623730951},"17":{"tf":1.0},"177":{"tf":1.0},"183":{"tf":1.0},"20":{"tf":1.0},"225":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"72":{"tf":1.0},"8":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"95":{"tf":1.0}},"n":{"df":1,"docs":{"28":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"k":{"df":1,"docs":{"243":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"140":{"tf":1.0},"197":{"tf":1.0},"222":{"tf":1.4142135623730951},"25":{"tf":1.0},"29":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"126":{"tf":1.0},"2":{"tf":1.0}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"166":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"(":{"\"":{"1":{"2":{"7":{".":{"0":{".":{"0":{".":{"1":{":":{"3":{"4":{"2":{"5":{"4":{"df":1,"docs":{"94":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":14,"docs":{"140":{"tf":3.1622776601683795},"143":{"tf":1.4142135623730951},"148":{"tf":1.0},"155":{"tf":1.7320508075688772},"166":{"tf":1.0},"186":{"tf":1.4142135623730951},"211":{"tf":1.0},"222":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"25":{"tf":2.0},"29":{"tf":1.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"2":{"tf":1.0}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":4,"docs":{"146":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":1.0},"243":{"tf":1.0}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"162":{"tf":1.0},"232":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"99":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"211":{"tf":1.0}}}}},"n":{"df":1,"docs":{"125":{"tf":1.0}}},"r":{"df":0,"docs":{},"m":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":2,"docs":{"126":{"tf":2.23606797749979},"169":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"126":{"tf":1.4142135623730951},"66":{"tf":1.0},"68":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"139":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"162":{"tf":1.0},"2":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.4142135623730951}}}},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"147":{"tf":1.0},"148":{"tf":1.7320508075688772},"149":{"tf":1.0},"151":{"tf":1.4142135623730951}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":2,"docs":{"199":{"tf":1.0},"210":{"tf":1.0}}}},"t":{"'":{"df":4,"docs":{"211":{"tf":1.0},"224":{"tf":1.0},"3":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"198":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"143":{"tf":1.0},"249":{"tf":1.0},"36":{"tf":1.0},"5":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"237":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":7,"docs":{"147":{"tf":1.0},"149":{"tf":1.0},"183":{"tf":1.0},"198":{"tf":1.0},"205":{"tf":1.0},"217":{"tf":1.0},"45":{"tf":1.0}}},"k":{"df":1,"docs":{"228":{"tf":1.0}}}},"r":{"d":{"df":1,"docs":{"183":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":6,"docs":{"198":{"tf":1.7320508075688772},"199":{"tf":1.0},"217":{"tf":1.0},"232":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":4,"docs":{"197":{"tf":1.0},"200":{"tf":1.0},"211":{"tf":1.0},"97":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":4,"docs":{"206":{"tf":1.0},"212":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"(":{"\"":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}},"&":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"8":{"tf":2.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":4,"docs":{"119":{"tf":1.0},"197":{"tf":1.0},"3":{"tf":1.0},"8":{"tf":2.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":9,"docs":{"135":{"tf":1.0},"146":{"tf":1.0},"197":{"tf":1.0},"203":{"tf":1.0},"229":{"tf":1.4142135623730951},"257":{"tf":1.7320508075688772},"57":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"237":{"tf":1.0}}}}}}}},"w":{"df":1,"docs":{"112":{"tf":1.0}}}}},"u":{"df":13,"docs":{"136":{"tf":1.0},"156":{"tf":1.0},"169":{"tf":1.0},"177":{"tf":1.0},"199":{"tf":1.0},"202":{"tf":1.0},"217":{"tf":1.0},"221":{"tf":1.0},"224":{"tf":1.0},"239":{"tf":1.0},"34":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}},"i":{"df":1,"docs":{"240":{"tf":1.0}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{":":{":":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":21,"docs":{"106":{"tf":1.0},"116":{"tf":1.0},"119":{"tf":1.0},"130":{"tf":1.0},"147":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"177":{"tf":1.0},"185":{"tf":1.4142135623730951},"199":{"tf":1.0},"206":{"tf":1.4142135623730951},"21":{"tf":1.0},"225":{"tf":1.0},"229":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"240":{"tf":1.0},"29":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0},"90":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"o":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"237":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"o":{"df":2,"docs":{"175":{"tf":1.0},"178":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":7,"docs":{"175":{"tf":1.0},"176":{"tf":1.0},"194":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"239":{"tf":1.0},"83":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"df":7,"docs":{"126":{"tf":1.0},"183":{"tf":1.0},"186":{"tf":1.0},"2":{"tf":1.0},"218":{"tf":1.0},"59":{"tf":1.0},"89":{"tf":1.0}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"192":{"tf":1.0}}}}}},"p":{"df":1,"docs":{"240":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"237":{"tf":1.0}}}}},"y":{"df":1,"docs":{"151":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"45":{"tf":1.0},"68":{"tf":1.4142135623730951}}}},"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"121":{"tf":1.0},"172":{"tf":1.0}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"240":{"tf":1.0}}},"df":31,"docs":{"112":{"tf":1.0},"118":{"tf":2.0},"119":{"tf":1.0},"120":{"tf":1.7320508075688772},"121":{"tf":1.7320508075688772},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"148":{"tf":1.4142135623730951},"149":{"tf":1.0},"151":{"tf":1.4142135623730951},"155":{"tf":1.0},"17":{"tf":1.0},"170":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":1.0},"221":{"tf":1.0},"224":{"tf":1.4142135623730951},"225":{"tf":1.7320508075688772},"226":{"tf":1.0},"233":{"tf":1.0},"237":{"tf":1.4142135623730951},"239":{"tf":2.0},"24":{"tf":1.0},"240":{"tf":3.1622776601683795},"28":{"tf":1.4142135623730951},"30":{"tf":1.0},"44":{"tf":1.0},"77":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"116":{"tf":1.0},"196":{"tf":1.0},"198":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"198":{"tf":1.4142135623730951},"71":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"126":{"tf":1.0},"202":{"tf":1.0},"81":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"217":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"125":{"tf":1.4142135623730951},"126":{"tf":1.0},"199":{"tf":1.0},"4":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.4142135623730951}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"196":{"tf":1.0},"198":{"tf":1.4142135623730951},"57":{"tf":1.0}}}},"df":0,"docs":{}}}},"p":{"df":2,"docs":{"194":{"tf":1.0},"55":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"154":{"tf":1.0},"157":{"tf":1.0},"171":{"tf":1.0}}}}},"i":{"df":1,"docs":{"218":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"140":{"tf":1.0},"24":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"170":{"tf":1.0},"227":{"tf":1.0}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"212":{"tf":1.0}},"i":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":7,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"159":{"tf":1.0},"181":{"tf":1.0},"206":{"tf":1.0},"225":{"tf":1.0},"240":{"tf":1.0}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"p":{"df":1,"docs":{"72":{"tf":1.0}}},"v":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"_":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"218":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"_":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"218":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"e":{"df":7,"docs":{"106":{"tf":1.0},"199":{"tf":1.0},"209":{"tf":1.0},"21":{"tf":1.4142135623730951},"233":{"tf":1.0},"240":{"tf":1.0},"8":{"tf":1.7320508075688772}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"197":{"tf":1.0},"202":{"tf":1.0}}}}}},"s":{"df":1,"docs":{"25":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"131":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"78":{"tf":1.7320508075688772}}},"n":{"df":2,"docs":{"217":{"tf":1.4142135623730951},"232":{"tf":1.0}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"241":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"172":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":22,"docs":{"106":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"125":{"tf":1.0},"177":{"tf":1.4142135623730951},"185":{"tf":1.0},"198":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.4142135623730951},"217":{"tf":1.0},"218":{"tf":1.0},"222":{"tf":1.0},"232":{"tf":1.7320508075688772},"233":{"tf":1.0},"29":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951},"86":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"240":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"74":{"tf":1.0}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"198":{"tf":1.0}}}}},"df":65,"docs":{"109":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"130":{"tf":2.0},"131":{"tf":2.0},"132":{"tf":1.7320508075688772},"133":{"tf":1.4142135623730951},"134":{"tf":2.23606797749979},"135":{"tf":1.7320508075688772},"136":{"tf":2.449489742783178},"137":{"tf":1.4142135623730951},"139":{"tf":1.0},"140":{"tf":1.0},"148":{"tf":1.0},"151":{"tf":1.0},"155":{"tf":1.0},"17":{"tf":1.7320508075688772},"185":{"tf":1.0},"194":{"tf":1.4142135623730951},"196":{"tf":2.0},"198":{"tf":3.1622776601683795},"199":{"tf":1.0},"20":{"tf":2.449489742783178},"200":{"tf":1.4142135623730951},"201":{"tf":1.0},"202":{"tf":2.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"217":{"tf":1.0},"219":{"tf":1.4142135623730951},"222":{"tf":1.4142135623730951},"225":{"tf":2.0},"231":{"tf":1.0},"232":{"tf":4.123105625617661},"233":{"tf":2.8284271247461903},"234":{"tf":1.0},"236":{"tf":1.4142135623730951},"237":{"tf":2.23606797749979},"239":{"tf":3.872983346207417},"240":{"tf":5.0990195135927845},"241":{"tf":1.0},"25":{"tf":1.0},"251":{"tf":1.0},"29":{"tf":1.7320508075688772},"3":{"tf":1.0},"44":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":2.0},"57":{"tf":1.7320508075688772},"6":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.4142135623730951},"66":{"tf":1.0},"7":{"tf":2.6457513110645907},"72":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":2.449489742783178},"88":{"tf":1.0},"9":{"tf":1.0},"95":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"237":{"tf":1.0}}}}}}}},"u":{"1":{"6":{"df":1,"docs":{"61":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"3":{"2":{"df":4,"docs":{"148":{"tf":1.0},"177":{"tf":3.1622776601683795},"239":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"6":{"4":{"df":4,"docs":{"16":{"tf":1.7320508075688772},"17":{"tf":2.0},"239":{"tf":2.8284271247461903},"240":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"8":{"df":4,"docs":{"151":{"tf":2.23606797749979},"40":{"tf":1.0},"41":{"tf":1.0},"60":{"tf":1.0}}},"b":{"df":2,"docs":{"206":{"tf":1.4142135623730951},"72":{"tf":1.0}}},"df":1,"docs":{"8":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"206":{"tf":1.0},"68":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"248":{"tf":1.0}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"172":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"169":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"218":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"197":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951}}}}},"r":{"df":1,"docs":{"206":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"140":{"tf":1.7320508075688772},"143":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":8,"docs":{"184":{"tf":1.0},"199":{"tf":1.4142135623730951},"203":{"tf":1.0},"211":{"tf":1.0},"228":{"tf":1.0},"238":{"tf":1.0},"240":{"tf":1.7320508075688772},"5":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"211":{"tf":1.0}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"241":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"89":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"116":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}}}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"239":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":1,"docs":{"185":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"239":{"tf":1.0}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"239":{"tf":1.0},"257":{"tf":1.4142135623730951}}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"155":{"tf":1.0}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"197":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"199":{"tf":1.0},"53":{"tf":1.0},"68":{"tf":1.0}}}}}},"q":{"df":0,"docs":{},"u":{"df":5,"docs":{"111":{"tf":1.4142135623730951},"181":{"tf":1.0},"234":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"df":0,"docs":{},"i":{">":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"239":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"239":{"tf":1.0},"240":{"tf":1.0}},"s":{"<":{"df":0,"docs":{},"t":{">":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"<":{"df":0,"docs":{},"r":{"df":1,"docs":{"239":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"df":6,"docs":{"133":{"tf":1.0},"136":{"tf":1.0},"176":{"tf":1.0},"181":{"tf":1.0},"184":{"tf":1.0},"255":{"tf":1.4142135623730951}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"198":{"tf":1.0},"90":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"217":{"tf":1.0},"41":{"tf":1.0},"71":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"k":{"df":6,"docs":{"203":{"tf":1.0},"232":{"tf":1.0},"237":{"tf":1.0},"240":{"tf":1.0},"34":{"tf":1.0},"74":{"tf":1.0}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"140":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"110":{"tf":1.4142135623730951},"211":{"tf":1.0},"249":{"tf":1.0},"5":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"222":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":21,"docs":{"189":{"tf":1.7320508075688772},"190":{"tf":1.0},"192":{"tf":1.4142135623730951},"193":{"tf":1.0},"194":{"tf":1.4142135623730951},"197":{"tf":1.7320508075688772},"200":{"tf":1.0},"203":{"tf":1.0},"206":{"tf":1.4142135623730951},"209":{"tf":1.0},"44":{"tf":1.0},"55":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":2.23606797749979},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951}},"e":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":5,"docs":{"206":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":5,"docs":{"188":{"tf":1.0},"189":{"tf":1.0},"197":{"tf":1.4142135623730951},"199":{"tf":1.0},"202":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"198":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":5,"docs":{"230":{"tf":1.0},"233":{"tf":1.0},"239":{"tf":1.0},"37":{"tf":1.0},"73":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"68":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":3,"docs":{"218":{"tf":1.0},"53":{"tf":1.0},"88":{"tf":1.0}},"e":{"d":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"218":{"tf":1.0}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"218":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"r":{"df":1,"docs":{"218":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"r":{"a":{"c":{"df":1,"docs":{"218":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"218":{"tf":1.0}}}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"218":{"tf":1.0}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"218":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"37":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"p":{"df":6,"docs":{"11":{"tf":1.0},"176":{"tf":1.0},"180":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"240":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"189":{"tf":1.0},"199":{"tf":1.0},"68":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"189":{"tf":1.0},"196":{"tf":1.0},"247":{"tf":1.0},"5":{"tf":1.0},"8":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"l":{":":{"0":{".":{"5":{"df":1,"docs":{"185":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{".":{"0":{"df":1,"docs":{"185":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"184":{"tf":1.0},"185":{"tf":2.0},"186":{"tf":1.4142135623730951}}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"232":{"tf":1.0},"237":{"tf":1.0},"240":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":4,"docs":{"101":{"tf":1.0},"177":{"tf":1.0},"227":{"tf":1.0},"50":{"tf":1.0}}}},"df":109,"docs":{"101":{"tf":1.4142135623730951},"106":{"tf":1.0},"107":{"tf":1.4142135623730951},"11":{"tf":1.7320508075688772},"112":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":2.449489742783178},"13":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"133":{"tf":1.4142135623730951},"134":{"tf":1.0},"136":{"tf":2.0},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.7320508075688772},"142":{"tf":1.0},"143":{"tf":2.0},"146":{"tf":1.0},"148":{"tf":1.4142135623730951},"151":{"tf":2.23606797749979},"155":{"tf":1.7320508075688772},"156":{"tf":1.7320508075688772},"16":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.7320508075688772},"169":{"tf":1.0},"17":{"tf":1.0},"170":{"tf":2.0},"171":{"tf":1.4142135623730951},"172":{"tf":2.0},"173":{"tf":1.0},"176":{"tf":1.4142135623730951},"177":{"tf":1.0},"178":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.4142135623730951},"185":{"tf":1.4142135623730951},"189":{"tf":1.0},"192":{"tf":1.0},"194":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.7320508075688772},"199":{"tf":2.449489742783178},"20":{"tf":1.4142135623730951},"202":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.4142135623730951},"21":{"tf":1.0},"211":{"tf":2.0},"217":{"tf":1.4142135623730951},"222":{"tf":2.23606797749979},"224":{"tf":1.7320508075688772},"225":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":2.8284271247461903},"236":{"tf":1.0},"237":{"tf":2.6457513110645907},"238":{"tf":1.4142135623730951},"239":{"tf":2.0},"24":{"tf":1.0},"240":{"tf":2.23606797749979},"241":{"tf":1.0},"25":{"tf":1.0},"252":{"tf":1.0},"255":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":2.0},"41":{"tf":1.7320508075688772},"42":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"66":{"tf":1.7320508075688772},"68":{"tf":1.0},"7":{"tf":2.23606797749979},"71":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.7320508075688772},"8":{"tf":3.3166247903554},"81":{"tf":1.4142135623730951},"82":{"tf":1.7320508075688772},"83":{"tf":1.0},"86":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":2.449489742783178},"89":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"181":{"tf":1.0}}}}}},"r":{"'":{"df":1,"docs":{"233":{"tf":1.0}}},"df":24,"docs":{"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"136":{"tf":1.0},"150":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.0},"189":{"tf":1.0},"192":{"tf":1.4142135623730951},"194":{"tf":1.0},"196":{"tf":1.4142135623730951},"198":{"tf":3.605551275463989},"199":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"209":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.4142135623730951},"240":{"tf":1.0},"241":{"tf":1.0},"254":{"tf":1.4142135623730951},"26":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.7320508075688772},"98":{"tf":1.0}}}},"i":{"df":0,"docs":{},"z":{"df":3,"docs":{"203":{"tf":1.0},"206":{"tf":1.0},"73":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":12,"docs":{"13":{"tf":1.0},"14":{"tf":1.4142135623730951},"169":{"tf":1.0},"170":{"tf":1.0},"173":{"tf":1.0},"202":{"tf":1.0},"207":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"29":{"tf":1.4142135623730951},"42":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"f":{"df":4,"docs":{"107":{"tf":1.0},"192":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"y":{"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":{},"y":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"151":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"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":{},"y":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"151":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"151":{"tf":1.0}},"i":{"d":{"df":4,"docs":{"107":{"tf":1.0},"192":{"tf":1.4142135623730951},"199":{"tf":1.0},"67":{"tf":1.0}}},"df":0,"docs":{}},"u":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"207":{"tf":1.0}}}},"df":0,"docs":{}},"df":31,"docs":{"106":{"tf":2.23606797749979},"155":{"tf":1.0},"16":{"tf":1.7320508075688772},"162":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"17":{"tf":2.23606797749979},"170":{"tf":1.4142135623730951},"173":{"tf":1.0},"185":{"tf":1.0},"198":{"tf":1.4142135623730951},"200":{"tf":1.0},"206":{"tf":1.7320508075688772},"21":{"tf":1.4142135623730951},"211":{"tf":1.0},"212":{"tf":1.0},"222":{"tf":1.0},"227":{"tf":1.0},"229":{"tf":1.0},"232":{"tf":1.0},"239":{"tf":1.4142135623730951},"240":{"tf":3.605551275463989},"252":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":3.1622776601683795},"45":{"tf":1.4142135623730951},"48":{"tf":1.0},"53":{"tf":1.7320508075688772},"55":{"tf":1.0}},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"16":{"tf":1.0},"17":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":14,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"103":{"tf":1.0},"121":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"37":{"tf":2.0},"48":{"tf":1.0},"53":{"tf":2.0},"74":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"83":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"87":{"tf":1.0}}},"b":{"df":1,"docs":{"87":{"tf":1.0}}},"c":{"df":1,"docs":{"87":{"tf":1.0}}},"df":7,"docs":{"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"86":{"tf":1.4142135623730951},"87":{"tf":1.7320508075688772},"89":{"tf":1.7320508075688772},"90":{"tf":1.4142135623730951}}}}},"df":2,"docs":{"147":{"tf":1.0},"3":{"tf":1.0}}}}},"df":2,"docs":{"148":{"tf":2.0},"240":{"tf":2.6457513110645907}},"e":{"c":{"!":{"[":{"\"":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"78":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"0":{"df":0,"docs":{},"u":{"8":{"df":1,"docs":{"73":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"c":{"a":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"68":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"<":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"118":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951}}}}}},"a":{"c":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"118":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"232":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"119":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"232":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"'":{"a":{"df":1,"docs":{"120":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"21":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"119":{"tf":1.4142135623730951}}}}},"t":{"df":4,"docs":{"237":{"tf":1.0},"25":{"tf":2.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"u":{"8":{"df":2,"docs":{"192":{"tf":1.0},"237":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":7,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.4142135623730951},"128":{"tf":1.0},"21":{"tf":1.0},"25":{"tf":1.4142135623730951},"71":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"<":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"232":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"232":{"tf":1.0}}}}}},"df":8,"docs":{"101":{"tf":1.0},"107":{"tf":1.4142135623730951},"120":{"tf":1.0},"128":{"tf":1.0},"21":{"tf":1.0},"232":{"tf":1.0},"68":{"tf":1.7320508075688772},"74":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"180":{"tf":1.0},"68":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":11,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"110":{"tf":1.0},"124":{"tf":1.0},"136":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"237":{"tf":1.0},"251":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":14,"docs":{"140":{"tf":1.0},"158":{"tf":1.0},"185":{"tf":1.4142135623730951},"206":{"tf":1.7320508075688772},"222":{"tf":1.0},"239":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.0},"68":{"tf":1.0},"74":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}}}},"u":{"df":1,"docs":{"8":{"tf":1.7320508075688772}}}}}},"i":{"a":{"df":3,"docs":{"28":{"tf":1.0},"29":{"tf":1.0},"65":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"239":{"tf":1.0}}}}}},"df":7,"docs":{"198":{"tf":1.0},"239":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"29":{"tf":2.23606797749979},"77":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"<":{"df":0,"docs":{},"e":{">":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"240":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":1,"docs":{"157":{"tf":1.0}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"155":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"155":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"155":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"<":{"df":0,"docs":{},"e":{">":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"240":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"u":{"6":{"4":{"<":{"df":0,"docs":{},"e":{">":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"240":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":3,"docs":{"155":{"tf":1.7320508075688772},"158":{"tf":1.0},"240":{"tf":2.449489742783178}},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":1,"docs":{"157":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"h":{"df":1,"docs":{"157":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"<":{"'":{"d":{"df":1,"docs":{"240":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"6":{"4":{"df":1,"docs":{"155":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"df":1,"docs":{"155":{"tf":1.0}}}},"df":10,"docs":{"153":{"tf":1.0},"154":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951},"156":{"tf":1.7320508075688772},"157":{"tf":1.0},"158":{"tf":1.4142135623730951},"171":{"tf":1.0},"173":{"tf":1.4142135623730951},"238":{"tf":1.0},"240":{"tf":3.7416573867739413}}}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"157":{"tf":1.0},"198":{"tf":2.0},"222":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":2.8284271247461903}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"8":{"tf":2.0}}}}}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}},"l":{"df":0,"docs":{},"k":{"_":{"df":1,"docs":{"157":{"tf":1.0}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"157":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}},"df":2,"docs":{"155":{"tf":1.0},"173":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":16,"docs":{"107":{"tf":1.0},"116":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"156":{"tf":1.0},"171":{"tf":1.0},"218":{"tf":1.7320508075688772},"222":{"tf":1.4142135623730951},"233":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.4142135623730951},"8":{"tf":1.0},"81":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"214":{"tf":1.0},"217":{"tf":2.23606797749979},"218":{"tf":1.7320508075688772},"37":{"tf":1.0},"88":{"tf":1.0}}}},"y":{"df":32,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"110":{"tf":1.4142135623730951},"121":{"tf":1.0},"128":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"146":{"tf":1.0},"151":{"tf":1.0},"157":{"tf":1.0},"174":{"tf":1.0},"176":{"tf":1.0},"180":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"206":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"235":{"tf":1.0},"239":{"tf":1.7320508075688772},"240":{"tf":1.7320508075688772},"254":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0},"89":{"tf":1.4142135623730951}}}},"df":1,"docs":{"219":{"tf":1.0}},"e":{"'":{"df":0,"docs":{},"r":{"df":1,"docs":{"136":{"tf":1.0}}}},"b":{"df":1,"docs":{"185":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"222":{"tf":1.0},"68":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"l":{"df":20,"docs":{"119":{"tf":1.0},"143":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.0},"183":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"222":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"237":{"tf":1.0},"240":{"tf":1.0},"53":{"tf":1.0},"8":{"tf":1.0},"87":{"tf":1.0},"89":{"tf":1.0},"98":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"230":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":5,"docs":{"108":{"tf":1.0},"217":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.4142135623730951},"7":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":4,"docs":{"149":{"tf":1.0},"228":{"tf":1.0},"29":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"211":{"tf":1.0},"233":{"tf":1.0},"257":{"tf":1.0},"37":{"tf":1.0},"83":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"218":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"o":{"a":{"df":1,"docs":{"230":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":7,"docs":{"111":{"tf":1.0},"117":{"tf":1.0},"121":{"tf":1.0},"169":{"tf":1.0},"176":{"tf":1.0},"51":{"tf":1.0},"81":{"tf":1.0}}}},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"206":{"tf":1.0},"74":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":4,"docs":{"20":{"tf":1.0},"200":{"tf":1.0},"237":{"tf":1.0},"73":{"tf":1.4142135623730951}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"181":{"tf":1.0},"184":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"a":{"df":6,"docs":{"113":{"tf":1.0},"144":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"167":{"tf":1.0},"174":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"l":{"d":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"87":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"232":{"tf":1.0}}}}},"n":{"df":1,"docs":{"232":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"8":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"100":{"tf":1.0},"110":{"tf":1.0},"248":{"tf":1.0},"88":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":13,"docs":{"143":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"210":{"tf":1.0},"214":{"tf":1.0},"218":{"tf":1.0},"241":{"tf":1.4142135623730951},"247":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":4,"docs":{"42":{"tf":1.0},"51":{"tf":1.0},"67":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"d":{".":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":3,"docs":{"146":{"tf":1.0},"232":{"tf":1.0},"8":{"tf":2.23606797749979}},"i":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":26,"docs":{"143":{"tf":1.7320508075688772},"147":{"tf":1.0},"166":{"tf":1.0},"179":{"tf":1.0},"183":{"tf":1.4142135623730951},"186":{"tf":1.0},"199":{"tf":1.0},"222":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"239":{"tf":1.4142135623730951},"240":{"tf":2.0},"249":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.4142135623730951},"66":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":1.4142135623730951},"88":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"146":{"tf":1.0}}}}}}},"l":{"d":{"df":1,"docs":{"172":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":3,"docs":{"180":{"tf":1.0},"199":{"tf":1.0},"206":{"tf":1.0}},"t":{"df":1,"docs":{"199":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"205":{"tf":1.0},"89":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":10,"docs":{"133":{"tf":1.0},"134":{"tf":1.7320508075688772},"135":{"tf":1.0},"203":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.4142135623730951},"240":{"tf":1.0},"42":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"131":{"tf":1.0},"134":{"tf":1.4142135623730951},"135":{"tf":1.0},"192":{"tf":1.0},"194":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.4142135623730951},"203":{"tf":1.0},"206":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":17,"docs":{"112":{"tf":1.0},"128":{"tf":1.0},"148":{"tf":1.0},"166":{"tf":1.0},"190":{"tf":1.0},"194":{"tf":1.0},"197":{"tf":1.0},"211":{"tf":1.0},"225":{"tf":1.0},"233":{"tf":1.0},"243":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"93":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":14,"docs":{"124":{"tf":1.0},"154":{"tf":1.0},"185":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"202":{"tf":1.0},"209":{"tf":1.0},"217":{"tf":1.0},"233":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":6,"docs":{"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"233":{"tf":1.0},"44":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"112":{"tf":1.4142135623730951}}}}}}},"x":{",":{"1":{",":{"2":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"210":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"140":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":7,"docs":{"128":{"tf":1.0},"140":{"tf":1.0},"151":{"tf":2.449489742783178},"177":{"tf":2.23606797749979},"210":{"tf":2.23606797749979},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951}},"x":{"'":{"df":1,"docs":{"140":{"tf":1.0}}},".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":1,"docs":{"140":{"tf":1.0}}}}}},"df":1,"docs":{"140":{"tf":1.4142135623730951}}}},"y":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"112":{"tf":1.7320508075688772}}}}}},"df":4,"docs":{"128":{"tf":1.4142135623730951},"151":{"tf":2.8284271247461903},"177":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"79":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"'":{"d":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.4142135623730951}}},"df":0,"docs":{},"r":{"df":2,"docs":{"44":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"248":{"tf":1.0},"8":{"tf":1.0}}}}}}}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":9,"docs":{"134":{"tf":1.0},"199":{"tf":1.4142135623730951},"21":{"tf":1.0},"40":{"tf":1.0},"66":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"77":{"tf":1.0},"79":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"74":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"breadcrumbs":{"root":{"0":{".":{".":{"2":{"df":1,"docs":{"106":{"tf":1.0}}},"df":0,"docs":{}},"0":{"df":1,"docs":{"128":{"tf":1.0}}},"5":{"df":2,"docs":{"128":{"tf":1.7320508075688772},"185":{"tf":1.0}}},"df":0,"docs":{}},"2":{"df":1,"docs":{"239":{"tf":1.0}}},"df":13,"docs":{"125":{"tf":1.0},"126":{"tf":1.7320508075688772},"128":{"tf":1.4142135623730951},"151":{"tf":1.4142135623730951},"17":{"tf":1.0},"199":{"tf":2.449489742783178},"203":{"tf":1.0},"206":{"tf":1.0},"229":{"tf":1.4142135623730951},"230":{"tf":2.0},"41":{"tf":1.0},"60":{"tf":1.0},"8":{"tf":2.0}}},"1":{".":{".":{"1":{"1":{")":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"(":{"0":{"df":1,"docs":{"230":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"229":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"df":1,"docs":{"185":{"tf":1.0}}},"4":{"8":{".":{"0":{"df":1,"docs":{"218":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"2":{"3":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"73":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"df":1,"docs":{"73":{"tf":1.0}}},"df":0,"docs":{}},"4":{"8":{"5":{"7":{"6":{"3":{"3":{"2":{"df":2,"docs":{"239":{"tf":1.4142135623730951},"240":{"tf":1.0}}},"3":{"df":1,"docs":{"239":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"228":{"tf":1.0},"229":{"tf":1.7320508075688772},"230":{"tf":2.23606797749979}}},"2":{"df":1,"docs":{"127":{"tf":1.0}}},"5":{"df":2,"docs":{"229":{"tf":1.0},"230":{"tf":1.4142135623730951}}},"df":19,"docs":{"106":{"tf":1.0},"126":{"tf":1.0},"148":{"tf":1.4142135623730951},"151":{"tf":1.7320508075688772},"199":{"tf":2.0},"203":{"tf":1.0},"206":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.7320508075688772},"230":{"tf":3.0},"237":{"tf":1.0},"239":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"73":{"tf":1.0},"8":{"tf":1.4142135623730951}},"k":{"df":1,"docs":{"74":{"tf":1.0}}}},"2":{"+":{"3":{"df":1,"docs":{"127":{"tf":1.0}}},"5":{"df":1,"docs":{"127":{"tf":1.0}}},"df":0,"docs":{}},"0":{"0":{"2":{"df":1,"docs":{"239":{"tf":1.0}}},"df":0,"docs":{}},"1":{"5":{"df":1,"docs":{"9":{"tf":1.0}}},"6":{"df":1,"docs":{"243":{"tf":1.0}}},"7":{"df":1,"docs":{"243":{"tf":1.0}}},"8":{"df":1,"docs":{"243":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"2":{"1":{"df":1,"docs":{"239":{"tf":1.0}}},"2":{"df":1,"docs":{"239":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"229":{"tf":1.0},"230":{"tf":1.4142135623730951}}},"3":{"df":1,"docs":{"127":{"tf":1.0}}},"4":{"df":1,"docs":{"239":{"tf":1.0}}},"8":{"df":2,"docs":{"229":{"tf":1.0},"230":{"tf":1.4142135623730951}}},"df":12,"docs":{"106":{"tf":1.0},"125":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.0},"148":{"tf":1.4142135623730951},"151":{"tf":1.0},"211":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.7320508075688772},"237":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}},"3":{"+":{"4":{"df":1,"docs":{"127":{"tf":1.0}}},"df":0,"docs":{}},"4":{"df":1,"docs":{"127":{"tf":1.0}}},"6":{"df":2,"docs":{"229":{"tf":1.0},"230":{"tf":1.4142135623730951}}},"df":9,"docs":{"126":{"tf":1.0},"151":{"tf":1.0},"211":{"tf":1.0},"229":{"tf":1.4142135623730951},"230":{"tf":2.0},"237":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"8":{"tf":1.4142135623730951}},"f":{"6":{"4":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"4":{"5":{"df":2,"docs":{"229":{"tf":1.0},"230":{"tf":1.4142135623730951}}},"df":7,"docs":{"125":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.0},"211":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"237":{"tf":1.0}},"f":{"6":{"4":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"5":{"5":{"df":2,"docs":{"229":{"tf":1.0},"230":{"tf":1.0}}},"df":6,"docs":{"126":{"tf":1.0},"151":{"tf":1.0},"210":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"237":{"tf":1.0}}},"6":{"df":4,"docs":{"126":{"tf":1.0},"229":{"tf":1.4142135623730951},"230":{"tf":1.7320508075688772},"237":{"tf":1.0}}},"7":{"df":3,"docs":{"126":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0}}},"8":{"df":7,"docs":{"107":{"tf":1.0},"126":{"tf":1.0},"192":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0}}},"9":{"df":4,"docs":{"125":{"tf":1.0},"126":{"tf":1.7320508075688772},"229":{"tf":1.0},"230":{"tf":1.0}}},"_":{"b":{"df":1,"docs":{"88":{"tf":1.0}}},"df":7,"docs":{"106":{"tf":1.0},"233":{"tf":1.0},"37":{"tf":1.4142135623730951},"60":{"tf":1.0},"8":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.0}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.4142135623730951}}}}}}},"a":{".":{"b":{"df":2,"docs":{"177":{"tf":1.0},"181":{"tf":1.0}}},"c":{"df":2,"docs":{"177":{"tf":1.0},"181":{"tf":1.0}}},"df":0,"docs":{},"f":{"1":{"df":1,"docs":{"177":{"tf":1.0}}},"2":{"df":1,"docs":{"177":{"tf":1.0}}},"3":{"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{}}},":":{":":{"a":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"87":{"tf":1.4142135623730951}}},"b":{"df":1,"docs":{"87":{"tf":1.0}}},"c":{"df":1,"docs":{"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":{}},"df":1,"docs":{"87":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"b":{"(":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"i":{"df":1,"docs":{"197":{"tf":1.0}},"l":{"df":1,"docs":{"74":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}},"v":{"df":7,"docs":{"172":{"tf":1.0},"198":{"tf":1.4142135623730951},"203":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.4142135623730951},"42":{"tf":1.0},"95":{"tf":1.0}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"36":{"tf":1.0},"37":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":16,"docs":{"133":{"tf":1.0},"134":{"tf":1.0},"136":{"tf":1.4142135623730951},"146":{"tf":1.7320508075688772},"148":{"tf":1.0},"155":{"tf":1.0},"170":{"tf":1.0},"180":{"tf":1.0},"191":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"239":{"tf":1.0},"247":{"tf":1.0},"251":{"tf":1.0},"253":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":12,"docs":{"157":{"tf":1.0},"172":{"tf":1.0},"185":{"tf":1.0},"200":{"tf":1.4142135623730951},"55":{"tf":1.0},"64":{"tf":1.7320508075688772},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":15,"docs":{"134":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"202":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.4142135623730951},"239":{"tf":2.449489742783178},"252":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"29":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"239":{"tf":1.0},"241":{"tf":1.0}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"127":{"tf":1.0},"206":{"tf":1.0},"250":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"239":{"tf":2.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"239":{"tf":2.0}}}}}},"df":4,"docs":{"239":{"tf":2.449489742783178},"240":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"239":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"239":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"181":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"139":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":1,"docs":{"112":{"tf":1.0}}}}}}},"t":{"df":5,"docs":{"194":{"tf":1.0},"196":{"tf":1.0},"198":{"tf":1.0},"240":{"tf":2.0},"55":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":8,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.4142135623730951},"151":{"tf":1.0},"210":{"tf":1.0},"37":{"tf":1.0},"90":{"tf":1.4142135623730951}}}},"x":{"df":1,"docs":{"121":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":6,"docs":{"232":{"tf":1.0},"233":{"tf":1.4142135623730951},"240":{"tf":1.0},"68":{"tf":1.0},"74":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"d":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":2,"docs":{"155":{"tf":1.0},"170":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"f":{">":{"(":{"df":0,"docs":{},"x":{"df":1,"docs":{"151":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"119":{"tf":1.0},"120":{"tf":1.0}}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"118":{"tf":1.0},"119":{"tf":1.0}}}}}},"df":0,"docs":{}},"<":{"df":1,"docs":{"120":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":15,"docs":{"110":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"183":{"tf":1.0},"21":{"tf":1.0},"218":{"tf":1.4142135623730951},"225":{"tf":1.0},"229":{"tf":1.0},"233":{"tf":1.0},"4":{"tf":1.0},"86":{"tf":1.4142135623730951},"88":{"tf":1.0},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"a":{"d":{"d":{"(":{"0":{"df":1,"docs":{"151":{"tf":1.0}}},"1":{"df":1,"docs":{"151":{"tf":1.0}}},"4":{"df":1,"docs":{"151":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"151":{"tf":1.4142135623730951}}}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"t":{"df":29,"docs":{"103":{"tf":1.0},"116":{"tf":1.0},"199":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"230":{"tf":1.0},"232":{"tf":1.4142135623730951},"233":{"tf":1.4142135623730951},"242":{"tf":1.7320508075688772},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"72":{"tf":1.4142135623730951},"84":{"tf":1.0},"89":{"tf":1.4142135623730951}}}}},"df":8,"docs":{"159":{"tf":1.0},"192":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"68":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.7320508075688772},"89":{"tf":1.4142135623730951}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"146":{"tf":1.0}}}}},"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":{"233":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"87":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"110":{"tf":1.0},"137":{"tf":1.0},"203":{"tf":1.0}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":28,"docs":{"102":{"tf":1.4142135623730951},"108":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"142":{"tf":1.4142135623730951},"149":{"tf":1.7320508075688772},"162":{"tf":1.0},"164":{"tf":1.4142135623730951},"166":{"tf":1.0},"17":{"tf":1.0},"179":{"tf":1.4142135623730951},"183":{"tf":1.0},"184":{"tf":1.4142135623730951},"190":{"tf":1.4142135623730951},"199":{"tf":1.4142135623730951},"204":{"tf":1.7320508075688772},"216":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"199":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"171":{"tf":1.0},"247":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"199":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"199":{"tf":1.0},"230":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"86":{"tf":1.0},"88":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"5":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"143":{"tf":1.0}}}},"k":{"a":{"df":2,"docs":{"126":{"tf":1.0},"145":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"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":5,"docs":{"146":{"tf":2.0},"154":{"tf":1.4142135623730951},"156":{"tf":1.0},"157":{"tf":1.0},"169":{"tf":1.0}},"’":{"df":1,"docs":{"146":{"tf":1.0}}}}}}}}}},"i":{"a":{"df":2,"docs":{"131":{"tf":1.0},"45":{"tf":1.0}},"s":{"df":5,"docs":{"130":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.0},"202":{"tf":1.0},"206":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"v":{"df":1,"docs":{"37":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":9,"docs":{"14":{"tf":1.0},"198":{"tf":1.0},"211":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"51":{"tf":1.0},"60":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{},"w":{"df":29,"docs":{"112":{"tf":1.0},"128":{"tf":1.0},"133":{"tf":1.4142135623730951},"146":{"tf":1.0},"151":{"tf":1.0},"154":{"tf":1.4142135623730951},"156":{"tf":1.0},"171":{"tf":1.0},"184":{"tf":1.4142135623730951},"197":{"tf":1.0},"20":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"218":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"237":{"tf":1.4142135623730951},"239":{"tf":2.449489742783178},"240":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"57":{"tf":1.0},"66":{"tf":1.4142135623730951},"89":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":7,"docs":{"151":{"tf":1.0},"20":{"tf":1.0},"206":{"tf":1.0},"36":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"247":{"tf":1.0}},"n":{"df":12,"docs":{"107":{"tf":1.0},"199":{"tf":1.0},"218":{"tf":1.7320508075688772},"225":{"tf":1.0},"236":{"tf":1.4142135623730951},"258":{"tf":1.0},"42":{"tf":1.0},"68":{"tf":1.0},"79":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.4142135623730951},"98":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":3,"docs":{"169":{"tf":1.0},"176":{"tf":1.0},"2":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":9,"docs":{"107":{"tf":1.0},"121":{"tf":1.0},"139":{"tf":1.0},"211":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"7":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"226":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"216":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.0}}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"29":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":3,"docs":{"214":{"tf":1.0},"217":{"tf":1.0},"98":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":10,"docs":{"110":{"tf":1.0},"119":{"tf":1.0},"122":{"tf":1.0},"130":{"tf":1.0},"150":{"tf":1.0},"22":{"tf":1.0},"239":{"tf":1.0},"42":{"tf":1.4142135623730951},"74":{"tf":1.0},"88":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"198":{"tf":1.0},"206":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":24,"docs":{"207":{"tf":2.6457513110645907},"208":{"tf":1.0},"209":{"tf":1.4142135623730951},"210":{"tf":1.0},"211":{"tf":1.4142135623730951},"212":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.4142135623730951},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"149":{"tf":1.0},"216":{"tf":1.0},"250":{"tf":1.0},"51":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"42":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"156":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"i":{"'":{"df":1,"docs":{"200":{"tf":1.0}}},"df":27,"docs":{"133":{"tf":1.0},"18":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.7320508075688772},"196":{"tf":1.7320508075688772},"197":{"tf":2.449489742783178},"198":{"tf":2.0},"199":{"tf":3.0},"200":{"tf":1.7320508075688772},"202":{"tf":1.7320508075688772},"203":{"tf":1.7320508075688772},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"217":{"tf":1.0},"218":{"tf":1.0},"233":{"tf":1.4142135623730951},"236":{"tf":1.4142135623730951},"237":{"tf":1.7320508075688772},"238":{"tf":1.0},"240":{"tf":2.449489742783178},"241":{"tf":1.0},"244":{"tf":1.0},"26":{"tf":1.0},"62":{"tf":1.0},"71":{"tf":1.0},"98":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"169":{"tf":1.0},"2":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"c":{"df":5,"docs":{"121":{"tf":1.4142135623730951},"199":{"tf":1.7320508075688772},"2":{"tf":1.0},"20":{"tf":1.0},"233":{"tf":1.0}}},"df":11,"docs":{"112":{"tf":1.4142135623730951},"156":{"tf":1.0},"162":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"227":{"tf":1.0},"233":{"tf":1.0},"237":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":11,"docs":{"107":{"tf":1.0},"118":{"tf":1.4142135623730951},"119":{"tf":1.7320508075688772},"120":{"tf":1.4142135623730951},"156":{"tf":1.0},"166":{"tf":1.0},"172":{"tf":1.0},"233":{"tf":1.0},"239":{"tf":1.0},"72":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"171":{"tf":1.0},"29":{"tf":1.0},"89":{"tf":1.0}}}}}}}}},"r":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"225":{"tf":1.0},"66":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"<":{"df":0,"docs":{},"t":{"df":2,"docs":{"211":{"tf":1.0},"212":{"tf":1.0}}}},"df":2,"docs":{"20":{"tf":1.0},"211":{"tf":1.7320508075688772}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"202":{"tf":1.0}}},"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}}},"g":{"df":9,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"222":{"tf":1.0},"49":{"tf":1.4142135623730951},"52":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":14,"docs":{"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"107":{"tf":1.0},"108":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"217":{"tf":1.0},"6":{"tf":1.7320508075688772},"7":{"tf":1.7320508075688772},"78":{"tf":1.0},"8":{"tf":2.23606797749979},"9":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"209":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"_":{"a":{"d":{"d":{"df":1,"docs":{"151":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"68":{"tf":1.4142135623730951}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"179":{"tf":1.0},"202":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"116":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"158":{"tf":1.0},"241":{"tf":1.0}}}},"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":2,"docs":{"49":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"k":{"df":2,"docs":{"206":{"tf":1.0},"50":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"28":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"!":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"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":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"\"":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"148":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":1,"docs":{"148":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"#":{"\"":{"df":0,"docs":{},"{":{"\"":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"\"":{":":{"\"":{"1":{"df":1,"docs":{"148":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"\"":{":":{"\"":{"2":{"df":1,"docs":{"148":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"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":{},"q":{"!":{"(":{"0":{"df":2,"docs":{"151":{"tf":1.0},"17":{"tf":1.4142135623730951}},"f":{"6":{"4":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"1":{"df":0,"docs":{},"f":{"6":{"4":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"3":{"df":0,"docs":{},"f":{"6":{"4":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"4":{"2":{"df":1,"docs":{"16":{"tf":1.0}}},"df":1,"docs":{"151":{"tf":1.0}}},"5":{"df":1,"docs":{"151":{"tf":1.0}},"f":{"6":{"4":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"8":{"2":{"df":1,"docs":{"151":{"tf":1.0}}},"df":0,"docs":{}},"9":{"df":1,"docs":{"151":{"tf":1.0}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":1,"docs":{"162":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"127":{"tf":1.4142135623730951}}}}}}}}},"v":{"df":0,"docs":{},"e":{"c":{"!":{"[":{"\"":{"c":{"df":0,"docs":{},"r":{"df":3,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":3,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"98":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"211":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"37":{"tf":1.0},"41":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"16":{"tf":1.4142135623730951},"200":{"tf":1.0},"240":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"250":{"tf":1.0}}}}},"t":{"df":2,"docs":{"155":{"tf":2.23606797749979},"170":{"tf":2.6457513110645907}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"254":{"tf":1.7320508075688772}}}}}}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"232":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"206":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"219":{"tf":1.0},"239":{"tf":1.4142135623730951},"91":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"200":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"190":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"233":{"tf":2.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":1,"docs":{"233":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"233":{"tf":2.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"233":{"tf":1.0}}}}}},"df":1,"docs":{"233":{"tf":2.6457513110645907}}}}}},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"197":{"tf":1.0},"214":{"tf":1.0},"217":{"tf":1.0},"86":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"248":{"tf":1.0}}}}}}},"o":{"df":2,"docs":{"21":{"tf":1.0},"25":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"167":{"tf":1.0},"20":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"257":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":15,"docs":{"167":{"tf":1.0},"194":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.4142135623730951},"202":{"tf":1.0},"204":{"tf":1.4142135623730951},"206":{"tf":1.0},"249":{"tf":1.0},"42":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.4142135623730951},"88":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"162":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"90":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"b":{".":{"df":0,"docs":{},"f":{"2":{"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{}},"m":{"df":1,"docs":{"222":{"tf":1.4142135623730951}}}},"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"105":{"tf":1.0},"107":{"tf":1.0},"45":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"148":{"tf":1.0}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"228":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":4,"docs":{"133":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"d":{"df":3,"docs":{"199":{"tf":1.7320508075688772},"211":{"tf":1.0},"217":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"224":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"45":{"tf":1.0}}},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"225":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"239":{"tf":1.0}}}},"r":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"177":{"tf":1.0}}}}}},"a":{"df":1,"docs":{"177":{"tf":1.4142135623730951}}},"c":{"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":1,"docs":{"132":{"tf":1.0}}}}}},":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"132":{"tf":1.0}}}}}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":8,"docs":{"132":{"tf":2.0},"136":{"tf":1.7320508075688772},"162":{"tf":2.6457513110645907},"222":{"tf":3.1622776601683795},"223":{"tf":1.0},"224":{"tf":1.4142135623730951},"29":{"tf":1.0},"33":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"e":{"df":13,"docs":{"152":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.7320508075688772},"196":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951},"198":{"tf":1.4142135623730951},"199":{"tf":2.0},"200":{"tf":1.0},"204":{"tf":1.0},"224":{"tf":1.0},"237":{"tf":1.0},"240":{"tf":2.6457513110645907},"52":{"tf":1.0}}},"i":{"c":{"df":9,"docs":{"115":{"tf":1.0},"124":{"tf":1.0},"146":{"tf":1.0},"159":{"tf":1.0},"17":{"tf":1.0},"206":{"tf":1.0},"233":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":1.0}}},"df":0,"docs":{}}},"z":{"(":{"a":{"df":1,"docs":{"177":{"tf":1.4142135623730951}}},"df":0,"docs":{},"x":{"df":1,"docs":{"140":{"tf":1.0}}}},"df":1,"docs":{"33":{"tf":1.0}}}},"df":8,"docs":{"132":{"tf":1.7320508075688772},"177":{"tf":2.449489742783178},"222":{"tf":1.4142135623730951},"230":{"tf":2.6457513110645907},"40":{"tf":1.4142135623730951},"41":{"tf":2.0},"87":{"tf":1.0},"88":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":8,"docs":{"197":{"tf":1.0},"20":{"tf":1.0},"200":{"tf":1.0},"217":{"tf":1.0},"239":{"tf":1.0},"34":{"tf":1.0},"57":{"tf":1.0},"68":{"tf":1.0}}}}},"df":11,"docs":{"151":{"tf":1.0},"166":{"tf":1.0},"176":{"tf":1.0},"206":{"tf":1.4142135623730951},"207":{"tf":1.0},"217":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":2.0},"37":{"tf":1.0},"72":{"tf":1.0},"86":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":7,"docs":{"101":{"tf":1.0},"211":{"tf":1.0},"217":{"tf":1.7320508075688772},"225":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"211":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":3,"docs":{"130":{"tf":1.0},"254":{"tf":1.4142135623730951},"89":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":8,"docs":{"151":{"tf":1.0},"192":{"tf":1.0},"196":{"tf":1.4142135623730951},"198":{"tf":1.0},"206":{"tf":1.0},"232":{"tf":2.0},"236":{"tf":1.0},"254":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"df":51,"docs":{"113":{"tf":1.7320508075688772},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.4142135623730951},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"176":{"tf":1.0},"197":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"66":{"tf":1.0},"68":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"146":{"tf":1.0},"198":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"169":{"tf":1.0},"198":{"tf":1.0},"48":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"111":{"tf":1.0},"189":{"tf":1.0},"3":{"tf":1.0},"54":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"253":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"112":{"tf":1.0},"172":{"tf":1.0},"198":{"tf":1.4142135623730951},"200":{"tf":1.0},"249":{"tf":1.0},"5":{"tf":1.0},"57":{"tf":1.0},"72":{"tf":1.0}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"257":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"108":{"tf":1.0},"12":{"tf":1.0},"175":{"tf":1.4142135623730951},"176":{"tf":1.0},"179":{"tf":1.0},"219":{"tf":1.0},"225":{"tf":1.0},"234":{"tf":1.0},"236":{"tf":1.0},"247":{"tf":1.0},"5":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":18,"docs":{"121":{"tf":1.0},"133":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.0},"184":{"tf":1.0},"198":{"tf":1.0},"202":{"tf":1.0},"204":{"tf":1.0},"211":{"tf":1.0},"221":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":2.0},"236":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"66":{"tf":1.4142135623730951}}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"197":{"tf":1.0},"37":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"228":{"tf":1.0},"232":{"tf":1.0}}}}}}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"235":{"tf":1.0},"237":{"tf":1.0}}},"y":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"p":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"237":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":3,"docs":{"197":{"tf":1.0},"239":{"tf":1.0},"44":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":13,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"103":{"tf":1.7320508075688772},"206":{"tf":1.0},"232":{"tf":1.4142135623730951},"233":{"tf":1.4142135623730951},"234":{"tf":1.7320508075688772},"239":{"tf":1.0},"240":{"tf":1.7320508075688772},"32":{"tf":1.0},"37":{"tf":1.0},"68":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"g":{"df":3,"docs":{"193":{"tf":1.0},"225":{"tf":1.0},"9":{"tf":1.0}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"197":{"tf":1.0}}}}}},"o":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"103":{"tf":1.0},"84":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":8,"docs":{"135":{"tf":1.0},"167":{"tf":1.0},"223":{"tf":1.0},"226":{"tf":1.0},"232":{"tf":1.0},"36":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"k":{"'":{"df":1,"docs":{"211":{"tf":1.0}}},"df":5,"docs":{"1":{"tf":1.0},"126":{"tf":1.0},"137":{"tf":1.0},"244":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951}}},"l":{"_":{"a":{"d":{"d":{"df":1,"docs":{"151":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"21":{"tf":1.4142135623730951},"240":{"tf":1.0},"8":{"tf":1.7320508075688772}}},"t":{"df":1,"docs":{"233":{"tf":1.0}},"p":{"(":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{":":{":":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{":":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"233":{"tf":1.0}}}}}}}}}},"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":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"233":{"tf":1.4142135623730951}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"233":{"tf":2.8284271247461903}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":33,"docs":{"140":{"tf":1.0},"143":{"tf":1.7320508075688772},"166":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.4142135623730951},"176":{"tf":1.7320508075688772},"177":{"tf":2.23606797749979},"179":{"tf":1.0},"181":{"tf":2.449489742783178},"208":{"tf":1.7320508075688772},"209":{"tf":1.4142135623730951},"210":{"tf":2.23606797749979},"211":{"tf":2.0},"212":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"29":{"tf":2.0},"3":{"tf":1.0},"42":{"tf":2.0},"44":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.7320508075688772},"6":{"tf":1.7320508075688772},"65":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":2.0},"8":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"9":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"h":{"df":11,"docs":{"17":{"tf":1.0},"172":{"tf":1.0},"18":{"tf":1.0},"185":{"tf":1.0},"206":{"tf":1.0},"233":{"tf":1.4142135623730951},"234":{"tf":1.0},"239":{"tf":1.7320508075688772},"34":{"tf":1.0},"51":{"tf":1.0},"8":{"tf":1.0}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"240":{"tf":1.0},"68":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"194":{"tf":1.0},"197":{"tf":1.0},"88":{"tf":1.0}}}}},"df":3,"docs":{"199":{"tf":1.4142135623730951},"224":{"tf":1.0},"28":{"tf":1.0}}},"df":0,"docs":{}}},"x":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"a":{"d":{"d":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"170":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"(":{"df":1,"docs":{"170":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"n":{"df":1,"docs":{"170":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":4,"docs":{"118":{"tf":1.0},"120":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":2,"docs":{"155":{"tf":1.4142135623730951},"170":{"tf":2.23606797749979}}}}}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":1,"docs":{"37":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"170":{"tf":2.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":1,"docs":{"170":{"tf":1.4142135623730951}}}}}},"t":{"df":2,"docs":{"7":{"tf":1.0},"8":{"tf":1.0}}}},"df":3,"docs":{"172":{"tf":1.0},"20":{"tf":1.0},"52":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":7,"docs":{"106":{"tf":1.0},"199":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"3":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"240":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"246":{"tf":1.4142135623730951}}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"240":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"234":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"184":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"148":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"148":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":1,"docs":{"148":{"tf":1.7320508075688772}}}}}}},"df":1,"docs":{"148":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"73":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":4,"docs":{"148":{"tf":1.0},"241":{"tf":1.0},"60":{"tf":1.0},"73":{"tf":1.0}}}}}},"g":{"df":4,"docs":{"197":{"tf":1.0},"199":{"tf":2.0},"34":{"tf":1.0},"68":{"tf":1.7320508075688772}}},"i":{"df":0,"docs":{},"l":{"d":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"162":{"tf":1.0}}}}}}},"df":10,"docs":{"11":{"tf":1.0},"164":{"tf":1.0},"183":{"tf":1.0},"189":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.4142135623730951},"218":{"tf":2.0},"239":{"tf":1.0},"240":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"162":{"tf":1.0}}}}}}},"df":10,"docs":{"160":{"tf":1.7320508075688772},"161":{"tf":1.4142135623730951},"162":{"tf":2.449489742783178},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":2.449489742783178},"167":{"tf":1.4142135623730951},"18":{"tf":1.0},"236":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"184":{"tf":1.0},"197":{"tf":1.0},"241":{"tf":1.0},"72":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"137":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"121":{"tf":1.0},"198":{"tf":1.0}}}},"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"202":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"116":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"198":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.4142135623730951}}}}}},"c":{".":{"df":0,"docs":{},"f":{"1":{"df":1,"docs":{"177":{"tf":1.0}}},"3":{"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{}}},"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"60":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"73":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.4142135623730951}}}}}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"95":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":21,"docs":{"107":{"tf":1.0},"128":{"tf":1.0},"146":{"tf":1.0},"161":{"tf":1.0},"189":{"tf":1.0},"198":{"tf":1.7320508075688772},"199":{"tf":1.7320508075688772},"200":{"tf":1.0},"203":{"tf":1.7320508075688772},"206":{"tf":1.0},"222":{"tf":1.4142135623730951},"232":{"tf":1.0},"239":{"tf":2.0},"240":{"tf":3.3166247903554},"37":{"tf":1.7320508075688772},"66":{"tf":1.0},"67":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.7320508075688772},"74":{"tf":1.0},"98":{"tf":1.0}},"e":{"df":1,"docs":{"71":{"tf":1.0}},"r":{"'":{"df":1,"docs":{"67":{"tf":1.0}}},"df":2,"docs":{"233":{"tf":1.4142135623730951},"67":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"233":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"243":{"tf":1.4142135623730951}}}}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"140":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":1,"docs":{"217":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"57":{"tf":1.0},"81":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":6,"docs":{"149":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"225":{"tf":1.0},"37":{"tf":1.0},"5":{"tf":1.0}}},"g":{"df":0,"docs":{},"o":{"df":4,"docs":{"183":{"tf":1.0},"211":{"tf":1.0},"218":{"tf":1.0},"97":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"113":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":26,"docs":{"107":{"tf":1.4142135623730951},"121":{"tf":1.7320508075688772},"130":{"tf":1.4142135623730951},"149":{"tf":1.0},"157":{"tf":1.0},"166":{"tf":1.0},"170":{"tf":1.0},"192":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.7320508075688772},"225":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"29":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"36":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.4142135623730951}}},"t":{"df":3,"docs":{"198":{"tf":1.4142135623730951},"206":{"tf":1.0},"237":{"tf":1.4142135623730951}},"e":{"d":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"206":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":9,"docs":{"176":{"tf":1.0},"177":{"tf":1.0},"199":{"tf":1.7320508075688772},"206":{"tf":1.7320508075688772},"211":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"240":{"tf":1.0},"68":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"89":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":26,"docs":{"144":{"tf":1.0},"166":{"tf":1.0},"177":{"tf":2.449489742783178},"183":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951},"198":{"tf":2.23606797749979},"199":{"tf":2.449489742783178},"206":{"tf":2.8284271247461903},"224":{"tf":1.0},"232":{"tf":1.7320508075688772},"41":{"tf":1.7320508075688772},"45":{"tf":1.0},"57":{"tf":1.4142135623730951},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":2.6457513110645907},"67":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":2.0},"87":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"197":{"tf":1.0},"206":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"199":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"h":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"(":{"1":{"0":{"df":1,"docs":{"127":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"240":{"tf":1.4142135623730951}}}}}}},"n":{"df":0,"docs":{},"g":{"df":19,"docs":{"116":{"tf":1.0},"133":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.4142135623730951},"200":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"217":{"tf":1.4142135623730951},"218":{"tf":1.4142135623730951},"227":{"tf":1.0},"232":{"tf":1.0},"236":{"tf":1.0},"247":{"tf":1.0},"39":{"tf":1.4142135623730951},"40":{"tf":1.0},"42":{"tf":1.7320508075688772},"8":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"211":{"tf":1.0},"3":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"60":{"tf":1.0},"68":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"194":{"tf":1.0},"197":{"tf":1.0},"3":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"198":{"tf":1.0},"61":{"tf":1.0}}}},"df":2,"docs":{"127":{"tf":1.0},"61":{"tf":2.0}},"e":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"8":{"tf":1.0}}},"t":{"df":1,"docs":{"206":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"94":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":12,"docs":{"1":{"tf":1.0},"132":{"tf":1.0},"177":{"tf":1.0},"199":{"tf":1.0},"206":{"tf":1.0},"21":{"tf":1.4142135623730951},"224":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"28":{"tf":1.0},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":17,"docs":{"140":{"tf":1.0},"143":{"tf":1.7320508075688772},"155":{"tf":1.0},"166":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.4142135623730951},"179":{"tf":1.0},"181":{"tf":1.7320508075688772},"208":{"tf":1.7320508075688772},"209":{"tf":1.4142135623730951},"210":{"tf":1.0},"211":{"tf":2.0},"212":{"tf":1.0},"3":{"tf":1.0},"42":{"tf":1.7320508075688772},"44":{"tf":1.0},"46":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"166":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"170":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"200":{"tf":1.0},"258":{"tf":1.4142135623730951},"27":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"146":{"tf":1.0},"150":{"tf":1.0},"232":{"tf":1.0},"239":{"tf":1.0}}}}}},"i":{"df":1,"docs":{"218":{"tf":1.0}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"172":{"tf":1.0},"206":{"tf":1.0},"225":{"tf":1.0},"90":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"5":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":14,"docs":{"111":{"tf":1.0},"146":{"tf":1.4142135623730951},"192":{"tf":1.0},"222":{"tf":1.4142135623730951},"224":{"tf":1.7320508075688772},"231":{"tf":1.7320508075688772},"232":{"tf":2.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"247":{"tf":1.4142135623730951},"252":{"tf":1.0}},"i":{"c":{"df":3,"docs":{"140":{"tf":1.0},"199":{"tf":1.0},"203":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":4,"docs":{"194":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"202":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"181":{"tf":1.0},"241":{"tf":1.0}}}}},"r":{"df":4,"docs":{"206":{"tf":1.0},"36":{"tf":1.0},"62":{"tf":1.0},"83":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"239":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"146":{"tf":1.0},"185":{"tf":1.0},"237":{"tf":1.4142135623730951},"247":{"tf":1.0},"27":{"tf":1.0},"88":{"tf":1.7320508075688772},"89":{"tf":1.4142135623730951},"90":{"tf":1.7320508075688772}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":3,"docs":{"211":{"tf":1.0},"217":{"tf":1.0},"219":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":11,"docs":{"107":{"tf":1.0},"172":{"tf":1.4142135623730951},"208":{"tf":1.7320508075688772},"209":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"211":{"tf":3.4641016151377544},"212":{"tf":1.4142135623730951},"40":{"tf":1.0},"42":{"tf":1.7320508075688772},"46":{"tf":1.0},"82":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":5,"docs":{"173":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.7320508075688772},"240":{"tf":1.0},"247":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"df":10,"docs":{"119":{"tf":1.0},"121":{"tf":1.0},"151":{"tf":1.0},"230":{"tf":1.0},"259":{"tf":1.4142135623730951},"80":{"tf":1.7320508075688772},"81":{"tf":2.0},"82":{"tf":1.7320508075688772},"83":{"tf":2.0},"84":{"tf":1.4142135623730951}}}}}}},"m":{"d":{"(":{")":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{")":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},")":{"(":{")":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"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":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"118":{"tf":1.0},"119":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":1,"docs":{"118":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"62":{"tf":1.0}}},"df":62,"docs":{"112":{"tf":1.7320508075688772},"121":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"136":{"tf":1.0},"155":{"tf":1.0},"157":{"tf":1.0},"166":{"tf":1.0},"172":{"tf":1.0},"180":{"tf":1.4142135623730951},"181":{"tf":1.0},"184":{"tf":1.7320508075688772},"189":{"tf":1.7320508075688772},"190":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"197":{"tf":1.7320508075688772},"198":{"tf":1.7320508075688772},"199":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"203":{"tf":1.7320508075688772},"206":{"tf":2.23606797749979},"207":{"tf":1.0},"209":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"214":{"tf":1.0},"218":{"tf":1.7320508075688772},"219":{"tf":1.0},"224":{"tf":1.0},"232":{"tf":1.4142135623730951},"233":{"tf":2.23606797749979},"234":{"tf":1.0},"239":{"tf":1.7320508075688772},"240":{"tf":1.7320508075688772},"3":{"tf":1.7320508075688772},"32":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"5":{"tf":2.0},"50":{"tf":2.0},"51":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.7320508075688772},"57":{"tf":2.0},"58":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.7320508075688772},"7":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0},"90":{"tf":1.7320508075688772},"96":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":2,"docs":{"7":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"7":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":18,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"154":{"tf":1.4142135623730951},"169":{"tf":1.4142135623730951},"2":{"tf":1.0},"203":{"tf":1.4142135623730951},"219":{"tf":1.4142135623730951},"226":{"tf":1.0},"23":{"tf":1.7320508075688772},"239":{"tf":1.0},"24":{"tf":1.4142135623730951},"242":{"tf":1.0},"25":{"tf":1.7320508075688772},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":3.0},"30":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":5,"docs":{"116":{"tf":1.0},"2":{"tf":1.0},"228":{"tf":1.0},"239":{"tf":1.0},"66":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":12,"docs":{"114":{"tf":1.7320508075688772},"115":{"tf":1.4142135623730951},"116":{"tf":2.23606797749979},"117":{"tf":2.23606797749979},"118":{"tf":2.23606797749979},"119":{"tf":2.23606797749979},"120":{"tf":1.7320508075688772},"121":{"tf":2.0},"122":{"tf":1.7320508075688772},"217":{"tf":1.0},"218":{"tf":1.0},"253":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"198":{"tf":1.0}}}}},"df":2,"docs":{"67":{"tf":1.0},"8":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":20,"docs":{"113":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"136":{"tf":1.4142135623730951},"144":{"tf":1.0},"157":{"tf":1.7320508075688772},"158":{"tf":1.0},"17":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.7320508075688772},"18":{"tf":1.0},"2":{"tf":1.4142135623730951},"206":{"tf":1.0},"222":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.4142135623730951},"246":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"34":{"tf":1.0},"74":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"110":{"tf":1.0},"29":{"tf":1.0},"5":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":6,"docs":{"113":{"tf":1.4142135623730951},"156":{"tf":1.0},"187":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"135":{"tf":1.0}}},"t":{"df":6,"docs":{"133":{"tf":1.0},"134":{"tf":1.0},"197":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":23,"docs":{"102":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.0},"151":{"tf":1.0},"169":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"206":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"217":{"tf":1.0},"229":{"tf":1.0},"232":{"tf":1.4142135623730951},"233":{"tf":1.0},"235":{"tf":1.0},"37":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"97":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"242":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"t":{"df":6,"docs":{"147":{"tf":1.0},"198":{"tf":1.0},"211":{"tf":1.0},"224":{"tf":1.0},"240":{"tf":1.0},"68":{"tf":1.0}}},"x":{"df":12,"docs":{"109":{"tf":1.0},"110":{"tf":1.0},"159":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"249":{"tf":1.0},"28":{"tf":1.0},"5":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}}}},"i":{"c":{"df":5,"docs":{"162":{"tf":1.0},"211":{"tf":1.0},"249":{"tf":1.0},"5":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"251":{"tf":1.0},"252":{"tf":1.0},"254":{"tf":1.0}}},"s":{"df":10,"docs":{"175":{"tf":1.7320508075688772},"176":{"tf":1.4142135623730951},"177":{"tf":1.4142135623730951},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"227":{"tf":1.0},"230":{"tf":1.4142135623730951},"240":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"222":{"tf":1.0},"239":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":3,"docs":{"197":{"tf":1.0},"205":{"tf":1.0},"62":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"128":{"tf":1.4142135623730951},"227":{"tf":1.0},"241":{"tf":1.0},"257":{"tf":1.0},"5":{"tf":1.4142135623730951}}}}}},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":5,"docs":{"10":{"tf":1.7320508075688772},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"20":{"tf":1.0}}}},"p":{"df":0,"docs":{},"t":{"df":6,"docs":{"173":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.4142135623730951},"239":{"tf":2.0},"240":{"tf":1.4142135623730951},"241":{"tf":1.0}},"u":{"df":1,"docs":{"240":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"146":{"tf":1.0},"149":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"96":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"136":{"tf":1.0},"155":{"tf":1.0},"170":{"tf":1.0},"240":{"tf":1.4142135623730951},"247":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"206":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"199":{"tf":1.4142135623730951},"209":{"tf":1.0},"48":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"42":{"tf":1.0},"54":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{".":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"1":{"df":1,"docs":{"21":{"tf":1.4142135623730951}}},"df":1,"docs":{"21":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"18":{"tf":1.0},"233":{"tf":1.0},"237":{"tf":1.0}}}}},"n":{"df":1,"docs":{"207":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"185":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":3,"docs":{"134":{"tf":1.0},"211":{"tf":1.0},"233":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"94":{"tf":2.23606797749979},"95":{"tf":2.23606797749979}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"_":{"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":{},"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":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"237":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":2.0}}}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":2,"docs":{"198":{"tf":1.0},"211":{"tf":1.4142135623730951}}}}},"i":{"d":{"df":10,"docs":{"199":{"tf":1.7320508075688772},"200":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"236":{"tf":1.0},"240":{"tf":1.4142135623730951},"68":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"130":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"125":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":9,"docs":{"194":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.7320508075688772},"202":{"tf":1.4142135623730951},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"217":{"tf":1.0}}}}},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"218":{"tf":1.0}}}}}},"df":5,"docs":{"199":{"tf":1.4142135623730951},"60":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.4142135623730951}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"211":{"tf":1.0},"232":{"tf":1.0},"53":{"tf":1.0}}}}}},"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":22,"docs":{"12":{"tf":1.0},"16":{"tf":1.4142135623730951},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"167":{"tf":1.4142135623730951},"173":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"227":{"tf":1.0},"232":{"tf":1.0},"236":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.4142135623730951},"253":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"41":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":15,"docs":{"132":{"tf":1.0},"139":{"tf":1.0},"15":{"tf":1.7320508075688772},"16":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"17":{"tf":2.6457513110645907},"18":{"tf":1.0},"20":{"tf":1.7320508075688772},"22":{"tf":1.0},"232":{"tf":1.0},"89":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":9,"docs":{"104":{"tf":1.7320508075688772},"105":{"tf":1.4142135623730951},"106":{"tf":1.0},"107":{"tf":1.4142135623730951},"108":{"tf":1.0},"109":{"tf":1.0},"162":{"tf":1.0},"173":{"tf":1.0},"83":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":22,"docs":{"107":{"tf":1.0},"143":{"tf":1.0},"188":{"tf":1.7320508075688772},"189":{"tf":1.7320508075688772},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.4142135623730951},"193":{"tf":1.0},"194":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":2.0},"203":{"tf":1.0},"233":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":1.7320508075688772},"55":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"192":{"tf":1.4142135623730951},"206":{"tf":1.0},"242":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":5,"docs":{"110":{"tf":1.0},"126":{"tf":1.7320508075688772},"129":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":6,"docs":{"183":{"tf":1.0},"230":{"tf":1.0},"233":{"tf":1.0},"240":{"tf":1.0},"34":{"tf":1.0},"73":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"196":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"1":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"v":{"df":1,"docs":{"177":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":7,"docs":{"133":{"tf":1.0},"159":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"233":{"tf":1.0},"237":{"tf":1.0},"54":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}},"t":{"df":3,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"230":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":4,"docs":{"225":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.0}}},"t":{"df":8,"docs":{"186":{"tf":1.0},"225":{"tf":1.0},"57":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"35":{"tf":1.0}}},"i":{"df":11,"docs":{"136":{"tf":1.0},"172":{"tf":1.0},"211":{"tf":1.4142135623730951},"218":{"tf":1.0},"232":{"tf":1.0},"50":{"tf":1.0},"60":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.7320508075688772},"81":{"tf":1.0},"83":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"143":{"tf":1.4142135623730951},"237":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"202":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"247":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"198":{"tf":1.4142135623730951},"206":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"229":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"255":{"tf":1.0}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"197":{"tf":1.0},"199":{"tf":1.4142135623730951},"60":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"134":{"tf":1.0},"200":{"tf":1.0},"50":{"tf":1.0},"66":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"d":{"b":{"df":0,"docs":{},"m":{"df":1,"docs":{"199":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":5,"docs":{"172":{"tf":1.0},"190":{"tf":1.0},"198":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"207":{"tf":1.0}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"207":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"s":{"df":5,"docs":{"194":{"tf":1.0},"199":{"tf":1.0},"233":{"tf":1.0},"42":{"tf":1.0},"55":{"tf":1.0}}}}},"w":{"<":{"'":{"_":{"df":1,"docs":{"237":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"20":{"tf":1.0},"237":{"tf":1.0}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"144":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"u":{"df":1,"docs":{"186":{"tf":1.0}}}},"r":{"a":{"b":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"116":{"tf":1.0},"36":{"tf":1.0},"68":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"98":{"tf":1.0}}},":":{":":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{":":{"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":{"233":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"68":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"67":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"67":{"tf":1.0},"68":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"67":{"tf":1.0},"68":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":21,"docs":{"132":{"tf":1.0},"137":{"tf":1.0},"151":{"tf":2.23606797749979},"167":{"tf":1.0},"182":{"tf":1.7320508075688772},"183":{"tf":1.4142135623730951},"184":{"tf":2.449489742783178},"185":{"tf":2.23606797749979},"186":{"tf":2.0},"187":{"tf":1.4142135623730951},"192":{"tf":1.0},"197":{"tf":1.0},"214":{"tf":1.4142135623730951},"217":{"tf":1.4142135623730951},"226":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.4142135623730951},"79":{"tf":1.0},"88":{"tf":1.4142135623730951}},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":3,"docs":{"183":{"tf":1.4142135623730951},"185":{"tf":1.0},"187":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":31,"docs":{"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.4142135623730951},"120":{"tf":1.0},"121":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"159":{"tf":1.0},"16":{"tf":1.0},"162":{"tf":1.0},"165":{"tf":1.0},"169":{"tf":1.4142135623730951},"170":{"tf":1.0},"173":{"tf":1.0},"189":{"tf":1.0},"192":{"tf":1.0},"198":{"tf":1.0},"206":{"tf":1.4142135623730951},"21":{"tf":1.0},"232":{"tf":1.4142135623730951},"233":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":3.0},"241":{"tf":1.0},"3":{"tf":1.0},"61":{"tf":1.0},"68":{"tf":1.0},"74":{"tf":1.0},"95":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":16,"docs":{"159":{"tf":2.6457513110645907},"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},"74":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"239":{"tf":1.7320508075688772},"240":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"232":{"tf":1.0}}},"df":0,"docs":{}}}},"u":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"66":{"tf":1.4142135623730951},"72":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"66":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.7320508075688772},"74":{"tf":1.4142135623730951}}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"110":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"185":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"8":{"tf":2.23606797749979}},"s":{"\"":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"144":{"tf":1.0},"233":{"tf":1.0},"235":{"tf":1.0},"60":{"tf":1.0}}}}},"i":{"df":2,"docs":{"239":{"tf":1.0},"240":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"a":{"d":{"d":{"df":1,"docs":{"151":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"130":{"tf":1.0},"151":{"tf":1.0},"225":{"tf":1.0},"239":{"tf":2.0},"29":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"239":{"tf":2.6457513110645907},"240":{"tf":2.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{">":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"239":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":2,"docs":{"239":{"tf":2.0},"240":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}}},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"240":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"74":{"tf":1.4142135623730951}}}}},"t":{"a":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"\"":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"148":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"\"":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"148":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"148":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"148":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"101":{"tf":1.4142135623730951}}}}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":5,"docs":{"117":{"tf":1.4142135623730951},"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"239":{"tf":1.4142135623730951},"60":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"(":{"_":{"df":1,"docs":{"60":{"tf":1.0}}},"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"_":{"df":1,"docs":{"60":{"tf":1.0}}},"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"60":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":2,"docs":{"59":{"tf":1.4142135623730951},"60":{"tf":2.0}}}}}}}}}},"df":0,"docs":{}},"df":41,"docs":{"100":{"tf":1.7320508075688772},"101":{"tf":2.8284271247461903},"102":{"tf":1.0},"103":{"tf":1.0},"116":{"tf":1.0},"140":{"tf":1.7320508075688772},"143":{"tf":1.4142135623730951},"148":{"tf":3.0},"149":{"tf":1.0},"154":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"157":{"tf":1.0},"158":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.7320508075688772},"171":{"tf":2.0},"172":{"tf":2.8284271247461903},"173":{"tf":2.23606797749979},"196":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"202":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.4142135623730951},"239":{"tf":2.0},"24":{"tf":1.0},"240":{"tf":2.449489742783178},"241":{"tf":1.0},"25":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.7320508075688772},"26":{"tf":2.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":2.23606797749979},"66":{"tf":1.0},"67":{"tf":1.0},"71":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.4142135623730951}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":5,"docs":{"157":{"tf":1.0},"198":{"tf":3.3166247903554},"199":{"tf":2.23606797749979},"206":{"tf":1.4142135623730951},"29":{"tf":1.0}}}}}},"b":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"c":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}},"df":1,"docs":{"199":{"tf":1.0}},"m":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"d":{"b":{"df":0,"docs":{},"m":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"(":{"d":{"b":{"df":1,"docs":{"199":{"tf":1.0}},"m":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"199":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"d":{"b":{"df":0,"docs":{},"m":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"d":{"b":{"df":0,"docs":{},"m":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"(":{"d":{"b":{"df":0,"docs":{},"m":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"(":{"d":{"b":{"df":0,"docs":{},"m":{"df":2,"docs":{"198":{"tf":1.0},"199":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"(":{"*":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"199":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"d":{"b":{"df":1,"docs":{"199":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"199":{"tf":1.0}}}}}},"df":0,"docs":{}},"x":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"199":{"tf":1.0}}}}}},"df":1,"docs":{"199":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"(":{"d":{"b":{"df":0,"docs":{},"m":{"df":2,"docs":{"198":{"tf":1.0},"199":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"198":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"198":{"tf":1.0},"199":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"(":{"d":{"b":{"df":0,"docs":{},"m":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":3,"docs":{"198":{"tf":2.6457513110645907},"199":{"tf":2.8284271247461903},"200":{"tf":1.0}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"199":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"<":{"'":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"199":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":3,"docs":{"218":{"tf":1.0},"240":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772}},"e":{"a":{"d":{"_":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"218":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":1,"docs":{"159":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"21":{"tf":1.0},"239":{"tf":1.7320508075688772},"36":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"3":{"tf":1.0},"42":{"tf":1.0},"7":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"198":{"tf":1.0},"233":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":7,"docs":{"206":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.0},"230":{"tf":1.7320508075688772},"48":{"tf":1.0},"49":{"tf":1.0},"8":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"176":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"146":{"tf":1.0},"218":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"234":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"217":{"tf":1.0}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":15,"docs":{"134":{"tf":1.0},"157":{"tf":1.0},"17":{"tf":3.4641016151377544},"170":{"tf":1.0},"18":{"tf":1.7320508075688772},"185":{"tf":1.0},"19":{"tf":1.7320508075688772},"20":{"tf":2.6457513110645907},"21":{"tf":2.8284271247461903},"22":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"81":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":18,"docs":{"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.4142135623730951},"124":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.0},"146":{"tf":1.0},"170":{"tf":1.0},"198":{"tf":2.0},"210":{"tf":1.0},"224":{"tf":1.0},"232":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"251":{"tf":1.0},"33":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":8,"docs":{"127":{"tf":1.0},"198":{"tf":1.0},"205":{"tf":1.0},"225":{"tf":1.0},"227":{"tf":1.0},"240":{"tf":1.0},"251":{"tf":1.0},"83":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"225":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"226":{"tf":1.4142135623730951}}},"t":{"df":1,"docs":{"29":{"tf":1.0}}}},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"211":{"tf":1.0},"89":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"250":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"151":{"tf":1.0},"206":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"i":{"df":4,"docs":{"206":{"tf":1.0},"217":{"tf":1.4142135623730951},"218":{"tf":2.23606797749979},"233":{"tf":1.0}}},"y":{"(":{"b":{"a":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":1,"docs":{"218":{"tf":1.0}}}}}}},"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":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"218":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":7,"docs":{"213":{"tf":1.7320508075688772},"214":{"tf":1.0},"215":{"tf":1.4142135623730951},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":9,"docs":{"126":{"tf":1.0},"146":{"tf":1.7320508075688772},"152":{"tf":1.0},"183":{"tf":1.0},"185":{"tf":1.4142135623730951},"200":{"tf":1.0},"225":{"tf":1.0},"247":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"c":{"df":3,"docs":{"217":{"tf":1.0},"218":{"tf":1.4142135623730951},"219":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"18":{"tf":1.0},"199":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":3,"docs":{"140":{"tf":1.0},"222":{"tf":1.0},"25":{"tf":1.0}}}}}}},"df":0,"docs":{}},"<":{"'":{"a":{">":{"(":{"&":{"'":{"a":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"=":{"b":{"a":{"df":0,"docs":{},"r":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":13,"docs":{"140":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"220":{"tf":1.7320508075688772},"221":{"tf":1.4142135623730951},"222":{"tf":2.0},"223":{"tf":1.0},"224":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"226":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":2,"docs":{"222":{"tf":1.0},"29":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":4,"docs":{"222":{"tf":1.4142135623730951},"225":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"i":{"df":0,"docs":{},"v":{"df":6,"docs":{"137":{"tf":1.0},"146":{"tf":1.0},"17":{"tf":1.4142135623730951},"21":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0}},"e":{"(":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"233":{"tf":1.0},"239":{"tf":1.7320508075688772}}}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":4,"docs":{"162":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"240":{"tf":1.0}}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"22":{"tf":1.0}}}}}},"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"167":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"137":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":4,"docs":{"110":{"tf":1.0},"228":{"tf":1.4142135623730951},"230":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":36,"docs":{"100":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"124":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"154":{"tf":1.4142135623730951},"16":{"tf":1.4142135623730951},"161":{"tf":1.4142135623730951},"167":{"tf":1.0},"169":{"tf":1.4142135623730951},"176":{"tf":1.4142135623730951},"18":{"tf":1.0},"183":{"tf":1.4142135623730951},"189":{"tf":1.4142135623730951},"196":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"209":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951},"221":{"tf":1.4142135623730951},"232":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"<":{"'":{"d":{"df":1,"docs":{"240":{"tf":1.0}}},"df":0,"docs":{}},"d":{">":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"240":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"<":{"df":0,"docs":{},"v":{">":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"240":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"<":{"df":0,"docs":{},"v":{">":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"240":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"<":{"'":{"d":{"df":1,"docs":{"240":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"151":{"tf":1.0},"240":{"tf":4.47213595499958}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":123,"docs":{"110":{"tf":2.8284271247461903},"111":{"tf":1.7320508075688772},"112":{"tf":1.7320508075688772},"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.7320508075688772},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.4142135623730951},"152":{"tf":1.4142135623730951},"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":2.23606797749979},"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.7320508075688772},"175":{"tf":1.0},"176":{"tf":1.7320508075688772},"177":{"tf":1.4142135623730951},"178":{"tf":1.0},"179":{"tf":1.4142135623730951},"180":{"tf":1.4142135623730951},"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.7320508075688772},"195":{"tf":1.0},"196":{"tf":2.0},"197":{"tf":2.23606797749979},"198":{"tf":2.0},"199":{"tf":2.23606797749979},"2":{"tf":1.7320508075688772},"200":{"tf":2.0},"201":{"tf":1.0},"202":{"tf":1.7320508075688772},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"211":{"tf":1.0},"225":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.7320508075688772},"240":{"tf":1.7320508075688772},"241":{"tf":1.0},"243":{"tf":1.0},"245":{"tf":1.7320508075688772},"246":{"tf":1.7320508075688772},"247":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.4142135623730951},"250":{"tf":1.0},"251":{"tf":2.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.4142135623730951},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"3":{"tf":2.23606797749979},"5":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"37":{"tf":1.7320508075688772}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":12,"docs":{"139":{"tf":1.0},"140":{"tf":1.4142135623730951},"144":{"tf":1.0},"31":{"tf":1.7320508075688772},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"36":{"tf":2.23606797749979},"37":{"tf":2.8284271247461903},"38":{"tf":1.0},"54":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":7,"docs":{"126":{"tf":1.0},"133":{"tf":1.0},"169":{"tf":1.0},"2":{"tf":1.0},"225":{"tf":1.0},"241":{"tf":1.0},"57":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"211":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"233":{"tf":1.0},"237":{"tf":1.0},"240":{"tf":2.0},"8":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"106":{"tf":1.0},"107":{"tf":1.0}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":6,"docs":{"184":{"tf":1.0},"2":{"tf":1.4142135623730951},"209":{"tf":1.4142135623730951},"211":{"tf":1.0},"218":{"tf":1.0},"5":{"tf":1.4142135623730951}}}}}},"i":{"c":{"df":1,"docs":{"237":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"i":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"197":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"240":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":27,"docs":{"116":{"tf":1.0},"119":{"tf":1.4142135623730951},"146":{"tf":1.0},"147":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"154":{"tf":1.0},"170":{"tf":1.0},"185":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":1.0},"205":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"230":{"tf":1.0},"232":{"tf":3.0},"233":{"tf":1.4142135623730951},"237":{"tf":2.23606797749979},"239":{"tf":1.7320508075688772},"241":{"tf":1.0},"29":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":1.0}}}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":4,"docs":{"205":{"tf":1.0},"206":{"tf":1.0},"34":{"tf":1.0},"68":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"125":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"128":{"tf":1.0}}}}}}}}},"p":{"df":1,"docs":{"247":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"118":{"tf":1.0},"252":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":6,"docs":{"165":{"tf":1.0},"189":{"tf":1.0},"54":{"tf":1.0},"65":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"a":{"d":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":23,"docs":{"103":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"14":{"tf":1.4142135623730951},"150":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951},"180":{"tf":1.4142135623730951},"185":{"tf":1.4142135623730951},"191":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"224":{"tf":1.4142135623730951},"235":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"217":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"211":{"tf":1.0}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"206":{"tf":1.0}}}},"df":0,"docs":{}}},"v":{"df":2,"docs":{"162":{"tf":1.0},"217":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":18,"docs":{"121":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"151":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"166":{"tf":1.4142135623730951},"169":{"tf":1.0},"172":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"9":{"tf":1.0},"98":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":12,"docs":{"121":{"tf":1.7320508075688772},"225":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"47":{"tf":1.7320508075688772},"48":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"130":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"181":{"tf":1.0},"232":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"133":{"tf":1.4142135623730951}}}}}}}}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"b":{"df":1,"docs":{"239":{"tf":1.7320508075688772}}},"c":{"(":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"98":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":9,"docs":{"67":{"tf":1.0},"86":{"tf":1.0},"92":{"tf":1.7320508075688772},"93":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":16,"docs":{"185":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"212":{"tf":1.4142135623730951},"219":{"tf":1.0},"22":{"tf":1.0},"224":{"tf":1.0},"226":{"tf":1.0},"240":{"tf":1.0},"256":{"tf":1.4142135623730951},"30":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.0},"79":{"tf":1.0},"86":{"tf":1.0}}}}}}}},"df":4,"docs":{"113":{"tf":1.0},"194":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0}},"e":{"df":2,"docs":{"239":{"tf":1.0},"240":{"tf":1.0}},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":5,"docs":{"107":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"44":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"124":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"'":{"df":0,"docs":{},"t":{"df":9,"docs":{"102":{"tf":1.0},"147":{"tf":1.0},"151":{"tf":1.0},"172":{"tf":1.0},"181":{"tf":1.0},"198":{"tf":1.4142135623730951},"33":{"tf":1.0},"41":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":8,"docs":{"100":{"tf":1.0},"139":{"tf":1.0},"171":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"42":{"tf":1.0}}},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"248":{"tf":1.4142135623730951}}}}},"t":{"df":2,"docs":{"222":{"tf":1.0},"225":{"tf":1.0}}},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":3,"docs":{"22":{"tf":1.0},"234":{"tf":1.0},"68":{"tf":1.0}},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"135":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"198":{"tf":1.0},"199":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"126":{"tf":1.0}}}}},"w":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"200":{"tf":1.0},"217":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"241":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"248":{"tf":1.4142135623730951}}},"o":{"df":0,"docs":{},"p":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"140":{"tf":1.0},"33":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":9,"docs":{"117":{"tf":1.0},"118":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"140":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"53":{"tf":1.0},"83":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"198":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"e":{"df":9,"docs":{"110":{"tf":1.4142135623730951},"130":{"tf":1.0},"172":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"34":{"tf":1.0},"68":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"234":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.4142135623730951},"67":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"206":{"tf":1.4142135623730951},"71":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"157":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":12,"docs":{"121":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"240":{"tf":1.0},"29":{"tf":1.0},"47":{"tf":1.7320508075688772},"48":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.0}}}},"df":2,"docs":{"49":{"tf":1.0},"53":{"tf":1.0}}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":15,"docs":{"107":{"tf":1.0},"117":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"136":{"tf":1.0},"147":{"tf":1.0},"151":{"tf":1.7320508075688772},"157":{"tf":1.0},"20":{"tf":1.0},"206":{"tf":1.0},"217":{"tf":1.0},"223":{"tf":1.0},"240":{"tf":1.0},"29":{"tf":1.0},"37":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"206":{"tf":1.0}}}}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":23,"docs":{"117":{"tf":1.4142135623730951},"119":{"tf":1.0},"120":{"tf":1.0},"150":{"tf":1.0},"154":{"tf":1.0},"157":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.4142135623730951},"173":{"tf":1.0},"176":{"tf":1.0},"181":{"tf":1.0},"203":{"tf":1.4142135623730951},"227":{"tf":1.0},"229":{"tf":1.0},"232":{"tf":1.0},"239":{"tf":1.7320508075688772},"240":{"tf":2.0},"29":{"tf":1.0},"37":{"tf":1.4142135623730951},"50":{"tf":1.0},"53":{"tf":1.4142135623730951},"8":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"34":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"171":{"tf":1.0},"198":{"tf":1.0},"240":{"tf":1.7320508075688772}}}}}}},"s":{"df":1,"docs":{"174":{"tf":1.0}},"i":{"df":11,"docs":{"183":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"53":{"tf":1.0},"92":{"tf":1.7320508075688772},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"128":{"tf":1.0},"172":{"tf":1.0},"184":{"tf":1.0},"190":{"tf":1.0},"200":{"tf":1.4142135623730951},"205":{"tf":1.0},"234":{"tf":1.0},"95":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"151":{"tf":1.0},"63":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"237":{"tf":1.0},"240":{"tf":1.0}}}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"183":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"116":{"tf":1.0}}}}}}},"df":11,"docs":{"120":{"tf":1.4142135623730951},"155":{"tf":2.0},"157":{"tf":1.4142135623730951},"170":{"tf":1.4142135623730951},"240":{"tf":2.449489742783178},"41":{"tf":2.23606797749979},"42":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":2.0},"61":{"tf":1.0},"8":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"163":{"tf":1.0},"2":{"tf":1.0},"240":{"tf":1.0},"253":{"tf":1.0}},"s":{".":{".":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"253":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"i":{"df":8,"docs":{"107":{"tf":1.0},"128":{"tf":1.0},"14":{"tf":1.4142135623730951},"166":{"tf":1.0},"172":{"tf":1.4142135623730951},"203":{"tf":1.0},"205":{"tf":1.4142135623730951},"206":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"200":{"tf":1.0},"93":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":1,"docs":{"128":{"tf":1.0}}}}}}},"df":7,"docs":{"128":{"tf":1.0},"20":{"tf":1.0},"230":{"tf":1.4142135623730951},"3":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.4142135623730951}}}}}}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"143":{"tf":1.0}}}}},"m":{"b":{"df":1,"docs":{"189":{"tf":1.0}},"e":{"d":{"df":2,"docs":{"222":{"tf":1.0},"237":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"217":{"tf":1.0}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"240":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":4,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"221":{"tf":1.0},"222":{"tf":1.0}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"146":{"tf":1.0},"206":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":7,"docs":{"116":{"tf":1.0},"118":{"tf":1.0},"130":{"tf":1.0},"154":{"tf":1.0},"196":{"tf":1.7320508075688772},"198":{"tf":1.0},"252":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"184":{"tf":1.0}}}},"df":0,"docs":{}}}}},"d":{"df":15,"docs":{"127":{"tf":1.0},"148":{"tf":1.0},"176":{"tf":1.0},"180":{"tf":1.0},"199":{"tf":1.4142135623730951},"203":{"tf":1.0},"232":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"37":{"tf":1.4142135623730951},"53":{"tf":1.0},"60":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.7320508075688772},"78":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"130":{"tf":1.0},"225":{"tf":1.0},"233":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"181":{"tf":1.0},"184":{"tf":1.0},"2":{"tf":1.0}}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"3":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":4,"docs":{"130":{"tf":1.0},"233":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":16,"docs":{"102":{"tf":1.0},"134":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"143":{"tf":2.0},"192":{"tf":1.0},"202":{"tf":1.0},"206":{"tf":1.0},"209":{"tf":1.0},"214":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"74":{"tf":1.0},"88":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"199":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":5,"docs":{"194":{"tf":1.0},"206":{"tf":1.0},"233":{"tf":1.0},"55":{"tf":1.0},"68":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"174":{"tf":1.0},"247":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"144":{"tf":1.0},"148":{"tf":1.4142135623730951},"198":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":15,"docs":{"155":{"tf":1.4142135623730951},"170":{"tf":1.4142135623730951},"212":{"tf":1.0},"233":{"tf":1.0},"39":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"42":{"tf":2.0},"57":{"tf":1.4142135623730951},"59":{"tf":1.7320508075688772},"60":{"tf":1.7320508075688772},"86":{"tf":1.7320508075688772},"87":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"2":{"tf":1.0},"81":{"tf":1.4142135623730951}}}}}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"203":{"tf":1.0}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":6,"docs":{"198":{"tf":1.0},"232":{"tf":1.0},"32":{"tf":1.0},"42":{"tf":1.0},"66":{"tf":1.0},"78":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"240":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"206":{"tf":1.0},"240":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"239":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":7,"docs":{"143":{"tf":1.0},"151":{"tf":1.0},"166":{"tf":1.0},"172":{"tf":1.0},"189":{"tf":1.0},"225":{"tf":1.0},"90":{"tf":1.0}}}}}}},"r":{"(":{"df":3,"docs":{"206":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"106":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":2,"docs":{"34":{"tf":1.0},"73":{"tf":1.0}},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"59":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{".":{"a":{"df":0,"docs":{},"s":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{")":{".":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"df":1,"docs":{"60":{"tf":1.4142135623730951}}}}}},"df":30,"docs":{"104":{"tf":1.7320508075688772},"105":{"tf":1.4142135623730951},"106":{"tf":1.0},"107":{"tf":1.4142135623730951},"108":{"tf":1.0},"109":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"142":{"tf":1.0},"143":{"tf":1.0},"148":{"tf":1.0},"177":{"tf":1.4142135623730951},"199":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"209":{"tf":1.0},"211":{"tf":1.0},"217":{"tf":1.4142135623730951},"233":{"tf":1.4142135623730951},"240":{"tf":2.8284271247461903},"55":{"tf":1.4142135623730951},"56":{"tf":1.7320508075688772},"57":{"tf":2.449489742783178},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":2.23606797749979},"61":{"tf":1.7320508075688772},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"74":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":6,"docs":{"11":{"tf":1.0},"135":{"tf":1.0},"14":{"tf":1.0},"240":{"tf":1.0},"34":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"139":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"36":{"tf":1.0}}}}}}}},"t":{"c":{"df":3,"docs":{"224":{"tf":1.4142135623730951},"28":{"tf":1.0},"35":{"tf":1.0}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"169":{"tf":1.0}}}}}}}}},"u":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"128":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":16,"docs":{"132":{"tf":1.0},"17":{"tf":1.0},"172":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":1.0},"200":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"233":{"tf":1.0},"239":{"tf":1.0},"241":{"tf":1.0},"29":{"tf":1.0},"37":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0},"89":{"tf":1.0}},"t":{"df":1,"docs":{"116":{"tf":1.0}},"u":{"df":1,"docs":{"240":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"198":{"tf":1.0},"20":{"tf":1.0},"206":{"tf":1.0},"240":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"90":{"tf":1.0}}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"197":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"225":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"211":{"tf":1.0},"37":{"tf":1.0},"79":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"143":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":69,"docs":{"101":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"122":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"132":{"tf":1.4142135623730951},"140":{"tf":1.7320508075688772},"147":{"tf":1.0},"148":{"tf":1.7320508075688772},"149":{"tf":1.0},"151":{"tf":2.23606797749979},"155":{"tf":2.0},"157":{"tf":1.4142135623730951},"16":{"tf":1.0},"162":{"tf":1.4142135623730951},"166":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"170":{"tf":2.0},"172":{"tf":1.0},"177":{"tf":1.7320508075688772},"181":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.4142135623730951},"192":{"tf":1.4142135623730951},"197":{"tf":1.0},"198":{"tf":1.7320508075688772},"199":{"tf":1.0},"203":{"tf":1.7320508075688772},"205":{"tf":1.0},"207":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"215":{"tf":1.4142135623730951},"217":{"tf":1.0},"222":{"tf":1.7320508075688772},"232":{"tf":1.0},"233":{"tf":1.7320508075688772},"237":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"240":{"tf":2.23606797749979},"241":{"tf":1.0},"25":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"36":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"49":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"68":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.0},"78":{"tf":1.4142135623730951},"8":{"tf":3.1622776601683795},"82":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"93":{"tf":1.0},"94":{"tf":2.0},"95":{"tf":2.0},"96":{"tf":1.0},"97":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"199":{"tf":1.0}},"l":{"df":2,"docs":{"198":{"tf":1.0},"2":{"tf":1.0}}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"198":{"tf":1.0},"206":{"tf":1.0}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"172":{"tf":1.0},"206":{"tf":2.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":10,"docs":{"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.7320508075688772},"120":{"tf":1.7320508075688772},"140":{"tf":1.0},"199":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"90":{"tf":1.0}},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":3,"docs":{"118":{"tf":2.0},"119":{"tf":1.0},"120":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"258":{"tf":1.0},"87":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":9,"docs":{"147":{"tf":1.0},"17":{"tf":1.0},"206":{"tf":1.7320508075688772},"209":{"tf":1.4142135623730951},"210":{"tf":1.0},"211":{"tf":1.0},"42":{"tf":1.0},"78":{"tf":1.0},"86":{"tf":1.0}}}},"t":{"df":5,"docs":{"140":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"126":{"tf":2.6457513110645907}},"e":{"c":{"df":0,"docs":{},"t":{"df":10,"docs":{"14":{"tf":1.0},"17":{"tf":1.4142135623730951},"198":{"tf":1.0},"206":{"tf":1.0},"224":{"tf":1.0},"240":{"tf":1.7320508075688772},"25":{"tf":1.0},"254":{"tf":1.0},"61":{"tf":2.0},"68":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"172":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"224":{"tf":1.0},"26":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"241":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"72":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.0},"140":{"tf":1.0},"225":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"218":{"tf":1.4142135623730951},"50":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"121":{"tf":1.0}}}},"r":{"df":1,"docs":{"238":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"202":{"tf":1.0},"203":{"tf":1.0},"233":{"tf":1.0}}}},"s":{"df":10,"docs":{"133":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"143":{"tf":1.0},"151":{"tf":1.0},"196":{"tf":1.0},"237":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0},"90":{"tf":1.0}}}},"r":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":1,"docs":{"170":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":1,"docs":{"155":{"tf":1.0}}}}}}},":":{":":{"a":{"d":{"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":2,"docs":{"155":{"tf":1.0},"157":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"(":{"_":{"df":1,"docs":{"157":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":1,"docs":{"155":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"u":{"b":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":2,"docs":{"155":{"tf":1.0},"157":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"155":{"tf":2.0},"157":{"tf":1.0},"170":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":8,"docs":{"110":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":2.0},"126":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"200":{"tf":1.0},"227":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"139":{"tf":1.0},"206":{"tf":1.0},"222":{"tf":1.0},"251":{"tf":1.0},"48":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":11,"docs":{"2":{"tf":1.0},"237":{"tf":1.4142135623730951},"247":{"tf":1.0},"68":{"tf":1.0},"85":{"tf":1.7320508075688772},"86":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":6,"docs":{"199":{"tf":1.7320508075688772},"60":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"89":{"tf":1.0}}}}},"r":{"a":{"df":4,"docs":{"148":{"tf":1.0},"232":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"90":{"tf":1.0}}}}}}}},"f":{"(":{"df":0,"docs":{},"x":{"df":1,"docs":{"151":{"tf":1.0}}}},"1":{"df":1,"docs":{"177":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"177":{"tf":1.4142135623730951}}},"3":{"df":1,"docs":{"177":{"tf":1.4142135623730951}}},"6":{"4":{")":{"*":{"(":{"$":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"128":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"128":{"tf":1.0},"133":{"tf":1.0}}},"df":0,"docs":{}},"a":{"c":{"a":{"d":{"df":1,"docs":{"225":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"198":{"tf":1.0}}}}}},"t":{"df":7,"docs":{"128":{"tf":1.0},"151":{"tf":1.0},"206":{"tf":1.4142135623730951},"217":{"tf":1.0},"53":{"tf":1.0},"7":{"tf":1.0},"90":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"157":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":8,"docs":{"199":{"tf":1.0},"206":{"tf":1.4142135623730951},"210":{"tf":1.0},"240":{"tf":1.4142135623730951},"44":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"8":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"218":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"105":{"tf":1.0},"106":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":3,"docs":{"106":{"tf":1.0},"21":{"tf":1.0},"8":{"tf":1.7320508075688772}}}},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"217":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"240":{"tf":1.7320508075688772}}}}}},"r":{"df":1,"docs":{"233":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"172":{"tf":1.0}}}}}},"t":{"df":2,"docs":{"50":{"tf":1.0},"74":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"121":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"7":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"199":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"225":{"tf":1.4142135623730951}}}}}}},"b":{".":{"a":{"df":1,"docs":{"166":{"tf":1.0}}},"b":{"df":1,"docs":{"166":{"tf":1.0}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"166":{"tf":1.0}}},"df":4,"docs":{"132":{"tf":1.0},"151":{"tf":1.7320508075688772},"166":{"tf":1.0},"222":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"110":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"151":{"tf":1.7320508075688772},"217":{"tf":1.0},"224":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":2,"docs":{"239":{"tf":1.0},"43":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":2.0}},"s":{"\"":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"149":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"198":{"tf":1.0},"234":{"tf":1.0}}}}}},"f":{"df":0,"docs":{},"i":{"df":34,"docs":{"194":{"tf":2.23606797749979},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.7320508075688772},"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"200":{"tf":1.7320508075688772},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"55":{"tf":2.449489742783178},"56":{"tf":1.7320508075688772},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.0},"73":{"tf":1.7320508075688772},"74":{"tf":1.0},"75":{"tf":1.0}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"\"":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"119":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":19,"docs":{"117":{"tf":1.4142135623730951},"118":{"tf":2.0},"119":{"tf":1.4142135623730951},"120":{"tf":2.0},"131":{"tf":1.0},"134":{"tf":1.0},"162":{"tf":1.7320508075688772},"17":{"tf":1.0},"176":{"tf":1.0},"181":{"tf":1.0},"20":{"tf":1.0},"222":{"tf":1.7320508075688772},"234":{"tf":1.4142135623730951},"239":{"tf":2.449489742783178},"240":{"tf":2.23606797749979},"85":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"88":{"tf":3.3166247903554},"89":{"tf":2.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"233":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"233":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"49":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}},"e":{"d":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"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":{"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"233":{"tf":1.0}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":1,"docs":{"233":{"tf":1.4142135623730951}}}},"p":{"df":1,"docs":{"233":{"tf":1.4142135623730951}}}},"df":1,"docs":{"233":{"tf":1.7320508075688772}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":6,"docs":{"151":{"tf":1.4142135623730951},"198":{"tf":1.0},"233":{"tf":1.7320508075688772},"240":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.4142135623730951}}},"l":{"df":2,"docs":{"232":{"tf":1.4142135623730951},"54":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":7,"docs":{"120":{"tf":1.0},"224":{"tf":1.0},"239":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":2.449489742783178}},"i":{"df":0,"docs":{},"s":{"df":14,"docs":{"139":{"tf":1.0},"141":{"tf":1.7320508075688772},"142":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"144":{"tf":1.0},"31":{"tf":1.7320508075688772},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.7320508075688772},"37":{"tf":1.0},"38":{"tf":1.0},"54":{"tf":1.0}}}}}},"d":{"df":3,"docs":{"191":{"tf":1.0},"2":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":4,"docs":{"183":{"tf":1.0},"211":{"tf":1.0},"53":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"y":{"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":{"151":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"203":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"203":{"tf":1.0}}}}}},"df":10,"docs":{"200":{"tf":1.0},"206":{"tf":1.0},"210":{"tf":1.0},"218":{"tf":1.0},"230":{"tf":1.4142135623730951},"234":{"tf":1.0},"240":{"tf":1.0},"42":{"tf":1.0},"49":{"tf":1.0},"74":{"tf":1.0}}}}},"x":{"df":2,"docs":{"45":{"tf":1.0},"8":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"151":{"tf":1.0}}},"t":{"df":2,"docs":{"57":{"tf":1.0},"59":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":9,"docs":{"113":{"tf":1.0},"121":{"tf":1.0},"173":{"tf":1.0},"176":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":1.0},"26":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"(":{"df":0,"docs":{},"u":{"8":{"df":1,"docs":{"151":{"tf":1.0}}},"df":0,"docs":{}}},"df":44,"docs":{"106":{"tf":1.4142135623730951},"118":{"tf":3.3166247903554},"119":{"tf":3.0},"12":{"tf":1.0},"120":{"tf":3.605551275463989},"121":{"tf":1.0},"127":{"tf":2.23606797749979},"128":{"tf":1.0},"132":{"tf":1.4142135623730951},"140":{"tf":2.0},"143":{"tf":1.0},"148":{"tf":2.23606797749979},"151":{"tf":1.7320508075688772},"155":{"tf":2.449489742783178},"157":{"tf":1.0},"16":{"tf":1.4142135623730951},"162":{"tf":2.23606797749979},"17":{"tf":1.7320508075688772},"170":{"tf":2.0},"177":{"tf":2.449489742783178},"199":{"tf":2.0},"203":{"tf":1.4142135623730951},"206":{"tf":1.0},"21":{"tf":1.0},"222":{"tf":1.7320508075688772},"223":{"tf":1.0},"233":{"tf":3.1622776601683795},"239":{"tf":2.449489742783178},"240":{"tf":2.449489742783178},"25":{"tf":1.0},"33":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"49":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":2.0},"74":{"tf":1.0},"8":{"tf":2.23606797749979},"87":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"119":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"119":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"119":{"tf":2.23606797749979}}}}}},"o":{"c":{"df":0,"docs":{},"u":{"df":1,"docs":{"240":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"177":{"tf":1.0}}}},"l":{"d":{"_":{"df":1,"docs":{"172":{"tf":1.0}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"170":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"170":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"170":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":9,"docs":{"158":{"tf":1.0},"168":{"tf":1.7320508075688772},"169":{"tf":1.7320508075688772},"170":{"tf":2.449489742783178},"171":{"tf":1.7320508075688772},"172":{"tf":1.0},"173":{"tf":2.449489742783178},"202":{"tf":1.0},"230":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"169":{"tf":1.0},"170":{"tf":2.23606797749979}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":15,"docs":{"119":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.0},"132":{"tf":1.0},"151":{"tf":1.0},"197":{"tf":1.0},"214":{"tf":1.0},"218":{"tf":1.4142135623730951},"222":{"tf":1.0},"227":{"tf":1.0},"3":{"tf":1.0},"51":{"tf":1.0},"65":{"tf":1.0},"71":{"tf":1.0},"8":{"tf":1.0}}}}}},"o":{"\"":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"170":{"tf":1.0},"94":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"177":{"tf":1.0}}}}}},"a":{"df":1,"docs":{"177":{"tf":1.4142135623730951}}},"b":{"a":{"df":0,"docs":{},"r":{"<":{"df":0,"docs":{},"t":{"1":{"df":1,"docs":{"136":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.7320508075688772}}}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"162":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"162":{"tf":3.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"162":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{")":{".":{"a":{"(":{")":{".":{"b":{"(":{")":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"(":{"\"":{"df":0,"docs":{},"y":{"\"":{")":{")":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"166":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":10,"docs":{"132":{"tf":2.23606797749979},"136":{"tf":1.0},"140":{"tf":2.0},"162":{"tf":3.3166247903554},"170":{"tf":1.4142135623730951},"222":{"tf":3.605551275463989},"224":{"tf":1.4142135623730951},"225":{"tf":1.0},"33":{"tf":2.0},"87":{"tf":1.4142135623730951}}},"r":{"c":{"df":3,"docs":{"107":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.7320508075688772}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":34,"docs":{"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.7320508075688772},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.4142135623730951},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.4142135623730951},"206":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"128":{"tf":1.0},"251":{"tf":1.0}}},"t":{"!":{"(":{"\"":{"c":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"60":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"i":{"/":{"df":0,"docs":{},"o":{"df":1,"docs":{"60":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":1,"docs":{"148":{"tf":1.0}}}},"df":0,"docs":{}},"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"148":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}},"df":9,"docs":{"10":{"tf":1.7320508075688772},"11":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"147":{"tf":2.0},"148":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":2.6457513110645907}},"t":{"df":1,"docs":{"148":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"151":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"151":{"tf":1.0}}}}}}},"df":0,"docs":{}},">":{"(":{"df":0,"docs":{},"g":{"df":1,"docs":{"148":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":3,"docs":{"159":{"tf":1.0},"240":{"tf":1.4142135623730951},"88":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"121":{"tf":1.0},"184":{"tf":1.0},"240":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"71":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":3,"docs":{"37":{"tf":1.0},"60":{"tf":1.0},"68":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{".":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"199":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":5,"docs":{"126":{"tf":1.7320508075688772},"129":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"202":{"tf":1.0}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"166":{"tf":1.0},"238":{"tf":1.0},"74":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"172":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"m":{"(":{"df":3,"docs":{"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}},"<":{"c":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"237":{"tf":1.0}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"59":{"tf":1.0},"60":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"61":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"c":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"237":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"8":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"107":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":1,"docs":{"107":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"s":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"49":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":5,"docs":{"151":{"tf":1.0},"197":{"tf":1.0},"211":{"tf":1.0},"241":{"tf":1.0},"57":{"tf":1.0}},"i":{"df":1,"docs":{"211":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":82,"docs":{"105":{"tf":1.0},"107":{"tf":1.0},"119":{"tf":2.6457513110645907},"121":{"tf":2.23606797749979},"128":{"tf":1.0},"132":{"tf":1.0},"136":{"tf":1.4142135623730951},"140":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"16":{"tf":1.4142135623730951},"165":{"tf":1.0},"17":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.4142135623730951},"181":{"tf":1.0},"186":{"tf":1.4142135623730951},"189":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.4142135623730951},"197":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":2.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.4142135623730951},"204":{"tf":1.0},"205":{"tf":1.4142135623730951},"206":{"tf":1.7320508075688772},"227":{"tf":2.6457513110645907},"228":{"tf":1.4142135623730951},"229":{"tf":1.0},"230":{"tf":2.0},"231":{"tf":1.0},"232":{"tf":2.0},"233":{"tf":1.4142135623730951},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.4142135623730951},"238":{"tf":1.4142135623730951},"239":{"tf":3.3166247903554},"240":{"tf":2.6457513110645907},"241":{"tf":1.0},"253":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"37":{"tf":1.7320508075688772},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.7320508075688772},"70":{"tf":1.0},"71":{"tf":1.7320508075688772},"72":{"tf":1.7320508075688772},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"79":{"tf":1.4142135623730951},"8":{"tf":2.23606797749979},"93":{"tf":1.0},"95":{"tf":1.4142135623730951},"97":{"tf":1.0}},"s":{"/":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"128":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"126":{"tf":1.0},"155":{"tf":1.0},"37":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"154":{"tf":1.0},"217":{"tf":1.0},"224":{"tf":1.0},"44":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":8,"docs":{"147":{"tf":1.0},"183":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"224":{"tf":1.0},"235":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0}}}}}}},"g":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"(":{"&":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"148":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"189":{"tf":1.0},"237":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"199":{"tf":1.0}}}}},"c":{"'":{"d":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"45":{"tf":1.0}}},"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":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"148":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":27,"docs":{"110":{"tf":1.0},"136":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.7320508075688772},"148":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"211":{"tf":1.0},"219":{"tf":1.0},"22":{"tf":1.0},"224":{"tf":1.0},"231":{"tf":1.7320508075688772},"232":{"tf":2.6457513110645907},"233":{"tf":1.7320508075688772},"234":{"tf":1.4142135623730951},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.4142135623730951},"240":{"tf":3.1622776601683795},"241":{"tf":1.0},"247":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"77":{"tf":1.0},"89":{"tf":1.0}}}}},"t":{"_":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"i":{"d":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"239":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"239":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"73":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"101":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":4,"docs":{"206":{"tf":1.0},"233":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"46":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"73":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"73":{"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":{},"v":{"df":0,"docs":{},"e":{"df":15,"docs":{"111":{"tf":1.0},"121":{"tf":1.0},"133":{"tf":1.0},"172":{"tf":1.0},"198":{"tf":1.0},"207":{"tf":1.0},"217":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"8":{"tf":1.4142135623730951},"81":{"tf":1.0}},"n":{"df":6,"docs":{"107":{"tf":1.0},"110":{"tf":1.0},"146":{"tf":1.0},"166":{"tf":1.0},"233":{"tf":1.0},"250":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"237":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"206":{"tf":1.0}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"125":{"tf":1.0},"197":{"tf":1.0},"233":{"tf":1.0},"249":{"tf":1.0},"5":{"tf":1.0}}}},"df":6,"docs":{"112":{"tf":1.0},"126":{"tf":1.0},"230":{"tf":1.0},"233":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"66":{"tf":1.0}},"e":{"df":2,"docs":{"240":{"tf":1.0},"37":{"tf":1.4142135623730951}}},"o":{"d":{"df":12,"docs":{"151":{"tf":1.0},"180":{"tf":1.0},"194":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"211":{"tf":1.0},"218":{"tf":1.0},"225":{"tf":1.0},"240":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"217":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"202":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"183":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"124":{"tf":1.0},"126":{"tf":2.0},"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"129":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"241":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"110":{"tf":1.4142135623730951},"111":{"tf":1.0},"207":{"tf":1.0},"211":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"198":{"tf":1.0},"60":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"194":{"tf":1.0},"200":{"tf":1.0},"83":{"tf":1.0}}}}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":7,"docs":{"190":{"tf":1.0},"192":{"tf":1.0},"199":{"tf":1.4142135623730951},"232":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"67":{"tf":1.4142135623730951}}}}}},"d":{"df":9,"docs":{"138":{"tf":1.7320508075688772},"139":{"tf":1.7320508075688772},"140":{"tf":1.7320508075688772},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":2.8284271247461903},"144":{"tf":1.0},"38":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"68":{"tf":1.0}}}}},"i":{"d":{"df":2,"docs":{"144":{"tf":1.0},"167":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"1":{"tf":1.0},"244":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"/":{"c":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"h":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"211":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"/":{"0":{".":{"1":{".":{"0":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"3":{"2":{"df":0,"docs":{},"f":{"3":{"0":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"a":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"p":{"a":{"0":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"237":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":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":{"237":{"tf":1.0}}},"n":{"d":{"df":3,"docs":{"172":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0}},"l":{"df":13,"docs":{"148":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"205":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"233":{"tf":1.4142135623730951},"239":{"tf":1.0},"34":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"9":{"tf":1.0},"90":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"121":{"tf":1.0},"233":{"tf":1.0}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":7,"docs":{"199":{"tf":1.0},"206":{"tf":1.0},"224":{"tf":1.0},"229":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"5":{"tf":1.0}}}},"i":{"df":1,"docs":{"42":{"tf":1.0}}}}},"r":{"d":{"df":4,"docs":{"191":{"tf":1.0},"217":{"tf":1.0},"36":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"148":{"tf":1.0}}}}}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"148":{"tf":1.0}}}}}},"df":1,"docs":{"240":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"<":{"df":0,"docs":{},"u":{"6":{"4":{"df":1,"docs":{"239":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"137":{"tf":1.0},"230":{"tf":1.0},"232":{"tf":1.0},"241":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"44":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":5,"docs":{"151":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"166":{"tf":1.0},"240":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"206":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"198":{"tf":1.0}}}}},"df":0,"docs":{},"p":{"df":6,"docs":{"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"211":{"tf":1.4142135623730951},"237":{"tf":1.0},"51":{"tf":1.0}}},"v":{"df":0,"docs":{},"i":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"185":{"tf":1.0}},"o":{"df":1,"docs":{"12":{"tf":1.0}}}},"p":{"df":7,"docs":{"143":{"tf":1.0},"162":{"tf":1.0},"198":{"tf":1.0},"219":{"tf":1.4142135623730951},"238":{"tf":1.0},"242":{"tf":1.0},"89":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"151":{"tf":1.0},"161":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"199":{"tf":1.0}}},"df":26,"docs":{"101":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"140":{"tf":1.0},"162":{"tf":1.0},"169":{"tf":1.0},"177":{"tf":1.0},"194":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"21":{"tf":1.7320508075688772},"218":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.4142135623730951},"233":{"tf":2.0},"239":{"tf":1.0},"240":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"87":{"tf":1.0},"94":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"243":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"154":{"tf":1.0},"156":{"tf":1.0}}}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":4,"docs":{"136":{"tf":1.4142135623730951},"206":{"tf":1.0},"250":{"tf":1.0},"252":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"200":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"170":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"202":{"tf":1.0},"240":{"tf":1.7320508075688772}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"207":{"tf":1.0}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"240":{"tf":1.0}}}}}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}},"r":{"df":1,"docs":{"170":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"209":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"156":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"198":{"tf":1.0},"218":{"tf":1.0},"235":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"187":{"tf":1.0}}}},"t":{"df":1,"docs":{"50":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":2,"docs":{"185":{"tf":1.0},"237":{"tf":1.0}},"s":{":":{"/":{"/":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"0":{".":{"1":{"4":{".":{"5":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"237":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"3":{"2":{"df":0,"docs":{},"f":{"3":{"0":{"df":0,"docs":{},"x":{"df":1,"docs":{"237":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"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":{"5":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"228":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"237":{"tf":1.0}}}}}}},"i":{".":{"df":1,"docs":{"241":{"tf":1.0}},"e":{",":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"149":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"3":{"2":{"df":2,"docs":{"87":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"155":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"8":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"df":1,"docs":{"239":{"tf":1.7320508075688772}},"e":{"a":{"df":8,"docs":{"115":{"tf":1.0},"146":{"tf":1.0},"151":{"tf":1.4142135623730951},"199":{"tf":1.7320508075688772},"217":{"tf":1.0},"218":{"tf":1.0},"232":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"17":{"tf":1.0},"170":{"tf":1.0},"240":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"113":{"tf":1.0},"174":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":14,"docs":{"199":{"tf":1.0},"243":{"tf":1.0},"42":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"78":{"tf":1.0}}}},"df":110,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"144":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"194":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"224":{"tf":1.0},"226":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"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":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":2.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":2.23606797749979},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"9":{"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}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"240":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"148":{"tf":1.0},"206":{"tf":1.0},"8":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"i":{"df":1,"docs":{"9":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"206":{"tf":1.0},"8":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"106":{"tf":1.0},"147":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":3,"docs":{"199":{"tf":1.0},"37":{"tf":1.7320508075688772},"83":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"100":{"tf":1.0},"101":{"tf":1.4142135623730951},"172":{"tf":1.0},"209":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"227":{"tf":1.4142135623730951},"228":{"tf":1.4142135623730951},"229":{"tf":1.7320508075688772},"232":{"tf":1.0}}}},"l":{"<":{"'":{"_":{"df":1,"docs":{"237":{"tf":1.0}}},"a":{"df":3,"docs":{"120":{"tf":1.0},"127":{"tf":1.0},"140":{"tf":1.4142135623730951}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"199":{"tf":1.0}}}}},"df":0,"docs":{},"p":{"df":1,"docs":{"233":{"tf":1.0}}},"t":{"df":3,"docs":{"140":{"tf":1.0},"237":{"tf":1.0},"25":{"tf":1.0}}}},"df":30,"docs":{"118":{"tf":1.7320508075688772},"119":{"tf":1.0},"132":{"tf":1.4142135623730951},"135":{"tf":1.0},"148":{"tf":1.7320508075688772},"151":{"tf":1.0},"155":{"tf":1.0},"16":{"tf":1.0},"162":{"tf":1.4142135623730951},"17":{"tf":1.7320508075688772},"170":{"tf":1.0},"199":{"tf":1.0},"203":{"tf":1.0},"21":{"tf":1.0},"217":{"tf":1.4142135623730951},"222":{"tf":1.4142135623730951},"223":{"tf":1.0},"232":{"tf":1.4142135623730951},"233":{"tf":2.8284271247461903},"234":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":1.7320508075688772},"240":{"tf":1.4142135623730951},"33":{"tf":1.0},"36":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":47,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"130":{"tf":1.0},"133":{"tf":1.7320508075688772},"135":{"tf":1.0},"136":{"tf":1.4142135623730951},"140":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"146":{"tf":2.0},"148":{"tf":1.0},"149":{"tf":1.7320508075688772},"150":{"tf":1.0},"151":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951},"167":{"tf":1.0},"17":{"tf":2.0},"170":{"tf":1.0},"18":{"tf":1.0},"199":{"tf":1.7320508075688772},"2":{"tf":1.0},"20":{"tf":2.23606797749979},"203":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"218":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"233":{"tf":1.4142135623730951},"234":{"tf":1.0},"235":{"tf":1.4142135623730951},"237":{"tf":1.7320508075688772},"239":{"tf":1.4142135623730951},"240":{"tf":2.23606797749979},"241":{"tf":1.0},"25":{"tf":1.7320508075688772},"257":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.7320508075688772},"33":{"tf":1.0},"44":{"tf":1.4142135623730951},"77":{"tf":1.0},"78":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"22":{"tf":1.0},"240":{"tf":1.0}}}}}}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":8,"docs":{"222":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.4142135623730951},"25":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"8":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"df":1,"docs":{"73":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"224":{"tf":1.0},"68":{"tf":1.0}}}}}}},"df":1,"docs":{"196":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"110":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"218":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"v":{"df":1,"docs":{"235":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":7,"docs":{"151":{"tf":1.0},"202":{"tf":1.0},"222":{"tf":1.0},"233":{"tf":1.0},"241":{"tf":1.0},"25":{"tf":1.0},"250":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"132":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":5,"docs":{"113":{"tf":1.0},"150":{"tf":1.0},"211":{"tf":1.0},"235":{"tf":1.0},"7":{"tf":1.0}}}},"d":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"199":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"103":{"tf":1.0},"84":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"176":{"tf":1.0},"181":{"tf":1.7320508075688772},"50":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"df":1,"docs":{"29":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"n":{"a":{"df":2,"docs":{"43":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}},"c":{"df":6,"docs":{"180":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"36":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"225":{"tf":1.0},"7":{"tf":2.0}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":2,"docs":{"119":{"tf":1.0},"218":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"207":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"191":{"tf":1.0},"211":{"tf":1.0}}}},"df":0,"docs":{}}}},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"194":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"68":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}}},"x":{".":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"127":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"126":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":9,"docs":{"156":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"233":{"tf":1.0},"239":{"tf":1.0},"250":{"tf":1.0},"256":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"217":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"221":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":2.0},"225":{"tf":1.0},"232":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"139":{"tf":1.4142135623730951},"164":{"tf":1.0}}}}}},"df":16,"docs":{"203":{"tf":1.0},"21":{"tf":1.0},"236":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.0},"67":{"tf":1.0},"74":{"tf":1.0},"92":{"tf":1.7320508075688772},"93":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"152":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"222":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"170":{"tf":1.4142135623730951},"190":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"240":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":6,"docs":{"105":{"tf":1.0},"198":{"tf":1.0},"252":{"tf":1.0},"33":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"240":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":14,"docs":{"112":{"tf":1.0},"124":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"16":{"tf":1.0},"21":{"tf":1.4142135623730951},"211":{"tf":1.0},"22":{"tf":1.0},"222":{"tf":1.0},"247":{"tf":1.0},"42":{"tf":1.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.0},"88":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"86":{"tf":1.0},"88":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":18,"docs":{"119":{"tf":1.0},"120":{"tf":1.0},"16":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.7320508075688772},"222":{"tf":1.0},"236":{"tf":1.4142135623730951},"240":{"tf":1.0},"25":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"198":{"tf":2.449489742783178},"199":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"g":{"df":3,"docs":{"200":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"211":{"tf":1.0},"212":{"tf":1.0}}}}}},"n":{"d":{"df":2,"docs":{"224":{"tf":1.0},"225":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.0},"214":{"tf":1.0},"225":{"tf":1.4142135623730951}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"202":{"tf":1.0},"224":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"239":{"tf":1.0},"45":{"tf":1.0}}}}},"f":{"a":{"c":{"df":42,"docs":{"133":{"tf":1.0},"189":{"tf":1.4142135623730951},"191":{"tf":1.0},"192":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"224":{"tf":1.0},"241":{"tf":1.0},"247":{"tf":1.7320508075688772},"251":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"110":{"tf":1.0},"170":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":8,"docs":{"136":{"tf":1.4142135623730951},"197":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"205":{"tf":1.0},"211":{"tf":1.0},"233":{"tf":1.0},"237":{"tf":1.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":8,"docs":{"123":{"tf":1.7320508075688772},"124":{"tf":2.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"155":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"\"":{"1":{"df":1,"docs":{"127":{"tf":1.0}}},"2":{"+":{"3":{"df":1,"docs":{"127":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"<":{"'":{"a":{"df":1,"docs":{"127":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"i":{"6":{"4":{"df":2,"docs":{"155":{"tf":1.0},"170":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"o":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"73":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{">":{">":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"74":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"77":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}}}},"r":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":1,"docs":{"127":{"tf":1.4142135623730951}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":5,"docs":{"191":{"tf":1.0},"217":{"tf":1.0},"224":{"tf":1.0},"36":{"tf":1.0},"91":{"tf":1.0}},"t":{"df":5,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"241":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"197":{"tf":1.0},"199":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":7,"docs":{"148":{"tf":1.0},"189":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"237":{"tf":1.0},"251":{"tf":1.0},"68":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"233":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"146":{"tf":1.4142135623730951},"247":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"k":{"df":6,"docs":{"116":{"tf":1.0},"117":{"tf":1.7320508075688772},"119":{"tf":1.0},"211":{"tf":1.0},"7":{"tf":1.0},"95":{"tf":1.0}}},"l":{"df":0,"docs":{},"v":{"df":5,"docs":{"198":{"tf":1.0},"200":{"tf":1.0},"233":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}}}}}}},"o":{":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"49":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"49":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"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":{"d":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"59":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"225":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":1,"docs":{"247":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"59":{"tf":1.0},"60":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"u":{"df":10,"docs":{"176":{"tf":1.0},"177":{"tf":1.0},"199":{"tf":1.0},"204":{"tf":1.0},"211":{"tf":1.0},"225":{"tf":1.0},"4":{"tf":1.0},"60":{"tf":1.0},"68":{"tf":1.4142135623730951},"74":{"tf":1.0}}}}},"t":{"'":{"df":12,"docs":{"112":{"tf":1.0},"177":{"tf":1.0},"206":{"tf":1.4142135623730951},"224":{"tf":1.0},"42":{"tf":1.0},"53":{"tf":1.0},"63":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":3,"docs":{"131":{"tf":1.0},"169":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951}}},"r":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"|":{"df":0,"docs":{},"r":{"df":1,"docs":{"239":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"203":{"tf":1.0},"206":{"tf":1.0}}}}}}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"'":{"df":3,"docs":{"118":{"tf":1.0},"173":{"tf":1.0},"206":{"tf":1.4142135623730951}}},".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"|":{"df":0,"docs":{},"r":{"df":1,"docs":{"239":{"tf":1.0}}}}},"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":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"79":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"m":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"171":{"tf":1.0},"79":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"=":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"239":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"239":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":16,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"156":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.4142135623730951},"199":{"tf":3.7416573867739413},"200":{"tf":1.4142135623730951},"203":{"tf":2.449489742783178},"205":{"tf":1.4142135623730951},"206":{"tf":3.1622776601683795},"229":{"tf":1.0},"239":{"tf":1.4142135623730951},"76":{"tf":1.7320508075688772},"77":{"tf":1.0},"78":{"tf":1.7320508075688772},"79":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":10,"docs":{"162":{"tf":1.0},"170":{"tf":1.4142135623730951},"194":{"tf":1.0},"200":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.7320508075688772},"241":{"tf":1.0},"256":{"tf":1.0},"55":{"tf":1.0}}}}}}}},"j":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"239":{"tf":1.0},"240":{"tf":1.0}}}},"v":{"a":{"df":6,"docs":{"157":{"tf":1.0},"166":{"tf":1.0},"222":{"tf":1.4142135623730951},"224":{"tf":1.4142135623730951},"232":{"tf":1.4142135623730951},"34":{"tf":1.0}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"232":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"9":{"tf":1.0}},"o":{"b":{"df":1,"docs":{"240":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"239":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"43":{"tf":1.0},"45":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"240":{"tf":1.0}}},"df":6,"docs":{"147":{"tf":1.0},"148":{"tf":1.7320508075688772},"149":{"tf":1.0},"151":{"tf":1.4142135623730951},"239":{"tf":1.0},"240":{"tf":2.0}}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"200":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"'":{"df":1,"docs":{"193":{"tf":1.0}}},"df":0,"docs":{}}}}},"k":{"df":1,"docs":{"148":{"tf":2.0}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":13,"docs":{"140":{"tf":1.4142135623730951},"197":{"tf":1.0},"198":{"tf":1.0},"202":{"tf":1.0},"212":{"tf":1.0},"233":{"tf":1.0},"240":{"tf":1.0},"39":{"tf":1.4142135623730951},"40":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"65":{"tf":1.0}}}},"p":{"df":0,"docs":{},"t":{"df":5,"docs":{"148":{"tf":1.0},"198":{"tf":1.0},"249":{"tf":1.0},"37":{"tf":1.4142135623730951},"5":{"tf":1.0}}}},"y":{".":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"199":{"tf":1.0}}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"199":{"tf":1.0}}}}}},"df":8,"docs":{"198":{"tf":1.0},"199":{"tf":2.0},"206":{"tf":1.7320508075688772},"232":{"tf":1.0},"240":{"tf":1.4142135623730951},"249":{"tf":1.0},"26":{"tf":1.0},"5":{"tf":1.0}},"s":{"<":{"'":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{">":{"(":{"&":{"'":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"199":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"133":{"tf":1.0}}}}}}}},"n":{"d":{"df":6,"docs":{"124":{"tf":1.0},"147":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.4142135623730951},"29":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"249":{"tf":1.4142135623730951},"5":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":11,"docs":{"117":{"tf":1.0},"136":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.4142135623730951},"150":{"tf":1.0},"181":{"tf":1.0},"198":{"tf":1.7320508075688772},"207":{"tf":1.4142135623730951},"233":{"tf":1.4142135623730951},"240":{"tf":1.0},"258":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":2,"docs":{"110":{"tf":1.0},"248":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":4,"docs":{"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"232":{"tf":1.4142135623730951},"239":{"tf":1.0}}}}}}},"l":{"a":{"b":{"df":1,"docs":{"233":{"tf":1.7320508075688772}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"166":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":31,"docs":{"110":{"tf":2.23606797749979},"124":{"tf":2.0},"128":{"tf":1.4142135623730951},"135":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"16":{"tf":1.0},"166":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951},"196":{"tf":1.0},"197":{"tf":1.7320508075688772},"2":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.4142135623730951},"222":{"tf":1.0},"224":{"tf":1.0},"227":{"tf":1.0},"232":{"tf":2.449489742783178},"239":{"tf":1.7320508075688772},"240":{"tf":1.4142135623730951},"255":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"57":{"tf":1.0},"62":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"g":{"df":3,"docs":{"176":{"tf":1.0},"185":{"tf":1.0},"5":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"189":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"230":{"tf":1.0},"68":{"tf":1.0},"8":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"116":{"tf":1.4142135623730951},"119":{"tf":1.0},"171":{"tf":1.0},"177":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"78":{"tf":1.0},"88":{"tf":1.0}}}}}},"w":{"df":1,"docs":{"250":{"tf":1.4142135623730951}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"240":{"tf":1.4142135623730951},"5":{"tf":1.0},"7":{"tf":2.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"198":{"tf":1.0},"222":{"tf":1.0}}}}}}},"df":1,"docs":{"199":{"tf":2.23606797749979}},"e":{"a":{"d":{"df":5,"docs":{"176":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"185":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":1,"docs":{"170":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"229":{"tf":1.0},"53":{"tf":1.0}}}},"v":{"df":3,"docs":{"233":{"tf":1.0},"239":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"126":{"tf":1.0}}}},"g":{"a":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"239":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"_":{"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":{"151":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":4,"docs":{"199":{"tf":1.7320508075688772},"239":{"tf":2.23606797749979},"240":{"tf":2.449489742783178},"241":{"tf":1.7320508075688772}},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"128":{"tf":1.4142135623730951},"198":{"tf":1.0},"199":{"tf":1.4142135623730951},"66":{"tf":1.0},"68":{"tf":1.0}}}}},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"{":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":4,"docs":{"238":{"tf":1.7320508075688772},"239":{"tf":2.6457513110645907},"240":{"tf":2.23606797749979},"241":{"tf":1.7320508075688772}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"<":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"!":{"[":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"239":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"239":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"s":{"df":7,"docs":{"166":{"tf":1.0},"172":{"tf":1.0},"185":{"tf":1.0},"200":{"tf":1.4142135623730951},"206":{"tf":1.0},"226":{"tf":1.0},"90":{"tf":1.0}}},"t":{"df":1,"docs":{"233":{"tf":1.0}}}},"t":{"'":{"df":3,"docs":{"126":{"tf":1.0},"228":{"tf":1.0},"8":{"tf":1.0}}},"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"170":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"155":{"tf":1.0}}}},"df":0,"docs":{}}},"df":3,"docs":{"179":{"tf":1.0},"42":{"tf":1.0},"7":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":8,"docs":{"110":{"tf":1.0},"146":{"tf":1.0},"170":{"tf":1.0},"202":{"tf":1.0},"240":{"tf":1.0},"45":{"tf":1.0},"67":{"tf":2.23606797749979},"68":{"tf":2.0}}}}},"x":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"206":{"tf":1.0}}}}},"df":0,"docs":{}}}},"h":{"df":2,"docs":{"155":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951}}},"i":{"b":{"c":{":":{":":{"c":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"199":{"tf":1.0},"206":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"(":{"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":{},"r":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{"df":1,"docs":{"68":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":15,"docs":{"107":{"tf":1.0},"140":{"tf":1.0},"17":{"tf":1.0},"183":{"tf":1.0},"196":{"tf":1.4142135623730951},"198":{"tf":2.6457513110645907},"199":{"tf":1.0},"206":{"tf":1.4142135623730951},"233":{"tf":1.0},"237":{"tf":1.4142135623730951},"240":{"tf":2.23606797749979},"243":{"tf":1.0},"66":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0}}},"y":{"'":{"df":1,"docs":{"198":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"170":{"tf":1.0},"198":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":16,"docs":{"143":{"tf":2.0},"198":{"tf":1.0},"199":{"tf":2.23606797749979},"200":{"tf":1.0},"202":{"tf":1.4142135623730951},"204":{"tf":1.0},"206":{"tf":1.4142135623730951},"37":{"tf":1.0},"48":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"179":{"tf":1.0},"200":{"tf":1.0},"225":{"tf":1.0},"7":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":9,"docs":{"103":{"tf":1.0},"210":{"tf":1.7320508075688772},"217":{"tf":1.0},"218":{"tf":1.0},"234":{"tf":1.0},"42":{"tf":1.0},"61":{"tf":2.0},"8":{"tf":1.4142135623730951},"95":{"tf":1.0}},"r":{"df":1,"docs":{"164":{"tf":1.0}}}},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"255":{"tf":1.4142135623730951}}}}}}},"k":{"df":1,"docs":{"185":{"tf":1.0}}},"t":{"df":3,"docs":{"217":{"tf":2.23606797749979},"218":{"tf":2.23606797749979},"219":{"tf":1.7320508075688772}},"s":{"=":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"217":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":1,"docs":{"243":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"247":{"tf":1.0}}}}},"t":{"df":4,"docs":{"218":{"tf":1.4142135623730951},"219":{"tf":1.4142135623730951},"22":{"tf":1.0},"258":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"233":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"11":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"l":{"df":6,"docs":{"197":{"tf":1.0},"223":{"tf":1.0},"241":{"tf":1.0},"250":{"tf":1.0},"29":{"tf":1.0},"45":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":5,"docs":{"49":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"k":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"140":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"140":{"tf":1.4142135623730951}}}},"d":{"df":1,"docs":{"250":{"tf":1.4142135623730951}}},"df":0,"docs":{},"g":{"df":2,"docs":{"116":{"tf":1.0},"67":{"tf":1.0}},"i":{"c":{"df":2,"docs":{"205":{"tf":1.0},"233":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":2.23606797749979}},"s":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{")":{".":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"78":{"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":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"106":{"tf":1.0},"124":{"tf":1.0},"198":{"tf":1.0},"239":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"217":{"tf":1.0},"49":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":8,"docs":{"199":{"tf":1.0},"203":{"tf":1.4142135623730951},"206":{"tf":1.0},"233":{"tf":1.7320508075688772},"240":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"8":{"tf":1.4142135623730951}}},"p":{"df":4,"docs":{"199":{"tf":1.7320508075688772},"229":{"tf":1.0},"36":{"tf":1.0},"78":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"199":{"tf":1.0},"237":{"tf":1.0}}}},"t":{"df":5,"docs":{"135":{"tf":1.0},"162":{"tf":1.4142135623730951},"199":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0}}},"w":{"df":1,"docs":{"45":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"202":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"p":{"df":1,"docs":{"247":{"tf":1.0}}}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"185":{"tf":1.0}}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"241":{"tf":1.0}}}}}}},"m":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"222":{"tf":1.0},"223":{"tf":1.0}}}}}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"186":{"tf":1.0},"233":{"tf":1.4142135623730951},"5":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"128":{"tf":1.7320508075688772},"129":{"tf":1.0}}}}}},"df":5,"docs":{"239":{"tf":1.7320508075688772},"240":{"tf":1.7320508075688772},"241":{"tf":1.0},"34":{"tf":1.0},"74":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"df":4,"docs":{"100":{"tf":1.0},"211":{"tf":1.0},"249":{"tf":1.0},"5":{"tf":1.0}}}},"df":1,"docs":{"43":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"222":{"tf":1.0}}}}}},"df":19,"docs":{"106":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"132":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"151":{"tf":1.4142135623730951},"198":{"tf":1.0},"21":{"tf":1.0},"222":{"tf":1.0},"233":{"tf":1.7320508075688772},"240":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0},"8":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"2":{"tf":1.0}}}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"89":{"tf":1.0},"90":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"e":{"df":34,"docs":{"131":{"tf":1.0},"136":{"tf":1.0},"143":{"tf":1.4142135623730951},"151":{"tf":1.0},"166":{"tf":1.0},"172":{"tf":1.0},"181":{"tf":1.4142135623730951},"183":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"2":{"tf":1.4142135623730951},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.4142135623730951},"206":{"tf":1.0},"211":{"tf":1.0},"217":{"tf":1.0},"222":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.4142135623730951},"237":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"256":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0},"71":{"tf":1.0},"8":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"97":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"185":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"c":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"198":{"tf":1.0},"60":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":6,"docs":{"196":{"tf":1.0},"198":{"tf":1.0},"202":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"233":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":17,"docs":{"111":{"tf":1.0},"112":{"tf":1.0},"137":{"tf":1.0},"150":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"166":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"209":{"tf":1.0},"227":{"tf":1.0},"232":{"tf":1.4142135623730951},"247":{"tf":1.0},"29":{"tf":1.0},"68":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"197":{"tf":1.0},"206":{"tf":1.0},"66":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"159":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"12":{"tf":1.0},"151":{"tf":1.0},"206":{"tf":1.4142135623730951},"225":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"(":{"df":0,"docs":{},"|":{"c":{"df":0,"docs":{},"m":{"d":{"df":2,"docs":{"118":{"tf":1.0},"119":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":8,"docs":{"151":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"79":{"tf":1.0}}},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"199":{"tf":1.0}}}},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"78":{"tf":1.4142135623730951}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":17,"docs":{"106":{"tf":1.0},"127":{"tf":1.0},"155":{"tf":1.4142135623730951},"157":{"tf":1.0},"170":{"tf":1.0},"206":{"tf":1.0},"233":{"tf":1.0},"239":{"tf":1.0},"41":{"tf":1.0},"60":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"78":{"tf":1.0},"8":{"tf":1.4142135623730951},"86":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"125":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"233":{"tf":1.0},"32":{"tf":1.0},"8":{"tf":1.0}}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"72":{"tf":1.0}}}}}},"df":1,"docs":{"222":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":15,"docs":{"135":{"tf":1.0},"140":{"tf":1.0},"162":{"tf":1.0},"172":{"tf":1.0},"198":{"tf":2.0},"202":{"tf":1.0},"206":{"tf":1.0},"222":{"tf":1.4142135623730951},"233":{"tf":1.0},"234":{"tf":1.0},"37":{"tf":1.4142135623730951},"50":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"106":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":5,"docs":{"159":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.7320508075688772},"259":{"tf":1.4142135623730951},"34":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"139":{"tf":1.0},"143":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}},"m":{":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":2,"docs":{"42":{"tf":1.0},"44":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"42":{"tf":1.4142135623730951}},"e":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"{":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"(":{"_":{"df":9,"docs":{"212":{"tf":1.0},"39":{"tf":1.7320508075688772},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"232":{"tf":1.4142135623730951},"239":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":11,"docs":{"194":{"tf":1.0},"197":{"tf":2.0},"198":{"tf":1.7320508075688772},"199":{"tf":2.23606797749979},"202":{"tf":1.7320508075688772},"206":{"tf":1.0},"211":{"tf":1.0},"222":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.4142135623730951},"74":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"57":{"tf":1.0},"60":{"tf":1.0},"67":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"233":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"232":{"tf":1.0}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"240":{"tf":1.0}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":38,"docs":{"107":{"tf":1.4142135623730951},"11":{"tf":1.0},"135":{"tf":1.4142135623730951},"140":{"tf":1.0},"143":{"tf":1.0},"149":{"tf":1.0},"151":{"tf":1.4142135623730951},"157":{"tf":1.7320508075688772},"162":{"tf":1.0},"164":{"tf":1.4142135623730951},"166":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"189":{"tf":1.0},"192":{"tf":1.0},"20":{"tf":1.4142135623730951},"217":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.7320508075688772},"224":{"tf":1.0},"225":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.7320508075688772},"234":{"tf":1.4142135623730951},"237":{"tf":1.7320508075688772},"240":{"tf":1.4142135623730951},"25":{"tf":1.0},"252":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"42":{"tf":1.0},"54":{"tf":1.0},"66":{"tf":1.0},"88":{"tf":1.0},"94":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"253":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"117":{"tf":1.0},"118":{"tf":2.23606797749979}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"'":{"a":{"df":1,"docs":{"120":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"133":{"tf":1.0}}}},"n":{"d":{"df":2,"docs":{"198":{"tf":1.0},"240":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":10,"docs":{"162":{"tf":1.0},"189":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"55":{"tf":1.0},"65":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"217":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"df":3,"docs":{"110":{"tf":1.0},"198":{"tf":1.0},"218":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"d":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"218":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"k":{"df":3,"docs":{"233":{"tf":1.0},"68":{"tf":1.0},"74":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"221":{"tf":1.0},"224":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"199":{"tf":1.0},"217":{"tf":1.0}}}}},"x":{"df":1,"docs":{"11":{"tf":1.0}}}},"o":{"d":{"df":10,"docs":{"155":{"tf":1.4142135623730951},"170":{"tf":1.4142135623730951},"206":{"tf":1.0},"233":{"tf":1.7320508075688772},"60":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"87":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"t":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":1,"docs":{"237":{"tf":1.4142135623730951}},"l":{"df":2,"docs":{"240":{"tf":1.7320508075688772},"89":{"tf":1.0}}}},"i":{"df":0,"docs":{},"f":{"df":3,"docs":{"247":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0}},"i":{"df":6,"docs":{"100":{"tf":1.0},"147":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"71":{"tf":1.0},"8":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"184":{"tf":1.0},"2":{"tf":1.0},"241":{"tf":1.0},"255":{"tf":1.4142135623730951}}}},"df":22,"docs":{"121":{"tf":1.0},"132":{"tf":1.0},"136":{"tf":1.0},"146":{"tf":1.0},"150":{"tf":1.4142135623730951},"151":{"tf":2.0},"188":{"tf":1.7320508075688772},"189":{"tf":2.0},"190":{"tf":1.7320508075688772},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"206":{"tf":1.0},"233":{"tf":1.7320508075688772},"255":{"tf":1.0},"256":{"tf":1.7320508075688772},"257":{"tf":1.0},"258":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"240":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":3,"docs":{"232":{"tf":1.0},"235":{"tf":1.0},"51":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"147":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":50,"docs":{"103":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.0},"121":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.4142135623730951},"136":{"tf":1.0},"143":{"tf":1.0},"151":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.7320508075688772},"169":{"tf":1.4142135623730951},"171":{"tf":1.4142135623730951},"172":{"tf":1.0},"173":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":1.0},"183":{"tf":1.4142135623730951},"184":{"tf":1.4142135623730951},"2":{"tf":1.0},"20":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"204":{"tf":1.0},"206":{"tf":1.0},"218":{"tf":1.0},"225":{"tf":1.0},"232":{"tf":1.4142135623730951},"233":{"tf":1.0},"239":{"tf":1.7320508075688772},"240":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"57":{"tf":1.0},"68":{"tf":1.7320508075688772},"7":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.4142135623730951},"83":{"tf":1.0},"87":{"tf":1.0},"9":{"tf":1.0},"96":{"tf":1.0}},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"183":{"tf":1.0},"2":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"172":{"tf":1.0},"88":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":19,"docs":{"107":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"133":{"tf":1.7320508075688772},"141":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"163":{"tf":1.4142135623730951},"171":{"tf":1.4142135623730951},"178":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"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":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"233":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"233":{"tf":2.0}}}}}}}},"df":1,"docs":{"233":{"tf":2.0}}}}},"v":{"df":0,"docs":{},"e":{"df":9,"docs":{"105":{"tf":1.0},"108":{"tf":1.0},"136":{"tf":1.0},"239":{"tf":1.0},"37":{"tf":1.0},"52":{"tf":1.0},"81":{"tf":1.7320508075688772},"82":{"tf":1.7320508075688772},"83":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"g":{"_":{"c":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"68":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"68":{"tf":1.0}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{".":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"68":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"68":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"68":{"tf":1.7320508075688772}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"67":{"tf":1.0},"68":{"tf":1.0}}}}}},"df":1,"docs":{"67":{"tf":1.4142135623730951}}}},"u":{"c":{"df":0,"docs":{},"h":{"df":9,"docs":{"151":{"tf":1.0},"183":{"tf":1.0},"190":{"tf":1.0},"197":{"tf":1.0},"200":{"tf":1.0},"57":{"tf":1.0},"68":{"tf":1.0},"90":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":15,"docs":{"154":{"tf":1.0},"166":{"tf":1.0},"18":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"194":{"tf":1.0},"20":{"tf":1.4142135623730951},"200":{"tf":1.0},"202":{"tf":1.0},"234":{"tf":1.0},"240":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"48":{"tf":1.4142135623730951},"94":{"tf":1.0}}}},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":15,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"166":{"tf":1.0},"172":{"tf":1.0},"177":{"tf":1.0},"206":{"tf":1.7320508075688772},"209":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"54":{"tf":1.0},"99":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"t":{"df":3,"docs":{"102":{"tf":1.0},"172":{"tf":1.4142135623730951},"67":{"tf":1.0}}}},"df":27,"docs":{"101":{"tf":1.4142135623730951},"106":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"127":{"tf":2.0},"128":{"tf":1.0},"148":{"tf":2.8284271247461903},"157":{"tf":1.0},"166":{"tf":1.0},"177":{"tf":2.449489742783178},"199":{"tf":1.4142135623730951},"206":{"tf":1.7320508075688772},"21":{"tf":1.0},"210":{"tf":1.4142135623730951},"229":{"tf":1.0},"233":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"49":{"tf":2.23606797749979},"53":{"tf":1.0},"60":{"tf":2.23606797749979},"68":{"tf":1.0},"73":{"tf":1.4142135623730951},"78":{"tf":1.0},"8":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"x":{"<":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":1,"docs":{"140":{"tf":1.0}}}}},"t":{"df":1,"docs":{"140":{"tf":1.4142135623730951}}}},"df":1,"docs":{"140":{"tf":2.23606797749979}},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{"<":{"'":{"a":{"df":1,"docs":{"140":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":1,"docs":{"140":{"tf":1.0}}}},"df":1,"docs":{"140":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"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":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":1,"docs":{"21":{"tf":1.7320508075688772}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{":":{":":{"a":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}},"b":{"df":3,"docs":{"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"i":{"b":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{"df":1,"docs":{"68":{"tf":1.0}}}}}},"df":1,"docs":{"67":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{")":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}}}}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"(":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"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":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"206":{"tf":1.4142135623730951}}}}}}},"df":2,"docs":{"203":{"tf":1.4142135623730951},"206":{"tf":2.449489742783178}},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":2,"docs":{"203":{"tf":1.4142135623730951},"206":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}}}}},"n":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"128":{"tf":1.0}}}}}}},"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"162":{"tf":1.0}}}}}},"df":24,"docs":{"12":{"tf":1.0},"139":{"tf":1.0},"155":{"tf":1.7320508075688772},"162":{"tf":1.0},"166":{"tf":1.4142135623730951},"170":{"tf":1.7320508075688772},"175":{"tf":1.0},"20":{"tf":1.0},"218":{"tf":1.0},"230":{"tf":1.0},"233":{"tf":1.0},"239":{"tf":1.7320508075688772},"240":{"tf":2.0},"37":{"tf":1.0},"40":{"tf":1.7320508075688772},"41":{"tf":3.4641016151377544},"42":{"tf":1.7320508075688772},"66":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.7320508075688772},"94":{"tf":1.4142135623730951},"95":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"203":{"tf":1.0},"65":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"166":{"tf":1.0}}}}}},"df":4,"docs":{"128":{"tf":1.7320508075688772},"148":{"tf":1.0},"155":{"tf":1.7320508075688772},"170":{"tf":1.7320508075688772}},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"232":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"100":{"tf":1.0},"211":{"tf":1.0},"29":{"tf":1.0},"48":{"tf":1.0},"72":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"132":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":30,"docs":{"112":{"tf":1.4142135623730951},"126":{"tf":1.0},"135":{"tf":1.0},"147":{"tf":1.4142135623730951},"151":{"tf":1.0},"172":{"tf":1.0},"189":{"tf":1.0},"198":{"tf":1.0},"206":{"tf":1.7320508075688772},"217":{"tf":1.0},"233":{"tf":1.4142135623730951},"236":{"tf":1.0},"239":{"tf":1.4142135623730951},"240":{"tf":2.23606797749979},"241":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.7320508075688772},"52":{"tf":1.4142135623730951},"73":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"88":{"tf":1.0},"94":{"tf":1.0},"97":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"103":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"233":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"100":{"tf":1.0},"112":{"tf":1.0},"134":{"tf":1.0},"210":{"tf":1.0},"37":{"tf":1.0},"8":{"tf":1.0},"95":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"238":{"tf":1.0}}}}}}}}}}}},"w":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"127":{"tf":1.0}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":26,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"147":{"tf":1.0},"158":{"tf":1.0},"16":{"tf":1.4142135623730951},"162":{"tf":1.0},"169":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"170":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"18":{"tf":1.0},"20":{"tf":1.0},"206":{"tf":1.0},"21":{"tf":1.0},"211":{"tf":1.4142135623730951},"217":{"tf":1.0},"222":{"tf":1.0},"232":{"tf":1.0},"240":{"tf":1.0},"41":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":8,"docs":{"130":{"tf":2.0},"131":{"tf":1.0},"132":{"tf":1.4142135623730951},"133":{"tf":2.0},"134":{"tf":1.7320508075688772},"135":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"137":{"tf":2.0}}}}}},"x":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"203":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"203":{"tf":1.4142135623730951}}}}}},"df":4,"docs":{"199":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"42":{"tf":1.0}}}}},"f":{"df":1,"docs":{"233":{"tf":3.7416573867739413}},"s":{"(":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{":":{":":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"233":{"tf":1.0}}}}}}}}}},"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":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"233":{"tf":1.4142135623730951}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"166":{"tf":1.0},"199":{"tf":1.0}}},"h":{"df":1,"docs":{"238":{"tf":1.0}},"o":{"df":0,"docs":{},"l":{"a":{"df":1,"docs":{"243":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"232":{"tf":1.0}}}}}},"o":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"199":{"tf":1.7320508075688772},"60":{"tf":1.0},"67":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"218":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":2,"docs":{"94":{"tf":1.0},"97":{"tf":1.4142135623730951}}}}}},"d":{"df":0,"docs":{},"e":{"df":5,"docs":{"156":{"tf":1.0},"170":{"tf":2.449489742783178},"171":{"tf":2.0},"172":{"tf":2.0},"173":{"tf":1.0}}}},"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"85":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"87":{"tf":2.0},"88":{"tf":1.0},"89":{"tf":2.23606797749979},"90":{"tf":1.7320508075688772},"91":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"218":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":8,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"11":{"tf":1.0},"126":{"tf":1.0},"171":{"tf":1.0},"234":{"tf":1.0},"66":{"tf":1.0},"87":{"tf":1.0}},"e":{"df":9,"docs":{"127":{"tf":1.0},"199":{"tf":1.0},"203":{"tf":1.0},"21":{"tf":1.0},"217":{"tf":1.0},"233":{"tf":1.4142135623730951},"42":{"tf":1.0},"69":{"tf":1.0},"75":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"199":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"157":{"tf":1.0}}}},"r":{"df":0,"docs":{},"m":{"!":{"(":{"0":{".":{"5":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{},"x":{",":{"1":{",":{"2":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"128":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"196":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0}}}},"df":2,"docs":{"128":{"tf":1.0},"3":{"tf":1.0}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"20":{"tf":1.0},"202":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"125":{"tf":1.0},"257":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":13,"docs":{"126":{"tf":1.0},"143":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"189":{"tf":1.0},"198":{"tf":1.0},"203":{"tf":1.0},"21":{"tf":1.0},"218":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"78":{"tf":1.0},"95":{"tf":1.0}}},"h":{"df":2,"docs":{"202":{"tf":1.0},"203":{"tf":1.0}}},"i":{"c":{"df":2,"docs":{"239":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"224":{"tf":1.0}}}}}},"w":{"df":7,"docs":{"17":{"tf":1.0},"177":{"tf":1.4142135623730951},"183":{"tf":1.0},"230":{"tf":1.0},"233":{"tf":1.0},"40":{"tf":1.0},"8":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"203":{"tf":1.0},"205":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"60":{"tf":1.0},"68":{"tf":1.0}},"l":{"df":5,"docs":{"199":{"tf":1.0},"200":{"tf":1.0},"55":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.4142135623730951}}}},"m":{"1":{"df":1,"docs":{"82":{"tf":2.23606797749979}}},"2":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"82":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"82":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":1,"docs":{"82":{"tf":2.23606797749979}}},"3":{".":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"82":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"_":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"82":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"82":{"tf":2.23606797749979}}},"_":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":1,"docs":{"186":{"tf":1.0}}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"150":{"tf":1.4142135623730951},"186":{"tf":1.0},"199":{"tf":1.4142135623730951},"200":{"tf":1.0},"228":{"tf":1.0},"239":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"'":{"df":2,"docs":{"252":{"tf":1.0},"32":{"tf":1.0}}},"df":45,"docs":{"113":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"121":{"tf":1.7320508075688772},"124":{"tf":1.0},"139":{"tf":1.7320508075688772},"143":{"tf":1.4142135623730951},"154":{"tf":1.7320508075688772},"156":{"tf":1.0},"159":{"tf":2.0},"16":{"tf":1.0},"161":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.4142135623730951},"18":{"tf":1.0},"194":{"tf":1.4142135623730951},"195":{"tf":1.7320508075688772},"196":{"tf":1.0},"197":{"tf":1.4142135623730951},"198":{"tf":1.4142135623730951},"199":{"tf":2.8284271247461903},"200":{"tf":2.0},"202":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"232":{"tf":1.4142135623730951},"237":{"tf":1.0},"247":{"tf":1.0},"250":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":2.23606797749979},"29":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":2.0},"48":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":3,"docs":{"206":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"42":{"tf":1.0}}}}}}},"c":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"199":{"tf":1.0}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"110":{"tf":1.0},"124":{"tf":1.0},"206":{"tf":1.0},"73":{"tf":1.0}}}}},"df":0,"docs":{},"p":{"df":1,"docs":{"247":{"tf":1.0}}}},"d":{"d":{"df":1,"docs":{"240":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"8":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"24":{"tf":1.0},"257":{"tf":1.0},"26":{"tf":1.0},"86":{"tf":1.0}}}}}},"h":{"df":1,"docs":{"94":{"tf":1.0}}},"k":{"(":{"_":{"df":1,"docs":{"206":{"tf":1.0}}},"df":2,"docs":{"67":{"tf":1.0},"68":{"tf":1.0}}},"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"67":{"tf":1.0}}}},"df":7,"docs":{"106":{"tf":1.4142135623730951},"177":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"49":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}}},"l":{"d":{"df":4,"docs":{"170":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"217":{"tf":1.0}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"233":{"tf":1.0},"239":{"tf":2.0},"240":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"240":{"tf":1.0}}}}}},"n":{"c":{"df":4,"docs":{"176":{"tf":1.0},"177":{"tf":1.0},"234":{"tf":1.4142135623730951},"8":{"tf":1.0}}},"df":37,"docs":{"103":{"tf":1.0},"110":{"tf":1.0},"126":{"tf":1.0},"147":{"tf":1.0},"150":{"tf":1.4142135623730951},"151":{"tf":1.0},"155":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.0},"170":{"tf":1.4142135623730951},"172":{"tf":1.0},"173":{"tf":1.0},"183":{"tf":1.0},"185":{"tf":1.4142135623730951},"198":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":1.7320508075688772},"200":{"tf":1.0},"202":{"tf":1.0},"206":{"tf":1.4142135623730951},"209":{"tf":1.0},"211":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"239":{"tf":2.0},"240":{"tf":2.23606797749979},"247":{"tf":1.7320508075688772},"258":{"tf":1.4142135623730951},"45":{"tf":1.0},"54":{"tf":1.0},"72":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"244":{"tf":1.4142135623730951}}}}},"u":{"df":1,"docs":{"192":{"tf":1.0}}}},"o":{"df":4,"docs":{"158":{"tf":1.0},"172":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0}}},"p":{"a":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":5,"docs":{"131":{"tf":1.0},"194":{"tf":1.0},"196":{"tf":1.0},"198":{"tf":1.0},"200":{"tf":1.0}}}}},"df":1,"docs":{"127":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"n":{"/":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"247":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":3,"docs":{"198":{"tf":1.0},"247":{"tf":1.0},"4":{"tf":1.0}}},"r":{"df":24,"docs":{"11":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":2.0},"118":{"tf":1.0},"125":{"tf":1.0},"14":{"tf":1.0},"148":{"tf":1.0},"154":{"tf":1.4142135623730951},"171":{"tf":2.23606797749979},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"192":{"tf":1.4142135623730951},"198":{"tf":1.0},"206":{"tf":1.0},"222":{"tf":1.0},"225":{"tf":1.0},"239":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"252":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"59":{"tf":1.0},"66":{"tf":1.4142135623730951},"74":{"tf":1.0}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"197":{"tf":1.0}}}}}},"s":{"df":3,"docs":{"134":{"tf":1.0},"157":{"tf":1.0},"44":{"tf":1.0}}}}},"t":{"df":1,"docs":{"217":{"tf":1.0}},"i":{"c":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"239":{"tf":1.4142135623730951}}}}}},"df":3,"docs":{"239":{"tf":1.4142135623730951},"240":{"tf":1.7320508075688772},"241":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":8,"docs":{"185":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"210":{"tf":1.0},"211":{"tf":1.0},"233":{"tf":1.0},"44":{"tf":1.0},"50":{"tf":1.0},"74":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"22":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"<":{"&":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"203":{"tf":1.4142135623730951}}}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"233":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{">":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"127":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"<":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"'":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":2,"docs":{"21":{"tf":1.0},"233":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":2,"docs":{"54":{"tf":1.0},"79":{"tf":1.0}}}},"df":11,"docs":{"162":{"tf":1.0},"192":{"tf":1.0},"21":{"tf":1.0},"219":{"tf":1.0},"42":{"tf":1.0},"54":{"tf":1.0},"76":{"tf":1.7320508075688772},"77":{"tf":1.4142135623730951},"78":{"tf":2.23606797749979},"79":{"tf":1.7320508075688772},"89":{"tf":1.0}},"s":{"'":{"df":1,"docs":{"151":{"tf":1.0}}},"df":0,"docs":{}},"’":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}},"r":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":1,"docs":{"237":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"151":{"tf":1.0},"198":{"tf":1.0},"217":{"tf":1.0},"222":{"tf":1.0},"233":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"29":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"234":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"121":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"232":{"tf":1.0},"253":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"3":{"tf":1.4142135623730951}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"107":{"tf":1.0},"172":{"tf":1.7320508075688772},"176":{"tf":1.0},"42":{"tf":1.0},"68":{"tf":1.0}}}}}}},"s":{"df":1,"docs":{"140":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"166":{"tf":1.0},"202":{"tf":1.0}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":5,"docs":{"163":{"tf":1.0},"209":{"tf":1.0},"233":{"tf":1.0},"37":{"tf":1.4142135623730951},"88":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"(":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"127":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"127":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":17,"docs":{"1":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"127":{"tf":1.4142135623730951},"157":{"tf":1.0},"206":{"tf":1.4142135623730951},"210":{"tf":1.0},"217":{"tf":1.0},"225":{"tf":1.0},"229":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"45":{"tf":1.0},"53":{"tf":1.0},"89":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"189":{"tf":1.0},"190":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":4,"docs":{"140":{"tf":1.0},"143":{"tf":1.7320508075688772},"199":{"tf":1.0},"53":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"149":{"tf":1.0},"21":{"tf":1.0},"240":{"tf":1.0},"8":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"185":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"184":{"tf":1.0},"233":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":21,"docs":{"126":{"tf":1.0},"147":{"tf":1.0},"154":{"tf":1.4142135623730951},"169":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.0},"192":{"tf":1.0},"20":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"239":{"tf":1.0},"246":{"tf":1.4142135623730951},"48":{"tf":1.0},"54":{"tf":1.0},"7":{"tf":2.0},"76":{"tf":1.7320508075688772},"77":{"tf":1.0},"78":{"tf":1.4142135623730951},"79":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"218":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"134":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"217":{"tf":1.0}}}},"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"110":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"246":{"tf":1.4142135623730951}}}}}}}}},"w":{"df":0,"docs":{},"n":{"df":16,"docs":{"196":{"tf":1.4142135623730951},"198":{"tf":1.7320508075688772},"199":{"tf":1.0},"212":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.4142135623730951},"37":{"tf":1.0},"39":{"tf":1.4142135623730951},"42":{"tf":1.0},"45":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.4142135623730951},"71":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"199":{"tf":1.4142135623730951},"45":{"tf":1.0}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":9,"docs":{"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"211":{"tf":1.7320508075688772},"212":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"41":{"tf":1.0},"71":{"tf":1.0}}}}}}}}}}},"p":{":":{":":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"233":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"183":{"tf":1.0},"185":{"tf":1.0}}}},"df":1,"docs":{"128":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"!":{"(":{"\"":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"127":{"tf":1.0},"155":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":2.0},"68":{"tf":1.0},"90":{"tf":1.0}},"k":{"df":3,"docs":{"34":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.0}}}}},"r":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"df":4,"docs":{"227":{"tf":1.7320508075688772},"228":{"tf":1.7320508075688772},"229":{"tf":1.0},"230":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"184":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"115":{"tf":1.0},"232":{"tf":1.7320508075688772},"239":{"tf":1.0},"240":{"tf":1.0},"8":{"tf":1.0},"94":{"tf":1.0}}}}}},"df":1,"docs":{"199":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"199":{"tf":1.0},"232":{"tf":1.0}}}}},"s":{"df":1,"docs":{"240":{"tf":3.0}},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"61":{"tf":2.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"61":{"tf":2.0}}}}}}},"r":{"df":3,"docs":{"127":{"tf":1.0},"128":{"tf":1.0},"240":{"tf":1.0}}}}},"t":{"df":15,"docs":{"133":{"tf":1.0},"143":{"tf":1.0},"146":{"tf":1.0},"184":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"232":{"tf":1.4142135623730951},"233":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.4142135623730951},"247":{"tf":1.0},"256":{"tf":1.0},"42":{"tf":1.0},"52":{"tf":1.0},"98":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"21":{"tf":1.0},"236":{"tf":1.0},"239":{"tf":1.0}},"e":{"df":0,"docs":{},"q":{"df":2,"docs":{"162":{"tf":1.0},"21":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"1":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"146":{"tf":1.0},"2":{"tf":1.0},"232":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"211":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"183":{"tf":1.0},"252":{"tf":1.0}}}}},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"243":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":21,"docs":{"115":{"tf":1.0},"119":{"tf":1.0},"121":{"tf":1.0},"135":{"tf":1.0},"200":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"55":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.7320508075688772},"71":{"tf":1.4142135623730951},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.7320508075688772},"81":{"tf":1.4142135623730951},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"218":{"tf":1.0}}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"233":{"tf":2.449489742783178}}}}},"df":3,"docs":{"233":{"tf":2.23606797749979},"50":{"tf":1.0},"90":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":136,"docs":{"110":{"tf":2.8284271247461903},"111":{"tf":2.0},"112":{"tf":2.0},"113":{"tf":2.449489742783178},"114":{"tf":1.0},"115":{"tf":1.4142135623730951},"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.7320508075688772},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.7320508075688772},"129":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.4142135623730951},"138":{"tf":1.0},"139":{"tf":1.7320508075688772},"140":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"142":{"tf":1.0},"143":{"tf":2.0},"144":{"tf":1.4142135623730951},"145":{"tf":1.0},"146":{"tf":1.7320508075688772},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":2.0},"152":{"tf":1.4142135623730951},"153":{"tf":1.0},"154":{"tf":1.4142135623730951},"155":{"tf":1.0},"156":{"tf":1.7320508075688772},"157":{"tf":1.0},"158":{"tf":2.0},"159":{"tf":2.23606797749979},"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":2.0},"167":{"tf":2.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":2.0},"172":{"tf":1.0},"173":{"tf":2.0},"174":{"tf":2.0},"175":{"tf":1.0},"176":{"tf":1.4142135623730951},"177":{"tf":1.4142135623730951},"178":{"tf":1.4142135623730951},"179":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":2.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":2.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"2":{"tf":2.0},"200":{"tf":1.4142135623730951},"201":{"tf":1.0},"202":{"tf":1.7320508075688772},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.4142135623730951},"206":{"tf":1.0},"207":{"tf":2.8284271247461903},"208":{"tf":1.0},"209":{"tf":1.4142135623730951},"210":{"tf":1.0},"211":{"tf":2.0},"212":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.7320508075688772},"223":{"tf":1.0},"224":{"tf":2.449489742783178},"225":{"tf":1.0},"226":{"tf":1.0},"236":{"tf":1.4142135623730951},"237":{"tf":2.0},"238":{"tf":1.0},"240":{"tf":1.4142135623730951},"243":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":2.6457513110645907},"30":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":2.0},"97":{"tf":1.0},"98":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"218":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"y":{"df":1,"docs":{"206":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"94":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"243":{"tf":1.0}}}}}}},"df":1,"docs":{"233":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"128":{"tf":1.0}}}}}},"df":2,"docs":{"20":{"tf":1.0},"200":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":14,"docs":{"108":{"tf":1.0},"121":{"tf":1.7320508075688772},"154":{"tf":1.0},"157":{"tf":1.0},"171":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"185":{"tf":1.0},"198":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"239":{"tf":1.0},"44":{"tf":1.0},"50":{"tf":1.0},"81":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":3,"docs":{"171":{"tf":1.0},"200":{"tf":1.0},"42":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"o":{"d":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"106":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":2,"docs":{"106":{"tf":1.0},"217":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"253":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"259":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"239":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"199":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"42":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"c":{"df":3,"docs":{"199":{"tf":1.0},"240":{"tf":1.0},"248":{"tf":1.0}}},"df":0,"docs":{}},"n":{"<":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"237":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"237":{"tf":1.7320508075688772}}},"t":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"204":{"tf":1.0},"206":{"tf":1.0}}}},"df":0,"docs":{}}},"x":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"241":{"tf":1.0}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":8,"docs":{"143":{"tf":1.0},"172":{"tf":1.0},"202":{"tf":1.0},"239":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"86":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"147":{"tf":1.0}}}},"n":{"df":1,"docs":{"177":{"tf":1.0}}},"y":{"df":2,"docs":{"199":{"tf":1.0},"229":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"126":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"237":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":11,"docs":{"102":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.7320508075688772},"199":{"tf":1.0},"200":{"tf":1.0},"211":{"tf":1.0},"230":{"tf":1.0},"233":{"tf":1.7320508075688772},"29":{"tf":1.7320508075688772},"34":{"tf":1.0},"67":{"tf":1.4142135623730951}},"e":{"df":1,"docs":{"202":{"tf":1.0}},"r":{"df":33,"docs":{"119":{"tf":2.23606797749979},"121":{"tf":1.4142135623730951},"140":{"tf":1.0},"172":{"tf":1.4142135623730951},"194":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":2.23606797749979},"199":{"tf":2.0},"200":{"tf":1.0},"202":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"212":{"tf":1.0},"225":{"tf":1.4142135623730951},"226":{"tf":1.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":2.0},"30":{"tf":1.0},"37":{"tf":1.4142135623730951},"45":{"tf":1.0},"55":{"tf":1.4142135623730951},"60":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.7320508075688772},"7":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.7320508075688772}}}}}}},"l":{"a":{"df":1,"docs":{"254":{"tf":1.4142135623730951}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"145":{"tf":1.4142135623730951},"152":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"125":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":11,"docs":{"220":{"tf":1.7320508075688772},"221":{"tf":1.0},"222":{"tf":1.4142135623730951},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"232":{"tf":1.4142135623730951},"239":{"tf":1.0},"240":{"tf":1.0},"30":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"185":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"237":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":3,"docs":{"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":13,"docs":{"108":{"tf":1.0},"11":{"tf":1.0},"157":{"tf":1.0},"189":{"tf":1.0},"197":{"tf":1.7320508075688772},"202":{"tf":1.0},"203":{"tf":1.0},"233":{"tf":1.0},"250":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.4142135623730951},"78":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"225":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"127":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.7320508075688772}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"197":{"tf":1.0},"209":{"tf":1.0},"217":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"173":{"tf":1.0},"239":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":5,"docs":{"197":{"tf":1.0},"198":{"tf":1.0},"2":{"tf":1.0},"57":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"133":{"tf":1.0},"251":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":3,"docs":{"14":{"tf":1.0},"198":{"tf":1.0},"241":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"121":{"tf":1.0},"172":{"tf":1.0},"182":{"tf":1.7320508075688772},"183":{"tf":1.4142135623730951},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"211":{"tf":1.0},"239":{"tf":1.0},"7":{"tf":1.0},"78":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"149":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"132":{"tf":1.0},"189":{"tf":1.0},"192":{"tf":1.0}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"170":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"222":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":12,"docs":{"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"164":{"tf":1.0},"176":{"tf":1.0},"199":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"233":{"tf":1.0},"252":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":2,"docs":{"151":{"tf":1.0},"42":{"tf":1.0}},"s":{"df":1,"docs":{"259":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"206":{"tf":1.0}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"133":{"tf":1.0},"154":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":22,"docs":{"112":{"tf":1.0},"181":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"245":{"tf":1.7320508075688772},"246":{"tf":1.7320508075688772},"247":{"tf":2.449489742783178},"248":{"tf":1.0},"249":{"tf":1.7320508075688772},"250":{"tf":1.4142135623730951},"251":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.7320508075688772},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"5":{"tf":1.0},"65":{"tf":1.0},"71":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{",":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"126":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"df":1,"docs":{"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":2,"docs":{"229":{"tf":1.0},"8":{"tf":1.0}},"l":{"df":0,"docs":{},"n":{"!":{"(":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":1,"docs":{"21":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"87":{"tf":2.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":{"106":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"106":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"177":{"tf":1.4142135623730951},"210":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.7320508075688772}}}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"210":{"tf":1.0}}}},"s":{"df":0,"docs":{},"m":{"df":4,"docs":{"238":{"tf":1.7320508075688772},"239":{"tf":1.0},"240":{"tf":2.6457513110645907},"241":{"tf":1.4142135623730951}}}},"v":{"a":{"c":{"df":0,"docs":{},"i":{"df":9,"docs":{"134":{"tf":1.0},"224":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":5,"docs":{"134":{"tf":1.0},"233":{"tf":1.0},"85":{"tf":1.4142135623730951},"86":{"tf":1.0},"88":{"tf":2.23606797749979}},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"218":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"162":{"tf":1.0},"180":{"tf":1.0},"222":{"tf":1.0},"225":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":16,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"124":{"tf":2.0},"126":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"146":{"tf":1.0},"159":{"tf":1.4142135623730951},"2":{"tf":1.7320508075688772},"206":{"tf":1.0},"207":{"tf":1.4142135623730951},"218":{"tf":1.0},"232":{"tf":1.4142135623730951},"239":{"tf":1.0},"240":{"tf":1.0},"3":{"tf":1.7320508075688772},"86":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"241":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":2,"docs":{"240":{"tf":1.0},"253":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"100":{"tf":1.4142135623730951},"166":{"tf":1.0},"207":{"tf":1.0},"230":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"158":{"tf":1.0},"179":{"tf":1.0},"211":{"tf":1.0},"253":{"tf":1.4142135623730951}},"t":{"df":1,"docs":{"126":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"239":{"tf":1.0}}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":23,"docs":{"110":{"tf":1.7320508075688772},"180":{"tf":1.0},"224":{"tf":1.0},"227":{"tf":2.6457513110645907},"228":{"tf":2.6457513110645907},"229":{"tf":2.23606797749979},"230":{"tf":1.7320508075688772},"231":{"tf":1.0},"232":{"tf":1.7320508075688772},"233":{"tf":1.4142135623730951},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.4142135623730951},"240":{"tf":1.7320508075688772},"241":{"tf":1.0},"243":{"tf":1.0},"247":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0}},"m":{"df":5,"docs":{"199":{"tf":1.4142135623730951},"200":{"tf":1.0},"206":{"tf":1.4142135623730951},"224":{"tf":1.4142135623730951},"233":{"tf":1.0}}}}},"df":0,"docs":{}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"147":{"tf":1.0},"184":{"tf":1.7320508075688772},"185":{"tf":1.0},"211":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"l":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"206":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"164":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"17":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"34":{"tf":1.0}}}},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"88":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"74":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"143":{"tf":1.0},"26":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"240":{"tf":1.0},"250":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"57":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"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":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"233":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"{":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":1,"docs":{"233":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"233":{"tf":1.0}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"233":{"tf":3.0}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"233":{"tf":2.23606797749979}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"211":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"196":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":2,"docs":{"197":{"tf":1.0},"199":{"tf":1.0}}}},"i":{"d":{"df":14,"docs":{"121":{"tf":1.0},"130":{"tf":1.0},"136":{"tf":1.0},"151":{"tf":1.0},"157":{"tf":1.4142135623730951},"186":{"tf":1.7320508075688772},"197":{"tf":1.4142135623730951},"2":{"tf":1.0},"211":{"tf":1.0},"29":{"tf":1.4142135623730951},"32":{"tf":1.0},"42":{"tf":1.0},"7":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"b":{"(":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"233":{"tf":2.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":26,"docs":{"106":{"tf":1.4142135623730951},"118":{"tf":1.7320508075688772},"127":{"tf":2.0},"132":{"tf":1.4142135623730951},"136":{"tf":1.0},"151":{"tf":1.0},"155":{"tf":2.0},"157":{"tf":1.0},"16":{"tf":1.7320508075688772},"162":{"tf":2.449489742783178},"17":{"tf":2.0},"170":{"tf":2.0},"199":{"tf":2.0},"203":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"233":{"tf":2.0},"239":{"tf":2.6457513110645907},"240":{"tf":1.7320508075688772},"60":{"tf":1.7320508075688772},"61":{"tf":2.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"73":{"tf":1.0},"74":{"tf":1.0},"87":{"tf":1.7320508075688772},"88":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"c":{"df":7,"docs":{"136":{"tf":1.0},"183":{"tf":1.0},"222":{"tf":1.0},"86":{"tf":1.4142135623730951},"87":{"tf":1.0},"89":{"tf":1.0},"98":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"238":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":3,"docs":{"247":{"tf":1.0},"83":{"tf":1.0},"89":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"df":3,"docs":{"11":{"tf":1.0},"116":{"tf":1.0},"14":{"tf":1.0}}}},"t":{"df":7,"docs":{"199":{"tf":1.0},"205":{"tf":1.0},"237":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"68":{"tf":1.0}}}},"x":{"df":0,"docs":{},"e":{"df":1,"docs":{"233":{"tf":1.0}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"232":{"tf":1.0}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"186":{"tf":1.0},"253":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"198":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"93":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":3,"docs":{"205":{"tf":1.0},"53":{"tf":1.0},"74":{"tf":1.0}}}}}},"r":{".":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"i":{"d":{"(":{")":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"i":{"d":{"(":{")":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"(":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"!":{"(":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"i":{"d":{")":{")":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"202":{"tf":1.0}}}},"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":1,"docs":{"9":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"df":9,"docs":{"138":{"tf":1.7320508075688772},"139":{"tf":1.7320508075688772},"140":{"tf":1.0},"141":{"tf":1.4142135623730951},"142":{"tf":1.0},"143":{"tf":1.7320508075688772},"144":{"tf":1.4142135623730951},"38":{"tf":1.0},"54":{"tf":1.0}}},"s":{"df":2,"docs":{"240":{"tf":1.0},"74":{"tf":1.0}}}},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"193":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"198":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"229":{"tf":1.4142135623730951},"230":{"tf":1.7320508075688772},"29":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"90":{"tf":1.4142135623730951}}}},"w":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"c":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"1":{"df":1,"docs":{"82":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"82":{"tf":1.4142135623730951}}},"3":{"df":1,"docs":{"82":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"t":{"df":2,"docs":{"211":{"tf":1.0},"212":{"tf":1.0}}}},"df":1,"docs":{"37":{"tf":1.0}}},"df":2,"docs":{"120":{"tf":1.4142135623730951},"239":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"225":{"tf":1.0},"37":{"tf":1.0}}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":8,"docs":{"13":{"tf":1.0},"211":{"tf":1.0},"241":{"tf":1.0},"49":{"tf":1.7320508075688772},"5":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.0},"79":{"tf":1.0}}}},"df":0,"docs":{}},"df":14,"docs":{"198":{"tf":1.4142135623730951},"199":{"tf":1.4142135623730951},"206":{"tf":1.0},"224":{"tf":1.0},"234":{"tf":1.0},"240":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"68":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":3,"docs":{"140":{"tf":1.0},"170":{"tf":1.0},"199":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"174":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"136":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"230":{"tf":1.0},"239":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"136":{"tf":1.0},"17":{"tf":1.0},"172":{"tf":1.0},"240":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"101":{"tf":1.0},"81":{"tf":1.0}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"74":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"232":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"r":{"d":{"df":2,"docs":{"239":{"tf":1.0},"240":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{")":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"|":{"df":0,"docs":{},"r":{"df":1,"docs":{"239":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"v":{"df":1,"docs":{"59":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"2":{"tf":1.0},"207":{"tf":1.0}},"s":{"df":2,"docs":{"126":{"tf":1.0},"127":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"100":{"tf":1.4142135623730951},"103":{"tf":1.0}}}}}},"u":{"c":{"df":2,"docs":{"136":{"tf":1.0},"44":{"tf":1.0}}},"df":0,"docs":{}}},"df":4,"docs":{"172":{"tf":1.0},"184":{"tf":1.0},"225":{"tf":1.0},"233":{"tf":1.0}},"f":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"186":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}}}}},"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"177":{"tf":1.0},"180":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":3,"docs":{"155":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"45":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":19,"docs":{"140":{"tf":1.7320508075688772},"143":{"tf":2.449489742783178},"166":{"tf":1.0},"172":{"tf":1.4142135623730951},"206":{"tf":2.23606797749979},"209":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"212":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"68":{"tf":1.0},"74":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"240":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"240":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"224":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"121":{"tf":1.0},"237":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"173":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"224":{"tf":1.0},"25":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":3,"docs":{"174":{"tf":1.0},"200":{"tf":1.0},"25":{"tf":1.0}}}}}}}}}}},"df":2,"docs":{"199":{"tf":1.0},"207":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"217":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":3,"docs":{"139":{"tf":1.0},"181":{"tf":1.0},"36":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"240":{"tf":1.4142135623730951}}},"df":4,"docs":{"146":{"tf":1.0},"224":{"tf":1.0},"232":{"tf":1.0},"241":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":3,"docs":{"218":{"tf":1.0},"230":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"233":{"tf":1.0}}},"v":{"df":10,"docs":{"111":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"126":{"tf":1.0},"148":{"tf":1.0},"183":{"tf":1.0},"217":{"tf":1.0},"8":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"119":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"170":{"tf":2.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"206":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"59":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"248":{"tf":1.4142135623730951},"94":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"44":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"124":{"tf":1.0},"34":{"tf":1.0},"96":{"tf":1.0}}}}}},"l":{"a":{"c":{"df":4,"docs":{"247":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.7320508075688772},"45":{"tf":1.0}},"e":{"(":{"_":{"df":9,"docs":{"212":{"tf":1.0},"39":{"tf":1.7320508075688772},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"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":{},"e":{"(":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"148":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"148":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"<":{"df":1,"docs":{"74":{"tf":1.0}}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"<":{"df":1,"docs":{"73":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":3,"docs":{"147":{"tf":1.7320508075688772},"148":{"tf":2.0},"149":{"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":{"4":{"tf":1.0}}}}}}}}},"r":{"(":{"c":{"df":2,"docs":{"222":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":4,"docs":{"136":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":2.23606797749979},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"170":{"tf":1.0},"248":{"tf":1.0},"57":{"tf":1.0}}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{")":{".":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"233":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"\"":{"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":{"d":{"df":1,"docs":{"94":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":4,"docs":{"233":{"tf":2.8284271247461903},"237":{"tf":1.0},"94":{"tf":2.0},"95":{"tf":2.449489742783178}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"94":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"i":{"df":0,"docs":{},"r":{"df":21,"docs":{"103":{"tf":1.0},"124":{"tf":1.0},"147":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"17":{"tf":1.0},"181":{"tf":1.0},"202":{"tf":1.0},"211":{"tf":1.0},"218":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"36":{"tf":1.0},"53":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.0},"8":{"tf":1.0},"87":{"tf":1.4142135623730951},"90":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"68":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":2,"docs":{"209":{"tf":1.0},"211":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":24,"docs":{"139":{"tf":1.7320508075688772},"141":{"tf":1.4142135623730951},"142":{"tf":1.4142135623730951},"143":{"tf":2.449489742783178},"242":{"tf":1.7320508075688772},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"37":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"3":{"tf":1.0},"68":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":5,"docs":{"202":{"tf":1.0},"247":{"tf":1.4142135623730951},"29":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}},"t":{"df":3,"docs":{"177":{"tf":1.0},"233":{"tf":1.0},"240":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"136":{"tf":1.0},"190":{"tf":1.0},"200":{"tf":1.0},"239":{"tf":1.0},"252":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":1,"docs":{"12":{"tf":1.0}}}}}}},"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{":":{":":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"240":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"240":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"94":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":1,"docs":{"73":{"tf":1.0}}}}},"v":{":":{":":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"240":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":19,"docs":{"106":{"tf":1.0},"116":{"tf":1.0},"12":{"tf":1.7320508075688772},"159":{"tf":1.0},"170":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.4142135623730951},"203":{"tf":1.0},"230":{"tf":1.7320508075688772},"232":{"tf":1.0},"240":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"107":{"tf":1.0}},"e":{"df":0,"docs":{},"v":{"df":3,"docs":{"198":{"tf":1.0},"233":{"tf":1.0},"259":{"tf":2.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":34,"docs":{"103":{"tf":1.0},"104":{"tf":1.7320508075688772},"105":{"tf":1.4142135623730951},"106":{"tf":1.0},"107":{"tf":1.4142135623730951},"108":{"tf":1.0},"109":{"tf":1.0},"143":{"tf":1.0},"157":{"tf":1.0},"16":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"170":{"tf":1.0},"199":{"tf":2.6457513110645907},"200":{"tf":1.0},"222":{"tf":1.0},"227":{"tf":1.0},"233":{"tf":1.0},"237":{"tf":1.0},"240":{"tf":2.23606797749979},"33":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"42":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"60":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"74":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"110":{"tf":1.0},"172":{"tf":1.0},"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":4,"docs":{"148":{"tf":1.0},"172":{"tf":1.7320508075688772},"199":{"tf":1.0},"221":{"tf":1.0}}}},"v":{"df":2,"docs":{"118":{"tf":1.0},"119":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"176":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"117":{"tf":1.0},"118":{"tf":1.0},"125":{"tf":1.0}}}}}}},"f":{"c":{"df":2,"docs":{"225":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}},"h":{"df":2,"docs":{"155":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951}}},"i":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"237":{"tf":1.0},"57":{"tf":1.0}}}},"d":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":2,"docs":{"166":{"tf":1.0},"200":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"k":{"df":3,"docs":{"199":{"tf":1.0},"202":{"tf":1.0},"207":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":3,"docs":{"118":{"tf":2.0},"119":{"tf":1.0},"120":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":4,"docs":{"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.7320508075688772},"120":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"214":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"72":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":1,"docs":{"121":{"tf":1.0}}}}},"s":{"df":2,"docs":{"239":{"tf":1.0},"241":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":7,"docs":{"126":{"tf":1.0},"128":{"tf":1.0},"198":{"tf":1.0},"202":{"tf":1.0},"206":{"tf":1.7320508075688772},"233":{"tf":1.0},"41":{"tf":1.0}}}},"n":{"df":16,"docs":{"149":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":2.0},"37":{"tf":2.0},"59":{"tf":1.0},"60":{"tf":1.0},"8":{"tf":1.4142135623730951},"95":{"tf":1.0},"97":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":4,"docs":{"134":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.4142135623730951},"88":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"'":{"df":10,"docs":{"173":{"tf":1.0},"181":{"tf":1.0},"199":{"tf":1.0},"202":{"tf":1.0},"206":{"tf":1.4142135623730951},"217":{"tf":1.0},"232":{"tf":1.7320508075688772},"240":{"tf":1.0},"57":{"tf":1.0},"66":{"tf":1.0}}},"c":{"df":2,"docs":{"218":{"tf":1.0},"219":{"tf":1.4142135623730951}}},"d":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"98":{"tf":1.0}}},"df":0,"docs":{}}},"df":61,"docs":{"111":{"tf":2.0},"112":{"tf":1.4142135623730951},"128":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"139":{"tf":1.0},"143":{"tf":1.4142135623730951},"151":{"tf":1.7320508075688772},"157":{"tf":1.0},"16":{"tf":1.0},"166":{"tf":1.7320508075688772},"169":{"tf":1.0},"17":{"tf":1.4142135623730951},"172":{"tf":1.0},"181":{"tf":1.0},"184":{"tf":1.0},"187":{"tf":1.0},"194":{"tf":1.4142135623730951},"196":{"tf":1.7320508075688772},"197":{"tf":2.6457513110645907},"198":{"tf":2.0},"199":{"tf":2.0},"20":{"tf":1.4142135623730951},"200":{"tf":1.0},"202":{"tf":2.0},"203":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":2.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"217":{"tf":1.0},"219":{"tf":1.4142135623730951},"222":{"tf":1.0},"225":{"tf":1.7320508075688772},"227":{"tf":1.7320508075688772},"232":{"tf":1.4142135623730951},"233":{"tf":1.4142135623730951},"237":{"tf":1.0},"238":{"tf":1.4142135623730951},"239":{"tf":2.0},"240":{"tf":2.0},"243":{"tf":1.7320508075688772},"244":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":2.0},"32":{"tf":1.0},"37":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"53":{"tf":2.0},"55":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":2.6457513110645907},"68":{"tf":1.0},"72":{"tf":1.4142135623730951},"74":{"tf":1.0},"86":{"tf":1.0},"9":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"243":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"218":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":1,"docs":{"237":{"tf":1.0}}}}}}},"s":{".":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"(":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"151":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"148":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"151":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":2,"docs":{"16":{"tf":1.0},"17":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":12,"docs":{"189":{"tf":1.4142135623730951},"192":{"tf":1.0},"194":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"206":{"tf":1.4142135623730951},"212":{"tf":1.0},"218":{"tf":1.0},"232":{"tf":1.0},"66":{"tf":1.0}},"r":{"df":1,"docs":{"204":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":13,"docs":{"130":{"tf":1.0},"194":{"tf":1.0},"197":{"tf":1.4142135623730951},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"206":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"67":{"tf":1.7320508075688772},"68":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"74":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"127":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":21,"docs":{"121":{"tf":1.0},"132":{"tf":1.0},"143":{"tf":1.0},"146":{"tf":1.0},"148":{"tf":1.0},"154":{"tf":1.0},"157":{"tf":1.0},"185":{"tf":1.0},"198":{"tf":1.0},"21":{"tf":1.0},"211":{"tf":1.0},"217":{"tf":1.0},"222":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0},"89":{"tf":1.0}}}},"n":{"d":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":7,"docs":{"208":{"tf":1.7320508075688772},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.4142135623730951},"212":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"223":{"tf":1.0},"239":{"tf":1.0}}}},"y":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"c":{"a":{"df":0,"docs":{},"l":{"a":{"df":1,"docs":{"241":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":3,"docs":{"86":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"34":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"a":{".":{"a":{"d":{"d":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"a":{"d":{"d":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"119":{"tf":1.0},"120":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":2,"docs":{"119":{"tf":1.0},"120":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":3,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0}}}}}},"df":0,"docs":{}},"<":{"'":{"a":{"df":1,"docs":{"120":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"118":{"tf":1.7320508075688772},"119":{"tf":1.7320508075688772},"120":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"241":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"227":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":3,"docs":{"37":{"tf":1.4142135623730951},"53":{"tf":1.0},"81":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"185":{"tf":1.0}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"206":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"df":15,"docs":{"106":{"tf":1.4142135623730951},"148":{"tf":2.23606797749979},"151":{"tf":1.4142135623730951},"155":{"tf":1.7320508075688772},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"170":{"tf":1.4142135623730951},"240":{"tf":1.0},"60":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"87":{"tf":1.7320508075688772},"88":{"tf":1.7320508075688772}},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"21":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":2,"docs":{"222":{"tf":1.0},"25":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"4":{"2":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"72":{"tf":1.0}}}}},"df":7,"docs":{"16":{"tf":2.23606797749979},"17":{"tf":3.1622776601683795},"200":{"tf":1.0},"218":{"tf":1.0},"234":{"tf":1.0},"42":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"194":{"tf":1.0},"55":{"tf":1.0},"67":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"130":{"tf":1.0},"233":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"e":{"df":40,"docs":{"112":{"tf":1.0},"122":{"tf":1.4142135623730951},"126":{"tf":1.0},"129":{"tf":1.4142135623730951},"137":{"tf":1.4142135623730951},"143":{"tf":1.0},"144":{"tf":1.4142135623730951},"152":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"166":{"tf":1.0},"167":{"tf":1.4142135623730951},"169":{"tf":1.0},"173":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"187":{"tf":1.4142135623730951},"193":{"tf":1.4142135623730951},"20":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.0},"212":{"tf":1.4142135623730951},"219":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"225":{"tf":1.0},"226":{"tf":1.4142135623730951},"229":{"tf":1.0},"233":{"tf":1.0},"237":{"tf":2.6457513110645907},"240":{"tf":1.0},"241":{"tf":1.4142135623730951},"28":{"tf":1.0},"30":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"67":{"tf":1.0},"79":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"9":{"tf":1.7320508075688772},"91":{"tf":1.4142135623730951},"98":{"tf":1.0}},"m":{"df":2,"docs":{"198":{"tf":1.0},"236":{"tf":1.0}}},"n":{"df":2,"docs":{"166":{"tf":1.0},"48":{"tf":1.0}}}},"g":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"197":{"tf":1.0}}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"199":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"247":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"f":{".":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"233":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"b":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"162":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"118":{"tf":1.0},"119":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{")":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"|":{"c":{"df":0,"docs":{},"m":{"d":{"df":2,"docs":{"118":{"tf":1.0},"119":{"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":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"(":{"c":{"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"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":{}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"239":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"140":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{")":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"|":{"c":{"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"120":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"f":{".":{"df":0,"docs":{},"m":{"df":1,"docs":{"223":{"tf":1.0}}}},"df":1,"docs":{"222":{"tf":1.0}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"233":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"(":{"df":1,"docs":{"170":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"203":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"233":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"233":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"203":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"127":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"203":{"tf":1.0}}}}}},"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":{".":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"233":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"233":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"(":{")":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"|":{"c":{"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"120":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"(":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":2,"docs":{"16":{"tf":1.0},"17":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"(":{"df":1,"docs":{"155":{"tf":1.0}},"l":{"df":0,"docs":{},"h":{"df":1,"docs":{"155":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"h":{"df":1,"docs":{"155":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},":":{":":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"233":{"tf":1.7320508075688772}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"240":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":18,"docs":{"118":{"tf":1.7320508075688772},"119":{"tf":1.7320508075688772},"120":{"tf":1.7320508075688772},"127":{"tf":2.23606797749979},"132":{"tf":1.0},"140":{"tf":1.7320508075688772},"143":{"tf":1.7320508075688772},"155":{"tf":2.449489742783178},"16":{"tf":1.7320508075688772},"162":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"170":{"tf":2.0},"199":{"tf":1.0},"203":{"tf":1.4142135623730951},"206":{"tf":1.0},"224":{"tf":1.0},"256":{"tf":1.4142135623730951},"33":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"136":{"tf":1.4142135623730951},"224":{"tf":1.0},"26":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"d":{"(":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"106":{"tf":1.4142135623730951}}}}},"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":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":3,"docs":{"106":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"94":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"106":{"tf":1.0}}}}}},"df":1,"docs":{"106":{"tf":1.0}}}}}}}},"df":0,"docs":{},"s":{"df":4,"docs":{"169":{"tf":1.0},"173":{"tf":1.0},"181":{"tf":1.0},"198":{"tf":1.4142135623730951}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"90":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"72":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"124":{"tf":1.0},"8":{"tf":1.7320508075688772}},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"200":{"tf":1.0},"55":{"tf":1.0}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"c":{"df":0,"docs":{},"q":{"df":1,"docs":{"253":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":13,"docs":{"115":{"tf":1.0},"120":{"tf":1.0},"146":{"tf":1.4142135623730951},"149":{"tf":1.0},"151":{"tf":1.7320508075688772},"154":{"tf":1.0},"164":{"tf":1.0},"171":{"tf":1.0},"176":{"tf":1.0},"199":{"tf":1.0},"211":{"tf":1.0},"234":{"tf":1.0},"81":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"121":{"tf":1.0}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"116":{"tf":1.0},"227":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"d":{"df":3,"docs":{"151":{"tf":1.4142135623730951},"240":{"tf":2.8284271247461903},"241":{"tf":1.0}},"e":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"240":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"c":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"151":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"151":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"151":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"151":{"tf":1.4142135623730951}}}},"df":4,"docs":{"14":{"tf":1.0},"233":{"tf":1.0},"237":{"tf":1.0},"9":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":2,"docs":{"199":{"tf":1.0},"211":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"233":{"tf":1.0}}}},"i":{"c":{"df":1,"docs":{"257":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"184":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"233":{"tf":1.0}}}}}}},"t":{"df":12,"docs":{"117":{"tf":1.0},"126":{"tf":1.0},"162":{"tf":1.7320508075688772},"199":{"tf":1.0},"218":{"tf":1.7320508075688772},"229":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.4142135623730951},"258":{"tf":1.0},"68":{"tf":1.0},"86":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"c":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{".":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"73":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"73":{"tf":1.0}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"t":{"d":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{":":{":":{"c":{"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":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"(":{")":{")":{"?":{".":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"74":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"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":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"176":{"tf":1.0},"194":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":1.0},"55":{"tf":1.0},"94":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"225":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":11,"docs":{"110":{"tf":1.0},"133":{"tf":1.0},"157":{"tf":1.0},"173":{"tf":1.0},"2":{"tf":1.0},"206":{"tf":1.4142135623730951},"211":{"tf":1.0},"234":{"tf":1.0},"29":{"tf":1.0},"37":{"tf":1.0},"68":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"228":{"tf":1.0}}}},"m":{"df":1,"docs":{"197":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}}},"df":1,"docs":{"216":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"143":{"tf":1.0},"42":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"136":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"w":{"df":2,"docs":{"228":{"tf":1.0},"57":{"tf":1.0}},"n":{"df":3,"docs":{"151":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"163":{"tf":1.0},"197":{"tf":1.4142135623730951},"253":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"143":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"200":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"89":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":12,"docs":{"130":{"tf":1.0},"151":{"tf":1.4142135623730951},"158":{"tf":1.0},"170":{"tf":1.0},"2":{"tf":1.0},"206":{"tf":1.0},"225":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"25":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":14,"docs":{"124":{"tf":1.4142135623730951},"125":{"tf":1.0},"128":{"tf":1.0},"165":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.4142135623730951},"174":{"tf":1.0},"203":{"tf":1.0},"206":{"tf":1.0},"240":{"tf":1.4142135623730951},"249":{"tf":1.0},"5":{"tf":1.4142135623730951},"68":{"tf":1.0},"72":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"166":{"tf":1.0},"167":{"tf":1.0}}}},"i":{"c":{"df":4,"docs":{"121":{"tf":1.0},"125":{"tf":1.0},"249":{"tf":1.0},"5":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"'":{"df":1,"docs":{"127":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":8,"docs":{"127":{"tf":1.0},"199":{"tf":1.0},"206":{"tf":1.4142135623730951},"21":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"45":{"tf":1.0},"8":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"140":{"tf":1.0},"240":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"106":{"tf":1.0},"239":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":11,"docs":{"131":{"tf":1.0},"151":{"tf":1.0},"166":{"tf":1.0},"224":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.4142135623730951},"247":{"tf":1.4142135623730951},"248":{"tf":1.0},"258":{"tf":1.4142135623730951},"29":{"tf":1.0},"53":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"159":{"tf":1.0}}}},"df":0,"docs":{}}},"z":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":7,"docs":{"14":{"tf":1.0},"198":{"tf":1.7320508075688772},"235":{"tf":1.0},"240":{"tf":1.7320508075688772},"29":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"146":{"tf":1.0}}}}}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":7,"docs":{"198":{"tf":1.0},"199":{"tf":1.0},"25":{"tf":1.4142135623730951},"29":{"tf":1.0},"7":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"109":{"tf":1.0},"237":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"74":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":18,"docs":{"121":{"tf":1.0},"182":{"tf":1.7320508075688772},"183":{"tf":1.4142135623730951},"184":{"tf":1.4142135623730951},"185":{"tf":1.4142135623730951},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.7320508075688772},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"68":{"tf":1.0},"74":{"tf":1.0},"86":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"176":{"tf":1.4142135623730951},"177":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"183":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"189":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"t":{"df":9,"docs":{"226":{"tf":1.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":2.0},"30":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"180":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"217":{"tf":1.0}}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"233":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"(":{"\"":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"233":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":1,"docs":{"233":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":14,"docs":{"110":{"tf":1.0},"112":{"tf":1.0},"146":{"tf":1.0},"181":{"tf":1.0},"2":{"tf":1.4142135623730951},"233":{"tf":1.0},"247":{"tf":1.0},"251":{"tf":1.4142135623730951},"253":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.4142135623730951},"259":{"tf":1.0}},"e":{"'":{"df":1,"docs":{"247":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"247":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":8,"docs":{"110":{"tf":1.0},"127":{"tf":1.4142135623730951},"176":{"tf":1.0},"2":{"tf":1.0},"207":{"tf":1.0},"233":{"tf":1.0},"239":{"tf":1.0},"86":{"tf":1.0}}}},"v":{"df":9,"docs":{"124":{"tf":1.7320508075688772},"128":{"tf":1.0},"146":{"tf":1.0},"159":{"tf":1.0},"177":{"tf":1.0},"2":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"240":{"tf":1.0},"3":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"e":{"(":{"\"":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"151":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"78":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"127":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"79":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"203":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"127":{"tf":1.0}}}},"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":{"233":{"tf":1.0}}}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"87":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"159":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":11,"docs":{"21":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"228":{"tf":1.0},"233":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}},"i":{"df":0,"docs":{},"m":{"df":9,"docs":{"176":{"tf":1.4142135623730951},"180":{"tf":1.0},"191":{"tf":1.0},"205":{"tf":1.0},"211":{"tf":1.0},"217":{"tf":1.4142135623730951},"222":{"tf":1.0},"68":{"tf":1.7320508075688772},"94":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"101":{"tf":1.0},"90":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"128":{"tf":1.0},"211":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":8,"docs":{"128":{"tf":1.0},"135":{"tf":1.0},"205":{"tf":1.0},"211":{"tf":1.0},"232":{"tf":1.0},"237":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":11,"docs":{"110":{"tf":1.0},"124":{"tf":1.0},"128":{"tf":1.0},"146":{"tf":2.449489742783178},"149":{"tf":1.4142135623730951},"20":{"tf":1.0},"233":{"tf":1.4142135623730951},"240":{"tf":1.0},"247":{"tf":1.7320508075688772},"251":{"tf":1.0},"46":{"tf":1.0}},"i":{"df":5,"docs":{"218":{"tf":1.0},"232":{"tf":1.0},"240":{"tf":1.0},"42":{"tf":1.0},"67":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"198":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"189":{"tf":1.0},"211":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"206":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"184":{"tf":1.0},"233":{"tf":1.0},"236":{"tf":1.0},"240":{"tf":1.0}}}}}},"r":{"c":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":1,"docs":{"247":{"tf":1.0}}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"217":{"tf":1.0}}}},"l":{"df":1,"docs":{"225":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":12,"docs":{"206":{"tf":1.0},"37":{"tf":1.4142135623730951},"47":{"tf":1.7320508075688772},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.0},"68":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":5,"docs":{"107":{"tf":1.0},"17":{"tf":1.0},"198":{"tf":1.0},"237":{"tf":1.0},"66":{"tf":1.0}}},"df":0,"docs":{}}},"df":3,"docs":{"112":{"tf":1.0},"139":{"tf":1.0},"170":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"126":{"tf":1.0},"229":{"tf":1.4142135623730951},"230":{"tf":1.0},"37":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":9,"docs":{"156":{"tf":1.0},"170":{"tf":1.0},"198":{"tf":1.4142135623730951},"200":{"tf":1.0},"227":{"tf":1.0},"234":{"tf":2.0},"237":{"tf":1.7320508075688772},"252":{"tf":1.0},"37":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"199":{"tf":1.4142135623730951},"227":{"tf":1.0}}}}}}},"i":{"c":{"df":9,"docs":{"120":{"tf":2.0},"121":{"tf":1.0},"143":{"tf":1.0},"222":{"tf":1.0},"232":{"tf":1.4142135623730951},"237":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"94":{"tf":1.0}}}}},"d":{"'":{"df":1,"docs":{"192":{"tf":1.0}}},":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"148":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"f":{"df":1,"docs":{"49":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{":":{":":{"c":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{")":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"67":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":1,"docs":{"68":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"c":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"68":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"(":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"73":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"73":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":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":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"73":{"tf":1.0}}}}}}}}}}}}}}}}},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"73":{"tf":1.0},"74":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"49":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"78":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":3,"docs":{"140":{"tf":1.0},"222":{"tf":1.0},"25":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{":":{":":{"df":0,"docs":{},"{":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"233":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{"df":1,"docs":{"68":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{".":{"a":{"d":{"d":{"(":{"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":{},"r":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"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":{}}}},"r":{"c":{":":{":":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"82":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{":":{":":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"<":{"'":{"a":{"df":1,"docs":{"127":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{":":{":":{"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":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"106":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"{":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{":":{":":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"21":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"140":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"49":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":2,"docs":{"51":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"143":{"tf":1.0}}},"p":{"df":2,"docs":{"124":{"tf":1.0},"229":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":5,"docs":{"206":{"tf":1.0},"211":{"tf":1.0},"52":{"tf":1.0},"8":{"tf":1.0},"97":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"(":{"df":1,"docs":{"170":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"155":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"n":{"df":1,"docs":{"170":{"tf":1.0}}}},"df":1,"docs":{"155":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":2,"docs":{"155":{"tf":1.7320508075688772},"170":{"tf":1.0}}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"216":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"233":{"tf":1.7320508075688772},"257":{"tf":1.0},"259":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":12,"docs":{"116":{"tf":1.0},"119":{"tf":1.4142135623730951},"120":{"tf":1.0},"140":{"tf":1.0},"149":{"tf":1.0},"198":{"tf":1.0},"206":{"tf":1.0},"222":{"tf":1.0},"259":{"tf":1.7320508075688772},"37":{"tf":1.0},"44":{"tf":1.0},"66":{"tf":1.0}}},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"199":{"tf":1.0},"233":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":10,"docs":{"112":{"tf":1.0},"145":{"tf":1.7320508075688772},"146":{"tf":1.7320508075688772},"147":{"tf":1.4142135623730951},"148":{"tf":1.7320508075688772},"149":{"tf":1.0},"150":{"tf":2.23606797749979},"151":{"tf":2.23606797749979},"152":{"tf":1.4142135623730951},"236":{"tf":1.0}}}}}}},"df":14,"docs":{"118":{"tf":2.449489742783178},"12":{"tf":1.0},"120":{"tf":2.23606797749979},"127":{"tf":1.0},"151":{"tf":1.4142135623730951},"237":{"tf":1.4142135623730951},"240":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.7320508075688772},"8":{"tf":3.0},"9":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"94":{"tf":1.7320508075688772},"95":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"225":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"\"":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"106":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"(":{"\"":{"df":0,"docs":{},"i":{"df":1,"docs":{"162":{"tf":1.0}}},"x":{"df":1,"docs":{"162":{"tf":1.0}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"8":{"df":1,"docs":{"107":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":1,"docs":{"148":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"127":{"tf":1.0},"42":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":43,"docs":{"10":{"tf":1.7320508075688772},"106":{"tf":1.0},"11":{"tf":2.0},"119":{"tf":1.7320508075688772},"12":{"tf":1.7320508075688772},"127":{"tf":1.7320508075688772},"13":{"tf":1.4142135623730951},"130":{"tf":1.0},"14":{"tf":2.0},"148":{"tf":2.23606797749979},"155":{"tf":1.0},"162":{"tf":1.7320508075688772},"170":{"tf":1.0},"192":{"tf":1.7320508075688772},"200":{"tf":1.7320508075688772},"237":{"tf":1.0},"239":{"tf":2.449489742783178},"240":{"tf":2.6457513110645907},"25":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":2.449489742783178},"42":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"57":{"tf":1.0},"60":{"tf":1.0},"64":{"tf":1.7320508075688772},"65":{"tf":2.23606797749979},"66":{"tf":3.4641016151377544},"67":{"tf":1.4142135623730951},"68":{"tf":2.8284271247461903},"69":{"tf":1.0},"7":{"tf":2.0},"70":{"tf":1.7320508075688772},"71":{"tf":2.23606797749979},"72":{"tf":1.7320508075688772},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"8":{"tf":3.3166247903554},"87":{"tf":1.0},"9":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"256":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"68":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"225":{"tf":1.0}}}}}}},"u":{"c":{"df":0,"docs":{},"t":{"'":{"df":2,"docs":{"240":{"tf":1.0},"88":{"tf":1.0}}},"df":49,"docs":{"106":{"tf":1.0},"118":{"tf":2.0},"119":{"tf":1.4142135623730951},"120":{"tf":1.0},"121":{"tf":1.0},"127":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.4142135623730951},"136":{"tf":1.0},"140":{"tf":1.7320508075688772},"148":{"tf":2.0},"151":{"tf":1.0},"155":{"tf":1.4142135623730951},"16":{"tf":1.0},"162":{"tf":1.4142135623730951},"165":{"tf":1.0},"17":{"tf":1.4142135623730951},"170":{"tf":1.7320508075688772},"175":{"tf":1.7320508075688772},"176":{"tf":2.6457513110645907},"177":{"tf":2.8284271247461903},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.4142135623730951},"181":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":1.4142135623730951},"20":{"tf":1.0},"203":{"tf":1.0},"206":{"tf":1.0},"21":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.7320508075688772},"233":{"tf":2.8284271247461903},"237":{"tf":1.0},"239":{"tf":2.6457513110645907},"240":{"tf":2.23606797749979},"241":{"tf":1.0},"25":{"tf":1.0},"33":{"tf":1.0},"61":{"tf":1.4142135623730951},"86":{"tf":1.7320508075688772},"87":{"tf":1.4142135623730951},"88":{"tf":2.8284271247461903},"89":{"tf":1.7320508075688772},"91":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":36,"docs":{"121":{"tf":1.0},"158":{"tf":1.0},"170":{"tf":1.4142135623730951},"171":{"tf":2.23606797749979},"172":{"tf":2.6457513110645907},"173":{"tf":2.23606797749979},"174":{"tf":1.7320508075688772},"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},"196":{"tf":1.0},"239":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"250":{"tf":1.0},"252":{"tf":1.0},"26":{"tf":1.4142135623730951},"28":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"217":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":6,"docs":{"144":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"5":{"tf":1.0},"65":{"tf":1.0},"72":{"tf":1.0}}}}}},"u":{"b":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":2,"docs":{"155":{"tf":1.0},"170":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"250":{"tf":1.0}}}}}}}},"df":1,"docs":{"224":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"192":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"247":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"l":{"df":3,"docs":{"198":{"tf":1.0},"199":{"tf":1.0},"68":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"198":{"tf":1.0},"37":{"tf":1.0}}}}},"i":{"df":1,"docs":{"224":{"tf":1.4142135623730951}}}},"y":{"df":0,"docs":{},"p":{"df":2,"docs":{"224":{"tf":1.0},"247":{"tf":1.0}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"106":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":18,"docs":{"130":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"200":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"222":{"tf":1.0},"238":{"tf":1.0},"240":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"55":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.0},"77":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{},"x":{"df":1,"docs":{"37":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"121":{"tf":1.0},"159":{"tf":1.0},"191":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"df":2,"docs":{"228":{"tf":1.0},"229":{"tf":2.23606797749979}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{":":{":":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"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":{}}}}}}},"{":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"233":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"217":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":11,"docs":{"135":{"tf":1.0},"17":{"tf":1.0},"197":{"tf":1.0},"205":{"tf":1.0},"224":{"tf":1.0},"233":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"240":{"tf":1.0},"258":{"tf":1.0},"29":{"tf":1.0},"72":{"tf":1.0}}}},"s":{"df":4,"docs":{"116":{"tf":1.0},"233":{"tf":1.4142135623730951},"239":{"tf":1.0},"240":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"211":{"tf":1.0},"222":{"tf":1.0},"97":{"tf":1.0}}},"f":{"a":{"c":{"df":1,"docs":{"202":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"224":{"tf":1.4142135623730951},"254":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"83":{"tf":1.0}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"211":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"151":{"tf":1.0},"42":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"(":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"y":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"126":{"tf":1.7320508075688772},"127":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"n":{"c":{"df":1,"docs":{"89":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"211":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"127":{"tf":1.0},"255":{"tf":1.0}}}},"df":0,"docs":{},"x":{"df":3,"docs":{"128":{"tf":1.4142135623730951},"233":{"tf":1.0},"29":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"'":{"df":1,"docs":{"74":{"tf":1.0}}},"df":15,"docs":{"116":{"tf":1.0},"134":{"tf":1.0},"139":{"tf":1.0},"219":{"tf":1.0},"232":{"tf":1.4142135623730951},"239":{"tf":1.0},"240":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"254":{"tf":1.0},"258":{"tf":1.4142135623730951},"29":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"57":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{")":{".":{"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":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"(":{"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":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"106":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"t":{"1":{"df":1,"docs":{"136":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"136":{"tf":1.7320508075688772}}},"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"117":{"tf":1.4142135623730951},"118":{"tf":2.0},"119":{"tf":1.4142135623730951},"120":{"tf":2.0}},"e":{"\"":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"119":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"78":{"tf":1.0}},"l":{"df":1,"docs":{"218":{"tf":1.0}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":18,"docs":{"143":{"tf":1.0},"166":{"tf":1.4142135623730951},"17":{"tf":1.0},"177":{"tf":1.0},"183":{"tf":1.0},"20":{"tf":1.0},"225":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"72":{"tf":1.0},"8":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"95":{"tf":1.0}},"n":{"df":1,"docs":{"28":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"k":{"df":1,"docs":{"243":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"140":{"tf":1.0},"197":{"tf":1.0},"222":{"tf":1.4142135623730951},"25":{"tf":1.0},"29":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"126":{"tf":1.0},"2":{"tf":1.0}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"166":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"(":{"\"":{"1":{"2":{"7":{".":{"0":{".":{"0":{".":{"1":{":":{"3":{"4":{"2":{"5":{"4":{"df":1,"docs":{"94":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":14,"docs":{"140":{"tf":3.1622776601683795},"143":{"tf":1.4142135623730951},"148":{"tf":1.0},"155":{"tf":1.7320508075688772},"166":{"tf":1.0},"186":{"tf":1.4142135623730951},"211":{"tf":1.0},"222":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"25":{"tf":2.0},"29":{"tf":1.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"2":{"tf":1.0}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":4,"docs":{"146":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":1.0},"243":{"tf":1.0}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"162":{"tf":1.0},"232":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"99":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"211":{"tf":1.0}}}}},"n":{"df":1,"docs":{"125":{"tf":1.0}}},"r":{"df":0,"docs":{},"m":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":2,"docs":{"126":{"tf":2.23606797749979},"169":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"126":{"tf":1.4142135623730951},"66":{"tf":1.0},"68":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"139":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"162":{"tf":1.0},"2":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.4142135623730951}}}},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"147":{"tf":1.0},"148":{"tf":1.7320508075688772},"149":{"tf":1.0},"151":{"tf":1.4142135623730951}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":2,"docs":{"199":{"tf":1.0},"210":{"tf":1.0}}}},"t":{"'":{"df":4,"docs":{"211":{"tf":1.0},"224":{"tf":1.0},"3":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"198":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"143":{"tf":1.0},"249":{"tf":1.0},"36":{"tf":1.0},"5":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"237":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":7,"docs":{"147":{"tf":1.0},"149":{"tf":1.0},"183":{"tf":1.0},"198":{"tf":1.0},"205":{"tf":1.0},"217":{"tf":1.0},"45":{"tf":1.0}}},"k":{"df":1,"docs":{"228":{"tf":1.0}}}},"r":{"d":{"df":1,"docs":{"183":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":6,"docs":{"198":{"tf":1.7320508075688772},"199":{"tf":1.0},"217":{"tf":1.0},"232":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":4,"docs":{"197":{"tf":1.0},"200":{"tf":1.0},"211":{"tf":1.0},"97":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":4,"docs":{"206":{"tf":1.0},"212":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"(":{"\"":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}},"&":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"8":{"tf":2.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":4,"docs":{"119":{"tf":1.0},"197":{"tf":1.0},"3":{"tf":1.0},"8":{"tf":2.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":9,"docs":{"135":{"tf":1.0},"146":{"tf":1.0},"197":{"tf":1.0},"203":{"tf":1.0},"229":{"tf":1.4142135623730951},"257":{"tf":1.7320508075688772},"57":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"237":{"tf":1.0}}}}}}}},"w":{"df":1,"docs":{"112":{"tf":1.0}}}}},"u":{"df":13,"docs":{"136":{"tf":1.0},"156":{"tf":1.0},"169":{"tf":1.0},"177":{"tf":1.0},"199":{"tf":1.0},"202":{"tf":1.0},"217":{"tf":1.0},"221":{"tf":1.0},"224":{"tf":1.0},"239":{"tf":1.0},"34":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}},"i":{"df":1,"docs":{"240":{"tf":1.0}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{":":{":":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":21,"docs":{"106":{"tf":1.0},"116":{"tf":1.0},"119":{"tf":1.0},"130":{"tf":1.0},"147":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"177":{"tf":1.0},"185":{"tf":1.4142135623730951},"199":{"tf":1.0},"206":{"tf":1.4142135623730951},"21":{"tf":1.0},"225":{"tf":1.0},"229":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"240":{"tf":1.0},"29":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0},"90":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"o":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"237":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"o":{"df":2,"docs":{"175":{"tf":1.0},"178":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":7,"docs":{"175":{"tf":1.4142135623730951},"176":{"tf":1.0},"194":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"239":{"tf":1.0},"83":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"df":7,"docs":{"126":{"tf":1.0},"183":{"tf":1.0},"186":{"tf":1.0},"2":{"tf":1.0},"218":{"tf":1.0},"59":{"tf":1.0},"89":{"tf":1.0}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"192":{"tf":1.0}}}}}},"p":{"df":1,"docs":{"240":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"237":{"tf":1.0}}}}},"y":{"df":1,"docs":{"151":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"45":{"tf":1.0},"68":{"tf":1.4142135623730951}}}},"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"121":{"tf":1.0},"172":{"tf":1.0}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"240":{"tf":1.0}}},"df":33,"docs":{"112":{"tf":1.0},"118":{"tf":2.23606797749979},"119":{"tf":1.0},"120":{"tf":2.0},"121":{"tf":1.7320508075688772},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"148":{"tf":1.4142135623730951},"149":{"tf":1.0},"151":{"tf":1.4142135623730951},"155":{"tf":1.0},"17":{"tf":1.0},"170":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.7320508075688772},"199":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"221":{"tf":1.0},"224":{"tf":1.4142135623730951},"225":{"tf":1.7320508075688772},"226":{"tf":1.0},"233":{"tf":1.0},"237":{"tf":1.4142135623730951},"239":{"tf":2.0},"24":{"tf":1.0},"240":{"tf":3.1622776601683795},"28":{"tf":1.4142135623730951},"30":{"tf":1.0},"44":{"tf":1.0},"77":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"116":{"tf":1.0},"196":{"tf":1.0},"198":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"198":{"tf":1.4142135623730951},"71":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"126":{"tf":1.0},"202":{"tf":1.0},"81":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"217":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"125":{"tf":1.4142135623730951},"126":{"tf":1.0},"199":{"tf":1.0},"4":{"tf":2.0}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.4142135623730951}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"196":{"tf":1.0},"198":{"tf":1.4142135623730951},"57":{"tf":1.0}}}},"df":0,"docs":{}}}},"p":{"df":2,"docs":{"194":{"tf":1.0},"55":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"154":{"tf":1.0},"157":{"tf":1.0},"171":{"tf":1.0}}}}},"i":{"df":1,"docs":{"218":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"140":{"tf":1.0},"24":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"170":{"tf":1.0},"227":{"tf":1.0}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"212":{"tf":1.0}},"i":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":7,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"159":{"tf":1.0},"181":{"tf":1.0},"206":{"tf":1.4142135623730951},"225":{"tf":1.0},"240":{"tf":1.0}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"p":{"df":1,"docs":{"72":{"tf":1.0}}},"v":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"_":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"218":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"_":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"218":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"e":{"df":7,"docs":{"106":{"tf":1.0},"199":{"tf":1.0},"209":{"tf":1.0},"21":{"tf":1.4142135623730951},"233":{"tf":1.0},"240":{"tf":1.0},"8":{"tf":1.7320508075688772}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"197":{"tf":1.0},"202":{"tf":1.0}}}}}},"s":{"df":1,"docs":{"25":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"131":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"78":{"tf":1.7320508075688772}}},"n":{"df":2,"docs":{"217":{"tf":1.4142135623730951},"232":{"tf":1.0}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"241":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"172":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":22,"docs":{"106":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"125":{"tf":1.0},"177":{"tf":1.4142135623730951},"185":{"tf":1.0},"198":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.4142135623730951},"217":{"tf":1.0},"218":{"tf":1.0},"222":{"tf":1.0},"232":{"tf":1.7320508075688772},"233":{"tf":1.0},"29":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951},"86":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"240":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"74":{"tf":1.0}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"198":{"tf":1.0}}}}},"df":67,"docs":{"109":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"130":{"tf":2.0},"131":{"tf":2.0},"132":{"tf":1.7320508075688772},"133":{"tf":1.4142135623730951},"134":{"tf":2.23606797749979},"135":{"tf":1.7320508075688772},"136":{"tf":2.449489742783178},"137":{"tf":1.4142135623730951},"139":{"tf":1.0},"140":{"tf":1.0},"148":{"tf":1.0},"151":{"tf":1.0},"155":{"tf":1.0},"17":{"tf":1.7320508075688772},"185":{"tf":1.0},"194":{"tf":1.4142135623730951},"196":{"tf":2.0},"198":{"tf":3.1622776601683795},"199":{"tf":1.0},"20":{"tf":2.449489742783178},"200":{"tf":1.4142135623730951},"201":{"tf":1.7320508075688772},"202":{"tf":2.23606797749979},"203":{"tf":1.0},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"211":{"tf":1.0},"217":{"tf":1.0},"219":{"tf":1.4142135623730951},"222":{"tf":1.4142135623730951},"225":{"tf":2.0},"231":{"tf":1.7320508075688772},"232":{"tf":4.242640687119285},"233":{"tf":3.0},"234":{"tf":1.4142135623730951},"235":{"tf":1.0},"236":{"tf":1.7320508075688772},"237":{"tf":2.449489742783178},"239":{"tf":4.0},"240":{"tf":5.0990195135927845},"241":{"tf":1.0},"25":{"tf":1.0},"251":{"tf":1.0},"29":{"tf":1.7320508075688772},"3":{"tf":1.0},"44":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":2.0},"57":{"tf":1.7320508075688772},"6":{"tf":1.7320508075688772},"61":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"66":{"tf":1.0},"7":{"tf":2.8284271247461903},"72":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":2.6457513110645907},"88":{"tf":1.0},"9":{"tf":1.4142135623730951},"95":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"237":{"tf":1.0}}}}}}}},"u":{"1":{"6":{"df":1,"docs":{"61":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"3":{"2":{"df":4,"docs":{"148":{"tf":1.0},"177":{"tf":3.1622776601683795},"239":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"6":{"4":{"df":4,"docs":{"16":{"tf":1.7320508075688772},"17":{"tf":2.0},"239":{"tf":2.8284271247461903},"240":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"8":{"df":4,"docs":{"151":{"tf":2.23606797749979},"40":{"tf":1.0},"41":{"tf":1.0},"60":{"tf":1.0}}},"b":{"df":2,"docs":{"206":{"tf":1.4142135623730951},"72":{"tf":1.0}}},"df":1,"docs":{"8":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"206":{"tf":1.0},"68":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"248":{"tf":1.0}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"172":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"169":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"218":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"197":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951}}}}},"r":{"df":1,"docs":{"206":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"140":{"tf":1.7320508075688772},"143":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":8,"docs":{"184":{"tf":1.0},"199":{"tf":1.4142135623730951},"203":{"tf":1.0},"211":{"tf":1.0},"228":{"tf":1.0},"238":{"tf":1.0},"240":{"tf":1.7320508075688772},"5":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"211":{"tf":1.0}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"241":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"89":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"116":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}}}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"239":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":1,"docs":{"185":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"239":{"tf":1.0}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"239":{"tf":1.4142135623730951},"257":{"tf":1.7320508075688772}}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"155":{"tf":1.0}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"197":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"199":{"tf":1.0},"53":{"tf":1.0},"68":{"tf":1.0}}}}}},"q":{"df":0,"docs":{},"u":{"df":5,"docs":{"111":{"tf":1.4142135623730951},"181":{"tf":1.0},"234":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"df":0,"docs":{},"i":{">":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"239":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"239":{"tf":1.0},"240":{"tf":1.0}},"s":{"<":{"df":0,"docs":{},"t":{">":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"<":{"df":0,"docs":{},"r":{"df":1,"docs":{"239":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"df":6,"docs":{"133":{"tf":1.0},"136":{"tf":1.0},"176":{"tf":1.0},"181":{"tf":1.0},"184":{"tf":1.0},"255":{"tf":1.7320508075688772}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"198":{"tf":1.0},"90":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"217":{"tf":1.0},"41":{"tf":1.0},"71":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"k":{"df":6,"docs":{"203":{"tf":1.0},"232":{"tf":1.0},"237":{"tf":1.0},"240":{"tf":1.0},"34":{"tf":1.0},"74":{"tf":1.0}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"140":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"110":{"tf":1.4142135623730951},"211":{"tf":1.0},"249":{"tf":1.0},"5":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"222":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":21,"docs":{"189":{"tf":1.7320508075688772},"190":{"tf":1.0},"192":{"tf":1.4142135623730951},"193":{"tf":1.0},"194":{"tf":1.4142135623730951},"197":{"tf":1.7320508075688772},"200":{"tf":1.0},"203":{"tf":1.0},"206":{"tf":1.4142135623730951},"209":{"tf":1.0},"44":{"tf":1.0},"55":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":2.23606797749979},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951}},"e":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":5,"docs":{"206":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":9,"docs":{"188":{"tf":1.7320508075688772},"189":{"tf":1.4142135623730951},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"197":{"tf":1.4142135623730951},"199":{"tf":1.0},"202":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"198":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":5,"docs":{"230":{"tf":1.0},"233":{"tf":1.0},"239":{"tf":1.0},"37":{"tf":1.0},"73":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"68":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":3,"docs":{"218":{"tf":1.0},"53":{"tf":1.0},"88":{"tf":1.0}},"e":{"d":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"218":{"tf":1.0}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"218":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"r":{"df":1,"docs":{"218":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"r":{"a":{"c":{"df":1,"docs":{"218":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"218":{"tf":1.0}}}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"218":{"tf":1.0}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"218":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"37":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"p":{"df":6,"docs":{"11":{"tf":1.0},"176":{"tf":1.0},"180":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"240":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"189":{"tf":1.0},"199":{"tf":1.0},"68":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"189":{"tf":1.0},"196":{"tf":1.0},"247":{"tf":1.0},"5":{"tf":1.0},"8":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"l":{":":{"0":{".":{"5":{"df":1,"docs":{"185":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{".":{"0":{"df":1,"docs":{"185":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"184":{"tf":1.0},"185":{"tf":2.0},"186":{"tf":1.4142135623730951}}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"232":{"tf":1.0},"237":{"tf":1.0},"240":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":4,"docs":{"101":{"tf":1.0},"177":{"tf":1.0},"227":{"tf":1.4142135623730951},"50":{"tf":1.0}}}},"df":110,"docs":{"101":{"tf":1.4142135623730951},"106":{"tf":1.0},"107":{"tf":1.4142135623730951},"11":{"tf":1.7320508075688772},"112":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"12":{"tf":1.0},"120":{"tf":1.4142135623730951},"121":{"tf":2.449489742783178},"13":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"133":{"tf":1.4142135623730951},"134":{"tf":1.0},"136":{"tf":2.0},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.7320508075688772},"142":{"tf":1.0},"143":{"tf":2.0},"146":{"tf":1.0},"148":{"tf":1.4142135623730951},"151":{"tf":2.23606797749979},"155":{"tf":1.7320508075688772},"156":{"tf":1.7320508075688772},"16":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.7320508075688772},"169":{"tf":1.0},"17":{"tf":1.0},"170":{"tf":2.0},"171":{"tf":1.4142135623730951},"172":{"tf":2.0},"173":{"tf":1.0},"176":{"tf":1.4142135623730951},"177":{"tf":1.0},"178":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.4142135623730951},"185":{"tf":1.4142135623730951},"189":{"tf":1.0},"192":{"tf":1.0},"194":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.7320508075688772},"199":{"tf":2.449489742783178},"20":{"tf":1.4142135623730951},"202":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.4142135623730951},"21":{"tf":1.0},"211":{"tf":2.0},"217":{"tf":1.4142135623730951},"222":{"tf":2.23606797749979},"224":{"tf":1.7320508075688772},"225":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":2.8284271247461903},"236":{"tf":1.0},"237":{"tf":2.6457513110645907},"238":{"tf":1.4142135623730951},"239":{"tf":2.0},"24":{"tf":1.0},"240":{"tf":2.23606797749979},"241":{"tf":1.0},"25":{"tf":1.0},"252":{"tf":1.0},"255":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":2.0},"41":{"tf":1.7320508075688772},"42":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.7320508075688772},"60":{"tf":1.0},"66":{"tf":1.7320508075688772},"68":{"tf":1.0},"7":{"tf":2.449489742783178},"71":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.7320508075688772},"8":{"tf":3.4641016151377544},"81":{"tf":1.4142135623730951},"82":{"tf":1.7320508075688772},"83":{"tf":1.0},"86":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":2.449489742783178},"89":{"tf":1.4142135623730951},"9":{"tf":1.0},"90":{"tf":1.4142135623730951},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"181":{"tf":1.0}}}}}},"r":{"'":{"df":1,"docs":{"233":{"tf":1.0}}},"df":24,"docs":{"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"136":{"tf":1.0},"150":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.0},"189":{"tf":1.0},"192":{"tf":1.4142135623730951},"194":{"tf":1.0},"196":{"tf":1.4142135623730951},"198":{"tf":3.605551275463989},"199":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"209":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.4142135623730951},"240":{"tf":1.0},"241":{"tf":1.0},"254":{"tf":1.4142135623730951},"26":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.7320508075688772},"98":{"tf":1.0}}}},"i":{"df":0,"docs":{},"z":{"df":3,"docs":{"203":{"tf":1.0},"206":{"tf":1.0},"73":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":12,"docs":{"13":{"tf":1.0},"14":{"tf":1.4142135623730951},"169":{"tf":1.0},"170":{"tf":1.0},"173":{"tf":1.0},"202":{"tf":1.0},"207":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"29":{"tf":1.4142135623730951},"42":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"f":{"df":4,"docs":{"107":{"tf":1.0},"192":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"y":{"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":{},"y":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"151":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"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":{},"y":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"151":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"151":{"tf":1.0}},"i":{"d":{"df":4,"docs":{"107":{"tf":1.0},"192":{"tf":1.4142135623730951},"199":{"tf":1.0},"67":{"tf":1.0}}},"df":0,"docs":{}},"u":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"207":{"tf":1.0}}}},"df":0,"docs":{}},"df":31,"docs":{"106":{"tf":2.23606797749979},"155":{"tf":1.0},"16":{"tf":1.7320508075688772},"162":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"17":{"tf":2.23606797749979},"170":{"tf":1.4142135623730951},"173":{"tf":1.0},"185":{"tf":1.0},"198":{"tf":1.4142135623730951},"200":{"tf":1.0},"206":{"tf":1.7320508075688772},"21":{"tf":1.4142135623730951},"211":{"tf":1.0},"212":{"tf":1.0},"222":{"tf":1.0},"227":{"tf":1.0},"229":{"tf":1.0},"232":{"tf":1.0},"239":{"tf":1.4142135623730951},"240":{"tf":3.605551275463989},"252":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":3.1622776601683795},"45":{"tf":1.4142135623730951},"48":{"tf":1.0},"53":{"tf":1.7320508075688772},"55":{"tf":1.0}},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"16":{"tf":1.0},"17":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":16,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"103":{"tf":1.0},"121":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"37":{"tf":2.0},"48":{"tf":1.0},"53":{"tf":2.0},"74":{"tf":1.0},"80":{"tf":1.7320508075688772},"81":{"tf":1.7320508075688772},"82":{"tf":1.0},"83":{"tf":1.4142135623730951},"84":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"87":{"tf":1.0}}},"b":{"df":1,"docs":{"87":{"tf":1.0}}},"c":{"df":1,"docs":{"87":{"tf":1.0}}},"df":7,"docs":{"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"86":{"tf":1.4142135623730951},"87":{"tf":1.7320508075688772},"89":{"tf":1.7320508075688772},"90":{"tf":1.4142135623730951}}}}},"df":2,"docs":{"147":{"tf":1.0},"3":{"tf":1.0}}}}},"df":2,"docs":{"148":{"tf":2.0},"240":{"tf":2.6457513110645907}},"e":{"c":{"!":{"[":{"\"":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"78":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"0":{"df":0,"docs":{},"u":{"8":{"df":1,"docs":{"73":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"c":{"a":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"68":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"<":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"118":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951}}}}}},"a":{"c":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"118":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"232":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"119":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"232":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"'":{"a":{"df":1,"docs":{"120":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"21":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"119":{"tf":1.4142135623730951}}}}},"t":{"df":4,"docs":{"237":{"tf":1.0},"25":{"tf":2.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"u":{"8":{"df":2,"docs":{"192":{"tf":1.0},"237":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":7,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.4142135623730951},"128":{"tf":1.0},"21":{"tf":1.0},"25":{"tf":1.4142135623730951},"71":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"<":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"232":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"232":{"tf":1.0}}}}}},"df":8,"docs":{"101":{"tf":1.0},"107":{"tf":1.4142135623730951},"120":{"tf":1.0},"128":{"tf":1.0},"21":{"tf":1.0},"232":{"tf":1.0},"68":{"tf":1.7320508075688772},"74":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"180":{"tf":1.0},"68":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":11,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"110":{"tf":1.0},"124":{"tf":1.0},"136":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"237":{"tf":1.0},"251":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":14,"docs":{"140":{"tf":1.0},"158":{"tf":1.0},"185":{"tf":1.4142135623730951},"206":{"tf":1.7320508075688772},"222":{"tf":1.0},"239":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.0},"68":{"tf":1.0},"74":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}}}},"u":{"df":1,"docs":{"8":{"tf":1.7320508075688772}}}}}},"i":{"a":{"df":3,"docs":{"28":{"tf":1.0},"29":{"tf":1.0},"65":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"239":{"tf":1.0}}}}}},"df":7,"docs":{"198":{"tf":1.0},"239":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"29":{"tf":2.23606797749979},"77":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"<":{"df":0,"docs":{},"e":{">":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"240":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":1,"docs":{"157":{"tf":1.0}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"155":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"155":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"155":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"<":{"df":0,"docs":{},"e":{">":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"240":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"u":{"6":{"4":{"<":{"df":0,"docs":{},"e":{">":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"240":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":3,"docs":{"155":{"tf":1.7320508075688772},"158":{"tf":1.0},"240":{"tf":2.449489742783178}},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":1,"docs":{"157":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"h":{"df":1,"docs":{"157":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"<":{"'":{"d":{"df":1,"docs":{"240":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"6":{"4":{"df":1,"docs":{"155":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"df":1,"docs":{"155":{"tf":1.0}}}},"df":10,"docs":{"153":{"tf":1.7320508075688772},"154":{"tf":1.7320508075688772},"155":{"tf":1.7320508075688772},"156":{"tf":2.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.7320508075688772},"171":{"tf":1.0},"173":{"tf":1.4142135623730951},"238":{"tf":1.0},"240":{"tf":3.7416573867739413}}}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"157":{"tf":1.0},"198":{"tf":2.0},"222":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":2.8284271247461903}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"8":{"tf":2.0}}}}}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}},"l":{"df":0,"docs":{},"k":{"_":{"df":1,"docs":{"157":{"tf":1.0}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"157":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}},"df":2,"docs":{"155":{"tf":1.0},"173":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":16,"docs":{"107":{"tf":1.0},"116":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"156":{"tf":1.0},"171":{"tf":1.0},"218":{"tf":1.7320508075688772},"222":{"tf":1.4142135623730951},"233":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.4142135623730951},"8":{"tf":1.0},"81":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"214":{"tf":1.0},"217":{"tf":2.23606797749979},"218":{"tf":1.7320508075688772},"37":{"tf":1.0},"88":{"tf":1.0}}}},"y":{"df":32,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"110":{"tf":1.4142135623730951},"121":{"tf":1.0},"128":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"146":{"tf":1.0},"151":{"tf":1.0},"157":{"tf":1.0},"174":{"tf":1.0},"176":{"tf":1.0},"180":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"206":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"235":{"tf":1.0},"239":{"tf":1.7320508075688772},"240":{"tf":1.7320508075688772},"254":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0},"89":{"tf":1.4142135623730951}}}},"df":1,"docs":{"219":{"tf":1.0}},"e":{"'":{"df":0,"docs":{},"r":{"df":1,"docs":{"136":{"tf":1.0}}}},"b":{"df":1,"docs":{"185":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"222":{"tf":1.0},"68":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"l":{"df":20,"docs":{"119":{"tf":1.0},"143":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.0},"183":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"222":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"237":{"tf":1.0},"240":{"tf":1.0},"53":{"tf":1.0},"8":{"tf":1.0},"87":{"tf":1.0},"89":{"tf":1.0},"98":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"230":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":5,"docs":{"108":{"tf":1.0},"217":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.4142135623730951},"7":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":4,"docs":{"149":{"tf":1.0},"228":{"tf":1.0},"29":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"211":{"tf":1.0},"233":{"tf":1.0},"257":{"tf":1.0},"37":{"tf":1.0},"83":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"218":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"o":{"a":{"df":1,"docs":{"230":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":7,"docs":{"111":{"tf":1.0},"117":{"tf":1.0},"121":{"tf":1.0},"169":{"tf":1.0},"176":{"tf":1.0},"51":{"tf":1.0},"81":{"tf":1.0}}}},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"206":{"tf":1.0},"74":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":4,"docs":{"20":{"tf":1.0},"200":{"tf":1.0},"237":{"tf":1.0},"73":{"tf":1.4142135623730951}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"181":{"tf":1.0},"184":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"a":{"df":6,"docs":{"113":{"tf":1.0},"144":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"167":{"tf":1.0},"174":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"l":{"d":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"87":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"232":{"tf":1.0}}}}},"n":{"df":1,"docs":{"232":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"8":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"100":{"tf":1.0},"110":{"tf":1.0},"248":{"tf":1.0},"88":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":13,"docs":{"143":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"210":{"tf":1.0},"214":{"tf":1.0},"218":{"tf":1.0},"241":{"tf":1.4142135623730951},"247":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":4,"docs":{"42":{"tf":1.0},"51":{"tf":1.0},"67":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"d":{".":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":3,"docs":{"146":{"tf":1.0},"232":{"tf":1.0},"8":{"tf":2.23606797749979}},"i":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":26,"docs":{"143":{"tf":1.7320508075688772},"147":{"tf":1.0},"166":{"tf":1.0},"179":{"tf":1.0},"183":{"tf":1.4142135623730951},"186":{"tf":1.0},"199":{"tf":1.0},"222":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"239":{"tf":1.4142135623730951},"240":{"tf":2.0},"249":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.4142135623730951},"66":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":1.4142135623730951},"88":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"146":{"tf":1.0}}}}}}},"l":{"d":{"df":1,"docs":{"172":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":3,"docs":{"180":{"tf":1.0},"199":{"tf":1.0},"206":{"tf":1.0}},"t":{"df":1,"docs":{"199":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"205":{"tf":1.0},"89":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":10,"docs":{"133":{"tf":1.0},"134":{"tf":1.7320508075688772},"135":{"tf":1.0},"203":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.7320508075688772},"240":{"tf":1.0},"42":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"131":{"tf":1.0},"134":{"tf":1.4142135623730951},"135":{"tf":1.0},"192":{"tf":1.0},"194":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.7320508075688772},"202":{"tf":1.7320508075688772},"203":{"tf":1.4142135623730951},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":17,"docs":{"112":{"tf":1.0},"128":{"tf":1.0},"148":{"tf":1.0},"166":{"tf":1.0},"190":{"tf":1.0},"194":{"tf":1.0},"197":{"tf":1.0},"211":{"tf":1.0},"225":{"tf":1.0},"233":{"tf":1.0},"243":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"93":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":14,"docs":{"124":{"tf":1.0},"154":{"tf":1.0},"185":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"202":{"tf":1.0},"209":{"tf":1.0},"217":{"tf":1.0},"233":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":6,"docs":{"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"233":{"tf":1.0},"44":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"112":{"tf":1.4142135623730951}}}}}}},"x":{",":{"1":{",":{"2":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"210":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"140":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":7,"docs":{"128":{"tf":1.0},"140":{"tf":1.0},"151":{"tf":2.449489742783178},"177":{"tf":2.23606797749979},"210":{"tf":2.23606797749979},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951}},"x":{"'":{"df":1,"docs":{"140":{"tf":1.0}}},".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":1,"docs":{"140":{"tf":1.0}}}}}},"df":1,"docs":{"140":{"tf":1.4142135623730951}}}},"y":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"112":{"tf":2.0}}}}}},"df":4,"docs":{"128":{"tf":1.4142135623730951},"151":{"tf":2.8284271247461903},"177":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"79":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"'":{"d":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.4142135623730951}}},"df":0,"docs":{},"r":{"df":2,"docs":{"44":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"248":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}}}}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":9,"docs":{"134":{"tf":1.0},"199":{"tf":1.4142135623730951},"21":{"tf":1.0},"40":{"tf":1.0},"66":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"77":{"tf":1.0},"79":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"74":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"title":{"root":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"239":{"tf":1.0},"257":{"tf":1.0}}}}}},"df":0,"docs":{}},"d":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"242":{"tf":1.0}}}}},"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":24,"docs":{"102":{"tf":1.0},"108":{"tf":1.0},"13":{"tf":1.0},"134":{"tf":1.0},"142":{"tf":1.0},"149":{"tf":1.0},"164":{"tf":1.0},"179":{"tf":1.0},"184":{"tf":1.0},"190":{"tf":1.0},"199":{"tf":1.0},"204":{"tf":1.0},"216":{"tf":1.0},"223":{"tf":1.0},"234":{"tf":1.0},"27":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"51":{"tf":1.0},"62":{"tf":1.0},"68":{"tf":1.0},"74":{"tf":1.0},"83":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"k":{"a":{"df":1,"docs":{"145":{"tf":1.0}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"218":{"tf":1.0},"236":{"tf":1.0},"88":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"207":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"195":{"tf":1.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"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":2,"docs":{"104":{"tf":1.0},"6":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"254":{"tf":1.0}}}}}}}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"195":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"113":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"244":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"175":{"tf":1.0},"208":{"tf":1.0},"6":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"246":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"160":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"39":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"208":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"258":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"231":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"208":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"259":{"tf":1.0},"80":{"tf":1.0}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":5,"docs":{"198":{"tf":1.0},"203":{"tf":1.0},"58":{"tf":1.0},"67":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"114":{"tf":1.0},"253":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"246":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"201":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"15":{"tf":1.0},"17":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"104":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"188":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"126":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"182":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"159":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"61":{"tf":1.0}}}}}}}},"d":{"b":{"c":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"230":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"19":{"tf":1.0}}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"250":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"y":{"(":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"213":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"220":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":34,"docs":{"100":{"tf":1.0},"105":{"tf":1.0},"11":{"tf":1.0},"115":{"tf":1.0},"124":{"tf":1.0},"131":{"tf":1.0},"139":{"tf":1.0},"146":{"tf":1.0},"154":{"tf":1.0},"16":{"tf":1.0},"161":{"tf":1.0},"169":{"tf":1.0},"176":{"tf":1.0},"183":{"tf":1.0},"189":{"tf":1.0},"196":{"tf":1.0},"20":{"tf":1.0},"202":{"tf":1.0},"209":{"tf":1.0},"214":{"tf":1.0},"221":{"tf":1.0},"232":{"tf":1.0},"24":{"tf":1.0},"32":{"tf":1.0},"40":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0},"65":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.0},"86":{"tf":1.0},"93":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":7,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"2":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"251":{"tf":1.0},"3":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"s":{"a":{"d":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":23,"docs":{"103":{"tf":1.0},"109":{"tf":1.0},"135":{"tf":1.0},"14":{"tf":1.0},"150":{"tf":1.0},"165":{"tf":1.0},"180":{"tf":1.0},"185":{"tf":1.0},"191":{"tf":1.0},"200":{"tf":1.0},"205":{"tf":1.0},"224":{"tf":1.0},"235":{"tf":1.0},"28":{"tf":1.0},"36":{"tf":1.0},"44":{"tf":1.0},"52":{"tf":1.0},"63":{"tf":1.0},"69":{"tf":1.0},"75":{"tf":1.0},"84":{"tf":1.0},"90":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":16,"docs":{"121":{"tf":1.0},"128":{"tf":1.0},"136":{"tf":1.0},"143":{"tf":1.0},"151":{"tf":1.0},"157":{"tf":1.0},"166":{"tf":1.0},"172":{"tf":1.0},"181":{"tf":1.0},"225":{"tf":1.0},"29":{"tf":1.0},"37":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0},"89":{"tf":1.0},"98":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"o":{"c":{"df":1,"docs":{"92":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"256":{"tf":1.0}}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"248":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"w":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"217":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":1,"docs":{"248":{"tf":1.0}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"92":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"252":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"39":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"104":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":32,"docs":{"101":{"tf":1.0},"106":{"tf":1.0},"117":{"tf":1.0},"12":{"tf":1.0},"132":{"tf":1.0},"140":{"tf":1.0},"148":{"tf":1.0},"155":{"tf":1.0},"162":{"tf":1.0},"170":{"tf":1.0},"177":{"tf":1.0},"186":{"tf":1.0},"192":{"tf":1.0},"198":{"tf":1.0},"203":{"tf":1.0},"21":{"tf":1.0},"210":{"tf":1.0},"215":{"tf":1.0},"222":{"tf":1.0},"233":{"tf":1.0},"25":{"tf":1.0},"33":{"tf":1.0},"41":{"tf":1.0},"49":{"tf":1.0},"58":{"tf":1.0},"67":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0},"95":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"85":{"tf":1.0}}}}}}}},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"206":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":3,"docs":{"194":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"85":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}},"n":{"df":1,"docs":{"120":{"tf":1.0}}},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"168":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":1,"docs":{"240":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"126":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"119":{"tf":1.0},"227":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"231":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"126":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"138":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"240":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"5":{"tf":1.0},"55":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"229":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"92":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"123":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"206":{"tf":1.0},"76":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"39":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"249":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"w":{"df":1,"docs":{"250":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":2,"docs":{"238":{"tf":1.0},"239":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"255":{"tf":1.0}}}}}}}}},"o":{"d":{"df":1,"docs":{"250":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{":":{":":{"df":0,"docs":{},"{":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"(":{"_":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"255":{"tf":1.0}}}},"df":1,"docs":{"188":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":19,"docs":{"107":{"tf":1.0},"116":{"tf":1.0},"125":{"tf":1.0},"133":{"tf":1.0},"141":{"tf":1.0},"147":{"tf":1.0},"156":{"tf":1.0},"163":{"tf":1.0},"171":{"tf":1.0},"178":{"tf":1.0},"197":{"tf":1.0},"211":{"tf":1.0},"26":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0},"94":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"99":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"130":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"85":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"118":{"tf":1.0},"120":{"tf":1.0},"195":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"244":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"240":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"76":{"tf":1.0}}}}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"240":{"tf":1.0}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"246":{"tf":1.0},"76":{"tf":1.0}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"246":{"tf":1.0}}}}}}}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"39":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"df":1,"docs":{"228":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"70":{"tf":1.0},"80":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":9,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"113":{"tf":1.0},"159":{"tf":1.0},"174":{"tf":1.0},"194":{"tf":1.0},"2":{"tf":1.0},"207":{"tf":1.0},"3":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"259":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"119":{"tf":1.0},"23":{"tf":1.0}}}}}}},"l":{"a":{"df":1,"docs":{"254":{"tf":1.0}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"145":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"220":{"tf":1.0}}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"182":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"245":{"tf":1.0},"246":{"tf":1.0},"249":{"tf":1.0},"254":{"tf":1.0}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"m":{"df":2,"docs":{"238":{"tf":1.0},"240":{"tf":1.0}}}},"v":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"85":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"126":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"228":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"253":{"tf":1.0}}}}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"df":1,"docs":{"138":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"248":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"(":{"_":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"242":{"tf":1.0}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"104":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"111":{"tf":1.0},"227":{"tf":1.0},"3":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"208":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":24,"docs":{"122":{"tf":1.0},"129":{"tf":1.0},"137":{"tf":1.0},"144":{"tf":1.0},"152":{"tf":1.0},"158":{"tf":1.0},"167":{"tf":1.0},"173":{"tf":1.0},"18":{"tf":1.0},"187":{"tf":1.0},"193":{"tf":1.0},"212":{"tf":1.0},"219":{"tf":1.0},"22":{"tf":1.0},"226":{"tf":1.0},"237":{"tf":1.0},"241":{"tf":1.0},"30":{"tf":1.0},"38":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.0},"79":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":1.0}}},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"256":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"c":{"df":0,"docs":{},"q":{"df":1,"docs":{"253":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"258":{"tf":1.0}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"182":{"tf":1.0},"188":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"247":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}}}},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"47":{"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":{"145":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"10":{"tf":1.0},"64":{"tf":1.0},"70":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"175":{"tf":1.0},"88":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"174":{"tf":1.0},"60":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":1,"docs":{"243":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"99":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"118":{"tf":1.0},"120":{"tf":1.0},"19":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"206":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":5,"docs":{"201":{"tf":1.0},"231":{"tf":1.0},"239":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"239":{"tf":1.0},"257":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"255":{"tf":1.0}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"188":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"227":{"tf":1.0}}}},"df":4,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"6":{"tf":1.0}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"39":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"153":{"tf":1.0}}}}}}}}},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"206":{"tf":1.0}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"201":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"y":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"112":{"tf":1.0}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"248":{"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":["intro.html#introduction","intro.html#participation","intro.html#design-patterns","intro.html#design-patterns-in-rust","translations.html#translations","idioms/index.html#idioms","idioms/coercion-arguments.html#use-borrowed-types-for-arguments","idioms/coercion-arguments.html#description","idioms/coercion-arguments.html#example","idioms/coercion-arguments.html#see-also","idioms/concat-format.html#concatenating-strings-with-format","idioms/concat-format.html#description","idioms/concat-format.html#example","idioms/concat-format.html#advantages","idioms/concat-format.html#disadvantages","idioms/ctor.html#constructors","idioms/ctor.html#description","idioms/ctor.html#default-constructors","idioms/ctor.html#see-also","idioms/default.html#the-default-trait","idioms/default.html#description","idioms/default.html#example","idioms/default.html#see-also","idioms/deref.html#collections-are-smart-pointers","idioms/deref.html#description","idioms/deref.html#example","idioms/deref.html#motivation","idioms/deref.html#advantages","idioms/deref.html#disadvantages","idioms/deref.html#discussion","idioms/deref.html#see-also","idioms/dtor-finally.html#finalisation-in-destructors","idioms/dtor-finally.html#description","idioms/dtor-finally.html#example","idioms/dtor-finally.html#motivation","idioms/dtor-finally.html#advantages","idioms/dtor-finally.html#disadvantages","idioms/dtor-finally.html#discussion","idioms/dtor-finally.html#see-also","idioms/mem-replace.html#memtake_-replace_-to-keep-owned-values-in-changed-enums","idioms/mem-replace.html#description","idioms/mem-replace.html#example","idioms/mem-replace.html#motivation","idioms/mem-replace.html#advantages","idioms/mem-replace.html#disadvantages","idioms/mem-replace.html#discussion","idioms/mem-replace.html#see-also","idioms/on-stack-dyn-dispatch.html#on-stack-dynamic-dispatch","idioms/on-stack-dyn-dispatch.html#description","idioms/on-stack-dyn-dispatch.html#example","idioms/on-stack-dyn-dispatch.html#motivation","idioms/on-stack-dyn-dispatch.html#advantages","idioms/on-stack-dyn-dispatch.html#disadvantages","idioms/on-stack-dyn-dispatch.html#discussion","idioms/on-stack-dyn-dispatch.html#see-also","idioms/ffi/intro.html#ffi-idioms","idioms/ffi/errors.html#error-handling-in-ffi","idioms/ffi/errors.html#description","idioms/ffi/errors.html#code-example","idioms/ffi/errors.html#flat-enums","idioms/ffi/errors.html#structured-enums","idioms/ffi/errors.html#custom-error-types","idioms/ffi/errors.html#advantages","idioms/ffi/errors.html#disadvantages","idioms/ffi/accepting-strings.html#accepting-strings","idioms/ffi/accepting-strings.html#description","idioms/ffi/accepting-strings.html#motivation","idioms/ffi/accepting-strings.html#code-example","idioms/ffi/accepting-strings.html#advantages","idioms/ffi/accepting-strings.html#disadvantages","idioms/ffi/passing-strings.html#passing-strings","idioms/ffi/passing-strings.html#description","idioms/ffi/passing-strings.html#motivation","idioms/ffi/passing-strings.html#code-example","idioms/ffi/passing-strings.html#advantages","idioms/ffi/passing-strings.html#disadvantages","idioms/option-iter.html#iterating-over-an-option","idioms/option-iter.html#description","idioms/option-iter.html#examples","idioms/option-iter.html#see-also","idioms/pass-var-to-closure.html#pass-variables-to-closure","idioms/pass-var-to-closure.html#description","idioms/pass-var-to-closure.html#example","idioms/pass-var-to-closure.html#advantages","idioms/pass-var-to-closure.html#disadvantages","idioms/priv-extend.html#non_exhaustive-and-private-fields-for-extensibility","idioms/priv-extend.html#description","idioms/priv-extend.html#example","idioms/priv-extend.html#alternative-private-fields-for-structs","idioms/priv-extend.html#discussion","idioms/priv-extend.html#disadvantages","idioms/priv-extend.html#see-also","idioms/rustdoc-init.html#easy-doc-initialization","idioms/rustdoc-init.html#description","idioms/rustdoc-init.html#motivation","idioms/rustdoc-init.html#example","idioms/rustdoc-init.html#advantages","idioms/rustdoc-init.html#disadvantages","idioms/rustdoc-init.html#discussion","idioms/temporary-mutability.html#temporary-mutability","idioms/temporary-mutability.html#description","idioms/temporary-mutability.html#example","idioms/temporary-mutability.html#advantages","idioms/temporary-mutability.html#disadvantages","idioms/return-consumed-arg-on-error.html#return-consumed-argument-on-error","idioms/return-consumed-arg-on-error.html#description","idioms/return-consumed-arg-on-error.html#example","idioms/return-consumed-arg-on-error.html#motivation","idioms/return-consumed-arg-on-error.html#advantages","idioms/return-consumed-arg-on-error.html#disadvantages","patterns/index.html#design-patterns","patterns/index.html#design-patterns-in-rust","patterns/index.html#yagni","patterns/behavioural/intro.html#behavioural-patterns","patterns/behavioural/command.html#command","patterns/behavioural/command.html#description","patterns/behavioural/command.html#motivation","patterns/behavioural/command.html#example","patterns/behavioural/command.html#approach-using-trait-objects","patterns/behavioural/command.html#approach-using-function-pointers","patterns/behavioural/command.html#approach-using-fn-trait-objects","patterns/behavioural/command.html#discussion","patterns/behavioural/command.html#see-also","patterns/behavioural/interpreter.html#interpreter","patterns/behavioural/interpreter.html#description","patterns/behavioural/interpreter.html#motivation","patterns/behavioural/interpreter.html#context-free-grammar-for-our-problem","patterns/behavioural/interpreter.html#solution","patterns/behavioural/interpreter.html#discussion","patterns/behavioural/interpreter.html#see-also","patterns/behavioural/newtype.html#newtype","patterns/behavioural/newtype.html#description","patterns/behavioural/newtype.html#example","patterns/behavioural/newtype.html#motivation","patterns/behavioural/newtype.html#advantages","patterns/behavioural/newtype.html#disadvantages","patterns/behavioural/newtype.html#discussion","patterns/behavioural/newtype.html#see-also","patterns/behavioural/RAII.html#raii-with-guards","patterns/behavioural/RAII.html#description","patterns/behavioural/RAII.html#example","patterns/behavioural/RAII.html#motivation","patterns/behavioural/RAII.html#advantages","patterns/behavioural/RAII.html#discussion","patterns/behavioural/RAII.html#see-also","patterns/behavioural/strategy.html#strategy-aka-policy","patterns/behavioural/strategy.html#description","patterns/behavioural/strategy.html#motivation","patterns/behavioural/strategy.html#example","patterns/behavioural/strategy.html#advantages","patterns/behavioural/strategy.html#disadvantages","patterns/behavioural/strategy.html#discussion","patterns/behavioural/strategy.html#see-also","patterns/behavioural/visitor.html#visitor","patterns/behavioural/visitor.html#description","patterns/behavioural/visitor.html#example","patterns/behavioural/visitor.html#motivation","patterns/behavioural/visitor.html#discussion","patterns/behavioural/visitor.html#see-also","patterns/creational/intro.html#creational-patterns","patterns/creational/builder.html#builder","patterns/creational/builder.html#description","patterns/creational/builder.html#example","patterns/creational/builder.html#motivation","patterns/creational/builder.html#advantages","patterns/creational/builder.html#disadvantages","patterns/creational/builder.html#discussion","patterns/creational/builder.html#see-also","patterns/creational/fold.html#fold","patterns/creational/fold.html#description","patterns/creational/fold.html#example","patterns/creational/fold.html#motivation","patterns/creational/fold.html#discussion","patterns/creational/fold.html#see-also","patterns/structural/intro.html#structural-patterns","patterns/structural/compose-structs.html#compose-structs-together-for-better-borrowing","patterns/structural/compose-structs.html#description","patterns/structural/compose-structs.html#example","patterns/structural/compose-structs.html#motivation","patterns/structural/compose-structs.html#advantages","patterns/structural/compose-structs.html#disadvantages","patterns/structural/compose-structs.html#discussion","patterns/structural/small-crates.html#prefer-small-crates","patterns/structural/small-crates.html#description","patterns/structural/small-crates.html#advantages","patterns/structural/small-crates.html#disadvantages","patterns/structural/small-crates.html#examples","patterns/structural/small-crates.html#see-also","patterns/structural/unsafe-mods.html#contain-unsafety-in-small-modules","patterns/structural/unsafe-mods.html#description","patterns/structural/unsafe-mods.html#advantages","patterns/structural/unsafe-mods.html#disadvantages","patterns/structural/unsafe-mods.html#examples","patterns/structural/unsafe-mods.html#see-also","patterns/ffi/intro.html#ffi-patterns","patterns/ffi/export.html#object-based-apis","patterns/ffi/export.html#description","patterns/ffi/export.html#motivation","patterns/ffi/export.html#code-example","patterns/ffi/export.html#advantages","patterns/ffi/export.html#disadvantages","patterns/ffi/wrappers.html#type-consolidation-into-wrappers","patterns/ffi/wrappers.html#description","patterns/ffi/wrappers.html#code-example","patterns/ffi/wrappers.html#advantages","patterns/ffi/wrappers.html#disadvantages","patterns/ffi/wrappers.html#trying-to-wrap-iterators-and-failing","anti_patterns/index.html#anti-patterns","anti_patterns/borrow_clone.html#clone-to-satisfy-the-borrow-checker","anti_patterns/borrow_clone.html#description","anti_patterns/borrow_clone.html#example","anti_patterns/borrow_clone.html#motivation","anti_patterns/borrow_clone.html#see-also","anti_patterns/deny-warnings.html#denywarnings","anti_patterns/deny-warnings.html#description","anti_patterns/deny-warnings.html#example","anti_patterns/deny-warnings.html#advantages","anti_patterns/deny-warnings.html#drawbacks","anti_patterns/deny-warnings.html#alternatives","anti_patterns/deny-warnings.html#see-also","anti_patterns/deref.html#deref-polymorphism","anti_patterns/deref.html#description","anti_patterns/deref.html#example","anti_patterns/deref.html#advantages","anti_patterns/deref.html#disadvantages","anti_patterns/deref.html#discussion","anti_patterns/deref.html#see-also","functional/index.html#functional-usage-of-rust","functional/paradigms.html#programming-paradigms","functional/paradigms.html#imperative","functional/paradigms.html#declarative","functional/generics-type-classes.html#generics-as-type-classes","functional/generics-type-classes.html#description","functional/generics-type-classes.html#example","functional/generics-type-classes.html#advantages","functional/generics-type-classes.html#disadvantages","functional/generics-type-classes.html#alternatives","functional/generics-type-classes.html#see-also","functional/lenses.html#lenses-and-prisms","functional/lenses.html#lenses-uniform-access-across-types","functional/lenses.html#prisms-a-higher-order-form-of-optics","functional/lenses.html#see-also","additional_resources/index.html#additional-resources","additional_resources/index.html#talks","additional_resources/index.html#books-online","additional_resources/design-principles.html#design-principles","additional_resources/design-principles.html#a-brief-overview-over-common-design-principles","additional_resources/design-principles.html#solid","additional_resources/design-principles.html#dry-dont-repeat-yourself","additional_resources/design-principles.html#kiss-principle","additional_resources/design-principles.html#law-of-demeter-lod","additional_resources/design-principles.html#design-by-contract-dbc","additional_resources/design-principles.html#encapsulation","additional_resources/design-principles.html#command-query-separationcqs","additional_resources/design-principles.html#principle-of-least-astonishment-pola","additional_resources/design-principles.html#linguistic-modular-units","additional_resources/design-principles.html#self-documentation","additional_resources/design-principles.html#uniform-access","additional_resources/design-principles.html#single-choice","additional_resources/design-principles.html#persistence-closure"],"index":{"documentStore":{"docInfo":{"0":{"body":0,"breadcrumbs":2,"title":1},"1":{"body":7,"breadcrumbs":2,"title":1},"10":{"body":0,"breadcrumbs":7,"title":3},"100":{"body":23,"breadcrumbs":4,"title":1},"101":{"body":28,"breadcrumbs":4,"title":1},"102":{"body":7,"breadcrumbs":4,"title":1},"103":{"body":15,"breadcrumbs":4,"title":1},"104":{"body":0,"breadcrumbs":9,"title":4},"105":{"body":10,"breadcrumbs":6,"title":1},"106":{"body":56,"breadcrumbs":6,"title":1},"107":{"body":42,"breadcrumbs":6,"title":1},"108":{"body":6,"breadcrumbs":6,"title":1},"109":{"body":5,"breadcrumbs":6,"title":1},"11":{"body":22,"breadcrumbs":5,"title":1},"110":{"body":55,"breadcrumbs":4,"title":2},"111":{"body":15,"breadcrumbs":5,"title":3},"112":{"body":39,"breadcrumbs":3,"title":1},"113":{"body":15,"breadcrumbs":5,"title":2},"114":{"body":0,"breadcrumbs":5,"title":1},"115":{"body":10,"breadcrumbs":5,"title":1},"116":{"body":43,"breadcrumbs":5,"title":1},"117":{"body":39,"breadcrumbs":5,"title":1},"118":{"body":112,"breadcrumbs":8,"title":4},"119":{"body":110,"breadcrumbs":8,"title":4},"12":{"body":20,"breadcrumbs":5,"title":1},"120":{"body":97,"breadcrumbs":9,"title":5},"121":{"body":71,"breadcrumbs":5,"title":1},"122":{"body":6,"breadcrumbs":5,"title":1},"123":{"body":0,"breadcrumbs":5,"title":1},"124":{"body":34,"breadcrumbs":5,"title":1},"125":{"body":26,"breadcrumbs":5,"title":1},"126":{"body":72,"breadcrumbs":8,"title":4},"127":{"body":97,"breadcrumbs":5,"title":1},"128":{"body":92,"breadcrumbs":5,"title":1},"129":{"body":6,"breadcrumbs":5,"title":1},"13":{"body":8,"breadcrumbs":5,"title":1},"130":{"body":36,"breadcrumbs":5,"title":1},"131":{"body":16,"breadcrumbs":5,"title":1},"132":{"body":41,"breadcrumbs":5,"title":1},"133":{"body":36,"breadcrumbs":5,"title":1},"134":{"body":31,"breadcrumbs":5,"title":1},"135":{"body":27,"breadcrumbs":5,"title":1},"136":{"body":65,"breadcrumbs":5,"title":1},"137":{"body":17,"breadcrumbs":5,"title":1},"138":{"body":0,"breadcrumbs":7,"title":2},"139":{"body":33,"breadcrumbs":6,"title":1},"14":{"body":18,"breadcrumbs":5,"title":1},"140":{"body":107,"breadcrumbs":6,"title":1},"141":{"body":15,"breadcrumbs":6,"title":1},"142":{"body":7,"breadcrumbs":6,"title":1},"143":{"body":102,"breadcrumbs":6,"title":1},"144":{"body":14,"breadcrumbs":6,"title":1},"145":{"body":0,"breadcrumbs":7,"title":3},"146":{"body":64,"breadcrumbs":5,"title":1},"147":{"body":37,"breadcrumbs":5,"title":1},"148":{"body":130,"breadcrumbs":5,"title":1},"149":{"body":30,"breadcrumbs":5,"title":1},"15":{"body":0,"breadcrumbs":3,"title":1},"150":{"body":19,"breadcrumbs":5,"title":1},"151":{"body":173,"breadcrumbs":5,"title":1},"152":{"body":7,"breadcrumbs":5,"title":1},"153":{"body":0,"breadcrumbs":5,"title":1},"154":{"body":34,"breadcrumbs":5,"title":1},"155":{"body":120,"breadcrumbs":5,"title":1},"156":{"body":27,"breadcrumbs":5,"title":1},"157":{"body":61,"breadcrumbs":5,"title":1},"158":{"body":18,"breadcrumbs":5,"title":1},"159":{"body":32,"breadcrumbs":5,"title":2},"16":{"body":49,"breadcrumbs":3,"title":1},"160":{"body":0,"breadcrumbs":5,"title":1},"161":{"body":5,"breadcrumbs":5,"title":1},"162":{"body":101,"breadcrumbs":5,"title":1},"163":{"body":8,"breadcrumbs":5,"title":1},"164":{"body":15,"breadcrumbs":5,"title":1},"165":{"body":9,"breadcrumbs":5,"title":1},"166":{"body":79,"breadcrumbs":5,"title":1},"167":{"body":20,"breadcrumbs":5,"title":1},"168":{"body":0,"breadcrumbs":5,"title":1},"169":{"body":36,"breadcrumbs":5,"title":1},"17":{"body":109,"breadcrumbs":4,"title":2},"170":{"body":146,"breadcrumbs":5,"title":1},"171":{"body":52,"breadcrumbs":5,"title":1},"172":{"body":100,"breadcrumbs":5,"title":1},"173":{"body":55,"breadcrumbs":5,"title":1},"174":{"body":11,"breadcrumbs":5,"title":2},"175":{"body":4,"breadcrumbs":10,"title":5},"176":{"body":49,"breadcrumbs":6,"title":1},"177":{"body":116,"breadcrumbs":6,"title":1},"178":{"body":3,"breadcrumbs":6,"title":1},"179":{"body":9,"breadcrumbs":6,"title":1},"18":{"body":21,"breadcrumbs":3,"title":1},"180":{"body":20,"breadcrumbs":6,"title":1},"181":{"body":46,"breadcrumbs":6,"title":1},"182":{"body":0,"breadcrumbs":9,"title":3},"183":{"body":39,"breadcrumbs":7,"title":1},"184":{"body":41,"breadcrumbs":7,"title":1},"185":{"body":60,"breadcrumbs":7,"title":1},"186":{"body":21,"breadcrumbs":7,"title":1},"187":{"body":5,"breadcrumbs":7,"title":1},"188":{"body":0,"breadcrumbs":11,"title":4},"189":{"body":40,"breadcrumbs":8,"title":1},"19":{"body":0,"breadcrumbs":5,"title":2},"190":{"body":13,"breadcrumbs":8,"title":1},"191":{"body":8,"breadcrumbs":8,"title":1},"192":{"body":38,"breadcrumbs":8,"title":1},"193":{"body":6,"breadcrumbs":8,"title":1},"194":{"body":46,"breadcrumbs":8,"title":2},"195":{"body":0,"breadcrumbs":12,"title":3},"196":{"body":40,"breadcrumbs":10,"title":1},"197":{"body":112,"breadcrumbs":10,"title":1},"198":{"body":273,"breadcrumbs":11,"title":2},"199":{"body":347,"breadcrumbs":10,"title":1},"2":{"body":52,"breadcrumbs":3,"title":2},"20":{"body":70,"breadcrumbs":4,"title":1},"200":{"body":101,"breadcrumbs":10,"title":1},"201":{"body":0,"breadcrumbs":12,"title":3},"202":{"body":85,"breadcrumbs":10,"title":1},"203":{"body":76,"breadcrumbs":11,"title":2},"204":{"body":17,"breadcrumbs":10,"title":1},"205":{"body":36,"breadcrumbs":10,"title":1},"206":{"body":262,"breadcrumbs":13,"title":4},"207":{"body":35,"breadcrumbs":4,"title":2},"208":{"body":0,"breadcrumbs":10,"title":4},"209":{"body":33,"breadcrumbs":7,"title":1},"21":{"body":72,"breadcrumbs":4,"title":1},"210":{"body":41,"breadcrumbs":7,"title":1},"211":{"body":151,"breadcrumbs":7,"title":1},"212":{"body":22,"breadcrumbs":7,"title":1},"213":{"body":0,"breadcrumbs":4,"title":1},"214":{"body":13,"breadcrumbs":4,"title":1},"215":{"body":2,"breadcrumbs":4,"title":1},"216":{"body":5,"breadcrumbs":4,"title":1},"217":{"body":102,"breadcrumbs":4,"title":1},"218":{"body":106,"breadcrumbs":4,"title":1},"219":{"body":26,"breadcrumbs":4,"title":1},"22":{"body":15,"breadcrumbs":4,"title":1},"220":{"body":0,"breadcrumbs":6,"title":2},"221":{"body":10,"breadcrumbs":5,"title":1},"222":{"body":131,"breadcrumbs":5,"title":1},"223":{"body":9,"breadcrumbs":5,"title":1},"224":{"body":87,"breadcrumbs":5,"title":1},"225":{"body":90,"breadcrumbs":5,"title":1},"226":{"body":13,"breadcrumbs":5,"title":1},"227":{"body":35,"breadcrumbs":5,"title":3},"228":{"body":25,"breadcrumbs":6,"title":2},"229":{"body":61,"breadcrumbs":5,"title":1},"23":{"body":0,"breadcrumbs":7,"title":3},"230":{"body":95,"breadcrumbs":5,"title":1},"231":{"body":0,"breadcrumbs":8,"title":3},"232":{"body":173,"breadcrumbs":6,"title":1},"233":{"body":378,"breadcrumbs":6,"title":1},"234":{"body":44,"breadcrumbs":6,"title":1},"235":{"body":13,"breadcrumbs":6,"title":1},"236":{"body":23,"breadcrumbs":6,"title":1},"237":{"body":147,"breadcrumbs":6,"title":1},"238":{"body":19,"breadcrumbs":6,"title":2},"239":{"body":363,"breadcrumbs":8,"title":4},"24":{"body":12,"breadcrumbs":5,"title":1},"240":{"body":558,"breadcrumbs":9,"title":5},"241":{"body":66,"breadcrumbs":5,"title":1},"242":{"body":4,"breadcrumbs":4,"title":2},"243":{"body":22,"breadcrumbs":3,"title":1},"244":{"body":3,"breadcrumbs":4,"title":2},"245":{"body":0,"breadcrumbs":6,"title":2},"246":{"body":0,"breadcrumbs":10,"title":6},"247":{"body":59,"breadcrumbs":5,"title":1},"248":{"body":8,"breadcrumbs":8,"title":4},"249":{"body":15,"breadcrumbs":6,"title":2},"25":{"body":48,"breadcrumbs":5,"title":1},"250":{"body":14,"breadcrumbs":7,"title":3},"251":{"body":19,"breadcrumbs":7,"title":3},"252":{"body":25,"breadcrumbs":5,"title":1},"253":{"body":17,"breadcrumbs":7,"title":3},"254":{"body":11,"breadcrumbs":7,"title":3},"255":{"body":12,"breadcrumbs":7,"title":3},"256":{"body":15,"breadcrumbs":6,"title":2},"257":{"body":20,"breadcrumbs":6,"title":2},"258":{"body":19,"breadcrumbs":6,"title":2},"259":{"body":25,"breadcrumbs":6,"title":2},"26":{"body":28,"breadcrumbs":5,"title":1},"27":{"body":16,"breadcrumbs":5,"title":1},"28":{"body":21,"breadcrumbs":5,"title":1},"29":{"body":97,"breadcrumbs":5,"title":1},"3":{"body":70,"breadcrumbs":4,"title":3},"30":{"body":7,"breadcrumbs":5,"title":1},"31":{"body":0,"breadcrumbs":5,"title":2},"32":{"body":19,"breadcrumbs":4,"title":1},"33":{"body":35,"breadcrumbs":4,"title":1},"34":{"body":46,"breadcrumbs":4,"title":1},"35":{"body":10,"breadcrumbs":4,"title":1},"36":{"body":51,"breadcrumbs":4,"title":1},"37":{"body":129,"breadcrumbs":4,"title":1},"38":{"body":2,"breadcrumbs":4,"title":1},"39":{"body":0,"breadcrumbs":10,"title":7},"4":{"body":8,"breadcrumbs":3,"title":1},"40":{"body":24,"breadcrumbs":4,"title":1},"41":{"body":90,"breadcrumbs":4,"title":1},"42":{"body":119,"breadcrumbs":4,"title":1},"43":{"body":7,"breadcrumbs":4,"title":1},"44":{"body":38,"breadcrumbs":4,"title":1},"45":{"body":45,"breadcrumbs":4,"title":1},"46":{"body":10,"breadcrumbs":4,"title":1},"47":{"body":0,"breadcrumbs":7,"title":3},"48":{"body":22,"breadcrumbs":5,"title":1},"49":{"body":42,"breadcrumbs":5,"title":1},"5":{"body":61,"breadcrumbs":2,"title":1},"50":{"body":38,"breadcrumbs":5,"title":1},"51":{"body":19,"breadcrumbs":5,"title":1},"52":{"body":23,"breadcrumbs":5,"title":1},"53":{"body":66,"breadcrumbs":5,"title":1},"54":{"body":23,"breadcrumbs":5,"title":1},"55":{"body":44,"breadcrumbs":7,"title":2},"56":{"body":0,"breadcrumbs":10,"title":3},"57":{"body":53,"breadcrumbs":8,"title":1},"58":{"body":0,"breadcrumbs":9,"title":2},"59":{"body":30,"breadcrumbs":9,"title":2},"6":{"body":0,"breadcrumbs":9,"title":4},"60":{"body":104,"breadcrumbs":9,"title":2},"61":{"body":45,"breadcrumbs":10,"title":3},"62":{"body":11,"breadcrumbs":8,"title":1},"63":{"body":7,"breadcrumbs":8,"title":1},"64":{"body":0,"breadcrumbs":9,"title":2},"65":{"body":28,"breadcrumbs":8,"title":1},"66":{"body":83,"breadcrumbs":8,"title":1},"67":{"body":70,"breadcrumbs":9,"title":2},"68":{"body":173,"breadcrumbs":8,"title":1},"69":{"body":1,"breadcrumbs":8,"title":1},"7":{"body":77,"breadcrumbs":6,"title":1},"70":{"body":0,"breadcrumbs":9,"title":2},"71":{"body":36,"breadcrumbs":8,"title":1},"72":{"body":52,"breadcrumbs":8,"title":1},"73":{"body":71,"breadcrumbs":9,"title":2},"74":{"body":85,"breadcrumbs":8,"title":1},"75":{"body":1,"breadcrumbs":8,"title":1},"76":{"body":0,"breadcrumbs":7,"title":3},"77":{"body":18,"breadcrumbs":5,"title":1},"78":{"body":60,"breadcrumbs":5,"title":1},"79":{"body":31,"breadcrumbs":5,"title":1},"8":{"body":262,"breadcrumbs":6,"title":1},"80":{"body":0,"breadcrumbs":7,"title":3},"81":{"body":27,"breadcrumbs":5,"title":1},"82":{"body":42,"breadcrumbs":5,"title":1},"83":{"body":25,"breadcrumbs":5,"title":1},"84":{"body":4,"breadcrumbs":5,"title":1},"85":{"body":0,"breadcrumbs":7,"title":4},"86":{"body":49,"breadcrumbs":4,"title":1},"87":{"body":60,"breadcrumbs":4,"title":1},"88":{"body":94,"breadcrumbs":7,"title":4},"89":{"body":68,"breadcrumbs":4,"title":1},"9":{"body":18,"breadcrumbs":6,"title":1},"90":{"body":63,"breadcrumbs":4,"title":1},"91":{"body":6,"breadcrumbs":4,"title":1},"92":{"body":0,"breadcrumbs":7,"title":3},"93":{"body":15,"breadcrumbs":5,"title":1},"94":{"body":57,"breadcrumbs":5,"title":1},"95":{"body":50,"breadcrumbs":5,"title":1},"96":{"body":7,"breadcrumbs":5,"title":1},"97":{"body":20,"breadcrumbs":5,"title":1},"98":{"body":25,"breadcrumbs":5,"title":1},"99":{"body":0,"breadcrumbs":5,"title":2}},"docs":{"0":{"body":"","breadcrumbs":"Introduction » Introduction","id":"0","title":"Introduction"},"1":{"body":"If you are interested in contributing to this book, check out the contribution guidelines .","breadcrumbs":"Introduction » Participation","id":"1","title":"Participation"},"10":{"body":"","breadcrumbs":"Idioms » Concatenating Strings with format! » Concatenating strings with format!","id":"10","title":"Concatenating strings with format!"},"100":{"body":"Often it is necessary to prepare and process some data, but after that data are only inspected and never modified. The intention can be made explicit by redefining the mutable variable as immutable. It can be done either by processing data within a nested block or by redefining the variable.","breadcrumbs":"Idioms » Temporary mutability » Description","id":"100","title":"Description"},"101":{"body":"Say, vector must be sorted before usage. Using nested block: let data = { let mut data = get_vec(); data.sort(); data\n}; // Here `data` is immutable. Using variable rebinding: let mut data = get_vec();\ndata.sort();\nlet data = data; // Here `data` is immutable.","breadcrumbs":"Idioms » Temporary mutability » Example","id":"101","title":"Example"},"102":{"body":"Compiler ensures that you don't accidentally mutate data after some point.","breadcrumbs":"Idioms » Temporary mutability » Advantages","id":"102","title":"Advantages"},"103":{"body":"Nested block requires additional indentation of block body. One more line to return data from block or redefine variable.","breadcrumbs":"Idioms » Temporary mutability » Disadvantages","id":"103","title":"Disadvantages"},"104":{"body":"","breadcrumbs":"Idioms » Return consumed arg on error » Return consumed argument on error","id":"104","title":"Return consumed argument on error"},"105":{"body":"If a fallible function consumes (moves) an argument, return that argument back inside an error.","breadcrumbs":"Idioms » Return consumed arg on error » Description","id":"105","title":"Description"},"106":{"body":"pub fn send(value: String) -> Result<(), SendError> { println!(\"using {value} in a meaningful way\"); // Simulate non-deterministic fallible action. use std::time::SystemTime; let period = SystemTime::now().duration_since(SystemTime::UNIX_EPOCH).unwrap(); if period.subsec_nanos() % 2 == 1 { Ok(()) } else { Err(SendError(value)) }\n} pub struct SendError(String); fn main() { let mut value = \"imagine this is very long string\".to_string(); let success = 's: { // Try to send value two times. for _ in 0..2 { value = match send(value) { Ok(()) => break 's true, Err(SendError(value)) => value, } } false }; println!(\"success: {}\", success);\n}","breadcrumbs":"Idioms » Return consumed arg on error » Example","id":"106","title":"Example"},"107":{"body":"In case of error you may want to try some alternative way or to retry action in case of non-deterministic function. But if the argument is always consumed, you are forced to clone it on every call, which is not very efficient. The standard library uses this approach in e.g. String::from_utf8 method. When given a vector that doesn't contain valid UTF-8, a FromUtf8Error is returned. You can get original vector back using FromUtf8Error::into_bytes method.","breadcrumbs":"Idioms » Return consumed arg on error » Motivation","id":"107","title":"Motivation"},"108":{"body":"Better performance because of moving arguments whenever possible.","breadcrumbs":"Idioms » Return consumed arg on error » Advantages","id":"108","title":"Advantages"},"109":{"body":"Slightly more complex error types.","breadcrumbs":"Idioms » Return consumed arg on error » Disadvantages","id":"109","title":"Disadvantages"},"11":{"body":"It is possible to build up strings using the push and push_str methods on a mutable String, or using its + operator. However, it is often more convenient to use format!, especially where there is a mix of literal and non-literal strings.","breadcrumbs":"Idioms » Concatenating Strings with format! » Description","id":"11","title":"Description"},"110":{"body":"Design patterns are \"general reusable solutions to a commonly occurring problem within a given context in software design\". Design patterns are a great way to describe the culture of a programming language. Design patterns are very language-specific - what is a pattern in one language may be unnecessary in another due to a language feature, or impossible to express due to a missing feature. If overused, design patterns can add unnecessary complexity to programs. However, they are a great way to share intermediate and advanced level knowledge about a programming language.","breadcrumbs":"Design Patterns » Design Patterns","id":"110","title":"Design Patterns"},"111":{"body":"Rust has many unique features. These features give us great benefit by removing whole classes of problems. Some of them are also patterns that are unique to Rust.","breadcrumbs":"Design Patterns » Design patterns in Rust","id":"111","title":"Design patterns in Rust"},"112":{"body":"YAGNI is an acronym that stands for You Aren't Going to Need It. It's a vital software design principle to apply as you write code. The best code I ever wrote was code I never wrote. If we apply YAGNI to design patterns, we see that the features of Rust allow us to throw out many patterns. For instance, there is no need for the strategy pattern in Rust because we can just use traits .","breadcrumbs":"Design Patterns » YAGNI","id":"112","title":"YAGNI"},"113":{"body":"From Wikipedia : Design patterns that identify common communication patterns among objects. By doing so, these patterns increase flexibility in carrying out communication.","breadcrumbs":"Design Patterns » Behavioural » Behavioural Patterns","id":"113","title":"Behavioural Patterns"},"114":{"body":"","breadcrumbs":"Design Patterns » Behavioural » Command » Command","id":"114","title":"Command"},"115":{"body":"The basic idea of the Command pattern is to separate out actions into its own objects and pass them as parameters.","breadcrumbs":"Design Patterns » Behavioural » Command » Description","id":"115","title":"Description"},"116":{"body":"Suppose we have a sequence of actions or transactions encapsulated as objects. We want these actions or commands to be executed or invoked in some order later at different time. These commands may also be triggered as a result of some event. For example, when a user pushes a button, or on arrival of a data packet. In addition, these commands might be undoable. This may come in useful for operations of an editor. We might want to store logs of executed commands so that we could reapply the changes later if the system crashes.","breadcrumbs":"Design Patterns » Behavioural » Command » Motivation","id":"116","title":"Motivation"},"117":{"body":"Define two database operations create table and add field. Each of these operations is a command which knows how to undo the command, e.g., drop table and remove field. When a user invokes a database migration operation then each command is executed in the defined order, and when the user invokes the rollback operation then the whole set of commands is invoked in reverse order.","breadcrumbs":"Design Patterns » Behavioural » Command » Example","id":"117","title":"Example"},"118":{"body":"We define a common trait which encapsulates our command with two operations execute and rollback. All command structs must implement this trait. pub trait Migration { fn execute(&self) -> &str; fn rollback(&self) -> &str;\n} pub struct CreateTable;\nimpl Migration for CreateTable { fn execute(&self) -> &str { \"create table\" } fn rollback(&self) -> &str { \"drop table\" }\n} pub struct AddField;\nimpl Migration for AddField { fn execute(&self) -> &str { \"add field\" } fn rollback(&self) -> &str { \"remove field\" }\n} struct Schema { commands: Vec>,\n} impl Schema { fn new() -> Self { Self { commands: vec![] } } fn add_migration(&mut self, cmd: Box) { self.commands.push(cmd); } fn execute(&self) -> Vec<&str> { self.commands.iter().map(|cmd| cmd.execute()).collect() } fn rollback(&self) -> Vec<&str> { self.commands .iter() .rev() // reverse iterator's direction .map(|cmd| cmd.rollback()) .collect() }\n} fn main() { let mut schema = Schema::new(); let cmd = Box::new(CreateTable); schema.add_migration(cmd); let cmd = Box::new(AddField); schema.add_migration(cmd); assert_eq!(vec![\"create table\", \"add field\"], schema.execute()); assert_eq!(vec![\"remove field\", \"drop table\"], schema.rollback());\n}","breadcrumbs":"Design Patterns » Behavioural » Command » Approach: Using trait objects","id":"118","title":"Approach: Using trait objects"},"119":{"body":"We could follow another approach by creating each individual command as a different function and store function pointers to invoke these functions later at a different time. Since function pointers implement all three traits Fn, FnMut, and FnOnce we could as well pass and store closures instead of function pointers. type FnPtr = fn() -> String;\nstruct Command { execute: FnPtr, rollback: FnPtr,\n} struct Schema { commands: Vec,\n} impl Schema { fn new() -> Self { Self { commands: vec![] } } fn add_migration(&mut self, execute: FnPtr, rollback: FnPtr) { self.commands.push(Command { execute, rollback }); } fn execute(&self) -> Vec { self.commands.iter().map(|cmd| (cmd.execute)()).collect() } fn rollback(&self) -> Vec { self.commands .iter() .rev() .map(|cmd| (cmd.rollback)()) .collect() }\n} fn add_field() -> String { \"add field\".to_string()\n} fn remove_field() -> String { \"remove field\".to_string()\n} fn main() { let mut schema = Schema::new(); schema.add_migration(|| \"create table\".to_string(), || \"drop table\".to_string()); schema.add_migration(add_field, remove_field); assert_eq!(vec![\"create table\", \"add field\"], schema.execute()); assert_eq!(vec![\"remove field\", \"drop table\"], schema.rollback());\n}","breadcrumbs":"Design Patterns » Behavioural » Command » Approach: Using function pointers","id":"119","title":"Approach: Using function pointers"},"12":{"body":"fn say_hello(name: &str) -> String { // We could construct the result string manually. // let mut result = \"Hello \".to_owned(); // result.push_str(name); // result.push('!'); // result // But using format! is better. format!(\"Hello {}!\", name)\n}","breadcrumbs":"Idioms » Concatenating Strings with format! » Example","id":"12","title":"Example"},"120":{"body":"Finally, instead of defining a common command trait we could store each command implementing the Fn trait separately in vectors. type Migration<'a> = Box &'a str>; struct Schema<'a> { executes: Vec>, rollbacks: Vec>,\n} impl<'a> Schema<'a> { fn new() -> Self { Self { executes: vec![], rollbacks: vec![], } } fn add_migration(&mut self, execute: E, rollback: R) where E: Fn() -> &'a str + 'static, R: Fn() -> &'a str + 'static, { self.executes.push(Box::new(execute)); self.rollbacks.push(Box::new(rollback)); } fn execute(&self) -> Vec<&str> { self.executes.iter().map(|cmd| cmd()).collect() } fn rollback(&self) -> Vec<&str> { self.rollbacks.iter().rev().map(|cmd| cmd()).collect() }\n} fn add_field() -> &'static str { \"add field\"\n} fn remove_field() -> &'static str { \"remove field\"\n} fn main() { let mut schema = Schema::new(); schema.add_migration(|| \"create table\", || \"drop table\"); schema.add_migration(add_field, remove_field); assert_eq!(vec![\"create table\", \"add field\"], schema.execute()); assert_eq!(vec![\"remove field\", \"drop table\"], schema.rollback());\n}","breadcrumbs":"Design Patterns » Behavioural » Command » Approach: Using Fn trait objects","id":"120","title":"Approach: Using Fn trait objects"},"121":{"body":"If our commands are small and may be defined as functions or passed as a closure then using function pointers might be preferable since it does not exploit dynamic dispatch. But if our command is a whole struct with a bunch of functions and variables defined as seperated module then using trait objects would be more suitable. A case of application can be found in actix , which uses trait objects when it registers a handler function for routes. In case of using Fn trait objects we can create and use commands in the same way as we used in case of function pointers. As performance, there is always a trade-off between performance and code simplicity and organisation. Static dispatch gives faster performance, while dynamic dispatch provides flexibility when we structure our application.","breadcrumbs":"Design Patterns » Behavioural » Command » Discussion","id":"121","title":"Discussion"},"122":{"body":"Command pattern Another example for the command pattern","breadcrumbs":"Design Patterns » Behavioural » Command » See also","id":"122","title":"See also"},"123":{"body":"","breadcrumbs":"Design Patterns » Behavioural » Interpreter » Interpreter","id":"123","title":"Interpreter"},"124":{"body":"If a problem occurs very often and requires long and repetitive steps to solve it, then the problem instances might be expressed in a simple language and an interpreter object could solve it by interpreting the sentences written in this simple language. Basically, for any kind of problems we define: A domain specific language , A grammar for this language, An interpreter that solves the problem instances.","breadcrumbs":"Design Patterns » Behavioural » Interpreter » Description","id":"124","title":"Description"},"125":{"body":"Our goal is to translate simple mathematical expressions into postfix expressions (or Reverse Polish notation ) For simplicity, our expressions consist of ten digits 0, ..., 9 and two operations +, -. For example, the expression 2 + 4 is translated into 2 4 +.","breadcrumbs":"Design Patterns » Behavioural » Interpreter » Motivation","id":"125","title":"Motivation"},"126":{"body":"Our task is translating infix expressions into postfix ones. Let's define a context free grammar for a set of infix expressions over 0, ..., 9, +, and -, where: Terminal symbols: 0, ..., 9, +, - Non-terminal symbols: exp, term Start symbol is exp And the following are production rules exp -> exp + term\nexp -> exp - term\nexp -> term\nterm -> 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 NOTE: This grammar should be further transformed depending on what we are going to do with it. For example, we might need to remove left recursion. For more details please see Compilers: Principles,Techniques, and Tools (aka Dragon Book).","breadcrumbs":"Design Patterns » Behavioural » Interpreter » Context Free Grammar for our problem","id":"126","title":"Context Free Grammar for our problem"},"127":{"body":"We simply implement a recursive descent parser. For simplicity's sake, the code panics when an expression is syntactically wrong (for example 2-34 or 2+5- are wrong according to the grammar definition). pub struct Interpreter<'a> { it: std::str::Chars<'a>,\n} impl<'a> Interpreter<'a> { pub fn new(infix: &'a str) -> Self { Self { it: infix.chars() } } fn next_char(&mut self) -> Option { self.it.next() } pub fn interpret(&mut self, out: &mut String) { self.term(out); while let Some(op) = self.next_char() { if op == '+' || op == '-' { self.term(out); out.push(op); } else { panic!(\"Unexpected symbol '{}'\", op); } } } fn term(&mut self, out: &mut String) { match self.next_char() { Some(ch) if ch.is_digit(10) => out.push(ch), Some(ch) => panic!(\"Unexpected symbol '{}'\", ch), None => panic!(\"Unexpected end of string\"), } }\n} pub fn main() { let mut intr = Interpreter::new(\"2+3\"); let mut postfix = String::new(); intr.interpret(&mut postfix); assert_eq!(postfix, \"23+\"); intr = Interpreter::new(\"1-2+3-4\"); postfix.clear(); intr.interpret(&mut postfix); assert_eq!(postfix, \"12-3+4-\");\n}","breadcrumbs":"Design Patterns » Behavioural » Interpreter » Solution","id":"127","title":"Solution"},"128":{"body":"There may be a wrong perception that the Interpreter design pattern is about design grammars for formal languages and implementation of parsers for these grammars. In fact, this pattern is about expressing problem instances in a more specific way and implementing functions/classes/structs that solve these problem instances. Rust language has macro_rules! that allow us to define special syntax and rules on how to expand this syntax into source code. In the following example we create a simple macro_rules! that computes Euclidean length of n dimensional vectors. Writing norm!(x,1,2) might be easier to express and more efficient than packing x,1,2 into a Vec and calling a function computing the length. macro_rules! norm { ($($element:expr),*) => { { let mut n = 0.0; $( n += ($element as f64)*($element as f64); )* n.sqrt() } };\n} fn main() { let x = -3f64; let y = 4f64; assert_eq!(3f64, norm!(x)); assert_eq!(5f64, norm!(x, y)); assert_eq!(0f64, norm!(0, 0, 0)); assert_eq!(1f64, norm!(0.5, -0.5, 0.5, -0.5));\n}","breadcrumbs":"Design Patterns » Behavioural » Interpreter » Discussion","id":"128","title":"Discussion"},"129":{"body":"Interpreter pattern Context free grammar macro_rules!","breadcrumbs":"Design Patterns » Behavioural » Interpreter » See also","id":"129","title":"See also"},"13":{"body":"Using format! is usually the most succinct and readable way to combine strings.","breadcrumbs":"Idioms » Concatenating Strings with format! » Advantages","id":"13","title":"Advantages"},"130":{"body":"What if in some cases we want a type to behave similar to another type or enforce some behaviour at compile time when using only type aliases would not be enough? For example, if we want to create a custom Display implementation for String due to security considerations (e.g. passwords). For such cases we could use the Newtype pattern to provide type safety and encapsulation .","breadcrumbs":"Design Patterns » Behavioural » Newtype » Newtype","id":"130","title":"Newtype"},"131":{"body":"Use a tuple struct with a single field to make an opaque wrapper for a type. This creates a new type, rather than an alias to a type (type items).","breadcrumbs":"Design Patterns » Behavioural » Newtype » Description","id":"131","title":"Description"},"132":{"body":"// Some type, not necessarily in the same module or even crate.\nstruct Foo { //..\n} impl Foo { // These functions are not present on Bar. //..\n} // The newtype.\npub struct Bar(Foo); impl Bar { // Constructor. pub fn new( //.. ) -> Self { //.. } //..\n} fn main() { let b = Bar::new(...); // Foo and Bar are type incompatible, the following do not type check. // let f: Foo = b; // let b: Bar = Foo { ... };\n}","breadcrumbs":"Design Patterns » Behavioural » Newtype » Example","id":"132","title":"Example"},"133":{"body":"The primary motivation for newtypes is abstraction. It allows you to share implementation details between types while precisely controlling the interface. By using a newtype rather than exposing the implementation type as part of an API, it allows you to change implementation backwards compatibly. Newtypes can be used for distinguishing units, e.g., wrapping f64 to give distinguishable Miles and Kilometres.","breadcrumbs":"Design Patterns » Behavioural » Newtype » Motivation","id":"133","title":"Motivation"},"134":{"body":"The wrapped and wrapper types are not type compatible (as opposed to using type), so users of the newtype will never 'confuse' the wrapped and wrapper types. Newtypes are a zero-cost abstraction - there is no runtime overhead. The privacy system ensures that users cannot access the wrapped type (if the field is private, which it is by default).","breadcrumbs":"Design Patterns » Behavioural » Newtype » Advantages","id":"134","title":"Advantages"},"135":{"body":"The downside of newtypes (especially compared with type aliases), is that there is no special language support. This means there can be a lot of boilerplate. You need a 'pass through' method for every method you want to expose on the wrapped type, and an impl for every trait you want to also be implemented for the wrapper type.","breadcrumbs":"Design Patterns » Behavioural » Newtype » Disadvantages","id":"135","title":"Disadvantages"},"136":{"body":"Newtypes are very common in Rust code. Abstraction or representing units are the most common uses, but they can be used for other reasons: restricting functionality (reduce the functions exposed or traits implemented), making a type with copy semantics have move semantics, abstraction by providing a more concrete type and thus hiding internal types, e.g., pub struct Foo(Bar); Here, Bar might be some public, generic type and T1 and T2 are some internal types. Users of our module shouldn't know that we implement Foo by using a Bar, but what we're really hiding here is the types T1 and T2, and how they are used with Bar.","breadcrumbs":"Design Patterns » Behavioural » Newtype » Discussion","id":"136","title":"Discussion"},"137":{"body":"Advanced Types in the book Newtypes in Haskell Type aliases derive_more , a crate for deriving many builtin traits on newtypes. The Newtype Pattern In Rust","breadcrumbs":"Design Patterns » Behavioural » Newtype » See also","id":"137","title":"See also"},"138":{"body":"","breadcrumbs":"Design Patterns » Behavioural » RAII Guards » RAII with guards","id":"138","title":"RAII with guards"},"139":{"body":"RAII stands for \"Resource Acquisition is Initialisation\" which is a terrible name. The essence of the pattern is that resource initialisation is done in the constructor of an object and finalisation in the destructor. This pattern is extended in Rust by using a RAII object as a guard of some resource and relying on the type system to ensure that access is always mediated by the guard object.","breadcrumbs":"Design Patterns » Behavioural » RAII Guards » Description","id":"139","title":"Description"},"14":{"body":"It is usually not the most efficient way to combine strings - a series of push operations on a mutable string is usually the most efficient (especially if the string has been pre-allocated to the expected size).","breadcrumbs":"Idioms » Concatenating Strings with format! » Disadvantages","id":"14","title":"Disadvantages"},"140":{"body":"Mutex guards are the classic example of this pattern from the std library (this is a simplified version of the real implementation): use std::ops::Deref; struct Foo {} struct Mutex { // We keep a reference to our data: T here. //..\n} struct MutexGuard<'a, T: 'a> { data: &'a T, //..\n} // Locking the mutex is explicit.\nimpl Mutex { fn lock(&self) -> MutexGuard { // Lock the underlying OS mutex. //.. // MutexGuard keeps a reference to self MutexGuard { data: self, //.. } }\n} // Destructor for unlocking the mutex.\nimpl<'a, T> Drop for MutexGuard<'a, T> { fn drop(&mut self) { // Unlock the underlying OS mutex. //.. }\n} // Implementing Deref means we can treat MutexGuard like a pointer to T.\nimpl<'a, T> Deref for MutexGuard<'a, T> { type Target = T; fn deref(&self) -> &T { self.data }\n} fn baz(x: Mutex) { let xx = x.lock(); xx.foo(); // foo is a method on Foo. // The borrow checker ensures we can't store a reference to the underlying // Foo which will outlive the guard xx. // x is unlocked when we exit this function and xx's destructor is executed.\n}","breadcrumbs":"Design Patterns » Behavioural » RAII Guards » Example","id":"140","title":"Example"},"141":{"body":"Where a resource must be finalised after use, RAII can be used to do this finalisation. If it is an error to access that resource after finalisation, then this pattern can be used to prevent such errors.","breadcrumbs":"Design Patterns » Behavioural » RAII Guards » Motivation","id":"141","title":"Motivation"},"142":{"body":"Prevents errors where a resource is not finalised and where a resource is used after finalisation.","breadcrumbs":"Design Patterns » Behavioural » RAII Guards » Advantages","id":"142","title":"Advantages"},"143":{"body":"RAII is a useful pattern for ensuring resources are properly deallocated or finalised. We can make use of the borrow checker in Rust to statically prevent errors stemming from using resources after finalisation takes place. The core aim of the borrow checker is to ensure that references to data do not outlive that data. The RAII guard pattern works because the guard object contains a reference to the underlying resource and only exposes such references. Rust ensures that the guard cannot outlive the underlying resource and that references to the resource mediated by the guard cannot outlive the guard. To see how this works it is helpful to examine the signature of deref without lifetime elision: fn deref<'a>(&'a self) -> &'a T { //..\n} The returned reference to the resource has the same lifetime as self ('a). The borrow checker therefore ensures that the lifetime of the reference to T is shorter than the lifetime of self. Note that implementing Deref is not a core part of this pattern, it only makes using the guard object more ergonomic. Implementing a get method on the guard works just as well.","breadcrumbs":"Design Patterns » Behavioural » RAII Guards » Discussion","id":"143","title":"Discussion"},"144":{"body":"Finalisation in destructors idiom RAII is a common pattern in C++: cppreference.com , wikipedia . Style guide entry (currently just a placeholder).","breadcrumbs":"Design Patterns » Behavioural » RAII Guards » See also","id":"144","title":"See also"},"145":{"body":"","breadcrumbs":"Design Patterns » Behavioural » Strategy » Strategy (aka Policy)","id":"145","title":"Strategy (aka Policy)"},"146":{"body":"The Strategy design pattern is a technique that enables separation of concerns. It also allows to decouple software modules through Dependency Inversion . The basic idea behind the Strategy pattern is that, given an algorithm solving a particular problem, we define only the skeleton of the algorithm at an abstract level, and we separate the specific algorithm’s implementation into different parts. In this way, a client using the algorithm may choose a specific implementation, while the general algorithm workflow remains the same. In other words, the abstract specification of the class does not depend on the specific implementation of the derived class, but specific implementation must adhere to the abstract specification. This is why we call it \"Dependency Inversion\".","breadcrumbs":"Design Patterns » Behavioural » Strategy » Description","id":"146","title":"Description"},"147":{"body":"Imagine we are working on a project that generates reports every month. We need the reports to be generated in different formats (strategies), e.g., in JSON or Plain Text formats. But things vary over time, and we don't know what kind of requirement we may get in the future. For example, we may need to generate our report in a completely new format, or just modify one of the existing formats.","breadcrumbs":"Design Patterns » Behavioural » Strategy » Motivation","id":"147","title":"Motivation"},"148":{"body":"In this example our invariants (or abstractions) are Context, Formatter, and Report, while Text and Json are our strategy structs. These strategies have to implement the Formatter trait. use std::collections::HashMap; type Data = HashMap; trait Formatter { fn format(&self, data: &Data, buf: &mut String);\n} struct Report; impl Report { // Write should be used but we kept it as String to ignore error handling fn generate(g: T, s: &mut String) { // backend operations... let mut data = HashMap::new(); data.insert(\"one\".to_string(), 1); data.insert(\"two\".to_string(), 2); // generate report g.format(&data, s); }\n} struct Text;\nimpl Formatter for Text { fn format(&self, data: &Data, buf: &mut String) { for (k, v) in data { let entry = format!(\"{} {}\\n\", k, v); buf.push_str(&entry); } }\n} struct Json;\nimpl Formatter for Json { fn format(&self, data: &Data, buf: &mut String) { buf.push('['); for (k, v) in data.into_iter() { let entry = format!(r#\"{{\"{}\":\"{}\"}}\"#, k, v); buf.push_str(&entry); buf.push(','); } if !data.is_empty() { buf.pop(); // remove extra , at the end } buf.push(']'); }\n} fn main() { let mut s = String::from(\"\"); Report::generate(Text, &mut s); assert!(s.contains(\"one 1\")); assert!(s.contains(\"two 2\")); s.clear(); // reuse the same buffer Report::generate(Json, &mut s); assert!(s.contains(r#\"{\"one\":\"1\"}\"#)); assert!(s.contains(r#\"{\"two\":\"2\"}\"#));\n}","breadcrumbs":"Design Patterns » Behavioural » Strategy » Example","id":"148","title":"Example"},"149":{"body":"The main advantage is separation of concerns. For example, in this case Report does not know anything about specific implementations of Json and Text, whereas the output implementations does not care about how data is preprocessed, stored, and fetched. The only thing they have to know is context and a specific trait and method to implement, i.e,Formatter and run.","breadcrumbs":"Design Patterns » Behavioural » Strategy » Advantages","id":"149","title":"Advantages"},"15":{"body":"","breadcrumbs":"Idioms » Constructor » Constructors","id":"15","title":"Constructors"},"150":{"body":"For each strategy there must be implemented at least one module, so number of modules increases with number of strategies. If there are many strategies to choose from then users have to know how strategies differ from one another.","breadcrumbs":"Design Patterns » Behavioural » Strategy » Disadvantages","id":"150","title":"Disadvantages"},"151":{"body":"In the previous example all strategies are implemented in a single file. Ways of providing different strategies includes: All in one file (as shown in this example, similar to being separated as modules) Separated as modules, E.g. formatter::json module, formatter::text module Use compiler feature flags, E.g. json feature, text feature Separated as crates, E.g. json crate, text crate Serde crate is a good example of the Strategy pattern in action. Serde allows full customization of the serialization behavior by manually implementing Serialize and Deserialize traits for our type. For example, we could easily swap serde_json with serde_cbor since they expose similar methods. Having this makes the helper crate serde_transcode much more useful and ergonomic. However, we don't need to use traits in order to design this pattern in Rust. The following toy example demonstrates the idea of the Strategy pattern using Rust closures: struct Adder;\nimpl Adder { pub fn add(x: u8, y: u8, f: F) -> u8 where F: Fn(u8, u8) -> u8, { f(x, y) }\n} fn main() { let arith_adder = |x, y| x + y; let bool_adder = |x, y| { if x == 1 || y == 1 { 1 } else { 0 } }; let custom_adder = |x, y| 2 * x + y; assert_eq!(9, Adder::add(4, 5, arith_adder)); assert_eq!(0, Adder::add(0, 0, bool_adder)); assert_eq!(5, Adder::add(1, 3, custom_adder));\n} In fact, Rust already uses this idea for Options's map method: fn main() { let val = Some(\"Rust\"); let len_strategy = |s: &str| s.len(); assert_eq!(4, val.map(len_strategy).unwrap()); let first_byte_strategy = |s: &str| s.bytes().next().unwrap(); assert_eq!(82, val.map(first_byte_strategy).unwrap());\n}","breadcrumbs":"Design Patterns » Behavioural » Strategy » Discussion","id":"151","title":"Discussion"},"152":{"body":"Strategy Pattern Dependency Injection Policy Based Design","breadcrumbs":"Design Patterns » Behavioural » Strategy » See also","id":"152","title":"See also"},"153":{"body":"","breadcrumbs":"Design Patterns » Behavioural » Visitor » Visitor","id":"153","title":"Visitor"},"154":{"body":"A visitor encapsulates an algorithm that operates over a heterogeneous collection of objects. It allows multiple different algorithms to be written over the same data without having to modify the data (or their primary behaviour). Furthermore, the visitor pattern allows separating the traversal of a collection of objects from the operations performed on each object.","breadcrumbs":"Design Patterns » Behavioural » Visitor » Description","id":"154","title":"Description"},"155":{"body":"// The data we will visit\nmod ast { pub enum Stmt { Expr(Expr), Let(Name, Expr), } pub struct Name { value: String, } pub enum Expr { IntLit(i64), Add(Box, Box), Sub(Box, Box), }\n} // The abstract visitor\nmod visit { use ast::*; pub trait Visitor { fn visit_name(&mut self, n: &Name) -> T; fn visit_stmt(&mut self, s: &Stmt) -> T; fn visit_expr(&mut self, e: &Expr) -> T; }\n} use visit::*;\nuse ast::*; // An example concrete implementation - walks the AST interpreting it as code.\nstruct Interpreter;\nimpl Visitor for Interpreter { fn visit_name(&mut self, n: &Name) -> i64 { panic!() } fn visit_stmt(&mut self, s: &Stmt) -> i64 { match *s { Stmt::Expr(ref e) => self.visit_expr(e), Stmt::Let(..) => unimplemented!(), } } fn visit_expr(&mut self, e: &Expr) -> i64 { match *e { Expr::IntLit(n) => n, Expr::Add(ref lhs, ref rhs) => self.visit_expr(lhs) + self.visit_expr(rhs), Expr::Sub(ref lhs, ref rhs) => self.visit_expr(lhs) - self.visit_expr(rhs), } }\n} One could implement further visitors, for example a type checker, without having to modify the AST data.","breadcrumbs":"Design Patterns » Behavioural » Visitor » Example","id":"155","title":"Example"},"156":{"body":"The visitor pattern is useful anywhere that you want to apply an algorithm to heterogeneous data. If data is homogeneous, you can use an iterator-like pattern. Using a visitor object (rather than a functional approach) allows the visitor to be stateful and thus communicate information between nodes.","breadcrumbs":"Design Patterns » Behavioural » Visitor » Motivation","id":"156","title":"Motivation"},"157":{"body":"It is common for the visit_* methods to return void (as opposed to in the example). In that case it is possible to factor out the traversal code and share it between algorithms (and also to provide noop default methods). In Rust, the common way to do this is to provide walk_* functions for each datum. For example, pub fn walk_expr(visitor: &mut Visitor, e: &Expr) { match *e { Expr::IntLit(_) => {}, Expr::Add(ref lhs, ref rhs) => { visitor.visit_expr(lhs); visitor.visit_expr(rhs); } Expr::Sub(ref lhs, ref rhs) => { visitor.visit_expr(lhs); visitor.visit_expr(rhs); } }\n} In other languages (e.g., Java) it is common for data to have an accept method which performs the same duty.","breadcrumbs":"Design Patterns » Behavioural » Visitor » Discussion","id":"157","title":"Discussion"},"158":{"body":"The visitor pattern is a common pattern in most OO languages. Wikipedia article The fold pattern is similar to visitor but produces a new version of the visited data structure.","breadcrumbs":"Design Patterns » Behavioural » Visitor » See also","id":"158","title":"See also"},"159":{"body":"From Wikipedia : Design patterns that deal with object creation mechanisms, trying to create objects in a manner suitable to the situation. The basic form of object creation could result in design problems or in added complexity to the design. Creational design patterns solve this problem by somehow controlling this object creation.","breadcrumbs":"Design Patterns » Creational » Creational Patterns","id":"159","title":"Creational Patterns"},"16":{"body":"Rust does not have constructors as a language construct. Instead, the convention is to use an associated function new to create an object: /// Time in seconds.\n///\n/// # Example\n///\n/// ```\n/// let s = Second::new(42);\n/// assert_eq!(42, s.value());\n/// ```\npub struct Second { value: u64\n} impl Second { // Constructs a new instance of [`Second`]. // Note this is an associated function - no self. pub fn new(value: u64) -> Self { Self { value } } /// Returns the value in seconds. pub fn value(&self) -> u64 { self.value }\n}","breadcrumbs":"Idioms » Constructor » Description","id":"16","title":"Description"},"160":{"body":"","breadcrumbs":"Design Patterns » Creational » Builder » Builder","id":"160","title":"Builder"},"161":{"body":"Construct an object with calls to a builder helper.","breadcrumbs":"Design Patterns » Creational » Builder » Description","id":"161","title":"Description"},"162":{"body":"#[derive(Debug, PartialEq)]\npub struct Foo { // Lots of complicated fields. bar: String,\n} impl Foo { // This method will help users to discover the builder pub fn builder() -> FooBuilder { FooBuilder::default() }\n} #[derive(Default)]\npub struct FooBuilder { // Probably lots of optional fields. bar: String,\n} impl FooBuilder { pub fn new(/* ... */) -> FooBuilder { // Set the minimally required fields of Foo. FooBuilder { bar: String::from(\"X\"), } } pub fn name(mut self, bar: String) -> FooBuilder { // Set the name on the builder itself, and return the builder by value. self.bar = bar; self } // If we can get away with not consuming the Builder here, that is an // advantage. It means we can use the FooBuilder as a template for constructing // many Foos. pub fn build(self) -> Foo { // Create a Foo from the FooBuilder, applying all settings in FooBuilder // to Foo. Foo { bar: self.bar } }\n} #[test]\nfn builder_test() { let foo = Foo { bar: String::from(\"Y\"), }; let foo_from_builder: Foo = FooBuilder::new().name(String::from(\"Y\")).build(); assert_eq!(foo, foo_from_builder);\n}","breadcrumbs":"Design Patterns » Creational » Builder » Example","id":"162","title":"Example"},"163":{"body":"Useful when you would otherwise require many constructors or where construction has side effects.","breadcrumbs":"Design Patterns » Creational » Builder » Motivation","id":"163","title":"Motivation"},"164":{"body":"Separates methods for building from other methods. Prevents proliferation of constructors. Can be used for one-liner initialisation as well as more complex construction.","breadcrumbs":"Design Patterns » Creational » Builder » Advantages","id":"164","title":"Advantages"},"165":{"body":"More complex than creating a struct object directly, or a simple constructor function.","breadcrumbs":"Design Patterns » Creational » Builder » Disadvantages","id":"165","title":"Disadvantages"},"166":{"body":"This pattern is seen more frequently in Rust (and for simpler objects) than in many other languages because Rust lacks overloading. Since you can only have a single method with a given name, having multiple constructors is less nice in Rust than in C++, Java, or others. This pattern is often used where the builder object is useful in its own right, rather than being just a builder. For example, see std::process::Command is a builder for Child (a process). In these cases, the T and TBuilder naming pattern is not used. The example takes and returns the builder by value. It is often more ergonomic (and more efficient) to take and return the builder as a mutable reference. The borrow checker makes this work naturally. This approach has the advantage that one can write code like let mut fb = FooBuilder::new();\nfb.a();\nfb.b();\nlet f = fb.build(); as well as the FooBuilder::new().a().b().build() style.","breadcrumbs":"Design Patterns » Creational » Builder » Discussion","id":"166","title":"Discussion"},"167":{"body":"Description in the style guide derive_builder , a crate for automatically implementing this pattern while avoiding the boilerplate. Constructor pattern for when construction is simpler. Builder pattern (wikipedia) Construction of complex values","breadcrumbs":"Design Patterns » Creational » Builder » See also","id":"167","title":"See also"},"168":{"body":"","breadcrumbs":"Design Patterns » Creational » Fold » Fold","id":"168","title":"Fold"},"169":{"body":"Run an algorithm over each item in a collection of data to create a new item, thus creating a whole new collection. The etymology here is unclear to me. The terms 'fold' and 'folder' are used in the Rust compiler, although it appears to me to be more like a map than a fold in the usual sense. See the discussion below for more details.","breadcrumbs":"Design Patterns » Creational » Fold » Description","id":"169","title":"Description"},"17":{"body":"Rust supports default constructors with the Default trait: /// Time in seconds.\n///\n/// # Example\n///\n/// ```\n/// let s = Second::default();\n/// assert_eq!(0, s.value());\n/// ```\npub struct Second { value: u64\n} impl Second { /// Returns the value in seconds. pub fn value(&self) -> u64 { self.value }\n} impl Default for Second { fn default() -> Self { Self { value: 0 } }\n} Default can also be derived if all types of all fields implement Default, like they do with Second: /// Time in seconds.\n///\n/// # Example\n///\n/// ```\n/// let s = Second::default();\n/// assert_eq!(0, s.value());\n/// ```\n#[derive(Default)]\npub struct Second { value: u64\n} impl Second { /// Returns the value in seconds. pub fn value(&self) -> u64 { self.value }\n} Note: It is common and expected for types to implement both Default and an empty new constructor. new is the constructor convention in Rust, and users expect it to exist, so if it is reasonable for the basic constructor to take no arguments, then it should, even if it is functionally identical to default. Hint: The advantage of implementing or deriving Default is that your type can now be used where a Default implementation is required, most prominently, any of the *or_default functions in the standard library .","breadcrumbs":"Idioms » Constructor » Default Constructors","id":"17","title":"Default Constructors"},"170":{"body":"// The data we will fold, a simple AST.\nmod ast { pub enum Stmt { Expr(Box), Let(Box, Box), } pub struct Name { value: String, } pub enum Expr { IntLit(i64), Add(Box, Box), Sub(Box, Box), }\n} // The abstract folder\nmod fold { use ast::*; pub trait Folder { // A leaf node just returns the node itself. In some cases, we can do this // to inner nodes too. fn fold_name(&mut self, n: Box) -> Box { n } // Create a new inner node by folding its children. fn fold_stmt(&mut self, s: Box) -> Box { match *s { Stmt::Expr(e) => Box::new(Stmt::Expr(self.fold_expr(e))), Stmt::Let(n, e) => Box::new(Stmt::Let(self.fold_name(n), self.fold_expr(e))), } } fn fold_expr(&mut self, e: Box) -> Box { ... } }\n} use fold::*;\nuse ast::*; // An example concrete implementation - renames every name to 'foo'.\nstruct Renamer;\nimpl Folder for Renamer { fn fold_name(&mut self, n: Box) -> Box { Box::new(Name { value: \"foo\".to_owned() }) } // Use the default methods for the other nodes.\n} The result of running the Renamer on an AST is a new AST identical to the old one, but with every name changed to foo. A real life folder might have some state preserved between nodes in the struct itself. A folder can also be defined to map one data structure to a different (but usually similar) data structure. For example, we could fold an AST into a HIR tree (HIR stands for high-level intermediate representation).","breadcrumbs":"Design Patterns » Creational » Fold » Example","id":"170","title":"Example"},"171":{"body":"It is common to want to map a data structure by performing some operation on each node in the structure. For simple operations on simple data structures, this can be done using Iterator::map. For more complex operations, perhaps where earlier nodes can affect the operation on later nodes, or where iteration over the data structure is non-trivial, using the fold pattern is more appropriate. Like the visitor pattern, the fold pattern allows us to separate traversal of a data structure from the operations performed to each node.","breadcrumbs":"Design Patterns » Creational » Fold » Motivation","id":"171","title":"Motivation"},"172":{"body":"Mapping data structures in this fashion is common in functional languages. In OO languages, it would be more common to mutate the data structure in place. The 'functional' approach is common in Rust, mostly due to the preference for immutability. Using fresh data structures, rather than mutating old ones, makes reasoning about the code easier in most circumstances. The trade-off between efficiency and reusability can be tweaked by changing how nodes are accepted by the fold_* methods. In the above example we operate on Box pointers. Since these own their data exclusively, the original copy of the data structure cannot be re-used. On the other hand if a node is not changed, reusing it is very efficient. If we were to operate on borrowed references, the original data structure can be reused; however, a node must be cloned even if unchanged, which can be expensive. Using a reference counted pointer gives the best of both worlds - we can reuse the original data structure, and we don't need to clone unchanged nodes. However, they are less ergonomic to use and mean that the data structures cannot be mutable.","breadcrumbs":"Design Patterns » Creational » Fold » Discussion","id":"172","title":"Discussion"},"173":{"body":"Iterators have a fold method, however this folds a data structure into a value, rather than into a new data structure. An iterator's map is more like this fold pattern. In other languages, fold is usually used in the sense of Rust's iterators, rather than this pattern. Some functional languages have powerful constructs for performing flexible maps over data structures. The visitor pattern is closely related to fold. They share the concept of walking a data structure performing an operation on each node. However, the visitor does not create a new data structure nor consume the old one.","breadcrumbs":"Design Patterns » Creational » Fold » See also","id":"173","title":"See also"},"174":{"body":"From Wikipedia : Design patterns that ease the design by identifying a simple way to realize relationships among entities.","breadcrumbs":"Design Patterns » Structural » Structural Patterns","id":"174","title":"Structural Patterns"},"175":{"body":"TODO - this is not a very snappy name","breadcrumbs":"Design Patterns » Structural » Compose Structs » Compose structs together for better borrowing","id":"175","title":"Compose structs together for better borrowing"},"176":{"body":"Sometimes a large struct will cause issues with the borrow checker - although fields can be borrowed independently, sometimes the whole struct ends up being used at once, preventing other uses. A solution might be to decompose the struct into several smaller structs. Then compose these together into the original struct. Then each struct can be borrowed separately and have more flexible behaviour. This will often lead to a better design in other ways: applying this design pattern often reveals smaller units of functionality.","breadcrumbs":"Design Patterns » Structural » Compose Structs » Description","id":"176","title":"Description"},"177":{"body":"Here is a contrived example of where the borrow checker foils us in our plan to use a struct: struct A { f1: u32, f2: u32, f3: u32,\n} fn foo(a: &mut A) -> &u32 { &a.f2 }\nfn bar(a: &mut A) -> u32 { a.f1 + a.f3 } fn baz(a: &mut A) { // The later usage of x causes a to be borrowed for the rest of the function. let x = foo(a); // Borrow checker error: // let y = bar(a); // ~ ERROR: cannot borrow `*a` as mutable more than once // at a time println!(\"{}\", x);\n} We can apply this design pattern and refactor A into two smaller structs, thus solving the borrow checking issue: // A is now composed of two structs - B and C.\nstruct A { b: B, c: C,\n}\nstruct B { f2: u32,\n}\nstruct C { f1: u32, f3: u32,\n} // These functions take a B or C, rather than A.\nfn foo(b: &mut B) -> &u32 { &b.f2 }\nfn bar(c: &mut C) -> u32 { c.f1 + c.f3 } fn baz(a: &mut A) { let x = foo(&mut a.b); // Now it's OK! let y = bar(&mut a.c); println!(\"{}\", x);\n}","breadcrumbs":"Design Patterns » Structural » Compose Structs » Example","id":"177","title":"Example"},"178":{"body":"TODO Why and where you should use the pattern","breadcrumbs":"Design Patterns » Structural » Compose Structs » Motivation","id":"178","title":"Motivation"},"179":{"body":"Lets you work around limitations in the borrow checker. Often produces a better design.","breadcrumbs":"Design Patterns » Structural » Compose Structs » Advantages","id":"179","title":"Advantages"},"18":{"body":"The default idiom for a more in-depth description of the Default trait. The builder pattern for constructing objects where there are multiple configurations. API Guidelines/C-COMMON-TRAITS for implementing both, Default and new.","breadcrumbs":"Idioms » Constructor » See also","id":"18","title":"See also"},"180":{"body":"Leads to more verbose code. Sometimes, the smaller structs are not good abstractions, and so we end up with a worse design. That is probably a 'code smell', indicating that the program should be refactored in some way.","breadcrumbs":"Design Patterns » Structural » Compose Structs » Disadvantages","id":"180","title":"Disadvantages"},"181":{"body":"This pattern is not required in languages that don't have a borrow checker, so in that sense is unique to Rust. However, making smaller units of functionality often leads to cleaner code: a widely acknowledged principle of software engineering, independent of the language. This pattern relies on Rust's borrow checker to be able to borrow fields independently of each other. In the example, the borrow checker knows that a.b and a.c are distinct and can be borrowed independently, it does not try to borrow all of a, which would make this pattern useless.","breadcrumbs":"Design Patterns » Structural » Compose Structs » Discussion","id":"181","title":"Discussion"},"182":{"body":"","breadcrumbs":"Design Patterns » Structural » Prefer Small Crates » Prefer small crates","id":"182","title":"Prefer small crates"},"183":{"body":"Prefer small crates that do one thing well. Cargo and crates.io make it easy to add third-party libraries, much more so than in say C or C++. Moreover, since packages on crates.io cannot be edited or removed after publication, any build that works now should continue to work in the future. We should take advantage of this tooling, and use smaller, more fine-grained dependencies.","breadcrumbs":"Design Patterns » Structural » Prefer Small Crates » Description","id":"183","title":"Description"},"184":{"body":"Small crates are easier to understand, and encourage more modular code. Crates allow for re-using code between projects. For example, the url crate was developed as part of the Servo browser engine, but has since found wide use outside the project. Since the compilation unit of Rust is the crate, splitting a project into multiple crates can allow more of the code to be built in parallel.","breadcrumbs":"Design Patterns » Structural » Prefer Small Crates » Advantages","id":"184","title":"Advantages"},"185":{"body":"This can lead to \"dependency hell\", when a project depends on multiple conflicting versions of a crate at the same time. For example, the url crate has both versions 1.0 and 0.5. Since the Url from url:1.0 and the Url from url:0.5 are different types, an HTTP client that uses url:0.5 would not accept Url values from a web scraper that uses url:1.0. Packages on crates.io are not curated. A crate may be poorly written, have unhelpful documentation, or be outright malicious. Two small crates may be less optimized than one large one, since the compiler does not perform link-time optimization (LTO) by default.","breadcrumbs":"Design Patterns » Structural » Prefer Small Crates » Disadvantages","id":"185","title":"Disadvantages"},"186":{"body":"The ref_slice crate provides functions for converting &T to &[T]. The url crate provides tools for working with URLs. The num_cpus crate provides a function to query the number of CPUs on a machine.","breadcrumbs":"Design Patterns » Structural » Prefer Small Crates » Examples","id":"186","title":"Examples"},"187":{"body":"crates.io: The Rust community crate host","breadcrumbs":"Design Patterns » Structural » Prefer Small Crates » See also","id":"187","title":"See also"},"188":{"body":"","breadcrumbs":"Design Patterns » Structural » Contain unsafety in small modules » Contain unsafety in small modules","id":"188","title":"Contain unsafety in small modules"},"189":{"body":"If you have unsafe code, create the smallest possible module that can uphold the needed invariants to build a minimal safe interface upon the unsafety. Embed this into a larger module that contains only safe code and presents an ergonomic interface. Note that the outer module can contain unsafe functions and methods that call directly into the unsafe code. Users may use this to gain speed benefits.","breadcrumbs":"Design Patterns » Structural » Contain unsafety in small modules » Description","id":"189","title":"Description"},"19":{"body":"","breadcrumbs":"Idioms » The Default Trait » The Default Trait","id":"19","title":"The Default Trait"},"190":{"body":"This restricts the unsafe code that must be audited Writing the outer module is much easier, since you can count on the guarantees of the inner module","breadcrumbs":"Design Patterns » Structural » Contain unsafety in small modules » Advantages","id":"190","title":"Advantages"},"191":{"body":"Sometimes, it may be hard to find a suitable interface. The abstraction may introduce inefficiencies.","breadcrumbs":"Design Patterns » Structural » Contain unsafety in small modules » Disadvantages","id":"191","title":"Disadvantages"},"192":{"body":"The toolshed crate contains its unsafe operations in submodules, presenting a safe interface to users. std's String class is a wrapper over Vec with the added invariant that the contents must be valid UTF-8. The operations on String ensure this behavior. However, users have the option of using an unsafe method to create a String, in which case the onus is on them to guarantee the validity of the contents.","breadcrumbs":"Design Patterns » Structural » Contain unsafety in small modules » Examples","id":"192","title":"Examples"},"193":{"body":"Ralf Jung's Blog about invariants in unsafe code","breadcrumbs":"Design Patterns » Structural » Contain unsafety in small modules » See also","id":"193","title":"See also"},"194":{"body":"Writing FFI code is an entire course in itself. However, there are several idioms here that can act as pointers, and avoid traps for inexperienced users of unsafe Rust. This section contains design patterns that may be useful when doing FFI. Object-Based API design that has good memory safety characteristics, and a clean boundary of what is safe and what is unsafe Type Consolidation into Wrappers - group multiple Rust types together into an opaque \"object\"","breadcrumbs":"Design Patterns » Foreign function interface (FFI) » FFI Patterns","id":"194","title":"FFI Patterns"},"195":{"body":"","breadcrumbs":"Design Patterns » Foreign function interface (FFI) » Object-Based APIs » Object-Based APIs","id":"195","title":"Object-Based APIs"},"196":{"body":"When designing APIs in Rust which are exposed to other languages, there are some important design principles which are contrary to normal Rust API design: All Encapsulated types should be owned by Rust, managed by the user, and opaque . All Transactional data types should be owned by the user, and transparent . All library behavior should be functions acting upon Encapsulated types. All library behavior should be encapsulated into types not based on structure, but provenance/lifetime .","breadcrumbs":"Design Patterns » Foreign function interface (FFI) » Object-Based APIs » Description","id":"196","title":"Description"},"197":{"body":"Rust has built-in FFI support to other languages. It does this by providing a way for crate authors to provide C-compatible APIs through different ABIs (though that is unimportant to this practice). Well-designed Rust FFI follows C API design principles, while compromising the design in Rust as little as possible. There are three goals with any foreign API: Make it easy to use in the target language. Avoid the API dictating internal unsafety on the Rust side as much as possible. Keep the potential for memory unsafety and Rust undefined behaviour as small as possible. Rust code must trust the memory safety of the foreign language beyond a certain point. However, every bit of unsafe code on the Rust side is an opportunity for bugs, or to exacerbate undefined behaviour. For example, if a pointer provenance is wrong, that may be a segfault due to invalid memory access. But if it is manipulated by unsafe code, it could become full-blown heap corruption. The Object-Based API design allows for writing shims that have good memory safety characteristics, and a clean boundary of what is safe and what is unsafe.","breadcrumbs":"Design Patterns » Foreign function interface (FFI) » Object-Based APIs » Motivation","id":"197","title":"Motivation"},"198":{"body":"The POSIX standard defines the API to access an on-file database, known as DBM . It is an excellent example of an \"object-based\" API. Here is the definition in C, which hopefully should be easy to read for those involved in FFI. The commentary below should help explain it for those who miss the subtleties. struct DBM;\ntypedef struct { void *dptr, size_t dsize } datum; int dbm_clearerr(DBM *);\nvoid dbm_close(DBM *);\nint dbm_delete(DBM *, datum);\nint dbm_error(DBM *);\ndatum dbm_fetch(DBM *, datum);\ndatum dbm_firstkey(DBM *);\ndatum dbm_nextkey(DBM *);\nDBM *dbm_open(const char *, int, mode_t);\nint dbm_store(DBM *, datum, datum, int); This API defines two types: DBM and datum. The DBM type was called an \"encapsulated\" type above. It is designed to contain internal state, and acts as an entry point for the library's behavior. It is completely opaque to the user, who cannot create a DBM themselves since they don't know its size or layout. Instead, they must call dbm_open, and that only gives them a pointer to one . This means all DBMs are \"owned\" by the library in a Rust sense. The internal state of unknown size is kept in memory controlled by the library, not the user. The user can only manage its life cycle with open and close, and perform operations on it with the other functions. The datum type was called a \"transactional\" type above. It is designed to facilitate the exchange of information between the library and its user. The database is designed to store \"unstructured data\", with no pre-defined length or meaning. As a result, the datum is the C equivalent of a Rust slice: a bunch of bytes, and a count of how many there are. The main difference is that there is no type information, which is what void indicates. Keep in mind that this header is written from the library's point of view. The user likely has some type they are using, which has a known size. But the library does not care, and by the rules of C casting, any type behind a pointer can be cast to void. As noted earlier, this type is transparent to the user. But also, this type is owned by the user. This has subtle ramifications, due to that pointer inside it. The question is, who owns the memory that pointer points to? The answer for best memory safety is, \"the user\". But in cases such as retrieving a value, the user does not know how to allocate it correctly (since they don't know how long the value is). In this case, the library code is expected to use the heap that the user has access to -- such as the C library malloc and free -- and then transfer ownership in the Rust sense. This may all seem speculative, but this is what a pointer means in C. It means the same thing as Rust: \"user defined lifetime.\" The user of the library needs to read the documentation in order to use it correctly. That said, there are some decisions that have fewer or greater consequences if users do it wrong. Minimizing those are what this best practice is about, and the key is to transfer ownership of everything that is transparent .","breadcrumbs":"Design Patterns » Foreign function interface (FFI) » Object-Based APIs » Code Example","id":"198","title":"Code Example"},"199":{"body":"This minimizes the number of memory safety guarantees the user must uphold to a relatively small number: Do not call any function with a pointer not returned by dbm_open (invalid access or corruption). Do not call any function on a pointer after close (use after free). The dptr on any datum must be NULL, or point to a valid slice of memory at the advertised length. In addition, it avoids a lot of pointer provenance issues. To understand why, let us consider an alternative in some depth: key iteration. Rust is well known for its iterators. When implementing one, the programmer makes a separate type with a bounded lifetime to its owner, and implements the Iterator trait. Here is how iteration would be done in Rust for DBM: struct Dbm { ... } impl Dbm { /* ... */ pub fn keys<'it>(&'it self) -> DbmKeysIter<'it> { ... } /* ... */\n} struct DbmKeysIter<'it> { owner: &'it Dbm,\n} impl<'it> Iterator for DbmKeysIter<'it> { ... } This is clean, idiomatic, and safe. thanks to Rust's guarantees. However, consider what a straightforward API translation would look like: #[no_mangle]\npub extern \"C\" fn dbm_iter_new(owner: *const Dbm) -> *mut DbmKeysIter { // THIS API IS A BAD IDEA! For real applications, use object-based design instead.\n}\n#[no_mangle]\npub extern \"C\" fn dbm_iter_next( iter: *mut DbmKeysIter, key_out: *const datum\n) -> libc::c_int { // THIS API IS A BAD IDEA! For real applications, use object-based design instead.\n}\n#[no_mangle]\npub extern \"C\" fn dbm_iter_del(*mut DbmKeysIter) { // THIS API IS A BAD IDEA! For real applications, use object-based design instead.\n} This API loses a key piece of information: the lifetime of the iterator must not exceed the lifetime of the Dbm object that owns it. A user of the library could use it in a way which causes the iterator to outlive the data it is iterating on, resulting in reading uninitialized memory. This example written in C contains a bug that will be explained afterwards: int count_key_sizes(DBM *db) { // DO NOT USE THIS FUNCTION. IT HAS A SUBTLE BUT SERIOUS BUG! datum key; int len = 0; if (!dbm_iter_new(db)) { dbm_close(db); return -1; } int l; while ((l = dbm_iter_next(owner, &key)) >= 0) { // an error is indicated by -1 free(key.dptr); len += key.dsize; if (l == 0) { // end of the iterator dbm_close(owner); } } if l >= 0 { return -1; } else { return len; }\n} This bug is a classic. Here's what happens when the iterator returns the end-of-iteration marker: The loop condition sets l to zero, and enters the loop because 0 >= 0. The length is incremented, in this case by zero. The if statement is true, so the database is closed. There should be a break statement here. The loop condition executes again, causing a next call on the closed object. The worst part about this bug? If the Rust implementation was careful, this code will work most of the time! If the memory for the Dbm object is not immediately reused, an internal check will almost certainly fail, resulting in the iterator returning a -1 indicating an error. But occasionally, it will cause a segmentation fault, or even worse, nonsensical memory corruption! None of this can be avoided by Rust. From its perspective, it put those objects on its heap, returned pointers to them, and gave up control of their lifetimes. The C code simply must \"play nice\". The programmer must read and understand the API documentation. While some consider that par for the course in C, a good API design can mitigate this risk. The POSIX API for DBM did this by consolidating the ownership of the iterator with its parent: datum dbm_firstkey(DBM *);\ndatum dbm_nextkey(DBM *); Thus, all the lifetimes were bound together, and such unsafety was prevented.","breadcrumbs":"Design Patterns » Foreign function interface (FFI) » Object-Based APIs » Advantages","id":"199","title":"Advantages"},"2":{"body":"In software development, we often come across problems that share similarities regardless of the environment they appear in. Although the implementation details are crucial to solve the task at hand, we may abstract from these particularities to find the common practices that are generically applicable. Design patterns are a collection of reusable and tested solutions to recurring problems in engineering. They make our software more modular, maintainable, and extensible. Moreover, these patterns provide a common language for developers, making them an excellent tool for effective communication when problem-solving in teams.","breadcrumbs":"Introduction » Design patterns","id":"2","title":"Design patterns"},"20":{"body":"Many types in Rust have a constructor . However, this is specific to the type; Rust cannot abstract over \"everything that has a new() method\". To allow this, the Default trait was conceived, which can be used with containers and other generic types (e.g. see Option::unwrap_or_default() ). Notably, some containers already implement it where applicable. Not only do one-element containers like Cow, Box or Arc implement Default for contained Default types, one can automatically #[derive(Default)] for structs whose fields all implement it, so the more types implement Default, the more useful it becomes. On the other hand, constructors can take multiple arguments, while the default() method does not. There can even be multiple constructors with different names, but there can only be one Default implementation per type.","breadcrumbs":"Idioms » The Default Trait » Description","id":"20","title":"Description"},"200":{"body":"However, this design choice also has a number of drawbacks, which should be considered as well. First, the API itself becomes less expressive. With POSIX DBM, there is only one iterator per object, and every call changes its state. This is much more restrictive than iterators in almost any language, even though it is safe. Perhaps with other related objects, whose lifetimes are less hierarchical, this limitation is more of a cost than the safety. Second, depending on the relationships of the API's parts, significant design effort may be involved. Many of the easier design points have other patterns associated with them: Wrapper Type Consolidation groups multiple Rust types together into an opaque \"object\" FFI Error Passing explains error handling with integer codes and sentinel return values (such as NULL pointers) Accepting Foreign Strings allows accepting strings with minimal unsafe code, and is easier to get right than Passing Strings to FFI However, not every API can be done this way. It is up to the best judgement of the programmer as to who their audience is.","breadcrumbs":"Design Patterns » Foreign function interface (FFI) » Object-Based APIs » Disadvantages","id":"200","title":"Disadvantages"},"201":{"body":"","breadcrumbs":"Design Patterns » Foreign function interface (FFI) » Type Consolidation into Wrappers » Type Consolidation into Wrappers","id":"201","title":"Type Consolidation into Wrappers"},"202":{"body":"This pattern is designed to allow gracefully handling multiple related types, while minimizing the surface area for memory unsafety. One of the cornerstones of Rust's aliasing rules is lifetimes. This ensures that many patterns of access between types can be memory safe, data race safety included. However, when Rust types are exported to other languages, they are usually transformed into pointers. In Rust, a pointer means \"the user manages the lifetime of the pointee.\" It is their responsibility to avoid memory unsafety. Some level of trust in the user code is thus required, notably around use-after-free which Rust can do nothing about. However, some API designs place higher burdens than others on the code written in the other language. The lowest risk API is the \"consolidated wrapper\", where all possible interactions with an object are folded into a \"wrapper type\", while keeping the Rust API clean.","breadcrumbs":"Design Patterns » Foreign function interface (FFI) » Type Consolidation into Wrappers » Description","id":"202","title":"Description"},"203":{"body":"To understand this, let us look at a classic example of an API to export: iteration through a collection. That API looks like this: The iterator is initialized with first_key. Each call to next_key will advance the iterator. Calls to next_key if the iterator is at the end will do nothing. As noted above, the iterator is \"wrapped into\" the collection (unlike the native Rust API). If the iterator implements nth() efficiently, then it is possible to make it ephemeral to each function call: struct MySetWrapper { myset: MySet, iter_next: usize,\n} impl MySetWrapper { pub fn first_key(&mut self) -> Option<&Key> { self.iter_next = 0; self.next_key() } pub fn next_key(&mut self) -> Option<&Key> { if let Some(next) = self.myset.keys().nth(self.iter_next) { self.iter_next += 1; Some(next) } else { None } }\n} As a result, the wrapper is simple and contains no unsafe code.","breadcrumbs":"Design Patterns » Foreign function interface (FFI) » Type Consolidation into Wrappers » Code Example","id":"203","title":"Code Example"},"204":{"body":"This makes APIs safer to use, avoiding issues with lifetimes between types. See Object-Based APIs for more on the advantages and pitfalls this avoids.","breadcrumbs":"Design Patterns » Foreign function interface (FFI) » Type Consolidation into Wrappers » Advantages","id":"204","title":"Advantages"},"205":{"body":"Often, wrapping types is quite difficult, and sometimes a Rust API compromise would make things easier. As an example, consider an iterator which does not efficiently implement nth(). It would definitely be worth putting in special logic to make the object handle iteration internally, or to support a different access pattern efficiently that only the Foreign Function API will use.","breadcrumbs":"Design Patterns » Foreign function interface (FFI) » Type Consolidation into Wrappers » Disadvantages","id":"205","title":"Disadvantages"},"206":{"body":"To wrap any type of iterator into the API correctly, the wrapper would need to do what a C version of the code would do: erase the lifetime of the iterator, and manage it manually. Suffice it to say, this is incredibly difficult. Here is an illustration of just one pitfall. A first version of MySetWrapper would look like this: struct MySetWrapper { myset: MySet, iter_next: usize, // created from a transmuted Box iterator: Option>>,\n} With transmute being used to extend a lifetime, and a pointer to hide it, it's ugly already. But it gets even worse: any other operation can cause Rust undefined behaviour . Consider that the MySet in the wrapper could be manipulated by other functions during iteration, such as storing a new value to the key it was iterating over. The API doesn't discourage this, and in fact some similar C libraries expect it. A simple implementation of myset_store would be: pub mod unsafe_module { // other module content pub fn myset_store( myset: *mut MySetWrapper, key: datum, value: datum) -> libc::c_int { // DO NOT USE THIS CODE. IT IS UNSAFE TO DEMONSTRATE A PROLBEM. let myset: &mut MySet = unsafe { // SAFETY: whoops, UB occurs in here! &mut (*myset).myset }; /* ...check and cast key and value data... */ match myset.store(casted_key, casted_value) { Ok(_) => 0, Err(e) => e.into() } }\n} If the iterator exists when this function is called, we have violated one of Rust's aliasing rules. According to Rust, the mutable reference in this block must have exclusive access to the object. If the iterator simply exists, it's not exclusive, so we have undefined behaviour! [1] To avoid this, we must have a way of ensuring that mutable reference really is exclusive. That basically means clearing out the iterator's shared reference while it exists, and then reconstructing it. In most cases, that will still be less efficient than the C version. Some may ask: how can C do this more efficiently? The answer is, it cheats. Rust's aliasing rules are the problem, and C simply ignores them for its pointers. In exchange, it is common to see code that is declared in the manual as \"not thread safe\" under some or all circumstances. In fact, the GNU C library has an entire lexicon dedicated to concurrent behavior! Rust would rather make everything memory safe all the time, for both safety and optimizations that C code cannot attain. Being denied access to certain shortcuts is the price Rust programmers need to pay. For the C programmers out there scratching their heads, the iterator need not be read during this code cause the UB. The exclusivity rule also enables compiler optimizations which may cause inconsistent observations by the iterator's shared reference (e.g. stack spills or reordering instructions for efficiency). These observations may happen any time after the mutable reference is created.","breadcrumbs":"Design Patterns » Foreign function interface (FFI) » Type Consolidation into Wrappers » Trying to Wrap Iterators (and Failing)","id":"206","title":"Trying to Wrap Iterators (and Failing)"},"207":{"body":"An anti-pattern is a solution to a \"recurring problem that is usually ineffective and risks being highly counterproductive\". Just as valuable as knowing how to solve a problem, is knowing how not to solve it. Anti-patterns give us great counter-examples to consider relative to design patterns. Anti-patterns are not confined to code. For example, a process can be an anti-pattern, too.","breadcrumbs":"Anti-patterns » Anti-patterns","id":"207","title":"Anti-patterns"},"208":{"body":"","breadcrumbs":"Anti-patterns » Clone to satisfy the borrow checker » Clone to satisfy the borrow checker","id":"208","title":"Clone to satisfy the borrow checker"},"209":{"body":"The borrow checker prevents Rust users from developing otherwise unsafe code by ensuring that either: only one mutable reference exists, or potentially many but all immutable references exist. If the code written does not hold true to these conditions, this anti-pattern arises when the developer resolves the compiler error by cloning the variable.","breadcrumbs":"Anti-patterns » Clone to satisfy the borrow checker » Description","id":"209","title":"Description"},"21":{"body":"use std::{path::PathBuf, time::Duration}; // note that we can simply auto-derive Default here.\n#[derive(Default, Debug, PartialEq)]\nstruct MyConfiguration { // Option defaults to None output: Option, // Vecs default to empty vector search_path: Vec, // Duration defaults to zero time timeout: Duration, // bool defaults to false check: bool,\n} impl MyConfiguration { // add setters here\n} fn main() { // construct a new instance with default values let mut conf = MyConfiguration::default(); // do something with conf here conf.check = true; println!(\"conf = {:#?}\", conf); // partial initialization with default values, creates the same instance let conf1 = MyConfiguration { check: true, ..Default::default() }; assert_eq!(conf, conf1);\n}","breadcrumbs":"Idioms » The Default Trait » Example","id":"21","title":"Example"},"210":{"body":"// define any variable\nlet mut x = 5; // Borrow `x` -- but clone it first\nlet y = &mut (x.clone()); // without the x.clone() two lines prior, this line would fail on compile as\n// x has been borrowed\n// thanks to x.clone(), x was never borrowed, and this line will run.\nprintln!(\"{}\", x); // perform some action on the borrow to prevent rust from optimizing this\n//out of existence\n*y += 1;","breadcrumbs":"Anti-patterns » Clone to satisfy the borrow checker » Example","id":"210","title":"Example"},"211":{"body":"It is tempting, particularly for beginners, to use this pattern to resolve confusing issues with the borrow checker. However, there are serious consequences. Using .clone() causes a copy of the data to be made. Any changes between the two are not synchronized -- as if two completely separate variables exist. There are special cases -- Rc is designed to handle clones intelligently. It internally manages exactly one copy of the data, and cloning it will only clone the reference. There is also Arc which provides shared ownership of a value of type T that is allocated in the heap. Invoking .clone() on Arc produces a new Arc instance, which points to the same allocation on the heap as the source Arc, while increasing a reference count. In general, clones should be deliberate, with full understanding of the consequences. If a clone is used to make a borrow checker error disappear, that's a good indication this anti-pattern may be in use. Even though .clone() is an indication of a bad pattern, sometimes it is fine to write inefficient code , in cases such as when: the developer is still new to ownership the code doesn't have great speed or memory constraints (like hackathon projects or prototypes) satisfying the borrow checker is really complicated, and you prefer to optimize readability over performance If an unnecessary clone is suspected, The Rust Book's chapter on Ownership should be understood fully before assessing whether the clone is required or not. Also be sure to always run cargo clippy in your project, which will detect some cases in which .clone() is not necessary, like 1 , 2 , 3 or 4 .","breadcrumbs":"Anti-patterns » Clone to satisfy the borrow checker » Motivation","id":"211","title":"Motivation"},"212":{"body":"mem::{take(_), replace(_)} to keep owned values in changed enums Rc documentation, which handles .clone() intelligently Arc documentation, a thread-safe reference-counting pointer Tricks with ownership in Rust","breadcrumbs":"Anti-patterns » Clone to satisfy the borrow checker » See also","id":"212","title":"See also"},"213":{"body":"","breadcrumbs":"Anti-patterns » #[deny(warnings)] » #![deny(warnings)]","id":"213","title":"#![deny(warnings)]"},"214":{"body":"A well-intentioned crate author wants to ensure their code builds without warnings. So they annotate their crate root with the following:","breadcrumbs":"Anti-patterns » #[deny(warnings)] » Description","id":"214","title":"Description"},"215":{"body":"#![deny(warnings)] // All is well.","breadcrumbs":"Anti-patterns » #[deny(warnings)] » Example","id":"215","title":"Example"},"216":{"body":"It is short and will stop the build if anything is amiss.","breadcrumbs":"Anti-patterns » #[deny(warnings)] » Advantages","id":"216","title":"Advantages"},"217":{"body":"By disallowing the compiler to build with warnings, a crate author opts out of Rust's famed stability. Sometimes new features or old misfeatures need a change in how things are done, thus lints are written that warn for a certain grace period before being turned to deny. For example, it was discovered that a type could have two impls with the same method. This was deemed a bad idea, but in order to make the transition smooth, the overlapping-inherent-impls lint was introduced to give a warning to those stumbling on this fact, before it becomes a hard error in a future release. Also sometimes APIs get deprecated, so their use will emit a warning where before there was none. All this conspires to potentially break the build whenever something changes. Furthermore, crates that supply additional lints (e.g. rust-clippy ) can no longer be used unless the annotation is removed. This is mitigated with --cap-lints . The --cap-lints=warn command line argument, turns all deny lint errors into warnings.","breadcrumbs":"Anti-patterns » #[deny(warnings)] » Drawbacks","id":"217","title":"Drawbacks"},"218":{"body":"There are two ways of tackling this problem: First, we can decouple the build setting from the code, and second, we can name the lints we want to deny explicitly. The following command line will build with all warnings set to deny: RUSTFLAGS=\"-D warnings\" cargo build This can be done by any individual developer (or be set in a CI tool like Travis, but remember that this may break the build when something changes) without requiring a change to the code. Alternatively, we can specify the lints that we want to deny in the code. Here is a list of warning lints that is (hopefully) safe to deny (as of Rustc 1.48.0): #![deny(bad_style, const_err, dead_code, improper_ctypes, non_shorthand_field_patterns, no_mangle_generic_items, overflowing_literals, path_statements, patterns_in_fns_without_body, private_in_public, unconditional_recursion, unused, unused_allocation, unused_comparisons, unused_parens, while_true)] In addition, the following allowed lints may be a good idea to deny: #![deny(missing_debug_implementations, missing_docs, trivial_casts, trivial_numeric_casts, unused_extern_crates, unused_import_braces, unused_qualifications, unused_results)] Some may also want to add missing-copy-implementations to their list. Note that we explicitly did not add the deprecated lint, as it is fairly certain that there will be more deprecated APIs in the future.","breadcrumbs":"Anti-patterns » #[deny(warnings)] » Alternatives","id":"218","title":"Alternatives"},"219":{"body":"A collection of all clippy lints deprecate attribute documentation Type rustc -W help for a list of lints on your system. Also type rustc --help for a general list of options rust-clippy is a collection of lints for better Rust code","breadcrumbs":"Anti-patterns » #[deny(warnings)] » See also","id":"219","title":"See also"},"22":{"body":"The constructor idiom is another way to generate instances that may or may not be \"default\" The Default documentation (scroll down for the list of implementors) Option::unwrap_or_default() derive(new)","breadcrumbs":"Idioms » The Default Trait » See also","id":"22","title":"See also"},"220":{"body":"","breadcrumbs":"Anti-patterns » Deref Polymorphism » Deref polymorphism","id":"220","title":"Deref polymorphism"},"221":{"body":"Misuse the Deref trait to emulate inheritance between structs, and thus reuse methods.","breadcrumbs":"Anti-patterns » Deref Polymorphism » Description","id":"221","title":"Description"},"222":{"body":"Sometimes we want to emulate the following common pattern from OO languages such as Java: class Foo { void m() { ... }\n} class Bar extends Foo {} public static void main(String[] args) { Bar b = new Bar(); b.m();\n} We can use the deref polymorphism anti-pattern to do so: use std::ops::Deref; struct Foo {} impl Foo { fn m(&self) { //.. }\n} struct Bar { f: Foo,\n} impl Deref for Bar { type Target = Foo; fn deref(&self) -> &Foo { &self.f }\n} fn main() { let b = Bar { f: Foo {} }; b.m();\n} There is no struct inheritance in Rust. Instead we use composition and include an instance of Foo in Bar (since the field is a value, it is stored inline, so if there were fields, they would have the same layout in memory as the Java version (probably, you should use #[repr(C)] if you want to be sure)). In order to make the method call work we implement Deref for Bar with Foo as the target (returning the embedded Foo field). That means that when we dereference a Bar (for example, using *) then we will get a Foo. That is pretty weird. Dereferencing usually gives a T from a reference to T, here we have two unrelated types. However, since the dot operator does implicit dereferencing, it means that the method call will search for methods on Foo as well as Bar.","breadcrumbs":"Anti-patterns » Deref Polymorphism » Example","id":"222","title":"Example"},"223":{"body":"You save a little boilerplate, e.g., impl Bar { fn m(&self) { self.f.m() }\n}","breadcrumbs":"Anti-patterns » Deref Polymorphism » Advantages","id":"223","title":"Advantages"},"224":{"body":"Most importantly this is a surprising idiom - future programmers reading this in code will not expect this to happen. That's because we are misusing the Deref trait rather than using it as intended (and documented, etc.). It's also because the mechanism here is completely implicit. This pattern does not introduce subtyping between Foo and Bar like inheritance in Java or C++ does. Furthermore, traits implemented by Foo are not automatically implemented for Bar, so this pattern interacts badly with bounds checking and thus generic programming. Using this pattern gives subtly different semantics from most OO languages with regards to self. Usually it remains a reference to the sub-class, with this pattern it will be the 'class' where the method is defined. Finally, this pattern only supports single inheritance, and has no notion of interfaces, class-based privacy, or other inheritance-related features. So, it gives an experience that will be subtly surprising to programmers used to Java inheritance, etc.","breadcrumbs":"Anti-patterns » Deref Polymorphism » Disadvantages","id":"224","title":"Disadvantages"},"225":{"body":"There is no one good alternative. Depending on the exact circumstances it might be better to re-implement using traits or to write out the facade methods to dispatch to Foo manually. We do intend to add a mechanism for inheritance similar to this to Rust, but it is likely to be some time before it reaches stable Rust. See these blog posts and this RFC issue for more details. The Deref trait is designed for the implementation of custom pointer types. The intention is that it will take a pointer-to-T to a T, not convert between different types. It is a shame that this isn't (probably cannot be) enforced by the trait definition. Rust tries to strike a careful balance between explicit and implicit mechanisms, favouring explicit conversions between types. Automatic dereferencing in the dot operator is a case where the ergonomics strongly favour an implicit mechanism, but the intention is that this is limited to degrees of indirection, not conversion between arbitrary types.","breadcrumbs":"Anti-patterns » Deref Polymorphism » Discussion","id":"225","title":"Discussion"},"226":{"body":"Collections are smart pointers idiom . Delegation crates for less boilerplate like delegate or ambassador Documentation for Deref trait .","breadcrumbs":"Anti-patterns » Deref Polymorphism » See also","id":"226","title":"See also"},"227":{"body":"Rust is an imperative language, but it follows many functional programming paradigms. In computer science, functional programming is a programming paradigm where programs are constructed by applying and composing functions. It is a declarative programming paradigm in which function definitions are trees of expressions that each return a value, rather than a sequence of imperative statements which change the state of the program.","breadcrumbs":"Functional Programming » Functional Usage of Rust","id":"227","title":"Functional Usage of Rust"},"228":{"body":"One of the biggest hurdles to understanding functional programs when coming from an imperative background is the shift in thinking. Imperative programs describe how to do something, whereas declarative programs describe what to do. Let's sum the numbers from 1 to 10 to show this.","breadcrumbs":"Functional Programming » Programming paradigms » Programming paradigms","id":"228","title":"Programming paradigms"},"229":{"body":"let mut sum = 0;\nfor i in 1..11 { sum += i;\n}\nprintln!(\"{}\", sum); With imperative programs, we have to play compiler to see what is happening. Here, we start with a sum of 0. Next, we iterate through the range from 1 to 10. Each time through the loop, we add the corresponding value in the range. Then we print it out. i sum 1 1 2 3 3 6 4 10 5 15 6 21 7 28 8 36 9 45 10 55 This is how most of us start out programming. We learn that a program is a set of steps.","breadcrumbs":"Functional Programming » Programming paradigms » Imperative","id":"229","title":"Imperative"},"23":{"body":"","breadcrumbs":"Idioms » Collections Are Smart Pointers » Collections are smart pointers","id":"23","title":"Collections are smart pointers"},"230":{"body":"println!(\"{}\", (1..11).fold(0, |a, b| a + b)); Whoa! This is really different! What's going on here? Remember that with declarative programs we are describing what to do, rather than how to do it. fold is a function that composes functions. The name is a convention from Haskell. Here, we are composing functions of addition (this closure: |a, b| a + b) with a range from 1 to 10. The 0 is the starting point, so a is 0 at first. b is the first element of the range, 1. 0 + 1 = 1 is the result. So now we fold again, with a = 1, b = 2 and so 1 + 2 = 3 is the next result. This process continues until we get to the last element in the range, 10. a b result 0 1 1 1 2 3 3 3 6 6 4 10 10 5 15 15 6 21 21 7 28 28 8 36 36 9 45 45 10 55","breadcrumbs":"Functional Programming » Programming paradigms » Declarative","id":"230","title":"Declarative"},"231":{"body":"","breadcrumbs":"Functional Programming » Generics as Type Classes » Generics as Type Classes","id":"231","title":"Generics as Type Classes"},"232":{"body":"Rust's type system is designed more like functional languages (like Haskell) rather than imperative languages (like Java and C++). As a result, Rust can turn many kinds of programming problems into \"static typing\" problems. This is one of the biggest wins of choosing a functional language, and is critical to many of Rust's compile time guarantees. A key part of this idea is the way generic types work. In C++ and Java, for example, generic types are a meta-programming construct for the compiler. vector and vector in C++ are just two different copies of the same boilerplate code for a vector type (known as a template) with two different types filled in. In Rust, a generic type parameter creates what is known in functional languages as a \"type class constraint\", and each different parameter filled in by an end user actually changes the type . In other words, Vec and Vec are two different types , which are recognized as distinct by all parts of the type system. This is called monomorphization , where different types are created from polymorphic code. This special behavior requires impl blocks to specify generic parameters. Different values for the generic type cause different types, and different types can have different impl blocks. In object-oriented languages, classes can inherit behavior from their parents. However, this allows the attachment of not only additional behavior to particular members of a type class, but extra behavior as well. The nearest equivalent is the runtime polymorphism in Javascript and Python, where new members can be added to objects willy-nilly by any constructor. However, unlike those languages, all of Rust's additional methods can be type checked when they are used, because their generics are statically defined. That makes them more usable while remaining safe.","breadcrumbs":"Functional Programming » Generics as Type Classes » Description","id":"232","title":"Description"},"233":{"body":"Suppose you are designing a storage server for a series of lab machines. Because of the software involved, there are two different protocols you need to support: BOOTP (for PXE network boot), and NFS (for remote mount storage). Your goal is to have one program, written in Rust, which can handle both of them. It will have protocol handlers and listen for both kinds of requests. The main application logic will then allow a lab administrator to configure storage and security controls for the actual files. The requests from machines in the lab for files contain the same basic information, no matter what protocol they came from: an authentication method, and a file name to retrieve. A straightforward implementation would look something like this: enum AuthInfo { Nfs(crate::nfs::AuthInfo), Bootp(crate::bootp::AuthInfo),\n} struct FileDownloadRequest { file_name: PathBuf, authentication: AuthInfo,\n} This design might work well enough. But now suppose you needed to support adding metadata that was protocol specific . For example, with NFS, you wanted to determine what their mount point was in order to enforce additional security rules. The way the current struct is designed leaves the protocol decision until runtime. That means any method that applies to one protocol and not the other requires the programmer to do a runtime check. Here is how getting an NFS mount point would look: struct FileDownloadRequest { file_name: PathBuf, authentication: AuthInfo, mount_point: Option,\n} impl FileDownloadRequest { // ... other methods ... /// Gets an NFS mount point if this is an NFS request. Otherwise, /// return None. pub fn mount_point(&self) -> Option<&Path> { self.mount_point.as_ref() }\n} Every caller of mount_point() must check for None and write code to handle it. This is true even if they know only NFS requests are ever used in a given code path! It would be far more optimal to cause a compile-time error if the different request types were confused. After all, the entire path of the user's code, including what functions from the library they use, will know whether a request is an NFS request or a BOOTP request. In Rust, this is actually possible! The solution is to add a generic type in order to split the API. Here is what that looks like: use std::path::{Path, PathBuf}; mod nfs { #[derive(Clone)] pub(crate) struct AuthInfo(String); // NFS session management omitted\n} mod bootp { pub(crate) struct AuthInfo(); // no authentication in bootp\n} // private module, lest outside users invent their own protocol kinds!\nmod proto_trait { use std::path::{Path, PathBuf}; use super::{bootp, nfs}; pub(crate) trait ProtoKind { type AuthInfo; fn auth_info(&self) -> Self::AuthInfo; } pub struct Nfs { auth: nfs::AuthInfo, mount_point: PathBuf, } impl Nfs { pub(crate) fn mount_point(&self) -> &Path { &self.mount_point } } impl ProtoKind for Nfs { type AuthInfo = nfs::AuthInfo; fn auth_info(&self) -> Self::AuthInfo { self.auth.clone() } } pub struct Bootp(); // no additional metadata impl ProtoKind for Bootp { type AuthInfo = bootp::AuthInfo; fn auth_info(&self) -> Self::AuthInfo { bootp::AuthInfo() } }\n} use proto_trait::ProtoKind; // keep internal to prevent impls\npub use proto_trait::{Nfs, Bootp}; // re-export so callers can see them struct FileDownloadRequest { file_name: PathBuf, protocol: P,\n} // all common API parts go into a generic impl block\nimpl FileDownloadRequest

{ fn file_path(&self) -> &Path { &self.file_name } fn auth_info(&self) -> P::AuthInfo { self.protocol.auth_info() }\n} // all protocol-specific impls go into their own block\nimpl FileDownloadRequest { fn mount_point(&self) -> &Path { self.protocol.mount_point() }\n} fn main() { // your code here\n} With this approach, if the user were to make a mistake and use the wrong type; fn main() { let mut socket = crate::bootp::listen()?; while let Some(request) = socket.next_request()? { match request.mount_point().as_ref() \"/secure\" => socket.send(\"Access denied\"), _ => {} // continue on... } // Rest of the code here }\n} They would get a syntax error. The type FileDownloadRequest does not implement mount_point(), only the type FileDownloadRequest does. And that is created by the NFS module, not the BOOTP module of course!","breadcrumbs":"Functional Programming » Generics as Type Classes » Example","id":"233","title":"Example"},"234":{"body":"First, it allows fields that are common to multiple states to be de-duplicated. By making the non-shared fields generic, they are implemented once. Second, it makes the impl blocks easier to read, because they are broken down by state. Methods common to all states are typed once in one block, and methods unique to one state are in a separate block. Both of these mean there are fewer lines of code, and they are better organized.","breadcrumbs":"Functional Programming » Generics as Type Classes » Advantages","id":"234","title":"Advantages"},"235":{"body":"This currently increases the size of the binary, due to the way monomorphization is implemented in the compiler. Hopefully the implementation will be able to improve in the future.","breadcrumbs":"Functional Programming » Generics as Type Classes » Disadvantages","id":"235","title":"Disadvantages"},"236":{"body":"If a type seems to need a \"split API\" due to construction or partial initialization, consider the Builder Pattern instead. If the API between types does not change -- only the behavior does -- then the Strategy Pattern is better used instead.","breadcrumbs":"Functional Programming » Generics as Type Classes » Alternatives","id":"236","title":"Alternatives"},"237":{"body":"This pattern is used throughout the standard library: Vec can be cast from a String, unlike every other type of Vec. [1] They can also be cast into a binary heap, but only if they contain a type that implements the Ord trait. [2] The to_string method was specialized for Cow only of type str. [3] It is also used by several popular crates to allow API flexibility: The embedded-hal ecosystem used for embedded devices makes extensive use of this pattern. For example, it allows statically verifying the configuration of device registers used to control embedded pins. When a pin is put into a mode, it returns a Pin struct, whose generic determines the functions usable in that mode, which are not on the Pin itself. [4] The hyper HTTP client library uses this to expose rich APIs for different pluggable requests. Clients with different connectors have different methods on them as well as different trait implementations, while a core set of methods apply to any connector. [5] The \"type state\" pattern -- where an object gains and loses API based on an internal state or invariant -- is implemented in Rust using the same basic concept, and a slightly different technique. [6] See: impl From for Vec See: impl From> for BinaryHeap See: impl<'_> ToString for Cow<'_, str> Example: https://docs.rs/stm32f30x-hal/0.1.0/stm32f30x_hal/gpio/gpioa/struct.PA0.html See: https://docs.rs/hyper/0.14.5/hyper/client/struct.Client.html See: The Case for the Type State Pattern and Rusty Typestate Series (an extensive thesis)","breadcrumbs":"Functional Programming » Generics as Type Classes » See also","id":"237","title":"See also"},"238":{"body":"This is a pure functional concept that is not frequently used in Rust. Nevertheless, exploring the concept may be helpful to understand other patterns in Rust APIs, such as visitors . They also have niche use cases.","breadcrumbs":"Functional Programming » Lenses and Prisms » Lenses and Prisms","id":"238","title":"Lenses and Prisms"},"239":{"body":"A lens is a concept from functional programming languages that allows accessing parts of a data type in an abstract, unified way. [1] In basic concept, it is similar to the way Rust traits work with type erasure, but it has a bit more power and flexibility. For example, suppose a bank contains several JSON formats for customer data. This is because they come from different databases or legacy systems. One database contains the data needed to perform credit checks: { \"name\": \"Jane Doe\", \"dob\": \"2002-02-24\", [...] \"customer_id\": 1048576332,\n} Another one contains the account information: { \"customer_id\": 1048576332, \"accounts\": [ { \"account_id\": 2121, \"account_type: \"savings\", \"joint_customer_ids\": [], [...] }, { \"account_id\": 2122, \"account_type: \"checking\", \"joint_customer_ids\": [1048576333], [...] }, ]\n} Notice that both types have a customer ID number which corresponds to a person. How would a single function handle both records of different types? In Rust, a struct could represent each of these types, and a trait would have a get_customer_id function they would implement: use std::collections::HashSet; pub struct Account { account_id: u32, account_type: String, // other fields omitted\n} pub trait CustomerId { fn get_customer_id(&self) -> u64;\n} pub struct CreditRecord { customer_id: u64, name: String, dob: String, // other fields omitted\n} impl CustomerId for CreditRecord { fn get_customer_id(&self) -> u64 { self.customer_id }\n} pub struct AccountRecord { customer_id: u64, accounts: Vec,\n} impl CustomerId for AccountRecord { fn get_customer_id(&self) -> u64 { self.customer_id }\n} // static polymorphism: only one type, but each function call can choose it\nfn unique_ids_set(records: &[R]) -> HashSet { records.iter().map(|r| r.get_customer_id()).collect()\n} // dynamic dispatch: iterates over any type with a customer ID, collecting all\n// values together\nfn unique_ids_iter(iterator: I) -> HashSet where I: Iterator>\n{ iterator.map(|r| r.as_ref().get_customer_id()).collect()\n} Lenses, however, allow the code supporting customer ID to be moved from the type to the accessor function . Rather than implementing a trait on each type, all matching structures can simply be accessed the same way. While the Rust language itself does not support this (type erasure is the preferred solution to this problem), the lens-rs crate allows code that feels like this to be written with macros: use std::collections::HashSet; use lens_rs::{optics, Lens, LensRef, Optics}; #[derive(Clone, Debug, Lens /* derive to allow lenses to work */)]\npub struct CreditRecord { #[optic(ref)] // macro attribute to allow viewing this field customer_id: u64, name: String, dob: String, // other fields omitted\n} #[derive(Clone, Debug)]\npub struct Account { account_id: u32, account_type: String, // other fields omitted\n} #[derive(Clone, Debug, Lens)]\npub struct AccountRecord { #[optic(ref)] customer_id: u64, accounts: Vec,\n} fn unique_ids_lens(iter: impl Iterator) -> HashSet\nwhere T: LensRef, // any type with this field\n{ iter.map(|r| *r.view_ref(optics!(customer_id))).collect()\n} The version of unique_ids_lens shown here allows any type to be in the iterator, so long as it has an attribute called customer_id which can be accessed by the function. This is how most functional programming languages operate on lenses. Rather than macros, they achieve this with a technique known as \"currying\". That is, they \"partially construct\" the function, leaving the type of the final parameter (the value being operated on) unfilled until the function is called. Thus it can be called with different types dynamically even from one place in the code. That is what the optics! and view_ref in the example above simulates. The functional approach need not be restricted to accessing members. More powerful lenses can be created which both set and get data in a structure. But the concept really becomes interesting when used as a building block for composition. That is where the concept appears more clearly in Rust.","breadcrumbs":"Functional Programming » Lenses and Prisms » Lenses: Uniform Access Across Types","id":"239","title":"Lenses: Uniform Access Across Types"},"24":{"body":"Use the Deref trait to treat collections like smart pointers, offering owning and borrowed views of data.","breadcrumbs":"Idioms » Collections Are Smart Pointers » Description","id":"24","title":"Description"},"240":{"body":"A simple function such as unique_ids_lens above operates on a single lens. A prism is a function that operates on a family of lenses. It is one conceptual level higher, using lenses as a building block, and continuing the metaphor, is part of a family of \"optics\". It is the main one that is useful in understanding Rust APIs, so will be the focus here. The same way that traits allow \"lens-like\" design with static polymorphism and dynamic dispatch, prism-like designs appear in Rust APIs which split problems into multiple associated types to be composed. A good example of this is the traits in the parsing crate Serde . Trying to understand the way Serde works by only reading the API is a challenge, especially the first time. Consider the Deserializer trait, implemented by some type in any library which parses a new format: pub trait Deserializer<'de>: Sized { type Error: Error; fn deserialize_any(self, visitor: V) -> Result where V: Visitor<'de>; fn deserialize_bool(self, visitor: V) -> Result where V: Visitor<'de>; // remainder ommitted\n} For a trait that is just supposed to parse data from a format and return a value, this looks odd. Why are all the return types type erased? To understand that, we need to keep the lens concept in mind and look at the definition of the Visitor type that is passed in generically: pub trait Visitor<'de>: Sized { type Value; fn visit_bool(self, v: bool) -> Result where E: Error; fn visit_u64(self, v: u64) -> Result where E: Error; fn visit_str(self, v: &str) -> Result where E: Error; // remainder omitted\n} The job of the Visitor type is to construct values in the Serde data model, which are represented by its associated Value type. These values represent parts of the Rust value being deserialized. If this fails, it returns an Error type - an error type determined by the Deserializer when its methods were called. This highlights that Deserializer is similar to CustomerId from earlier, allowing any format parser which implements it to create Values based on what it parsed. The Value trait is acting like a lens in functional programming languages. But unlike the CustomerId trait, the return types of Visitor methods are generic , and the concrete Value type is determined by the Visitor itself . Instead of acting as one lens, it effectively acts as a family of lenses, one for each concrete type of Visitor. The Deserializer API is based on having a generic set of \"lenses\" work across a set of other generic types for \"observation\". It is a prism . For example, consider the identity record from earlier but simplified: { \"name\": \"Jane Doe\", \"customer_id\": 1048576332,\n} How would the Serde library deserialize this JSON into struct CreditRecord? The user would call a library function to deserialize the data. This would create a Deserializer based on the JSON format. Based on the fields in the struct, a Visitor would be created (more on that in a moment) which knows how to create each type in a generic data model that was needed to represent it: u64 and String. The deserializer would make calls to the Visitor as it parsed items. The Visitor would indicate if the items found were expected, and if not, raise an error to indicate deserialization has failed. For our very simple structure above, the expected pattern would be: Visit a map ( Serde 's equvialent to HashMap or JSON's dictionary). Visit a string key called \"name\". Visit a string value, which will go into the name field. Visit a string key called \"customer_id\". Visit a string value, which will go into the customer_id field. Visit the end of the map. But what determines which \"observation\" pattern is expected? A functional programming language would be able to use currying to create reflection of each type based on the type itself. Rust does not support that, so every single type would need to have its own code written based on its fields and their properties. Serde solves this usability challenge with a derive macro: use serde::Deserialize; #[derive(Deserialize)]\nstruct IdRecord { name: String, customer_id: String,\n} That macro simply generates an impl block causing the struct to implement a trait called Deserialize. It is defined this way: pub trait Deserialize<'de>: Sized { fn deserialize(deserializer: D) -> Result where D: Deserializer<'de>;\n} This is the function that determines how to create the struct itself. Code is generated based on the struct's fields. When the parsing library is called - in our example, a JSON parsing library - it creates a Deserializer and calls Type::deserialize with it as a parameter. The deserialize code will then create a Visitor which will have its calls \"refracted\" by the Deserializer. If everything goes well, eventually that Visitor will construct a value corresponding to the type being parsed and return it. For a complete example, see the Serde documentation . To wrap up, this is the power of Serde : The structure being parsed is represented by an impl block for Deserialize The input data format (e.g. JSON) is represented by a Deserializer called by Deserialize The Deserializer acts like a prism which \"refracts\" lens-like Visitor calls which actually build the data value The result is that types to be deserialized only implement the \"top layer\" of the API, and file formats only need to implement the \"bottom layer\". Each piece can then \"just work\" with the rest of the ecosystem, since generic types will bridge them. To emphasize, the only reason this model works on any format and any type is because the Deserializer trait's output type is specified by the implementor of Visitor it is passed , rather than being tied to one specific type. This was not true in the account example earlier. Rust's generic-inspired type system can bring it close to these concepts and use their power, as shown in this API design. But it may also need procedural macros to create bridges for its generics.","breadcrumbs":"Functional Programming » Lenses and Prisms » Prisms: A Higher-Order form of \"Optics\"","id":"240","title":"Prisms: A Higher-Order form of \"Optics\""},"241":{"body":"lens-rs crate for a pre-built lenses implementation, with a cleaner interface than these examples serde itself, which makes these concepts intuitive for end users (i.e. defining the structs) without needing to undestand the details luminance is a crate for drawing computer graphics that uses lens API design, including proceducal macros to create full prisms for buffers of different pixel types that remain generic An Article about Lenses in Scala that is very readable even without Scala expertise. Paper: Profunctor Optics: Modular Data Accessors School of Haskell: A Little Lens Starter Tutorial","breadcrumbs":"Functional Programming » Lenses and Prisms » See Also","id":"241","title":"See Also"},"242":{"body":"A collection of complementary helpful content","breadcrumbs":"Additional Resources » Additional resources","id":"242","title":"Additional resources"},"243":{"body":"Design Patterns in Rust by Nicholas Cameron at the PDRust (2016) Writing Idiomatic Libraries in Rust by Pascal Hertleif at RustFest (2017) Rust Programming Techniques by Nicholas Cameron at LinuxConfAu (2018)","breadcrumbs":"Additional Resources » Talks","id":"243","title":"Talks"},"244":{"body":"The Rust API Guidelines","breadcrumbs":"Additional Resources » Books (Online)","id":"244","title":"Books (Online)"},"245":{"body":"","breadcrumbs":"Additional Resources » Design principles » Design principles","id":"245","title":"Design principles"},"246":{"body":"","breadcrumbs":"Additional Resources » Design principles » A brief overview over common design principles","id":"246","title":"A brief overview over common design principles"},"247":{"body":"Single Responsibility Principle (SRP) : A class should only have a single responsibility, that is, only changes to one part of the software's specification should be able to affect the specification of the class. Open/Closed Principle (OCP) : \"Software entities ... should be open for extension, but closed for modification.\" Liskov Substitution Principle (LSP) : \"Objects in a program should be replaceable with instances of their subtypes without altering the correctness of that program.\" Interface Segregation Principle (ISP) : \"Many client-specific interfaces are better than one general-purpose interface.\" Dependency Inversion Principle (DIP) : One should \"depend upon abstractions, [not] concretions.\"","breadcrumbs":"Additional Resources » Design principles » SOLID","id":"247","title":"SOLID"},"248":{"body":"\"Every piece of knowledge must have a single, unambiguous, authoritative representation within a system\"","breadcrumbs":"Additional Resources » Design principles » DRY (Don’t Repeat Yourself)","id":"248","title":"DRY (Don’t Repeat Yourself)"},"249":{"body":"most systems work best if they are kept simple rather than made complicated; therefore, simplicity should be a key goal in design, and unnecessary complexity should be avoided","breadcrumbs":"Additional Resources » Design principles » KISS principle","id":"249","title":"KISS principle"},"25":{"body":"use std::ops::Deref; struct Vec { data: RawVec, //..\n} impl Deref for Vec { type Target = [T]; fn deref(&self) -> &[T] { //.. }\n} A Vec is an owning collection of Ts, while a slice (&[T]) is a borrowed collection of Ts. Implementing Deref for Vec allows implicit dereferencing from &Vec to &[T] and includes the relationship in auto-derefencing searches. Most methods you might expect to be implemented for Vecs are instead implemented for slices. Also String and &str have a similar relation.","breadcrumbs":"Idioms » Collections Are Smart Pointers » Example","id":"25","title":"Example"},"250":{"body":"a given object should assume as little as possible about the structure or properties of anything else (including its subcomponents), in accordance with the principle of \"information hiding\"","breadcrumbs":"Additional Resources » Design principles » Law of Demeter (LoD)","id":"250","title":"Law of Demeter (LoD)"},"251":{"body":"software designers should define formal, precise and verifiable interface specifications for software components, which extend the ordinary definition of abstract data types with preconditions, postconditions and invariants","breadcrumbs":"Additional Resources » Design principles » Design by contract (DbC)","id":"251","title":"Design by contract (DbC)"},"252":{"body":"bundling of data with the methods that operate on that data, or the restricting of direct access to some of an object's components. Encapsulation is used to hide the values or state of a structured data object inside a class, preventing unauthorized parties' direct access to them.","breadcrumbs":"Additional Resources » Design principles » Encapsulation","id":"252","title":"Encapsulation"},"253":{"body":"“Functions should not produce abstract side effects...only commands (procedures) will be permitted to produce side effects.” - Bertrand Meyer: Object-Oriented Software Construction","breadcrumbs":"Additional Resources » Design principles » Command-Query-Separation(CQS)","id":"253","title":"Command-Query-Separation(CQS)"},"254":{"body":"a component of a system should behave in a way that most users will expect it to behave. The behavior should not astonish or surprise users","breadcrumbs":"Additional Resources » Design principles » Principle of least astonishment (POLA)","id":"254","title":"Principle of least astonishment (POLA)"},"255":{"body":"“Modules must correspond to syntactic units in the language used.” - Bertrand Meyer: Object-Oriented Software Construction","breadcrumbs":"Additional Resources » Design principles » Linguistic-Modular-Units","id":"255","title":"Linguistic-Modular-Units"},"256":{"body":"“The designer of a module should strive to make all information about the module part of the module itself.” - Bertrand Meyer: Object-Oriented Software Construction","breadcrumbs":"Additional Resources » Design principles » Self-Documentation","id":"256","title":"Self-Documentation"},"257":{"body":"“All services offered by a module should be available through a uniform notation, which does not betray whether they are implemented through storage or through computation.” - Bertrand Meyer: Object-Oriented Software Construction","breadcrumbs":"Additional Resources » Design principles » Uniform-Access","id":"257","title":"Uniform-Access"},"258":{"body":"“Whenever a software system must support a set of alternatives, one and only one module in the system should know their exhaustive list.” - Bertrand Meyer: Object-Oriented Software Construction","breadcrumbs":"Additional Resources » Design principles » Single-Choice","id":"258","title":"Single-Choice"},"259":{"body":"“Whenever a storage mechanism stores an object, it must store with it the dependents of that object. Whenever a retrieval mechanism retrieves a previously stored object, it must also retrieve any dependent of that object that has not yet been retrieved.” - Bertrand Meyer: Object-Oriented Software Construction","breadcrumbs":"Additional Resources » Design principles » Persistence-Closure","id":"259","title":"Persistence-Closure"},"26":{"body":"Ownership and borrowing are key aspects of the Rust language. Data structures must account for these semantics properly to give a good user experience. When implementing a data structure that owns its data, offering a borrowed view of that data allows for more flexible APIs.","breadcrumbs":"Idioms » Collections Are Smart Pointers » Motivation","id":"26","title":"Motivation"},"27":{"body":"Most methods can be implemented only for the borrowed view, they are then implicitly available for the owning view. Gives clients a choice between borrowing or taking ownership of data.","breadcrumbs":"Idioms » Collections Are Smart Pointers » Advantages","id":"27","title":"Advantages"},"28":{"body":"Methods and traits only available via dereferencing are not taken into account when bounds checking, so generic programming with data structures using this pattern can get complex (see the Borrow and AsRef traits, etc.).","breadcrumbs":"Idioms » Collections Are Smart Pointers » Disadvantages","id":"28","title":"Disadvantages"},"29":{"body":"Smart pointers and collections are analogous: a smart pointer points to a single object, whereas a collection points to many objects. From the point of view of the type system, there is little difference between the two. A collection owns its data if the only way to access each datum is via the collection and the collection is responsible for deleting the data (even in cases of shared ownership, some kind of borrowed view may be appropriate). If a collection owns its data, it is usually useful to provide a view of the data as borrowed so that it can be referenced multiple times. Most smart pointers (e.g., Foo) implement Deref. However, collections will usually dereference to a custom type. [T] and str have some language support, but in the general case, this is not necessary. Foo can implement Deref> where Bar is a dynamically sized type and &Bar is a borrowed view of the data in Foo. Commonly, ordered collections will implement Index for Ranges to provide slicing syntax. The target will be the borrowed view.","breadcrumbs":"Idioms » Collections Are Smart Pointers » Discussion","id":"29","title":"Discussion"},"3":{"body":"Rust is not object-oriented, and the combination of all its characteristics, such as functional elements, a strong type system, and the borrow checker, makes it unique. Because of this, Rust design patterns vary with respect to other traditional object-oriented programming languages. That's why we decided to write this book. We hope you enjoy reading it! The book is divided in three main chapters: Idioms : guidelines to follow when coding. They are the social norms of the community. You should break them only if you have a good reason for it. Design patterns : methods to solve common problems when coding. Anti-patterns : methods to solve common problems when coding. However, while design patterns give us benefits, anti-patterns create more problems.","breadcrumbs":"Introduction » Design patterns in Rust","id":"3","title":"Design patterns in Rust"},"30":{"body":"Deref polymorphism anti-pattern . Documentation for Deref trait .","breadcrumbs":"Idioms » Collections Are Smart Pointers » See also","id":"30","title":"See also"},"31":{"body":"","breadcrumbs":"Idioms » Finalisation in Destructors » Finalisation in destructors","id":"31","title":"Finalisation in destructors"},"32":{"body":"Rust does not provide the equivalent to finally blocks - code that will be executed no matter how a function is exited. Instead, an object's destructor can be used to run code that must be run before exit.","breadcrumbs":"Idioms » Finalisation in Destructors » Description","id":"32","title":"Description"},"33":{"body":"fn bar() -> Result<(), ()> { // These don't need to be defined inside the function. struct Foo; // Implement a destructor for Foo. impl Drop for Foo { fn drop(&mut self) { println!(\"exit\"); } } // The dtor of _exit will run however the function `bar` is exited. let _exit = Foo; // Implicit return with `?` operator. baz()?; // Normal return. Ok(())\n}","breadcrumbs":"Idioms » Finalisation in Destructors » Example","id":"33","title":"Example"},"34":{"body":"If a function has multiple return points, then executing code on exit becomes difficult and repetitive (and thus bug-prone). This is especially the case where return is implicit due to a macro. A common case is the ? operator which returns if the result is an Err, but continues if it is Ok. ? is used as an exception handling mechanism, but unlike Java (which has finally), there is no way to schedule code to run in both the normal and exceptional cases. Panicking will also exit a function early.","breadcrumbs":"Idioms » Finalisation in Destructors » Motivation","id":"34","title":"Motivation"},"35":{"body":"Code in destructors will (nearly) always be run - copes with panics, early returns, etc.","breadcrumbs":"Idioms » Finalisation in Destructors » Advantages","id":"35","title":"Advantages"},"36":{"body":"It is not guaranteed that destructors will run. For example, if there is an infinite loop in a function or if running a function crashes before exit. Destructors are also not run in the case of a panic in an already panicking thread. Therefore, destructors cannot be relied on as finalizers where it is absolutely essential that finalisation happens. This pattern introduces some hard to notice, implicit code. Reading a function gives no clear indication of destructors to be run on exit. This can make debugging tricky. Requiring an object and Drop impl just for finalisation is heavy on boilerplate.","breadcrumbs":"Idioms » Finalisation in Destructors » Disadvantages","id":"36","title":"Disadvantages"},"37":{"body":"There is some subtlety about how exactly to store the object used as a finalizer. It must be kept alive until the end of the function and must then be destroyed. The object must always be a value or uniquely owned pointer (e.g., Box). If a shared pointer (such as Rc) is used, then the finalizer can be kept alive beyond the lifetime of the function. For similar reasons, the finalizer should not be moved or returned. The finalizer must be assigned into a variable, otherwise it will be destroyed immediately, rather than when it goes out of scope. The variable name must start with _ if the variable is only used as a finalizer, otherwise the compiler will warn that the finalizer is never used. However, do not call the variable _ with no suffix - in that case it will be destroyed immediately. In Rust, destructors are run when an object goes out of scope. This happens whether we reach the end of block, there is an early return, or the program panics. When panicking, Rust unwinds the stack running destructors for each object in each stack frame. So, destructors get called even if the panic happens in a function being called. If a destructor panics while unwinding, there is no good action to take, so Rust aborts the thread immediately, without running further destructors. This means that destructors are not absolutely guaranteed to run. It also means that you must take extra care in your destructors not to panic, since it could leave resources in an unexpected state.","breadcrumbs":"Idioms » Finalisation in Destructors » Discussion","id":"37","title":"Discussion"},"38":{"body":"RAII guards .","breadcrumbs":"Idioms » Finalisation in Destructors » See also","id":"38","title":"See also"},"39":{"body":"","breadcrumbs":"Idioms » mem::{take(_), replace(_)} » mem::{take(_), replace(_)} to keep owned values in changed enums","id":"39","title":"mem::{take(_), replace(_)} to keep owned values in changed enums"},"4":{"body":"简体中文 If you want to add a translation, please open an issue in the main repository .","breadcrumbs":"Introduction » Translations » Translations","id":"4","title":"Translations"},"40":{"body":"Say we have a &mut MyEnum which has (at least) two variants, A { name: String, x: u8 } and B { name: String }. Now we want to change MyEnum::A to a B if x is zero, while keeping MyEnum::B intact. We can do this without cloning the name.","breadcrumbs":"Idioms » mem::{take(_), replace(_)} » Description","id":"40","title":"Description"},"41":{"body":"use std::mem; enum MyEnum { A { name: String, x: u8 }, B { name: String }\n} fn a_to_b(e: &mut MyEnum) { if let MyEnum::A { name, x: 0 } = e { // this takes out our `name` and put in an empty String instead // (note that empty strings don't allocate). // Then, construct the new enum variant (which will // be assigned to `*e`). *e = MyEnum::B { name: mem::take(name) } }\n} This also works with more variants: use std::mem; enum MultiVariateEnum { A { name: String }, B { name: String }, C, D\n} fn swizzle(e: &mut MultiVariateEnum) { use MultiVariateEnum::*; *e = match e { // Ownership rules do not allow taking `name` by value, but we cannot // take the value out of a mutable reference, unless we replace it: A { name } => B { name: mem::take(name) }, B { name } => A { name: mem::take(name) }, C => D, D => C }\n}","breadcrumbs":"Idioms » mem::{take(_), replace(_)} » Example","id":"41","title":"Example"},"42":{"body":"When working with enums, we may want to change an enum value in place, perhaps to another variant. This is usually done in two phases to keep the borrow checker happy. In the first phase, we observe the existing value and look at its parts to decide what to do next. In the second phase we may conditionally change the value (as in the example above). The borrow checker won't allow us to take out name of the enum (because something must be there.) We could of course .clone() name and put the clone into our MyEnum::B, but that would be an instance of the Clone to satisfy the borrow checker anti-pattern. Anyway, we can avoid the extra allocation by changing e with only a mutable borrow. mem::take lets us swap out the value, replacing it with it's default value, and returning the previous value. For String, the default value is an empty String, which does not need to allocate. As a result, we get the original name as an owned value . We can then wrap this in another enum. NOTE: mem::replace is very similar, but allows us to specify what to replace the value with. An equivalent to our mem::take line would be mem::replace(name, String::new()). Note, however, that if we are using an Option and want to replace its value with a None, Option’s take() method provides a shorter and more idiomatic alternative.","breadcrumbs":"Idioms » mem::{take(_), replace(_)} » Motivation","id":"42","title":"Motivation"},"43":{"body":"Look ma, no allocation! Also you may feel like Indiana Jones while doing it.","breadcrumbs":"Idioms » mem::{take(_), replace(_)} » Advantages","id":"43","title":"Advantages"},"44":{"body":"This gets a bit wordy. Getting it wrong repeatedly will make you hate the borrow checker. The compiler may fail to optimize away the double store, resulting in reduced performance as opposed to what you'd do in unsafe languages. Furthermore, the type you are taking needs to implement the Default trait . However, if the type you're working with doesn't implement this, you can instead use mem::replace.","breadcrumbs":"Idioms » mem::{take(_), replace(_)} » Disadvantages","id":"44","title":"Disadvantages"},"45":{"body":"This pattern is only of interest in Rust. In GC'd languages, you'd take the reference to the value by default (and the GC would keep track of refs), and in other low-level languages like C you'd simply alias the pointer and fix things later. However, in Rust, we have to do a little more work to do this. An owned value may only have one owner, so to take it out, we need to put something back in – like Indiana Jones, replacing the artifact with a bag of sand.","breadcrumbs":"Idioms » mem::{take(_), replace(_)} » Discussion","id":"45","title":"Discussion"},"46":{"body":"This gets rid of the Clone to satisfy the borrow checker anti-pattern in a specific case.","breadcrumbs":"Idioms » mem::{take(_), replace(_)} » See also","id":"46","title":"See also"},"47":{"body":"","breadcrumbs":"Idioms » On-Stack Dynamic Dispatch » On-Stack Dynamic Dispatch","id":"47","title":"On-Stack Dynamic Dispatch"},"48":{"body":"We can dynamically dispatch over multiple values, however, to do so, we need to declare multiple variables to bind differently-typed objects. To extend the lifetime as necessary, we can use deferred conditional initialization, as seen below:","breadcrumbs":"Idioms » On-Stack Dynamic Dispatch » Description","id":"48","title":"Description"},"49":{"body":"use std::io;\nuse std::fs; # fn main() -> Result<(), Box> {\n# let arg = \"-\"; // These must live longer than `readable`, and thus are declared first:\nlet (mut stdin_read, mut file_read); // We need to ascribe the type to get dynamic dispatch.\nlet readable: &mut dyn io::Read = if arg == \"-\" { stdin_read = io::stdin(); &mut stdin_read\n} else { file_read = fs::File::open(arg)?; &mut file_read\n}; // Read from `readable` here. # Ok(())\n# }","breadcrumbs":"Idioms » On-Stack Dynamic Dispatch » Example","id":"49","title":"Example"},"5":{"body":"Idioms are commonly used styles, guidelines and patterns largely agreed upon by a community. Writing idiomatic code allows other developers to understand better what is happening. After all, the computer only cares about the machine code that is generated by the compiler. Instead, the source code is mainly beneficial to the developer. So, since we have this abstraction layer, why not make it more readable? Remember the KISS principle : \"Keep It Simple, Stupid\". It claims that \"most systems work best if they are kept simple rather than made complicated; therefore, simplicity should be a key goal in design, and unnecessary complexity should be avoided\". Code is there for humans, not computers, to understand.","breadcrumbs":"Idioms » Idioms","id":"5","title":"Idioms"},"50":{"body":"Rust monomorphises code by default. This means a copy of the code will be generated for each type it is used with and optimized independently. While this allows for very fast code on the hot path, it also bloats the code in places where performance is not of the essence, thus costing compile time and cache usage. Luckily, Rust allows us to use dynamic dispatch, but we have to explicitly ask for it.","breadcrumbs":"Idioms » On-Stack Dynamic Dispatch » Motivation","id":"50","title":"Motivation"},"51":{"body":"We do not need to allocate anything on the heap. Neither do we need to initialize something we won't use later, nor do we need to monomorphize the whole code that follows to work with both File or Stdin.","breadcrumbs":"Idioms » On-Stack Dynamic Dispatch » Advantages","id":"51","title":"Advantages"},"52":{"body":"The code needs more moving parts than the Box-based version: // We still need to ascribe the type for dynamic dispatch.\nlet readable: Box = if arg == \"-\" { Box::new(io::stdin())\n} else { Box::new(fs::File::open(arg)?)\n};\n// Read from `readable` here.","breadcrumbs":"Idioms » On-Stack Dynamic Dispatch » Disadvantages","id":"52","title":"Disadvantages"},"53":{"body":"Rust newcomers will usually learn that Rust requires all variables to be initialized before use , so it's easy to overlook the fact that unused variables may well be uninitialized. Rust works quite hard to ensure that this works out fine and only the initialized values are dropped at the end of their scope. The example meets all the constraints Rust places on us: All variables are initialized before using (in this case borrowing) them Each variable only holds values of a single type. In our example, stdin is of type Stdin, file is of type File and readable is of type &mut dyn Read Each borrowed value outlives all the references borrowed from it","breadcrumbs":"Idioms » On-Stack Dynamic Dispatch » Discussion","id":"53","title":"Discussion"},"54":{"body":"Finalisation in destructors and RAII guards can benefit from tight control over lifetimes. For conditionally filled Option<&T>s of (mutable) references, one can initialize an Option directly and use its .as_ref() method to get an optional reference.","breadcrumbs":"Idioms » On-Stack Dynamic Dispatch » See also","id":"54","title":"See also"},"55":{"body":"Writing FFI code is an entire course in itself. However, there are several idioms here that can act as pointers, and avoid traps for inexperienced users of unsafe Rust. This section contains idioms that may be useful when doing FFI. Idiomatic Errors - Error handling with integer codes and sentinel return values (such as NULL pointers) Accepting Strings with minimal unsafe code Passing Strings to FFI functions","breadcrumbs":"Idioms » Foreign function interface (FFI) » FFI Idioms","id":"55","title":"FFI Idioms"},"56":{"body":"","breadcrumbs":"Idioms » Foreign function interface (FFI) » Idiomatic Errors » Error Handling in FFI","id":"56","title":"Error Handling in FFI"},"57":{"body":"In foreign languages like C, errors are represented by return codes. However, Rust's type system allows much more rich error information to be captured and propogated through a full type. This best practice shows different kinds of error codes, and how to expose them in a usable way: Flat Enums should be converted to integers and returned as codes. Structured Enums should be converted to an integer code with a string error message for detail. Custom Error Types should become \"transparent\", with a C representation.","breadcrumbs":"Idioms » Foreign function interface (FFI) » Idiomatic Errors » Description","id":"57","title":"Description"},"58":{"body":"","breadcrumbs":"Idioms » Foreign function interface (FFI) » Idiomatic Errors » Code Example","id":"58","title":"Code Example"},"59":{"body":"enum DatabaseError { IsReadOnly = 1, // user attempted a write operation IOError = 2, // user should read the C errno() for what it was FileCorrupted = 3, // user should run a repair tool to recover it\n} impl From for libc::c_int { fn from(e: DatabaseError) -> libc::c_int { (e as i8).into() }\n}","breadcrumbs":"Idioms » Foreign function interface (FFI) » Idiomatic Errors » Flat Enums","id":"59","title":"Flat Enums"},"6":{"body":"","breadcrumbs":"Idioms » Use borrowed types for arguments » Use borrowed types for arguments","id":"6","title":"Use borrowed types for arguments"},"60":{"body":"pub mod errors { enum DatabaseError { IsReadOnly, IOError(std::io::Error), FileCorrupted(String), // message describing the issue } impl From for libc::c_int { fn from(e: DatabaseError) -> libc::c_int { match e { DatabaseError::IsReadOnly => 1, DatabaseError::IOError(_) => 2, DatabaseError::FileCorrupted(_) => 3, } } }\n} pub mod c_api { use super::errors::DatabaseError; #[no_mangle] pub extern \"C\" fn db_error_description( e: *const DatabaseError ) -> *mut libc::c_char { let error: &DatabaseError = unsafe { // SAFETY: pointer lifetime is greater than the current stack frame &*e }; let error_str: String = match error { DatabaseError::IsReadOnly => { format!(\"cannot write to read-only database\"); } DatabaseError::IOError(e) => { format!(\"I/O Error: {}\", e); } DatabaseError::FileCorrupted(s) => { format!(\"File corrupted, run repair: {}\", &s); } }; let c_error = unsafe { // SAFETY: copying error_str to an allocated buffer with a NUL // character at the end let mut malloc: *mut u8 = libc::malloc(error_str.len() + 1) as *mut _; if malloc.is_null() { return std::ptr::null_mut(); } let src = error_str.as_bytes().as_ptr(); std::ptr::copy_nonoverlapping(src, malloc, error_str.len()); std::ptr::write(malloc.add(error_str.len()), 0); malloc as *mut libc::c_char }; c_error }\n}","breadcrumbs":"Idioms » Foreign function interface (FFI) » Idiomatic Errors » Structured Enums","id":"60","title":"Structured Enums"},"61":{"body":"struct ParseError { expected: char, line: u32, ch: u16\n} impl ParseError { /* ... */ } /* Create a second version which is exposed as a C structure */\n#[repr(C)]\npub struct parse_error { pub expected: libc::c_char, pub line: u32, pub ch: u16\n} impl From for parse_error { fn from(e: ParseError) -> parse_error { let ParseError { expected, line, ch } = e; parse_error { expected, line, ch } }\n}","breadcrumbs":"Idioms » Foreign function interface (FFI) » Idiomatic Errors » Custom Error Types","id":"61","title":"Custom Error Types"},"62":{"body":"This ensures that the foreign language has clear access to error information while not compromising the Rust code's API at all.","breadcrumbs":"Idioms » Foreign function interface (FFI) » Idiomatic Errors » Advantages","id":"62","title":"Advantages"},"63":{"body":"It's a lot of typing, and some types may not be able to be converted easily to C.","breadcrumbs":"Idioms » Foreign function interface (FFI) » Idiomatic Errors » Disadvantages","id":"63","title":"Disadvantages"},"64":{"body":"","breadcrumbs":"Idioms » Foreign function interface (FFI) » Accepting Strings » Accepting Strings","id":"64","title":"Accepting Strings"},"65":{"body":"When accepting strings via FFI through pointers, there are two principles that should be followed: Keep foreign strings \"borrowed\", rather than copying them directly. Minimize the amount of complexity and unsafe code involved in converting from a C-style string to native Rust strings.","breadcrumbs":"Idioms » Foreign function interface (FFI) » Accepting Strings » Description","id":"65","title":"Description"},"66":{"body":"The strings used in C have different behaviours to those used in Rust, namely: C strings are null-terminated while Rust strings store their length C strings can contain any arbitrary non-zero byte while Rust strings must be UTF-8 C strings are accessed and manipulated using unsafe pointer operations while interactions with Rust strings go through safe methods The Rust standard library comes with C equivalents of Rust's String and &str called CString and &CStr, that allow us to avoid a lot of the complexity and unsafe code involved in converting between C strings and Rust strings. The &CStr type also allows us to work with borrowed data, meaning passing strings between Rust and C is a zero-cost operation.","breadcrumbs":"Idioms » Foreign function interface (FFI) » Accepting Strings » Motivation","id":"66","title":"Motivation"},"67":{"body":"pub mod unsafe_module { // other module content /// Log a message at the specified level. /// /// # Safety /// /// It is the caller's guarantee to ensure `msg`: /// /// - is not a null pointer /// - points to valid, initialized data /// - points to memory ending in a null byte /// - won't be mutated for the duration of this function call #[no_mangle] pub unsafe extern \"C\" fn mylib_log( msg: *const libc::c_char, level: libc::c_int ) { let level: crate::LogLevel = match level { /* ... */ }; // SAFETY: The caller has already guaranteed this is okay (see the // `# Safety` section of the doc-comment). let msg_str: &str = match std::ffi::CStr::from_ptr(msg).to_str() { Ok(s) => s, Err(e) => { crate::log_error(\"FFI string conversion failed\"); return; } }; crate::log(msg_str, level); }\n}","breadcrumbs":"Idioms » Foreign function interface (FFI) » Accepting Strings » Code Example","id":"67","title":"Code Example"},"68":{"body":"The example is is written to ensure that: The unsafe block is as small as possible. The pointer with an \"untracked\" lifetime becomes a \"tracked\" shared reference Consider an alternative, where the string is actually copied: pub mod unsafe_module { // other module content pub extern \"C\" fn mylib_log(msg: *const libc::c_char, level: libc::c_int) { // DO NOT USE THIS CODE. // IT IS UGLY, VERBOSE, AND CONTAINS A SUBTLE BUG. let level: crate::LogLevel = match level { /* ... */ }; let msg_len = unsafe { /* SAFETY: strlen is what it is, I guess? */ libc::strlen(msg) }; let mut msg_data = Vec::with_capacity(msg_len + 1); let msg_cstr: std::ffi::CString = unsafe { // SAFETY: copying from a foreign pointer expected to live // for the entire stack frame into owned memory std::ptr::copy_nonoverlapping(msg, msg_data.as_mut(), msg_len); msg_data.set_len(msg_len + 1); std::ffi::CString::from_vec_with_nul(msg_data).unwrap() } let msg_str: String = unsafe { match msg_cstr.into_string() { Ok(s) => s, Err(e) => { crate::log_error(\"FFI string conversion failed\"); return; } } }; crate::log(&msg_str, level); }\n} This code in inferior to the original in two respects: There is much more unsafe code, and more importantly, more invariants it must uphold. Due to the extensive arithmetic required, there is a bug in this version that cases Rust undefined behaviour. The bug here is a simple mistake in pointer arithmetic: the string was copied, all msg_len bytes of it. However, the NUL terminator at the end was not. The Vector then had its size set to the length of the zero padded string -- rather than resized to it, which could have added a zero at the end. As a result, the last byte in the Vector is uninitialized memory. When the CString is created at the bottom of the block, its read of the Vector will cause undefined behaviour! Like many such issues, this would be difficult issue to track down. Sometimes it would panic because the string was not UTF-8, sometimes it would put a weird character at the end of the string, sometimes it would just completely crash.","breadcrumbs":"Idioms » Foreign function interface (FFI) » Accepting Strings » Advantages","id":"68","title":"Advantages"},"69":{"body":"None?","breadcrumbs":"Idioms » Foreign function interface (FFI) » Accepting Strings » Disadvantages","id":"69","title":"Disadvantages"},"7":{"body":"Using a target of a deref coercion can increase the flexibility of your code when you are deciding which argument type to use for a function argument. In this way, the function will accept more input types. This is not limited to slice-able or fat pointer types. In fact, you should always prefer using the borrowed type over borrowing the owned type . Such as &str over &String, &[T] over &Vec, or &T over &Box. Using borrowed types you can avoid layers of indirection for those instances where the owned type already provides a layer of indirection. For instance, a String has a layer of indirection, so a &String will have two layers of indirection. We can avoid this by using &str instead, and letting &String coerce to a &str whenever the function is invoked.","breadcrumbs":"Idioms » Use borrowed types for arguments » Description","id":"7","title":"Description"},"70":{"body":"","breadcrumbs":"Idioms » Foreign function interface (FFI) » Passing Strings » Passing Strings","id":"70","title":"Passing Strings"},"71":{"body":"When passing strings to FFI functions, there are four principles that should be followed: Make the lifetime of owned strings as long as possible. Minimize unsafe code during the conversion. If the C code can modify the string data, use Vec instead of CString. Unless the Foreign Function API requires it, the ownership of the string should not transfer to the callee.","breadcrumbs":"Idioms » Foreign function interface (FFI) » Passing Strings » Description","id":"71","title":"Description"},"72":{"body":"Rust has built-in support for C-style strings with its CString and CStr types. However, there are different approaches one can take with strings that are being sent to a foreign function call from a Rust function. The best practice is simple: use CString in such a way as to minimize unsafe code. However, a secondary caveat is that the object must live long enough , meaning the lifetime should be maximized. In addition, the documentation explains that \"round-tripping\" a CString after modification is UB, so additional work is necessary in that case.","breadcrumbs":"Idioms » Foreign function interface (FFI) » Passing Strings » Motivation","id":"72","title":"Motivation"},"73":{"body":"pub mod unsafe_module { // other module content extern \"C\" { fn seterr(message: *const libc::c_char); fn geterr(buffer: *mut libc::c_char, size: libc::c_int) -> libc::c_int; } fn report_error_to_ffi>( err: S ) -> Result<(), std::ffi::NulError>{ let c_err = std::ffi::CString::new(err.into())?; unsafe { // SAFETY: calling an FFI whose documentation says the pointer is // const, so no modification should occur seterr(c_err.as_ptr()); } Ok(()) // The lifetime of c_err continues until here } fn get_error_from_ffi() -> Result { let mut buffer = vec![0u8; 1024]; unsafe { // SAFETY: calling an FFI whose documentation implies // that the input need only live as long as the call let written: usize = geterr(buffer.as_mut_ptr(), 1023).into(); buffer.truncate(written + 1); } std::ffi::CString::new(buffer).unwrap().into_string() }\n}","breadcrumbs":"Idioms » Foreign function interface (FFI) » Passing Strings » Code Example","id":"73","title":"Code Example"},"74":{"body":"The example is written in a way to ensure that: The unsafe block is as small as possible. The CString lives long enough. Errors with typecasts are always propagated when possible. A common mistake (so common it's in the documentation) is to not use the variable in the first block: pub mod unsafe_module { // other module content fn report_error>(err: S) -> Result<(), std::ffi::NulError> { unsafe { // SAFETY: whoops, this contains a dangling pointer! seterr(std::ffi::CString::new(err.into())?.as_ptr()); } Ok(()) }\n} This code will result in a dangling pointer, because the lifetime of the CString is not extended by the pointer creation, unlike if a reference were created. Another issue frequently raised is that the initialization of a 1k vector of zeroes is \"slow\". However, recent versions of Rust actually optimize that particular macro to a call to zmalloc, meaning it is as fast as the operating system's ability to return zeroed memory (which is quite fast).","breadcrumbs":"Idioms » Foreign function interface (FFI) » Passing Strings » Advantages","id":"74","title":"Advantages"},"75":{"body":"None?","breadcrumbs":"Idioms » Foreign function interface (FFI) » Passing Strings » Disadvantages","id":"75","title":"Disadvantages"},"76":{"body":"","breadcrumbs":"Idioms » Iterating over an Option » Iterating over an Option","id":"76","title":"Iterating over an Option"},"77":{"body":"Option can be viewed as a container that contains either zero or one element. In particular, it implements the IntoIterator trait, and as such can be used with generic code that needs such a type.","breadcrumbs":"Idioms » Iterating over an Option » Description","id":"77","title":"Description"},"78":{"body":"Since Option implements IntoIterator, it can be used as an argument to .extend() : let turing = Some(\"Turing\");\nlet mut logicians = vec![\"Curry\", \"Kleene\", \"Markov\"]; logicians.extend(turing); // equivalent to\nif let Some(turing_inner) = turing { logicians.push(turing_inner);\n} If you need to tack an Option to the end of an existing iterator, you can pass it to .chain() : let turing = Some(\"Turing\");\nlet logicians = vec![\"Curry\", \"Kleene\", \"Markov\"]; for logician in logicians.iter().chain(turing.iter()) { println!(\"{} is a logician\", logician);\n} Note that if the Option is always Some, then it is more idiomatic to use std::iter::once on the element instead. Also, since Option implements IntoIterator, it's possible to iterate over it using a for loop. This is equivalent to matching it with if let Some(..), and in most cases you should prefer the latter.","breadcrumbs":"Idioms » Iterating over an Option » Examples","id":"78","title":"Examples"},"79":{"body":"std::iter::once is an iterator which yields exactly one element. It's a more readable alternative to Some(foo).into_iter(). Iterator::filter_map is a version of Iterator::map , specialized to mapping functions which return Option. The ref_slice crate provides functions for converting an Option to a zero- or one-element slice. Documentation for Option","breadcrumbs":"Idioms » Iterating over an Option » See also","id":"79","title":"See also"},"8":{"body":"For this example, we will illustrate some differences for using &String as a function argument versus using a &str, but the ideas apply as well to using &Vec versus using a &[T] or using a &Box versus a &T. Consider an example where we wish to determine if a word contains three consecutive vowels. We don't need to own the string to determine this, so we will take a reference. The code might look something like this: fn three_vowels(word: &String) -> bool { let mut vowel_count = 0; for c in word.chars() { match c { 'a' | 'e' | 'i' | 'o' | 'u' => { vowel_count += 1; if vowel_count >= 3 { return true } } _ => vowel_count = 0 } } false\n} fn main() { let ferris = \"Ferris\".to_string(); let curious = \"Curious\".to_string(); println!(\"{}: {}\", ferris, three_vowels(&ferris)); println!(\"{}: {}\", curious, three_vowels(&curious)); // This works fine, but the following two lines would fail: // println!(\"Ferris: {}\", three_vowels(\"Ferris\")); // println!(\"Curious: {}\", three_vowels(\"Curious\")); } This works fine because we are passing a &String type as a parameter. If we remove the comments on the last two lines, the example will fail. This is because a &str type will not coerce to a &String type. We can fix this by simply modifying the type for our argument. For instance, if we change our function declaration to: fn three_vowels(word: &str) -> bool { then both versions will compile and print the same output. Ferris: false\nCurious: true But wait, that's not all! There is more to this story. It's likely that you may say to yourself: that doesn't matter, I will never be using a &'static str as an input anyways (as we did when we used \"Ferris\"). Even ignoring this special example, you may still find that using &str will give you more flexibility than using a &String. Let's now take an example where someone gives us a sentence, and we want to determine if any of the words in the sentence contain three consecutive vowels. We probably should make use of the function we have already defined and simply feed in each word from the sentence. An example of this could look like this: fn three_vowels(word: &str) -> bool { let mut vowel_count = 0; for c in word.chars() { match c { 'a' | 'e' | 'i' | 'o' | 'u' => { vowel_count += 1; if vowel_count >= 3 { return true } } _ => vowel_count = 0 } } false\n} fn main() { let sentence_string = \"Once upon a time, there was a friendly curious crab named Ferris\".to_string(); for word in sentence_string.split(' ') { if three_vowels(word) { println!(\"{} has three consecutive vowels!\", word); } }\n} Running this example using our function declared with an argument type &str will yield curious has three consecutive vowels! However, this example will not run when our function is declared with an argument type &String. This is because string slices are a &str and not a &String which would require an allocation to be converted to &String which is not implicit, whereas converting from String to &str is cheap and implicit.","breadcrumbs":"Idioms » Use borrowed types for arguments » Example","id":"8","title":"Example"},"80":{"body":"","breadcrumbs":"Idioms » Pass Variables to Closure » Pass variables to closure","id":"80","title":"Pass variables to closure"},"81":{"body":"By default, closures capture their environment by borrowing. Or you can use move-closure to move whole environment. However, often you want to move just some variables to closure, give it copy of some data, pass it by reference, or perform some other transformation. Use variable rebinding in separate scope for that.","breadcrumbs":"Idioms » Pass Variables to Closure » Description","id":"81","title":"Description"},"82":{"body":"Use use std::rc::Rc; let num1 = Rc::new(1);\nlet num2 = Rc::new(2);\nlet num3 = Rc::new(3);\nlet closure = { // `num1` is moved let num2 = num2.clone(); // `num2` is cloned let num3 = num3.as_ref(); // `num3` is borrowed move || { *num1 + *num2 + *num3; }\n}; instead of use std::rc::Rc; let num1 = Rc::new(1);\nlet num2 = Rc::new(2);\nlet num3 = Rc::new(3); let num2_cloned = num2.clone();\nlet num3_borrowed = num3.as_ref();\nlet closure = move || { *num1 + *num2_cloned + *num3_borrowed;\n};","breadcrumbs":"Idioms » Pass Variables to Closure » Example","id":"82","title":"Example"},"83":{"body":"Copied data are grouped together with closure definition, so their purpose is more clear, and they will be dropped immediately even if they are not consumed by closure. Closure uses same variable names as surrounding code whether data are copied or moved.","breadcrumbs":"Idioms » Pass Variables to Closure » Advantages","id":"83","title":"Advantages"},"84":{"body":"Additional indentation of closure body.","breadcrumbs":"Idioms » Pass Variables to Closure » Disadvantages","id":"84","title":"Disadvantages"},"85":{"body":"","breadcrumbs":"Idioms » Privacy For Extensibility » #[non_exhaustive] and private fields for extensibility","id":"85","title":"#[non_exhaustive] and private fields for extensibility"},"86":{"body":"A small set of scenarios exist where a library author may want to add public fields to a public struct or new variants to an enum without breaking backwards compatibility. Rust offers two solutions to this problem: Use #[non_exhaustive] on structs, enums, and enum variants. For extensive documentation on all the places where #[non_exhaustive] can be used, see the docs . You may add a private field to a struct to prevent it from being directly instantiated or matched against (see Alternative)","breadcrumbs":"Idioms » Privacy For Extensibility » Description","id":"86","title":"Description"},"87":{"body":"mod a { // Public struct. #[non_exhaustive] pub struct S { pub foo: i32, } #[non_exhaustive] pub enum AdmitMoreVariants { VariantA, VariantB, #[non_exhaustive] VariantC { a: String } }\n} fn print_matched_variants(s: a::S) { // Because S is `#[non_exhaustive]`, it cannot be named here and // we must use `..` in the pattern. let a::S { foo: _, ..} = s; let some_enum = a::AdmitMoreVariants::VariantA; match some_enum { a::AdmitMoreVariants::VariantA => println!(\"it's an A\"), a::AdmitMoreVariants::VariantB => println!(\"it's a b\"), // .. required because this variant is non-exhaustive as well a::AdmitMoreVariants::VariantC { a, .. } => println!(\"it's a c\"), // The wildcard match is required because more variants may be // added in the future _ => println!(\"it's a new variant\") }\n}","breadcrumbs":"Idioms » Privacy For Extensibility » Example","id":"87","title":"Example"},"88":{"body":"#[non_exhaustive] only works across crate boundaries. Within a crate, the private field method may be used. Adding a field to a struct is a mostly backwards compatible change. However, if a client uses a pattern to deconstruct a struct instance, they might name all the fields in the struct and adding a new one would break that pattern. The client could name some fields and use .. in the pattern, in which case adding another field is backwards compatible. Making at least one of the struct's fields private forces clients to use the latter form of patterns, ensuring that the struct is future-proof. The downside of this approach is that you might need to add an otherwise unneeded field to the struct. You can use the () type so that there is no runtime overhead and prepend _ to the field name to avoid the unused field warning. pub struct S { pub a: i32, // Because `b` is private, you cannot match on `S` without using `..` and `S` // cannot be directly instantiated or matched against _b: ()\n}","breadcrumbs":"Idioms » Privacy For Extensibility » Alternative: Private fields for structs","id":"88","title":"Alternative: Private fields for structs"},"89":{"body":"On structs, #[non_exhaustive] allows adding additional fields in a backwards compatible way. It will also prevent clients from using the struct constructor, even if all the fields are public. This may be helpful, but it's worth considering if you want an additional field to be found by clients as a compiler error rather than something that may be silently undiscovered. #[non_exhaustive] can be applied to enum variants as well. A #[non_exhaustive] variant behaves in the same way as a #[non_exhaustive] struct. Use this deliberately and with caution: incrementing the major version when adding fields or variants is often a better option. #[non_exhaustive] may be appropriate in scenarios where you're modeling an external resource that may change out-of-sync with your library, but is not a general purpose tool.","breadcrumbs":"Idioms » Privacy For Extensibility » Discussion","id":"89","title":"Discussion"},"9":{"body":"Rust Language Reference on Type Coercions For more discussion on how to handle String and &str see this blog series (2015) by Herman J. Radtke III","breadcrumbs":"Idioms » Use borrowed types for arguments » See also","id":"9","title":"See also"},"90":{"body":"#[non_exhaustive] can make your code much less ergonomic to use, especially when forced to handle unknown enum variants. It should only be used when these sorts of evolutions are required without incrementing the major version. When #[non_exhaustive] is applied to enums, it forces clients to handle a wildcard variant. If there is no sensible action to take in this case, this may lead to awkward code and code paths that are only executed in extremely rare circumstances. If a client decides to panic!() in this scenario, it may have been better to expose this error at compile time. In fact, #[non_exhaustive] forces clients to handle the \"Something else\" case; there is rarely a sensible action to take in this scenario.","breadcrumbs":"Idioms » Privacy For Extensibility » Disadvantages","id":"90","title":"Disadvantages"},"91":{"body":"RFC introducing #[non_exhaustive] attribute for enums and structs","breadcrumbs":"Idioms » Privacy For Extensibility » See also","id":"91","title":"See also"},"92":{"body":"","breadcrumbs":"Idioms » Easy doc initialization » Easy doc initialization","id":"92","title":"Easy doc initialization"},"93":{"body":"If a struct takes significant effort to initialize when writing docs, it can be quicker to wrap your example with a helper function which takes the struct as an argument.","breadcrumbs":"Idioms » Easy doc initialization » Description","id":"93","title":"Description"},"94":{"body":"Sometimes there is a struct with multiple or complicated parameters and several methods. Each of these methods should have examples. For example: struct Connection { name: String, stream: TcpStream,\n} impl Connection { /// Sends a request over the connection. /// /// # Example /// ```no_run /// # // Boilerplate are required to get an example working. /// # let stream = TcpStream::connect(\"127.0.0.1:34254\"); /// # let connection = Connection { name: \"foo\".to_owned(), stream }; /// # let request = Request::new(\"RequestId\", RequestType::Get, \"payload\"); /// let response = connection.send_request(request); /// assert!(response.is_ok()); /// ``` fn send_request(&self, request: Request) -> Result { // ... } /// Oh no, all that boilerplate needs to be repeated here! fn check_status(&self) -> Status { // ... }\n}","breadcrumbs":"Idioms » Easy doc initialization » Motivation","id":"94","title":"Motivation"},"95":{"body":"Instead of typing all of this boilerplate to create a Connection and Request, it is easier to just create a wrapping helper function which takes them as arguments: struct Connection { name: String, stream: TcpStream,\n} impl Connection { /// Sends a request over the connection. /// /// # Example /// ``` /// # fn call_send(connection: Connection, request: Request) { /// let response = connection.send_request(request); /// assert!(response.is_ok()); /// # } /// ``` fn send_request(&self, request: Request) { // ... }\n} Note in the above example the line assert!(response.is_ok()); will not actually run while testing because it is inside a function which is never invoked.","breadcrumbs":"Idioms » Easy doc initialization » Example","id":"95","title":"Example"},"96":{"body":"This is much more concise and avoids repetitive code in examples.","breadcrumbs":"Idioms » Easy doc initialization » Advantages","id":"96","title":"Advantages"},"97":{"body":"As example is in a function, the code will not be tested. Though it will still be checked to make sure it compiles when running a cargo test. So this pattern is most useful when you need no_run. With this, you do not need to add no_run.","breadcrumbs":"Idioms » Easy doc initialization » Disadvantages","id":"97","title":"Disadvantages"},"98":{"body":"If assertions are not required this pattern works well. If they are, an alternative can be to create a public method to create a helper instance which is annotated with #[doc(hidden)] (so that users won't see it). Then this method can be called inside of rustdoc because it is part of the crate's public API.","breadcrumbs":"Idioms » Easy doc initialization » Discussion","id":"98","title":"Discussion"},"99":{"body":"","breadcrumbs":"Idioms » Temporary mutability » Temporary mutability","id":"99","title":"Temporary mutability"}},"length":260,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{".":{".":{"2":{"df":1,"docs":{"106":{"tf":1.0}}},"df":0,"docs":{}},"0":{"df":1,"docs":{"128":{"tf":1.0}}},"5":{"df":2,"docs":{"128":{"tf":1.7320508075688772},"185":{"tf":1.0}}},"df":0,"docs":{}},"2":{"df":1,"docs":{"239":{"tf":1.0}}},"df":13,"docs":{"125":{"tf":1.0},"126":{"tf":1.7320508075688772},"128":{"tf":1.4142135623730951},"151":{"tf":1.4142135623730951},"17":{"tf":1.0},"199":{"tf":2.449489742783178},"203":{"tf":1.0},"206":{"tf":1.0},"229":{"tf":1.4142135623730951},"230":{"tf":2.0},"41":{"tf":1.0},"60":{"tf":1.0},"8":{"tf":2.0}}},"1":{".":{".":{"1":{"1":{")":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"(":{"0":{"df":1,"docs":{"230":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"229":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"df":1,"docs":{"185":{"tf":1.0}}},"4":{"8":{".":{"0":{"df":1,"docs":{"218":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"2":{"3":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"73":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"df":1,"docs":{"73":{"tf":1.0}}},"df":0,"docs":{}},"4":{"8":{"5":{"7":{"6":{"3":{"3":{"2":{"df":2,"docs":{"239":{"tf":1.4142135623730951},"240":{"tf":1.0}}},"3":{"df":1,"docs":{"239":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"228":{"tf":1.0},"229":{"tf":1.7320508075688772},"230":{"tf":2.23606797749979}}},"2":{"df":1,"docs":{"127":{"tf":1.0}}},"5":{"df":2,"docs":{"229":{"tf":1.0},"230":{"tf":1.4142135623730951}}},"df":19,"docs":{"106":{"tf":1.0},"126":{"tf":1.0},"148":{"tf":1.4142135623730951},"151":{"tf":1.7320508075688772},"199":{"tf":2.0},"203":{"tf":1.0},"206":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.7320508075688772},"230":{"tf":3.0},"237":{"tf":1.0},"239":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"73":{"tf":1.0},"8":{"tf":1.4142135623730951}},"k":{"df":1,"docs":{"74":{"tf":1.0}}}},"2":{"+":{"3":{"df":1,"docs":{"127":{"tf":1.0}}},"5":{"df":1,"docs":{"127":{"tf":1.0}}},"df":0,"docs":{}},"0":{"0":{"2":{"df":1,"docs":{"239":{"tf":1.0}}},"df":0,"docs":{}},"1":{"5":{"df":1,"docs":{"9":{"tf":1.0}}},"6":{"df":1,"docs":{"243":{"tf":1.0}}},"7":{"df":1,"docs":{"243":{"tf":1.0}}},"8":{"df":1,"docs":{"243":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"2":{"1":{"df":1,"docs":{"239":{"tf":1.0}}},"2":{"df":1,"docs":{"239":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"229":{"tf":1.0},"230":{"tf":1.4142135623730951}}},"3":{"df":1,"docs":{"127":{"tf":1.0}}},"4":{"df":1,"docs":{"239":{"tf":1.0}}},"8":{"df":2,"docs":{"229":{"tf":1.0},"230":{"tf":1.4142135623730951}}},"df":12,"docs":{"106":{"tf":1.0},"125":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.0},"148":{"tf":1.4142135623730951},"151":{"tf":1.0},"211":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.7320508075688772},"237":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}},"3":{"+":{"4":{"df":1,"docs":{"127":{"tf":1.0}}},"df":0,"docs":{}},"4":{"df":1,"docs":{"127":{"tf":1.0}}},"6":{"df":2,"docs":{"229":{"tf":1.0},"230":{"tf":1.4142135623730951}}},"df":9,"docs":{"126":{"tf":1.0},"151":{"tf":1.0},"211":{"tf":1.0},"229":{"tf":1.4142135623730951},"230":{"tf":2.0},"237":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"8":{"tf":1.4142135623730951}},"f":{"6":{"4":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"4":{"5":{"df":2,"docs":{"229":{"tf":1.0},"230":{"tf":1.4142135623730951}}},"df":7,"docs":{"125":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.0},"211":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"237":{"tf":1.0}},"f":{"6":{"4":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"5":{"5":{"df":2,"docs":{"229":{"tf":1.0},"230":{"tf":1.0}}},"df":6,"docs":{"126":{"tf":1.0},"151":{"tf":1.0},"210":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"237":{"tf":1.0}}},"6":{"df":4,"docs":{"126":{"tf":1.0},"229":{"tf":1.4142135623730951},"230":{"tf":1.7320508075688772},"237":{"tf":1.0}}},"7":{"df":3,"docs":{"126":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0}}},"8":{"df":7,"docs":{"107":{"tf":1.0},"126":{"tf":1.0},"192":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0}}},"9":{"df":4,"docs":{"125":{"tf":1.0},"126":{"tf":1.7320508075688772},"229":{"tf":1.0},"230":{"tf":1.0}}},"_":{"b":{"df":1,"docs":{"88":{"tf":1.0}}},"df":7,"docs":{"106":{"tf":1.0},"233":{"tf":1.0},"37":{"tf":1.4142135623730951},"60":{"tf":1.0},"8":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.0}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.4142135623730951}}}}}}},"a":{".":{"b":{"df":2,"docs":{"177":{"tf":1.0},"181":{"tf":1.0}}},"c":{"df":2,"docs":{"177":{"tf":1.0},"181":{"tf":1.0}}},"df":0,"docs":{},"f":{"1":{"df":1,"docs":{"177":{"tf":1.0}}},"2":{"df":1,"docs":{"177":{"tf":1.0}}},"3":{"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{}}},":":{":":{"a":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"87":{"tf":1.4142135623730951}}},"b":{"df":1,"docs":{"87":{"tf":1.0}}},"c":{"df":1,"docs":{"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":{}},"df":1,"docs":{"87":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"b":{"(":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"i":{"df":1,"docs":{"197":{"tf":1.0}},"l":{"df":1,"docs":{"74":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}},"v":{"df":7,"docs":{"172":{"tf":1.0},"198":{"tf":1.4142135623730951},"203":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.4142135623730951},"42":{"tf":1.0},"95":{"tf":1.0}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"36":{"tf":1.0},"37":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":16,"docs":{"133":{"tf":1.0},"134":{"tf":1.0},"136":{"tf":1.4142135623730951},"146":{"tf":1.7320508075688772},"148":{"tf":1.0},"155":{"tf":1.0},"170":{"tf":1.0},"180":{"tf":1.0},"191":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"239":{"tf":1.0},"247":{"tf":1.0},"251":{"tf":1.0},"253":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":8,"docs":{"157":{"tf":1.0},"172":{"tf":1.0},"185":{"tf":1.0},"200":{"tf":1.4142135623730951},"55":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"7":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":15,"docs":{"134":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"202":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.4142135623730951},"239":{"tf":2.23606797749979},"252":{"tf":1.4142135623730951},"257":{"tf":1.0},"29":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"239":{"tf":1.0},"241":{"tf":1.0}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"127":{"tf":1.0},"206":{"tf":1.0},"250":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"239":{"tf":2.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"239":{"tf":2.0}}}}}},"df":4,"docs":{"239":{"tf":2.449489742783178},"240":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"239":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"239":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"181":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"139":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":1,"docs":{"112":{"tf":1.0}}}}}}},"t":{"df":5,"docs":{"194":{"tf":1.0},"196":{"tf":1.0},"198":{"tf":1.0},"240":{"tf":2.0},"55":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":8,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.4142135623730951},"151":{"tf":1.0},"210":{"tf":1.0},"37":{"tf":1.0},"90":{"tf":1.4142135623730951}}}},"x":{"df":1,"docs":{"121":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":6,"docs":{"232":{"tf":1.0},"233":{"tf":1.4142135623730951},"240":{"tf":1.0},"68":{"tf":1.0},"74":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"d":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":2,"docs":{"155":{"tf":1.0},"170":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"f":{">":{"(":{"df":0,"docs":{},"x":{"df":1,"docs":{"151":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"119":{"tf":1.0},"120":{"tf":1.0}}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"118":{"tf":1.0},"119":{"tf":1.0}}}}}},"df":0,"docs":{}},"<":{"df":1,"docs":{"120":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":15,"docs":{"110":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"183":{"tf":1.0},"21":{"tf":1.0},"218":{"tf":1.4142135623730951},"225":{"tf":1.0},"229":{"tf":1.0},"233":{"tf":1.0},"4":{"tf":1.0},"86":{"tf":1.4142135623730951},"88":{"tf":1.0},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"a":{"d":{"d":{"(":{"0":{"df":1,"docs":{"151":{"tf":1.0}}},"1":{"df":1,"docs":{"151":{"tf":1.0}}},"4":{"df":1,"docs":{"151":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"151":{"tf":1.4142135623730951}}}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"t":{"df":12,"docs":{"103":{"tf":1.0},"116":{"tf":1.0},"199":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"230":{"tf":1.0},"232":{"tf":1.4142135623730951},"233":{"tf":1.4142135623730951},"242":{"tf":1.0},"72":{"tf":1.4142135623730951},"84":{"tf":1.0},"89":{"tf":1.4142135623730951}}}}},"df":8,"docs":{"159":{"tf":1.0},"192":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"68":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.7320508075688772},"89":{"tf":1.4142135623730951}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"146":{"tf":1.0}}}}},"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":{"233":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"87":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"110":{"tf":1.0},"137":{"tf":1.0},"203":{"tf":1.0}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":28,"docs":{"102":{"tf":1.0},"108":{"tf":1.0},"13":{"tf":1.0},"134":{"tf":1.0},"142":{"tf":1.0},"149":{"tf":1.4142135623730951},"162":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.0},"17":{"tf":1.0},"179":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"190":{"tf":1.0},"199":{"tf":1.0},"204":{"tf":1.4142135623730951},"216":{"tf":1.0},"223":{"tf":1.0},"234":{"tf":1.0},"27":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"51":{"tf":1.0},"62":{"tf":1.0},"68":{"tf":1.0},"74":{"tf":1.0},"83":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"199":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"171":{"tf":1.0},"247":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"199":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"199":{"tf":1.0},"230":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"86":{"tf":1.0},"88":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"5":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"143":{"tf":1.0}}}},"k":{"a":{"df":2,"docs":{"126":{"tf":1.0},"145":{"tf":1.0}}},"df":0,"docs":{}},"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":5,"docs":{"146":{"tf":2.0},"154":{"tf":1.4142135623730951},"156":{"tf":1.0},"157":{"tf":1.0},"169":{"tf":1.0}},"’":{"df":1,"docs":{"146":{"tf":1.0}}}}}}}}}},"i":{"a":{"df":2,"docs":{"131":{"tf":1.0},"45":{"tf":1.0}},"s":{"df":5,"docs":{"130":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.0},"202":{"tf":1.0},"206":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"v":{"df":1,"docs":{"37":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":9,"docs":{"14":{"tf":1.0},"198":{"tf":1.0},"211":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"51":{"tf":1.0},"60":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{},"w":{"df":29,"docs":{"112":{"tf":1.0},"128":{"tf":1.0},"133":{"tf":1.4142135623730951},"146":{"tf":1.0},"151":{"tf":1.0},"154":{"tf":1.4142135623730951},"156":{"tf":1.0},"171":{"tf":1.0},"184":{"tf":1.4142135623730951},"197":{"tf":1.0},"20":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"218":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"237":{"tf":1.4142135623730951},"239":{"tf":2.449489742783178},"240":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"57":{"tf":1.0},"66":{"tf":1.4142135623730951},"89":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":7,"docs":{"151":{"tf":1.0},"20":{"tf":1.0},"206":{"tf":1.0},"36":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"247":{"tf":1.0}},"n":{"df":12,"docs":{"107":{"tf":1.0},"199":{"tf":1.0},"218":{"tf":1.4142135623730951},"225":{"tf":1.0},"236":{"tf":1.0},"258":{"tf":1.0},"42":{"tf":1.0},"68":{"tf":1.0},"79":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0},"98":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":3,"docs":{"169":{"tf":1.0},"176":{"tf":1.0},"2":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":9,"docs":{"107":{"tf":1.0},"121":{"tf":1.0},"139":{"tf":1.0},"211":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"7":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"226":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"216":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.0}}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"29":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":3,"docs":{"214":{"tf":1.0},"217":{"tf":1.0},"98":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":10,"docs":{"110":{"tf":1.0},"119":{"tf":1.0},"122":{"tf":1.0},"130":{"tf":1.0},"150":{"tf":1.0},"22":{"tf":1.0},"239":{"tf":1.0},"42":{"tf":1.4142135623730951},"74":{"tf":1.0},"88":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"198":{"tf":1.0},"206":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":8,"docs":{"207":{"tf":2.23606797749979},"209":{"tf":1.0},"211":{"tf":1.0},"222":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"149":{"tf":1.0},"216":{"tf":1.0},"250":{"tf":1.0},"51":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"42":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"156":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"i":{"'":{"df":1,"docs":{"200":{"tf":1.0}}},"df":27,"docs":{"133":{"tf":1.0},"18":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.4142135623730951},"197":{"tf":2.23606797749979},"198":{"tf":1.7320508075688772},"199":{"tf":2.8284271247461903},"200":{"tf":1.4142135623730951},"202":{"tf":1.7320508075688772},"203":{"tf":1.7320508075688772},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"217":{"tf":1.0},"218":{"tf":1.0},"233":{"tf":1.4142135623730951},"236":{"tf":1.4142135623730951},"237":{"tf":1.7320508075688772},"238":{"tf":1.0},"240":{"tf":2.449489742783178},"241":{"tf":1.0},"244":{"tf":1.0},"26":{"tf":1.0},"62":{"tf":1.0},"71":{"tf":1.0},"98":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"169":{"tf":1.0},"2":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"c":{"df":5,"docs":{"121":{"tf":1.4142135623730951},"199":{"tf":1.7320508075688772},"2":{"tf":1.0},"20":{"tf":1.0},"233":{"tf":1.0}}},"df":11,"docs":{"112":{"tf":1.4142135623730951},"156":{"tf":1.0},"162":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"227":{"tf":1.0},"233":{"tf":1.0},"237":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":11,"docs":{"107":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.4142135623730951},"120":{"tf":1.0},"156":{"tf":1.0},"166":{"tf":1.0},"172":{"tf":1.0},"233":{"tf":1.0},"239":{"tf":1.0},"72":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"171":{"tf":1.0},"29":{"tf":1.0},"89":{"tf":1.0}}}}}}}}},"r":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"225":{"tf":1.0},"66":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"<":{"df":0,"docs":{},"t":{"df":2,"docs":{"211":{"tf":1.0},"212":{"tf":1.0}}}},"df":2,"docs":{"20":{"tf":1.0},"211":{"tf":1.7320508075688772}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"202":{"tf":1.0}}},"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}}},"g":{"df":3,"docs":{"222":{"tf":1.0},"49":{"tf":1.4142135623730951},"52":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":13,"docs":{"104":{"tf":1.0},"105":{"tf":1.4142135623730951},"107":{"tf":1.0},"108":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"217":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.4142135623730951},"78":{"tf":1.0},"8":{"tf":2.0},"93":{"tf":1.0},"95":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"209":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"_":{"a":{"d":{"d":{"df":1,"docs":{"151":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"68":{"tf":1.4142135623730951}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"179":{"tf":1.0},"202":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"116":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"158":{"tf":1.0},"241":{"tf":1.0}}}},"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":2,"docs":{"49":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"k":{"df":2,"docs":{"206":{"tf":1.0},"50":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"28":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"!":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"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":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"\"":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"148":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":1,"docs":{"148":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"#":{"\"":{"df":0,"docs":{},"{":{"\"":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"\"":{":":{"\"":{"1":{"df":1,"docs":{"148":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"\"":{":":{"\"":{"2":{"df":1,"docs":{"148":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"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":{},"q":{"!":{"(":{"0":{"df":2,"docs":{"151":{"tf":1.0},"17":{"tf":1.4142135623730951}},"f":{"6":{"4":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"1":{"df":0,"docs":{},"f":{"6":{"4":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"3":{"df":0,"docs":{},"f":{"6":{"4":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"4":{"2":{"df":1,"docs":{"16":{"tf":1.0}}},"df":1,"docs":{"151":{"tf":1.0}}},"5":{"df":1,"docs":{"151":{"tf":1.0}},"f":{"6":{"4":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"8":{"2":{"df":1,"docs":{"151":{"tf":1.0}}},"df":0,"docs":{}},"9":{"df":1,"docs":{"151":{"tf":1.0}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":1,"docs":{"162":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"127":{"tf":1.4142135623730951}}}}}}}}},"v":{"df":0,"docs":{},"e":{"c":{"!":{"[":{"\"":{"c":{"df":0,"docs":{},"r":{"df":3,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":3,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"98":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"211":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"37":{"tf":1.0},"41":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"16":{"tf":1.4142135623730951},"200":{"tf":1.0},"240":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"250":{"tf":1.0}}}}},"t":{"df":2,"docs":{"155":{"tf":2.23606797749979},"170":{"tf":2.6457513110645907}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"254":{"tf":1.4142135623730951}}}}}}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"232":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"206":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"219":{"tf":1.0},"239":{"tf":1.4142135623730951},"91":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"200":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"190":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"233":{"tf":2.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":1,"docs":{"233":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"233":{"tf":2.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"233":{"tf":1.0}}}}}},"df":1,"docs":{"233":{"tf":2.6457513110645907}}}}}},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"197":{"tf":1.0},"214":{"tf":1.0},"217":{"tf":1.0},"86":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"248":{"tf":1.0}}}}}}},"o":{"df":2,"docs":{"21":{"tf":1.0},"25":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"167":{"tf":1.0},"20":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"257":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":15,"docs":{"167":{"tf":1.0},"194":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.4142135623730951},"202":{"tf":1.0},"204":{"tf":1.4142135623730951},"206":{"tf":1.0},"249":{"tf":1.0},"42":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.4142135623730951},"88":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"162":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"90":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"b":{".":{"df":0,"docs":{},"f":{"2":{"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{}},"m":{"df":1,"docs":{"222":{"tf":1.4142135623730951}}}},"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"105":{"tf":1.0},"107":{"tf":1.0},"45":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"148":{"tf":1.0}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"228":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":4,"docs":{"133":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"d":{"df":3,"docs":{"199":{"tf":1.7320508075688772},"211":{"tf":1.0},"217":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"224":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"45":{"tf":1.0}}},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"225":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"239":{"tf":1.0}}}},"r":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"177":{"tf":1.0}}}}}},"a":{"df":1,"docs":{"177":{"tf":1.4142135623730951}}},"c":{"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":1,"docs":{"132":{"tf":1.0}}}}}},":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"132":{"tf":1.0}}}}}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":8,"docs":{"132":{"tf":2.0},"136":{"tf":1.7320508075688772},"162":{"tf":2.6457513110645907},"222":{"tf":3.1622776601683795},"223":{"tf":1.0},"224":{"tf":1.4142135623730951},"29":{"tf":1.0},"33":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"e":{"df":12,"docs":{"152":{"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.7320508075688772},"204":{"tf":1.0},"224":{"tf":1.0},"237":{"tf":1.0},"240":{"tf":2.6457513110645907},"52":{"tf":1.0}}},"i":{"c":{"df":9,"docs":{"115":{"tf":1.0},"124":{"tf":1.0},"146":{"tf":1.0},"159":{"tf":1.0},"17":{"tf":1.0},"206":{"tf":1.0},"233":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":1.0}}},"df":0,"docs":{}}},"z":{"(":{"a":{"df":1,"docs":{"177":{"tf":1.4142135623730951}}},"df":0,"docs":{},"x":{"df":1,"docs":{"140":{"tf":1.0}}}},"df":1,"docs":{"33":{"tf":1.0}}}},"df":8,"docs":{"132":{"tf":1.7320508075688772},"177":{"tf":2.449489742783178},"222":{"tf":1.4142135623730951},"230":{"tf":2.6457513110645907},"40":{"tf":1.4142135623730951},"41":{"tf":2.0},"87":{"tf":1.0},"88":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":8,"docs":{"197":{"tf":1.0},"20":{"tf":1.0},"200":{"tf":1.0},"217":{"tf":1.0},"239":{"tf":1.0},"34":{"tf":1.0},"57":{"tf":1.0},"68":{"tf":1.0}}}}},"df":11,"docs":{"151":{"tf":1.0},"166":{"tf":1.0},"176":{"tf":1.0},"206":{"tf":1.4142135623730951},"207":{"tf":1.0},"217":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":2.0},"37":{"tf":1.0},"72":{"tf":1.0},"86":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":7,"docs":{"101":{"tf":1.0},"211":{"tf":1.0},"217":{"tf":1.7320508075688772},"225":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"211":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":3,"docs":{"130":{"tf":1.0},"254":{"tf":1.4142135623730951},"89":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":8,"docs":{"151":{"tf":1.0},"192":{"tf":1.0},"196":{"tf":1.4142135623730951},"198":{"tf":1.0},"206":{"tf":1.0},"232":{"tf":2.0},"236":{"tf":1.0},"254":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"df":8,"docs":{"113":{"tf":1.0},"130":{"tf":1.0},"154":{"tf":1.0},"176":{"tf":1.0},"197":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"66":{"tf":1.0},"68":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"146":{"tf":1.0},"198":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"169":{"tf":1.0},"198":{"tf":1.0},"48":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"111":{"tf":1.0},"189":{"tf":1.0},"3":{"tf":1.0},"54":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"253":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"112":{"tf":1.0},"172":{"tf":1.0},"198":{"tf":1.4142135623730951},"200":{"tf":1.0},"249":{"tf":1.0},"5":{"tf":1.0},"57":{"tf":1.0},"72":{"tf":1.0}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"257":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"108":{"tf":1.0},"12":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"179":{"tf":1.0},"219":{"tf":1.0},"225":{"tf":1.0},"234":{"tf":1.0},"236":{"tf":1.0},"247":{"tf":1.0},"5":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":18,"docs":{"121":{"tf":1.0},"133":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.0},"184":{"tf":1.0},"198":{"tf":1.0},"202":{"tf":1.0},"204":{"tf":1.0},"211":{"tf":1.0},"221":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":2.0},"236":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"66":{"tf":1.4142135623730951}}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"197":{"tf":1.0},"37":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"228":{"tf":1.0},"232":{"tf":1.0}}}}}}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"235":{"tf":1.0},"237":{"tf":1.0}}},"y":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"p":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"237":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":3,"docs":{"197":{"tf":1.0},"239":{"tf":1.0},"44":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":13,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"103":{"tf":1.7320508075688772},"206":{"tf":1.0},"232":{"tf":1.4142135623730951},"233":{"tf":1.4142135623730951},"234":{"tf":1.7320508075688772},"239":{"tf":1.0},"240":{"tf":1.7320508075688772},"32":{"tf":1.0},"37":{"tf":1.0},"68":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"g":{"df":3,"docs":{"193":{"tf":1.0},"225":{"tf":1.0},"9":{"tf":1.0}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"197":{"tf":1.0}}}}}},"o":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"103":{"tf":1.0},"84":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":8,"docs":{"135":{"tf":1.0},"167":{"tf":1.0},"223":{"tf":1.0},"226":{"tf":1.0},"232":{"tf":1.0},"36":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"k":{"'":{"df":1,"docs":{"211":{"tf":1.0}}},"df":5,"docs":{"1":{"tf":1.0},"126":{"tf":1.0},"137":{"tf":1.0},"244":{"tf":1.0},"3":{"tf":1.4142135623730951}}},"l":{"_":{"a":{"d":{"d":{"df":1,"docs":{"151":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"21":{"tf":1.4142135623730951},"240":{"tf":1.0},"8":{"tf":1.7320508075688772}}},"t":{"df":1,"docs":{"233":{"tf":1.0}},"p":{"(":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{":":{":":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{":":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"233":{"tf":1.0}}}}}}}}}},"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":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"233":{"tf":1.4142135623730951}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"233":{"tf":2.8284271247461903}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":30,"docs":{"140":{"tf":1.0},"143":{"tf":1.7320508075688772},"166":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.7320508075688772},"177":{"tf":2.23606797749979},"179":{"tf":1.0},"181":{"tf":2.449489742783178},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":2.0},"211":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"29":{"tf":2.0},"3":{"tf":1.0},"42":{"tf":2.0},"44":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.7320508075688772},"6":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.7320508075688772},"81":{"tf":1.0},"82":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"h":{"df":11,"docs":{"17":{"tf":1.0},"172":{"tf":1.0},"18":{"tf":1.0},"185":{"tf":1.0},"206":{"tf":1.0},"233":{"tf":1.4142135623730951},"234":{"tf":1.0},"239":{"tf":1.7320508075688772},"34":{"tf":1.0},"51":{"tf":1.0},"8":{"tf":1.0}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"240":{"tf":1.0},"68":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"194":{"tf":1.0},"197":{"tf":1.0},"88":{"tf":1.0}}}}},"df":3,"docs":{"199":{"tf":1.4142135623730951},"224":{"tf":1.0},"28":{"tf":1.0}}},"df":0,"docs":{}}},"x":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"a":{"d":{"d":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"170":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"(":{"df":1,"docs":{"170":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"n":{"df":1,"docs":{"170":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":4,"docs":{"118":{"tf":1.0},"120":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":2,"docs":{"155":{"tf":1.4142135623730951},"170":{"tf":2.23606797749979}}}}}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":1,"docs":{"37":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"170":{"tf":2.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":1,"docs":{"170":{"tf":1.4142135623730951}}}}}},"t":{"df":2,"docs":{"7":{"tf":1.0},"8":{"tf":1.0}}}},"df":3,"docs":{"172":{"tf":1.0},"20":{"tf":1.0},"52":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":7,"docs":{"106":{"tf":1.0},"199":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"3":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"240":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"246":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"240":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"234":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"184":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"148":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"148":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":1,"docs":{"148":{"tf":1.7320508075688772}}}}}}},"df":1,"docs":{"148":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"73":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":4,"docs":{"148":{"tf":1.0},"241":{"tf":1.0},"60":{"tf":1.0},"73":{"tf":1.0}}}}}},"g":{"df":4,"docs":{"197":{"tf":1.0},"199":{"tf":2.0},"34":{"tf":1.0},"68":{"tf":1.7320508075688772}}},"i":{"df":0,"docs":{},"l":{"d":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"162":{"tf":1.0}}}}}}},"df":10,"docs":{"11":{"tf":1.0},"164":{"tf":1.0},"183":{"tf":1.0},"189":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.4142135623730951},"218":{"tf":2.0},"239":{"tf":1.0},"240":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"162":{"tf":1.0}}}}}}},"df":7,"docs":{"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":2.23606797749979},"166":{"tf":2.23606797749979},"167":{"tf":1.0},"18":{"tf":1.0},"236":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"184":{"tf":1.0},"197":{"tf":1.0},"241":{"tf":1.0},"72":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"137":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"121":{"tf":1.0},"198":{"tf":1.0}}}},"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"202":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"116":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"198":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.4142135623730951}}}}}},"c":{".":{"df":0,"docs":{},"f":{"1":{"df":1,"docs":{"177":{"tf":1.0}}},"3":{"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{}}},"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"60":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"73":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.4142135623730951}}}}}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"95":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":21,"docs":{"107":{"tf":1.0},"128":{"tf":1.0},"146":{"tf":1.0},"161":{"tf":1.0},"189":{"tf":1.0},"198":{"tf":1.7320508075688772},"199":{"tf":1.7320508075688772},"200":{"tf":1.0},"203":{"tf":1.7320508075688772},"206":{"tf":1.0},"222":{"tf":1.4142135623730951},"232":{"tf":1.0},"239":{"tf":2.0},"240":{"tf":3.3166247903554},"37":{"tf":1.7320508075688772},"66":{"tf":1.0},"67":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.7320508075688772},"74":{"tf":1.0},"98":{"tf":1.0}},"e":{"df":1,"docs":{"71":{"tf":1.0}},"r":{"'":{"df":1,"docs":{"67":{"tf":1.0}}},"df":2,"docs":{"233":{"tf":1.4142135623730951},"67":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"233":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"243":{"tf":1.4142135623730951}}}}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"140":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":1,"docs":{"217":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"57":{"tf":1.0},"81":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":6,"docs":{"149":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"225":{"tf":1.0},"37":{"tf":1.0},"5":{"tf":1.0}}},"g":{"df":0,"docs":{},"o":{"df":4,"docs":{"183":{"tf":1.0},"211":{"tf":1.0},"218":{"tf":1.0},"97":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"113":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":26,"docs":{"107":{"tf":1.4142135623730951},"121":{"tf":1.7320508075688772},"130":{"tf":1.4142135623730951},"149":{"tf":1.0},"157":{"tf":1.0},"166":{"tf":1.0},"170":{"tf":1.0},"192":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.7320508075688772},"225":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"29":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"36":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.4142135623730951}}},"t":{"df":3,"docs":{"198":{"tf":1.4142135623730951},"206":{"tf":1.0},"237":{"tf":1.4142135623730951}},"e":{"d":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"206":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":9,"docs":{"176":{"tf":1.0},"177":{"tf":1.0},"199":{"tf":1.7320508075688772},"206":{"tf":1.7320508075688772},"211":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"240":{"tf":1.0},"68":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"89":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":26,"docs":{"144":{"tf":1.0},"166":{"tf":1.0},"177":{"tf":2.449489742783178},"183":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951},"198":{"tf":2.23606797749979},"199":{"tf":2.449489742783178},"206":{"tf":2.8284271247461903},"224":{"tf":1.0},"232":{"tf":1.7320508075688772},"41":{"tf":1.7320508075688772},"45":{"tf":1.0},"57":{"tf":1.4142135623730951},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":2.6457513110645907},"67":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":2.0},"87":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"197":{"tf":1.0},"206":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"199":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"h":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"(":{"1":{"0":{"df":1,"docs":{"127":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"240":{"tf":1.4142135623730951}}}}}}},"n":{"df":0,"docs":{},"g":{"df":19,"docs":{"116":{"tf":1.0},"133":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.4142135623730951},"200":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"217":{"tf":1.4142135623730951},"218":{"tf":1.4142135623730951},"227":{"tf":1.0},"232":{"tf":1.0},"236":{"tf":1.0},"247":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.7320508075688772},"8":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"211":{"tf":1.0},"3":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"60":{"tf":1.0},"68":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"194":{"tf":1.0},"197":{"tf":1.0},"3":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"198":{"tf":1.0},"61":{"tf":1.0}}}},"df":2,"docs":{"127":{"tf":1.0},"61":{"tf":2.0}},"e":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"8":{"tf":1.0}}},"t":{"df":1,"docs":{"206":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"94":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":12,"docs":{"1":{"tf":1.0},"132":{"tf":1.0},"177":{"tf":1.0},"199":{"tf":1.0},"206":{"tf":1.0},"21":{"tf":1.4142135623730951},"224":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"28":{"tf":1.0},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":15,"docs":{"140":{"tf":1.0},"143":{"tf":1.7320508075688772},"155":{"tf":1.0},"166":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.4142135623730951},"179":{"tf":1.0},"181":{"tf":1.7320508075688772},"208":{"tf":1.0},"209":{"tf":1.0},"211":{"tf":1.7320508075688772},"3":{"tf":1.0},"42":{"tf":1.7320508075688772},"44":{"tf":1.0},"46":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"166":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"170":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"200":{"tf":1.0},"258":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"146":{"tf":1.0},"150":{"tf":1.0},"232":{"tf":1.0},"239":{"tf":1.0}}}}}},"i":{"df":1,"docs":{"218":{"tf":1.0}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"172":{"tf":1.0},"206":{"tf":1.0},"225":{"tf":1.0},"90":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"5":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"111":{"tf":1.0},"146":{"tf":1.4142135623730951},"192":{"tf":1.0},"222":{"tf":1.4142135623730951},"224":{"tf":1.7320508075688772},"231":{"tf":1.0},"232":{"tf":1.7320508075688772},"247":{"tf":1.4142135623730951},"252":{"tf":1.0}},"i":{"c":{"df":3,"docs":{"140":{"tf":1.0},"199":{"tf":1.0},"203":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":4,"docs":{"194":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"202":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"181":{"tf":1.0},"241":{"tf":1.0}}}}},"r":{"df":4,"docs":{"206":{"tf":1.0},"36":{"tf":1.0},"62":{"tf":1.0},"83":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"239":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"146":{"tf":1.0},"185":{"tf":1.0},"237":{"tf":1.4142135623730951},"247":{"tf":1.0},"27":{"tf":1.0},"88":{"tf":1.7320508075688772},"89":{"tf":1.4142135623730951},"90":{"tf":1.7320508075688772}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":3,"docs":{"211":{"tf":1.0},"217":{"tf":1.0},"219":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":11,"docs":{"107":{"tf":1.0},"172":{"tf":1.4142135623730951},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":3.3166247903554},"212":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.7320508075688772},"46":{"tf":1.0},"82":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":5,"docs":{"173":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.7320508075688772},"240":{"tf":1.0},"247":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"df":10,"docs":{"119":{"tf":1.0},"121":{"tf":1.0},"151":{"tf":1.0},"230":{"tf":1.0},"259":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.7320508075688772},"82":{"tf":1.4142135623730951},"83":{"tf":1.7320508075688772},"84":{"tf":1.0}}}}}}},"m":{"d":{"(":{")":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{")":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},")":{"(":{")":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"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":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"118":{"tf":1.0},"119":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":1,"docs":{"118":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"62":{"tf":1.0}}},"df":62,"docs":{"112":{"tf":1.7320508075688772},"121":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"136":{"tf":1.0},"155":{"tf":1.0},"157":{"tf":1.0},"166":{"tf":1.0},"172":{"tf":1.0},"180":{"tf":1.4142135623730951},"181":{"tf":1.0},"184":{"tf":1.7320508075688772},"189":{"tf":1.7320508075688772},"190":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"197":{"tf":1.7320508075688772},"198":{"tf":1.4142135623730951},"199":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"203":{"tf":1.4142135623730951},"206":{"tf":2.23606797749979},"207":{"tf":1.0},"209":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"214":{"tf":1.0},"218":{"tf":1.7320508075688772},"219":{"tf":1.0},"224":{"tf":1.0},"232":{"tf":1.4142135623730951},"233":{"tf":2.23606797749979},"234":{"tf":1.0},"239":{"tf":1.7320508075688772},"240":{"tf":1.7320508075688772},"3":{"tf":1.7320508075688772},"32":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"5":{"tf":2.0},"50":{"tf":2.0},"51":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.7320508075688772},"57":{"tf":2.0},"58":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.7320508075688772},"7":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0},"90":{"tf":1.7320508075688772},"96":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":2,"docs":{"7":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"7":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":14,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"154":{"tf":1.4142135623730951},"169":{"tf":1.4142135623730951},"2":{"tf":1.0},"203":{"tf":1.4142135623730951},"219":{"tf":1.4142135623730951},"226":{"tf":1.0},"23":{"tf":1.0},"239":{"tf":1.0},"24":{"tf":1.0},"242":{"tf":1.0},"25":{"tf":1.4142135623730951},"29":{"tf":2.8284271247461903}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":5,"docs":{"116":{"tf":1.0},"2":{"tf":1.0},"228":{"tf":1.0},"239":{"tf":1.0},"66":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":12,"docs":{"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":2.0},"117":{"tf":2.0},"118":{"tf":2.0},"119":{"tf":2.0},"120":{"tf":1.4142135623730951},"121":{"tf":1.7320508075688772},"122":{"tf":1.4142135623730951},"217":{"tf":1.0},"218":{"tf":1.0},"253":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"198":{"tf":1.0}}}}},"df":2,"docs":{"67":{"tf":1.0},"8":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":20,"docs":{"113":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"136":{"tf":1.4142135623730951},"144":{"tf":1.0},"157":{"tf":1.7320508075688772},"158":{"tf":1.0},"17":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.7320508075688772},"18":{"tf":1.0},"2":{"tf":1.4142135623730951},"206":{"tf":1.0},"222":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.4142135623730951},"246":{"tf":1.0},"3":{"tf":1.4142135623730951},"34":{"tf":1.0},"74":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"110":{"tf":1.0},"29":{"tf":1.0},"5":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":6,"docs":{"113":{"tf":1.4142135623730951},"156":{"tf":1.0},"187":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"135":{"tf":1.0}}},"t":{"df":6,"docs":{"133":{"tf":1.0},"134":{"tf":1.0},"197":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":23,"docs":{"102":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.0},"151":{"tf":1.0},"169":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"206":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"217":{"tf":1.0},"229":{"tf":1.0},"232":{"tf":1.4142135623730951},"233":{"tf":1.0},"235":{"tf":1.0},"37":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"97":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"242":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"t":{"df":6,"docs":{"147":{"tf":1.0},"198":{"tf":1.0},"211":{"tf":1.0},"224":{"tf":1.0},"240":{"tf":1.0},"68":{"tf":1.0}}},"x":{"df":12,"docs":{"109":{"tf":1.0},"110":{"tf":1.0},"159":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"249":{"tf":1.0},"28":{"tf":1.0},"5":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}}}},"i":{"c":{"df":5,"docs":{"162":{"tf":1.0},"211":{"tf":1.0},"249":{"tf":1.0},"5":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"251":{"tf":1.0},"252":{"tf":1.0},"254":{"tf":1.0}}},"s":{"df":6,"docs":{"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"227":{"tf":1.0},"230":{"tf":1.4142135623730951},"240":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"222":{"tf":1.0},"239":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":3,"docs":{"197":{"tf":1.0},"205":{"tf":1.0},"62":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"128":{"tf":1.4142135623730951},"227":{"tf":1.0},"241":{"tf":1.0},"257":{"tf":1.0},"5":{"tf":1.4142135623730951}}}}}},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"20":{"tf":1.0}}}},"p":{"df":0,"docs":{},"t":{"df":6,"docs":{"173":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.4142135623730951},"239":{"tf":2.0},"240":{"tf":1.4142135623730951},"241":{"tf":1.0}},"u":{"df":1,"docs":{"240":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"146":{"tf":1.0},"149":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"96":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"136":{"tf":1.0},"155":{"tf":1.0},"170":{"tf":1.0},"240":{"tf":1.4142135623730951},"247":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"206":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"199":{"tf":1.4142135623730951},"209":{"tf":1.0},"48":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"42":{"tf":1.0},"54":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{".":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"1":{"df":1,"docs":{"21":{"tf":1.4142135623730951}}},"df":1,"docs":{"21":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"18":{"tf":1.0},"233":{"tf":1.0},"237":{"tf":1.0}}}}},"n":{"df":1,"docs":{"207":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"185":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":3,"docs":{"134":{"tf":1.0},"211":{"tf":1.0},"233":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"94":{"tf":2.23606797749979},"95":{"tf":2.23606797749979}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"_":{"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":{},"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":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"237":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":2.0}}}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":2,"docs":{"198":{"tf":1.0},"211":{"tf":1.4142135623730951}}}}},"i":{"d":{"df":10,"docs":{"199":{"tf":1.7320508075688772},"200":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"236":{"tf":1.0},"240":{"tf":1.4142135623730951},"68":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"130":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"125":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"194":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"217":{"tf":1.0}}}}},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"218":{"tf":1.0}}}}}},"df":5,"docs":{"199":{"tf":1.4142135623730951},"60":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.4142135623730951}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"211":{"tf":1.0},"232":{"tf":1.0},"53":{"tf":1.0}}}}}},"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":22,"docs":{"12":{"tf":1.0},"16":{"tf":1.4142135623730951},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"167":{"tf":1.4142135623730951},"173":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"227":{"tf":1.0},"232":{"tf":1.0},"236":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.4142135623730951},"253":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"41":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":14,"docs":{"132":{"tf":1.0},"139":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"17":{"tf":2.23606797749979},"20":{"tf":1.7320508075688772},"22":{"tf":1.0},"232":{"tf":1.0},"89":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":6,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"107":{"tf":1.0},"162":{"tf":1.0},"173":{"tf":1.0},"83":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":19,"docs":{"107":{"tf":1.0},"143":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.4142135623730951},"192":{"tf":1.0},"194":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":2.0},"203":{"tf":1.0},"233":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":1.7320508075688772},"55":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"192":{"tf":1.4142135623730951},"206":{"tf":1.0},"242":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":5,"docs":{"110":{"tf":1.0},"126":{"tf":1.4142135623730951},"129":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":6,"docs":{"183":{"tf":1.0},"230":{"tf":1.0},"233":{"tf":1.0},"240":{"tf":1.0},"34":{"tf":1.0},"73":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"196":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"1":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"v":{"df":1,"docs":{"177":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":7,"docs":{"133":{"tf":1.0},"159":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"233":{"tf":1.0},"237":{"tf":1.0},"54":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}},"t":{"df":3,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"230":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":4,"docs":{"225":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.0}}},"t":{"df":8,"docs":{"186":{"tf":1.0},"225":{"tf":1.0},"57":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"35":{"tf":1.0}}},"i":{"df":11,"docs":{"136":{"tf":1.0},"172":{"tf":1.0},"211":{"tf":1.4142135623730951},"218":{"tf":1.0},"232":{"tf":1.0},"50":{"tf":1.0},"60":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.7320508075688772},"81":{"tf":1.0},"83":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"143":{"tf":1.4142135623730951},"237":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"202":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"247":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"198":{"tf":1.4142135623730951},"206":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"229":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"255":{"tf":1.0}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"197":{"tf":1.0},"199":{"tf":1.4142135623730951},"60":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"134":{"tf":1.0},"200":{"tf":1.0},"50":{"tf":1.0},"66":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"d":{"b":{"df":0,"docs":{},"m":{"df":1,"docs":{"199":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":5,"docs":{"172":{"tf":1.0},"190":{"tf":1.0},"198":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"207":{"tf":1.0}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"207":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"s":{"df":5,"docs":{"194":{"tf":1.0},"199":{"tf":1.0},"233":{"tf":1.0},"42":{"tf":1.0},"55":{"tf":1.0}}}}},"w":{"<":{"'":{"_":{"df":1,"docs":{"237":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"20":{"tf":1.0},"237":{"tf":1.0}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"144":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"u":{"df":1,"docs":{"186":{"tf":1.0}}}},"r":{"a":{"b":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"116":{"tf":1.0},"36":{"tf":1.0},"68":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"98":{"tf":1.0}}},":":{":":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{":":{"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":{"233":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"68":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"67":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"67":{"tf":1.0},"68":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"67":{"tf":1.0},"68":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":21,"docs":{"132":{"tf":1.0},"137":{"tf":1.0},"151":{"tf":2.23606797749979},"167":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":2.23606797749979},"185":{"tf":2.0},"186":{"tf":1.7320508075688772},"187":{"tf":1.0},"192":{"tf":1.0},"197":{"tf":1.0},"214":{"tf":1.4142135623730951},"217":{"tf":1.4142135623730951},"226":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.4142135623730951},"79":{"tf":1.0},"88":{"tf":1.4142135623730951}},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":3,"docs":{"183":{"tf":1.4142135623730951},"185":{"tf":1.0},"187":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":31,"docs":{"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.4142135623730951},"120":{"tf":1.0},"121":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"159":{"tf":1.0},"16":{"tf":1.0},"162":{"tf":1.0},"165":{"tf":1.0},"169":{"tf":1.4142135623730951},"170":{"tf":1.0},"173":{"tf":1.0},"189":{"tf":1.0},"192":{"tf":1.0},"198":{"tf":1.0},"206":{"tf":1.4142135623730951},"21":{"tf":1.0},"232":{"tf":1.4142135623730951},"233":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":3.0},"241":{"tf":1.0},"3":{"tf":1.0},"61":{"tf":1.0},"68":{"tf":1.0},"74":{"tf":1.0},"95":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"159":{"tf":2.23606797749979},"74":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"239":{"tf":1.7320508075688772},"240":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"232":{"tf":1.0}}},"df":0,"docs":{}}}},"u":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"66":{"tf":1.4142135623730951},"72":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"66":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.7320508075688772},"74":{"tf":1.4142135623730951}}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"110":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"185":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"8":{"tf":2.23606797749979}},"s":{"\"":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"144":{"tf":1.0},"233":{"tf":1.0},"235":{"tf":1.0},"60":{"tf":1.0}}}}},"i":{"df":2,"docs":{"239":{"tf":1.0},"240":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"a":{"d":{"d":{"df":1,"docs":{"151":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"130":{"tf":1.0},"151":{"tf":1.0},"225":{"tf":1.0},"239":{"tf":2.0},"29":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"239":{"tf":2.6457513110645907},"240":{"tf":2.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{">":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"239":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":2,"docs":{"239":{"tf":2.0},"240":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}}},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"240":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"74":{"tf":1.4142135623730951}}}}},"t":{"a":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"\"":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"148":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"\"":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"148":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"148":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"148":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"101":{"tf":1.4142135623730951}}}}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":5,"docs":{"117":{"tf":1.4142135623730951},"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"239":{"tf":1.4142135623730951},"60":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"(":{"_":{"df":1,"docs":{"60":{"tf":1.0}}},"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"_":{"df":1,"docs":{"60":{"tf":1.0}}},"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"60":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":2,"docs":{"59":{"tf":1.4142135623730951},"60":{"tf":2.0}}}}}}}}}},"df":0,"docs":{}},"df":41,"docs":{"100":{"tf":1.7320508075688772},"101":{"tf":2.8284271247461903},"102":{"tf":1.0},"103":{"tf":1.0},"116":{"tf":1.0},"140":{"tf":1.7320508075688772},"143":{"tf":1.4142135623730951},"148":{"tf":3.0},"149":{"tf":1.0},"154":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"157":{"tf":1.0},"158":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.7320508075688772},"171":{"tf":2.0},"172":{"tf":2.8284271247461903},"173":{"tf":2.23606797749979},"196":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"202":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.4142135623730951},"239":{"tf":2.0},"24":{"tf":1.0},"240":{"tf":2.449489742783178},"241":{"tf":1.0},"25":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.7320508075688772},"26":{"tf":2.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":2.23606797749979},"66":{"tf":1.0},"67":{"tf":1.0},"71":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.4142135623730951}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":5,"docs":{"157":{"tf":1.0},"198":{"tf":3.3166247903554},"199":{"tf":2.23606797749979},"206":{"tf":1.4142135623730951},"29":{"tf":1.0}}}}}},"b":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"c":{"df":1,"docs":{"251":{"tf":1.0}}},"df":1,"docs":{"199":{"tf":1.0}},"m":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"d":{"b":{"df":0,"docs":{},"m":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"(":{"d":{"b":{"df":1,"docs":{"199":{"tf":1.0}},"m":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"199":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"d":{"b":{"df":0,"docs":{},"m":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"d":{"b":{"df":0,"docs":{},"m":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"(":{"d":{"b":{"df":0,"docs":{},"m":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"(":{"d":{"b":{"df":0,"docs":{},"m":{"df":2,"docs":{"198":{"tf":1.0},"199":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"(":{"*":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"199":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"d":{"b":{"df":1,"docs":{"199":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"199":{"tf":1.0}}}}}},"df":0,"docs":{}},"x":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"199":{"tf":1.0}}}}}},"df":1,"docs":{"199":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"(":{"d":{"b":{"df":0,"docs":{},"m":{"df":2,"docs":{"198":{"tf":1.0},"199":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"198":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"198":{"tf":1.0},"199":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"(":{"d":{"b":{"df":0,"docs":{},"m":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":3,"docs":{"198":{"tf":2.6457513110645907},"199":{"tf":2.8284271247461903},"200":{"tf":1.0}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"199":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"<":{"'":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"199":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":3,"docs":{"218":{"tf":1.0},"240":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772}},"e":{"a":{"d":{"_":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"218":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":1,"docs":{"159":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"21":{"tf":1.0},"239":{"tf":1.7320508075688772},"36":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"3":{"tf":1.0},"42":{"tf":1.0},"7":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"198":{"tf":1.0},"233":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":7,"docs":{"206":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.0},"230":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.0},"8":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"176":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"146":{"tf":1.0},"218":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"234":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"217":{"tf":1.0}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":15,"docs":{"134":{"tf":1.0},"157":{"tf":1.0},"17":{"tf":3.3166247903554},"170":{"tf":1.0},"18":{"tf":1.7320508075688772},"185":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":2.449489742783178},"21":{"tf":2.6457513110645907},"22":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"81":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":18,"docs":{"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.4142135623730951},"124":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.0},"146":{"tf":1.0},"170":{"tf":1.0},"198":{"tf":2.0},"210":{"tf":1.0},"224":{"tf":1.0},"232":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"251":{"tf":1.0},"33":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":8,"docs":{"127":{"tf":1.0},"198":{"tf":1.0},"205":{"tf":1.0},"225":{"tf":1.0},"227":{"tf":1.0},"240":{"tf":1.0},"251":{"tf":1.0},"83":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"225":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"226":{"tf":1.4142135623730951}}},"t":{"df":1,"docs":{"29":{"tf":1.0}}}},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"211":{"tf":1.0},"89":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"250":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"151":{"tf":1.0},"206":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"i":{"df":4,"docs":{"206":{"tf":1.0},"217":{"tf":1.4142135623730951},"218":{"tf":2.23606797749979},"233":{"tf":1.0}}},"y":{"(":{"b":{"a":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":1,"docs":{"218":{"tf":1.0}}}}}}},"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":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"218":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"213":{"tf":1.0},"215":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":9,"docs":{"126":{"tf":1.0},"146":{"tf":1.7320508075688772},"152":{"tf":1.0},"183":{"tf":1.0},"185":{"tf":1.4142135623730951},"200":{"tf":1.0},"225":{"tf":1.0},"247":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"c":{"df":3,"docs":{"217":{"tf":1.0},"218":{"tf":1.4142135623730951},"219":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"18":{"tf":1.0},"199":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":3,"docs":{"140":{"tf":1.0},"222":{"tf":1.0},"25":{"tf":1.0}}}}}}},"df":0,"docs":{}},"<":{"'":{"a":{">":{"(":{"&":{"'":{"a":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"=":{"b":{"a":{"df":0,"docs":{},"r":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":12,"docs":{"140":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.7320508075688772},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":2,"docs":{"222":{"tf":1.0},"29":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":4,"docs":{"222":{"tf":1.4142135623730951},"225":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"i":{"df":0,"docs":{},"v":{"df":6,"docs":{"137":{"tf":1.0},"146":{"tf":1.0},"17":{"tf":1.4142135623730951},"21":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0}},"e":{"(":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"233":{"tf":1.0},"239":{"tf":1.7320508075688772}}}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":4,"docs":{"162":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"240":{"tf":1.0}}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"22":{"tf":1.0}}}}}},"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"167":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"137":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":4,"docs":{"110":{"tf":1.0},"228":{"tf":1.4142135623730951},"230":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":36,"docs":{"100":{"tf":1.0},"105":{"tf":1.0},"11":{"tf":1.0},"115":{"tf":1.0},"124":{"tf":1.0},"131":{"tf":1.0},"139":{"tf":1.0},"146":{"tf":1.0},"154":{"tf":1.0},"16":{"tf":1.0},"161":{"tf":1.0},"167":{"tf":1.0},"169":{"tf":1.0},"176":{"tf":1.0},"18":{"tf":1.0},"183":{"tf":1.0},"189":{"tf":1.0},"196":{"tf":1.0},"20":{"tf":1.0},"202":{"tf":1.0},"209":{"tf":1.0},"214":{"tf":1.0},"221":{"tf":1.0},"232":{"tf":1.0},"24":{"tf":1.0},"32":{"tf":1.0},"40":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0},"65":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.0},"86":{"tf":1.0},"93":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"<":{"'":{"d":{"df":1,"docs":{"240":{"tf":1.0}}},"df":0,"docs":{}},"d":{">":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"240":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"<":{"df":0,"docs":{},"v":{">":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"240":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"<":{"df":0,"docs":{},"v":{">":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"240":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"<":{"'":{"d":{"df":1,"docs":{"240":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"151":{"tf":1.0},"240":{"tf":4.47213595499958}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":37,"docs":{"110":{"tf":2.449489742783178},"111":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"128":{"tf":1.4142135623730951},"146":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"159":{"tf":2.0},"174":{"tf":1.4142135623730951},"176":{"tf":1.4142135623730951},"177":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"194":{"tf":1.4142135623730951},"196":{"tf":1.7320508075688772},"197":{"tf":2.0},"198":{"tf":1.7320508075688772},"199":{"tf":2.0},"2":{"tf":1.4142135623730951},"200":{"tf":1.7320508075688772},"202":{"tf":1.4142135623730951},"207":{"tf":1.0},"211":{"tf":1.0},"225":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.7320508075688772},"240":{"tf":1.7320508075688772},"241":{"tf":1.0},"243":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"249":{"tf":1.0},"251":{"tf":1.4142135623730951},"256":{"tf":1.0},"3":{"tf":2.0},"5":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"37":{"tf":1.7320508075688772}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":10,"docs":{"139":{"tf":1.0},"140":{"tf":1.4142135623730951},"144":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":2.0},"37":{"tf":2.6457513110645907},"54":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":7,"docs":{"126":{"tf":1.0},"133":{"tf":1.0},"169":{"tf":1.0},"2":{"tf":1.0},"225":{"tf":1.0},"241":{"tf":1.0},"57":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"211":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"233":{"tf":1.0},"237":{"tf":1.0},"240":{"tf":2.0},"8":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"106":{"tf":1.0},"107":{"tf":1.0}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":6,"docs":{"184":{"tf":1.0},"2":{"tf":1.4142135623730951},"209":{"tf":1.4142135623730951},"211":{"tf":1.0},"218":{"tf":1.0},"5":{"tf":1.4142135623730951}}}}}},"i":{"c":{"df":1,"docs":{"237":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"i":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"197":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"240":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":27,"docs":{"116":{"tf":1.0},"119":{"tf":1.4142135623730951},"146":{"tf":1.0},"147":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"154":{"tf":1.0},"170":{"tf":1.0},"185":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":1.0},"205":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"230":{"tf":1.0},"232":{"tf":3.0},"233":{"tf":1.4142135623730951},"237":{"tf":2.23606797749979},"239":{"tf":1.7320508075688772},"241":{"tf":1.0},"29":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":1.0}}}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":4,"docs":{"205":{"tf":1.0},"206":{"tf":1.0},"34":{"tf":1.0},"68":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"125":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"128":{"tf":1.0}}}}}}}}},"p":{"df":1,"docs":{"247":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"118":{"tf":1.0},"252":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":6,"docs":{"165":{"tf":1.0},"189":{"tf":1.0},"54":{"tf":1.0},"65":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"a":{"d":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":23,"docs":{"103":{"tf":1.0},"109":{"tf":1.0},"135":{"tf":1.0},"14":{"tf":1.0},"150":{"tf":1.0},"165":{"tf":1.0},"180":{"tf":1.0},"185":{"tf":1.0},"191":{"tf":1.0},"200":{"tf":1.0},"205":{"tf":1.0},"224":{"tf":1.0},"235":{"tf":1.0},"28":{"tf":1.0},"36":{"tf":1.0},"44":{"tf":1.0},"52":{"tf":1.0},"63":{"tf":1.0},"69":{"tf":1.0},"75":{"tf":1.0},"84":{"tf":1.0},"90":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"217":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"211":{"tf":1.0}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"206":{"tf":1.0}}}},"df":0,"docs":{}}},"v":{"df":2,"docs":{"162":{"tf":1.0},"217":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":18,"docs":{"121":{"tf":1.0},"128":{"tf":1.0},"136":{"tf":1.0},"143":{"tf":1.0},"151":{"tf":1.0},"157":{"tf":1.0},"166":{"tf":1.0},"169":{"tf":1.0},"172":{"tf":1.0},"181":{"tf":1.0},"225":{"tf":1.0},"29":{"tf":1.0},"37":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.0},"98":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":9,"docs":{"121":{"tf":1.7320508075688772},"225":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"130":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"181":{"tf":1.0},"232":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"133":{"tf":1.4142135623730951}}}}}}}}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"b":{"df":1,"docs":{"239":{"tf":1.7320508075688772}}},"c":{"(":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"98":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":4,"docs":{"67":{"tf":1.0},"86":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":16,"docs":{"185":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"212":{"tf":1.4142135623730951},"219":{"tf":1.0},"22":{"tf":1.0},"224":{"tf":1.0},"226":{"tf":1.0},"240":{"tf":1.0},"256":{"tf":1.0},"30":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.0},"79":{"tf":1.0},"86":{"tf":1.0}}}}}}}},"df":4,"docs":{"113":{"tf":1.0},"194":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0}},"e":{"df":2,"docs":{"239":{"tf":1.0},"240":{"tf":1.0}},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":5,"docs":{"107":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"44":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"124":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"'":{"df":0,"docs":{},"t":{"df":9,"docs":{"102":{"tf":1.0},"147":{"tf":1.0},"151":{"tf":1.0},"172":{"tf":1.0},"181":{"tf":1.0},"198":{"tf":1.4142135623730951},"33":{"tf":1.0},"41":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":8,"docs":{"100":{"tf":1.0},"139":{"tf":1.0},"171":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"42":{"tf":1.0}}},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"248":{"tf":1.0}}}}},"t":{"df":2,"docs":{"222":{"tf":1.0},"225":{"tf":1.0}}},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":3,"docs":{"22":{"tf":1.0},"234":{"tf":1.0},"68":{"tf":1.0}},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"135":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"198":{"tf":1.0},"199":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"126":{"tf":1.0}}}}},"w":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"200":{"tf":1.0},"217":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"241":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"248":{"tf":1.0}}},"o":{"df":0,"docs":{},"p":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"140":{"tf":1.0},"33":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":9,"docs":{"117":{"tf":1.0},"118":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"140":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"53":{"tf":1.0},"83":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"198":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"e":{"df":9,"docs":{"110":{"tf":1.4142135623730951},"130":{"tf":1.0},"172":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"34":{"tf":1.0},"68":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"234":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.4142135623730951},"67":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"206":{"tf":1.4142135623730951},"71":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"157":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":9,"docs":{"121":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"240":{"tf":1.0},"29":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0}}}},"df":2,"docs":{"49":{"tf":1.0},"53":{"tf":1.0}}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":15,"docs":{"107":{"tf":1.0},"117":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"136":{"tf":1.0},"147":{"tf":1.0},"151":{"tf":1.7320508075688772},"157":{"tf":1.0},"20":{"tf":1.0},"206":{"tf":1.0},"217":{"tf":1.0},"223":{"tf":1.0},"240":{"tf":1.0},"29":{"tf":1.0},"37":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"206":{"tf":1.0}}}}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":23,"docs":{"117":{"tf":1.4142135623730951},"119":{"tf":1.0},"120":{"tf":1.0},"150":{"tf":1.0},"154":{"tf":1.0},"157":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.4142135623730951},"173":{"tf":1.0},"176":{"tf":1.0},"181":{"tf":1.0},"203":{"tf":1.4142135623730951},"227":{"tf":1.0},"229":{"tf":1.0},"232":{"tf":1.0},"239":{"tf":1.7320508075688772},"240":{"tf":2.0},"29":{"tf":1.0},"37":{"tf":1.4142135623730951},"50":{"tf":1.0},"53":{"tf":1.4142135623730951},"8":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"34":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"171":{"tf":1.0},"198":{"tf":1.0},"240":{"tf":1.7320508075688772}}}}}}},"s":{"df":1,"docs":{"174":{"tf":1.0}},"i":{"df":5,"docs":{"183":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"53":{"tf":1.0},"92":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"128":{"tf":1.0},"172":{"tf":1.0},"184":{"tf":1.0},"190":{"tf":1.0},"200":{"tf":1.4142135623730951},"205":{"tf":1.0},"234":{"tf":1.0},"95":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"151":{"tf":1.0},"63":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"237":{"tf":1.0},"240":{"tf":1.0}}}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"183":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"116":{"tf":1.0}}}}}}},"df":11,"docs":{"120":{"tf":1.4142135623730951},"155":{"tf":2.0},"157":{"tf":1.4142135623730951},"170":{"tf":1.4142135623730951},"240":{"tf":2.449489742783178},"41":{"tf":2.23606797749979},"42":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":2.0},"61":{"tf":1.0},"8":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"163":{"tf":1.0},"2":{"tf":1.0},"240":{"tf":1.0},"253":{"tf":1.0}},"s":{".":{".":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"253":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"i":{"df":8,"docs":{"107":{"tf":1.0},"128":{"tf":1.0},"14":{"tf":1.4142135623730951},"166":{"tf":1.0},"172":{"tf":1.4142135623730951},"203":{"tf":1.0},"205":{"tf":1.4142135623730951},"206":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"200":{"tf":1.0},"93":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":1,"docs":{"128":{"tf":1.0}}}}}}},"df":7,"docs":{"128":{"tf":1.0},"20":{"tf":1.0},"230":{"tf":1.4142135623730951},"3":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.4142135623730951}}}}}}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"143":{"tf":1.0}}}}},"m":{"b":{"df":1,"docs":{"189":{"tf":1.0}},"e":{"d":{"df":2,"docs":{"222":{"tf":1.0},"237":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"217":{"tf":1.0}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"240":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":4,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"221":{"tf":1.0},"222":{"tf":1.0}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"146":{"tf":1.0},"206":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":7,"docs":{"116":{"tf":1.0},"118":{"tf":1.0},"130":{"tf":1.0},"154":{"tf":1.0},"196":{"tf":1.7320508075688772},"198":{"tf":1.0},"252":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"184":{"tf":1.0}}}},"df":0,"docs":{}}}}},"d":{"df":15,"docs":{"127":{"tf":1.0},"148":{"tf":1.0},"176":{"tf":1.0},"180":{"tf":1.0},"199":{"tf":1.4142135623730951},"203":{"tf":1.0},"232":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"37":{"tf":1.4142135623730951},"53":{"tf":1.0},"60":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.7320508075688772},"78":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"130":{"tf":1.0},"225":{"tf":1.0},"233":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"181":{"tf":1.0},"184":{"tf":1.0},"2":{"tf":1.0}}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"3":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":4,"docs":{"130":{"tf":1.0},"233":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":16,"docs":{"102":{"tf":1.0},"134":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"143":{"tf":2.0},"192":{"tf":1.0},"202":{"tf":1.0},"206":{"tf":1.0},"209":{"tf":1.0},"214":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"74":{"tf":1.0},"88":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"199":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":5,"docs":{"194":{"tf":1.0},"206":{"tf":1.0},"233":{"tf":1.0},"55":{"tf":1.0},"68":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"174":{"tf":1.0},"247":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"144":{"tf":1.0},"148":{"tf":1.4142135623730951},"198":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":15,"docs":{"155":{"tf":1.4142135623730951},"170":{"tf":1.4142135623730951},"212":{"tf":1.0},"233":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.7320508075688772},"42":{"tf":2.0},"57":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"86":{"tf":1.7320508075688772},"87":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"2":{"tf":1.0},"81":{"tf":1.4142135623730951}}}}}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"203":{"tf":1.0}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":6,"docs":{"198":{"tf":1.0},"232":{"tf":1.0},"32":{"tf":1.0},"42":{"tf":1.0},"66":{"tf":1.0},"78":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"240":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"206":{"tf":1.0},"240":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"239":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":7,"docs":{"143":{"tf":1.0},"151":{"tf":1.0},"166":{"tf":1.0},"172":{"tf":1.0},"189":{"tf":1.0},"225":{"tf":1.0},"90":{"tf":1.0}}}}}}},"r":{"(":{"df":3,"docs":{"206":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"106":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":2,"docs":{"34":{"tf":1.0},"73":{"tf":1.0}},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"59":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{".":{"a":{"df":0,"docs":{},"s":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{")":{".":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"df":1,"docs":{"60":{"tf":1.4142135623730951}}}}}},"df":25,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.0},"141":{"tf":1.4142135623730951},"142":{"tf":1.0},"143":{"tf":1.0},"148":{"tf":1.0},"177":{"tf":1.4142135623730951},"199":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"209":{"tf":1.0},"211":{"tf":1.0},"217":{"tf":1.4142135623730951},"233":{"tf":1.4142135623730951},"240":{"tf":2.8284271247461903},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":2.23606797749979},"60":{"tf":2.0},"61":{"tf":1.0},"62":{"tf":1.0},"74":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":6,"docs":{"11":{"tf":1.0},"135":{"tf":1.0},"14":{"tf":1.0},"240":{"tf":1.0},"34":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"139":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"36":{"tf":1.0}}}}}}}},"t":{"c":{"df":3,"docs":{"224":{"tf":1.4142135623730951},"28":{"tf":1.0},"35":{"tf":1.0}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"169":{"tf":1.0}}}}}}}}},"u":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"128":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":16,"docs":{"132":{"tf":1.0},"17":{"tf":1.0},"172":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":1.0},"200":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"233":{"tf":1.0},"239":{"tf":1.0},"241":{"tf":1.0},"29":{"tf":1.0},"37":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0},"89":{"tf":1.0}},"t":{"df":1,"docs":{"116":{"tf":1.0}},"u":{"df":1,"docs":{"240":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"198":{"tf":1.0},"20":{"tf":1.0},"206":{"tf":1.0},"240":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"90":{"tf":1.0}}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"197":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"225":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"211":{"tf":1.0},"37":{"tf":1.0},"79":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"143":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":69,"docs":{"101":{"tf":1.0},"106":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"12":{"tf":1.0},"122":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"132":{"tf":1.0},"140":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":1.4142135623730951},"149":{"tf":1.0},"151":{"tf":2.23606797749979},"155":{"tf":1.7320508075688772},"157":{"tf":1.4142135623730951},"16":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"170":{"tf":1.7320508075688772},"172":{"tf":1.0},"177":{"tf":1.4142135623730951},"181":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"192":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"203":{"tf":1.4142135623730951},"205":{"tf":1.0},"207":{"tf":1.4142135623730951},"21":{"tf":1.0},"210":{"tf":1.0},"215":{"tf":1.0},"217":{"tf":1.0},"222":{"tf":1.4142135623730951},"232":{"tf":1.0},"233":{"tf":1.4142135623730951},"237":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"240":{"tf":2.23606797749979},"241":{"tf":1.0},"25":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.4142135623730951},"58":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":3.0},"82":{"tf":1.0},"87":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":2.0},"95":{"tf":1.7320508075688772},"96":{"tf":1.0},"97":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"199":{"tf":1.0}},"l":{"df":2,"docs":{"198":{"tf":1.0},"2":{"tf":1.0}}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"198":{"tf":1.0},"206":{"tf":1.0}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"172":{"tf":1.0},"206":{"tf":2.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":10,"docs":{"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.7320508075688772},"120":{"tf":1.7320508075688772},"140":{"tf":1.0},"199":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"90":{"tf":1.0}},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":3,"docs":{"118":{"tf":2.0},"119":{"tf":1.0},"120":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"258":{"tf":1.0},"87":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":9,"docs":{"147":{"tf":1.0},"17":{"tf":1.0},"206":{"tf":1.7320508075688772},"209":{"tf":1.4142135623730951},"210":{"tf":1.0},"211":{"tf":1.0},"42":{"tf":1.0},"78":{"tf":1.0},"86":{"tf":1.0}}}},"t":{"df":5,"docs":{"140":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"126":{"tf":2.6457513110645907}},"e":{"c":{"df":0,"docs":{},"t":{"df":10,"docs":{"14":{"tf":1.0},"17":{"tf":1.4142135623730951},"198":{"tf":1.0},"206":{"tf":1.0},"224":{"tf":1.0},"240":{"tf":1.7320508075688772},"25":{"tf":1.0},"254":{"tf":1.0},"61":{"tf":2.0},"68":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"172":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"224":{"tf":1.0},"26":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"241":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"72":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.0},"140":{"tf":1.0},"225":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"218":{"tf":1.4142135623730951},"50":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"121":{"tf":1.0}}}},"r":{"df":1,"docs":{"238":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"202":{"tf":1.0},"203":{"tf":1.0},"233":{"tf":1.0}}}},"s":{"df":10,"docs":{"133":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"143":{"tf":1.0},"151":{"tf":1.0},"196":{"tf":1.0},"237":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0},"90":{"tf":1.0}}}},"r":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":1,"docs":{"170":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":1,"docs":{"155":{"tf":1.0}}}}}}},":":{":":{"a":{"d":{"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":2,"docs":{"155":{"tf":1.0},"157":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"(":{"_":{"df":1,"docs":{"157":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":1,"docs":{"155":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"u":{"b":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":2,"docs":{"155":{"tf":1.0},"157":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"155":{"tf":2.0},"157":{"tf":1.0},"170":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":8,"docs":{"110":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":2.0},"126":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"200":{"tf":1.0},"227":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"139":{"tf":1.0},"206":{"tf":1.0},"222":{"tf":1.0},"251":{"tf":1.0},"48":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":6,"docs":{"2":{"tf":1.0},"237":{"tf":1.4142135623730951},"247":{"tf":1.0},"68":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":6,"docs":{"199":{"tf":1.7320508075688772},"60":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"89":{"tf":1.0}}}}},"r":{"a":{"df":4,"docs":{"148":{"tf":1.0},"232":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"90":{"tf":1.0}}}}}}}},"f":{"(":{"df":0,"docs":{},"x":{"df":1,"docs":{"151":{"tf":1.0}}}},"1":{"df":1,"docs":{"177":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"177":{"tf":1.4142135623730951}}},"3":{"df":1,"docs":{"177":{"tf":1.4142135623730951}}},"6":{"4":{")":{"*":{"(":{"$":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"128":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"128":{"tf":1.0},"133":{"tf":1.0}}},"df":0,"docs":{}},"a":{"c":{"a":{"d":{"df":1,"docs":{"225":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"198":{"tf":1.0}}}}}},"t":{"df":7,"docs":{"128":{"tf":1.0},"151":{"tf":1.0},"206":{"tf":1.4142135623730951},"217":{"tf":1.0},"53":{"tf":1.0},"7":{"tf":1.0},"90":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"157":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":8,"docs":{"199":{"tf":1.0},"206":{"tf":1.0},"210":{"tf":1.0},"240":{"tf":1.4142135623730951},"44":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"8":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"218":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"105":{"tf":1.0},"106":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":3,"docs":{"106":{"tf":1.0},"21":{"tf":1.0},"8":{"tf":1.7320508075688772}}}},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"217":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"240":{"tf":1.7320508075688772}}}}}},"r":{"df":1,"docs":{"233":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"172":{"tf":1.0}}}}}},"t":{"df":2,"docs":{"50":{"tf":1.0},"74":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"121":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"7":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"199":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"225":{"tf":1.4142135623730951}}}}}}},"b":{".":{"a":{"df":1,"docs":{"166":{"tf":1.0}}},"b":{"df":1,"docs":{"166":{"tf":1.0}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"166":{"tf":1.0}}},"df":4,"docs":{"132":{"tf":1.0},"151":{"tf":1.7320508075688772},"166":{"tf":1.0},"222":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"110":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"151":{"tf":1.7320508075688772},"217":{"tf":1.0},"224":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":2,"docs":{"239":{"tf":1.0},"43":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":2.0}},"s":{"\"":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"149":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"198":{"tf":1.0},"234":{"tf":1.0}}}}}},"f":{"df":0,"docs":{},"i":{"df":9,"docs":{"194":{"tf":1.7320508075688772},"197":{"tf":1.4142135623730951},"198":{"tf":1.0},"200":{"tf":1.4142135623730951},"55":{"tf":2.0},"56":{"tf":1.0},"65":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"\"":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"119":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":19,"docs":{"117":{"tf":1.4142135623730951},"118":{"tf":2.0},"119":{"tf":1.4142135623730951},"120":{"tf":2.0},"131":{"tf":1.0},"134":{"tf":1.0},"162":{"tf":1.7320508075688772},"17":{"tf":1.0},"176":{"tf":1.0},"181":{"tf":1.0},"20":{"tf":1.0},"222":{"tf":1.7320508075688772},"234":{"tf":1.4142135623730951},"239":{"tf":2.449489742783178},"240":{"tf":2.23606797749979},"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"88":{"tf":3.1622776601683795},"89":{"tf":2.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"233":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"233":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"49":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}},"e":{"d":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"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":{"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"233":{"tf":1.0}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":1,"docs":{"233":{"tf":1.4142135623730951}}}},"p":{"df":1,"docs":{"233":{"tf":1.4142135623730951}}}},"df":1,"docs":{"233":{"tf":1.7320508075688772}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":6,"docs":{"151":{"tf":1.4142135623730951},"198":{"tf":1.0},"233":{"tf":1.7320508075688772},"240":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.4142135623730951}}},"l":{"df":2,"docs":{"232":{"tf":1.4142135623730951},"54":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":7,"docs":{"120":{"tf":1.0},"224":{"tf":1.0},"239":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":2.449489742783178}},"i":{"df":0,"docs":{},"s":{"df":8,"docs":{"139":{"tf":1.0},"141":{"tf":1.7320508075688772},"142":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"144":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.4142135623730951},"54":{"tf":1.0}}}}}},"d":{"df":3,"docs":{"191":{"tf":1.0},"2":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":4,"docs":{"183":{"tf":1.0},"211":{"tf":1.0},"53":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"y":{"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":{"151":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"203":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"203":{"tf":1.0}}}}}},"df":10,"docs":{"200":{"tf":1.0},"206":{"tf":1.0},"210":{"tf":1.0},"218":{"tf":1.0},"230":{"tf":1.4142135623730951},"234":{"tf":1.0},"240":{"tf":1.0},"42":{"tf":1.0},"49":{"tf":1.0},"74":{"tf":1.0}}}}},"x":{"df":2,"docs":{"45":{"tf":1.0},"8":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"151":{"tf":1.0}}},"t":{"df":2,"docs":{"57":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":9,"docs":{"113":{"tf":1.0},"121":{"tf":1.0},"173":{"tf":1.0},"176":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":1.0},"26":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"(":{"df":0,"docs":{},"u":{"8":{"df":1,"docs":{"151":{"tf":1.0}}},"df":0,"docs":{}}},"df":44,"docs":{"106":{"tf":1.4142135623730951},"118":{"tf":3.3166247903554},"119":{"tf":3.0},"12":{"tf":1.0},"120":{"tf":3.4641016151377544},"121":{"tf":1.0},"127":{"tf":2.23606797749979},"128":{"tf":1.0},"132":{"tf":1.4142135623730951},"140":{"tf":2.0},"143":{"tf":1.0},"148":{"tf":2.23606797749979},"151":{"tf":1.7320508075688772},"155":{"tf":2.449489742783178},"157":{"tf":1.0},"16":{"tf":1.4142135623730951},"162":{"tf":2.23606797749979},"17":{"tf":1.7320508075688772},"170":{"tf":2.0},"177":{"tf":2.449489742783178},"199":{"tf":2.0},"203":{"tf":1.4142135623730951},"206":{"tf":1.0},"21":{"tf":1.0},"222":{"tf":1.7320508075688772},"223":{"tf":1.0},"233":{"tf":3.1622776601683795},"239":{"tf":2.449489742783178},"240":{"tf":2.449489742783178},"25":{"tf":1.0},"33":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"49":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":2.0},"74":{"tf":1.0},"8":{"tf":2.23606797749979},"87":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"119":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"119":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"119":{"tf":2.23606797749979}}}}}},"o":{"c":{"df":0,"docs":{},"u":{"df":1,"docs":{"240":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"177":{"tf":1.0}}}},"l":{"d":{"_":{"df":1,"docs":{"172":{"tf":1.0}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"170":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"170":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"170":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":8,"docs":{"158":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.4142135623730951},"170":{"tf":2.23606797749979},"171":{"tf":1.4142135623730951},"173":{"tf":2.23606797749979},"202":{"tf":1.0},"230":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"169":{"tf":1.0},"170":{"tf":2.23606797749979}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":15,"docs":{"119":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.0},"132":{"tf":1.0},"151":{"tf":1.0},"197":{"tf":1.0},"214":{"tf":1.0},"218":{"tf":1.4142135623730951},"222":{"tf":1.0},"227":{"tf":1.0},"3":{"tf":1.0},"51":{"tf":1.0},"65":{"tf":1.0},"71":{"tf":1.0},"8":{"tf":1.0}}}}}},"o":{"\"":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"170":{"tf":1.0},"94":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"177":{"tf":1.0}}}}}},"a":{"df":1,"docs":{"177":{"tf":1.4142135623730951}}},"b":{"a":{"df":0,"docs":{},"r":{"<":{"df":0,"docs":{},"t":{"1":{"df":1,"docs":{"136":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.7320508075688772}}}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"162":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"162":{"tf":3.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"162":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{")":{".":{"a":{"(":{")":{".":{"b":{"(":{")":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"(":{"\"":{"df":0,"docs":{},"y":{"\"":{")":{")":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"166":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":10,"docs":{"132":{"tf":2.23606797749979},"136":{"tf":1.0},"140":{"tf":2.0},"162":{"tf":3.3166247903554},"170":{"tf":1.4142135623730951},"222":{"tf":3.605551275463989},"224":{"tf":1.4142135623730951},"225":{"tf":1.0},"33":{"tf":2.0},"87":{"tf":1.4142135623730951}}},"r":{"c":{"df":3,"docs":{"107":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.7320508075688772}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":9,"docs":{"197":{"tf":1.4142135623730951},"200":{"tf":1.0},"205":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"128":{"tf":1.0},"251":{"tf":1.0}}},"t":{"!":{"(":{"\"":{"c":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"60":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"i":{"/":{"df":0,"docs":{},"o":{"df":1,"docs":{"60":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":1,"docs":{"148":{"tf":1.0}}}},"df":0,"docs":{}},"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"148":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}},"df":8,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"147":{"tf":2.0},"148":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":2.6457513110645907}},"t":{"df":1,"docs":{"148":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"151":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"151":{"tf":1.0}}}}}}},"df":0,"docs":{}},">":{"(":{"df":0,"docs":{},"g":{"df":1,"docs":{"148":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":3,"docs":{"159":{"tf":1.0},"240":{"tf":1.0},"88":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"121":{"tf":1.0},"184":{"tf":1.0},"240":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"71":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":3,"docs":{"37":{"tf":1.0},"60":{"tf":1.0},"68":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{".":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"199":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":5,"docs":{"126":{"tf":1.4142135623730951},"129":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"202":{"tf":1.0}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"166":{"tf":1.0},"238":{"tf":1.0},"74":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"172":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"m":{"(":{"df":3,"docs":{"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}},"<":{"c":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"237":{"tf":1.0}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"59":{"tf":1.0},"60":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"61":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"c":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"237":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"8":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"107":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":1,"docs":{"107":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"s":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"49":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":5,"docs":{"151":{"tf":1.0},"197":{"tf":1.0},"211":{"tf":1.0},"241":{"tf":1.0},"57":{"tf":1.0}},"i":{"df":1,"docs":{"211":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":52,"docs":{"105":{"tf":1.0},"107":{"tf":1.0},"119":{"tf":2.449489742783178},"121":{"tf":2.23606797749979},"128":{"tf":1.0},"132":{"tf":1.0},"136":{"tf":1.4142135623730951},"140":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"16":{"tf":1.4142135623730951},"165":{"tf":1.0},"17":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.4142135623730951},"181":{"tf":1.0},"186":{"tf":1.4142135623730951},"189":{"tf":1.0},"196":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.7320508075688772},"203":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.4142135623730951},"227":{"tf":2.23606797749979},"228":{"tf":1.0},"230":{"tf":1.7320508075688772},"232":{"tf":1.7320508075688772},"233":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":3.1622776601683795},"240":{"tf":2.449489742783178},"253":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"37":{"tf":1.7320508075688772},"55":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.7320508075688772},"71":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951},"8":{"tf":2.23606797749979},"93":{"tf":1.0},"95":{"tf":1.4142135623730951},"97":{"tf":1.0}},"s":{"/":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"128":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"126":{"tf":1.0},"155":{"tf":1.0},"37":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"154":{"tf":1.0},"217":{"tf":1.0},"224":{"tf":1.0},"44":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":8,"docs":{"147":{"tf":1.0},"183":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"224":{"tf":1.0},"235":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0}}}}}}},"g":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"(":{"&":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"148":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"189":{"tf":1.0},"237":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"199":{"tf":1.0}}}}},"c":{"'":{"d":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"45":{"tf":1.0}}},"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":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"148":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":25,"docs":{"110":{"tf":1.0},"136":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.7320508075688772},"148":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"211":{"tf":1.0},"219":{"tf":1.0},"22":{"tf":1.0},"224":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":2.449489742783178},"233":{"tf":1.4142135623730951},"234":{"tf":1.0},"237":{"tf":1.0},"240":{"tf":3.1622776601683795},"241":{"tf":1.0},"247":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"77":{"tf":1.0},"89":{"tf":1.0}}}}},"t":{"_":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"i":{"d":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"239":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"239":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"73":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"101":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":4,"docs":{"206":{"tf":1.0},"233":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"46":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"73":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"73":{"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":{},"v":{"df":0,"docs":{},"e":{"df":15,"docs":{"111":{"tf":1.0},"121":{"tf":1.0},"133":{"tf":1.0},"172":{"tf":1.0},"198":{"tf":1.0},"207":{"tf":1.0},"217":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"8":{"tf":1.4142135623730951},"81":{"tf":1.0}},"n":{"df":6,"docs":{"107":{"tf":1.0},"110":{"tf":1.0},"146":{"tf":1.0},"166":{"tf":1.0},"233":{"tf":1.0},"250":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"237":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"206":{"tf":1.0}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"125":{"tf":1.0},"197":{"tf":1.0},"233":{"tf":1.0},"249":{"tf":1.0},"5":{"tf":1.0}}}},"df":6,"docs":{"112":{"tf":1.0},"126":{"tf":1.0},"230":{"tf":1.0},"233":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"66":{"tf":1.0}},"e":{"df":2,"docs":{"240":{"tf":1.0},"37":{"tf":1.4142135623730951}}},"o":{"d":{"df":12,"docs":{"151":{"tf":1.0},"180":{"tf":1.0},"194":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"211":{"tf":1.0},"218":{"tf":1.0},"225":{"tf":1.0},"240":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"217":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"202":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"183":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"124":{"tf":1.0},"126":{"tf":1.7320508075688772},"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"129":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"241":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"110":{"tf":1.4142135623730951},"111":{"tf":1.0},"207":{"tf":1.0},"211":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"198":{"tf":1.0},"60":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"194":{"tf":1.0},"200":{"tf":1.0},"83":{"tf":1.0}}}}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":7,"docs":{"190":{"tf":1.0},"192":{"tf":1.0},"199":{"tf":1.4142135623730951},"232":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"67":{"tf":1.4142135623730951}}}}}},"d":{"df":6,"docs":{"138":{"tf":1.0},"139":{"tf":1.4142135623730951},"140":{"tf":1.4142135623730951},"143":{"tf":2.6457513110645907},"38":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"68":{"tf":1.0}}}}},"i":{"d":{"df":2,"docs":{"144":{"tf":1.0},"167":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"1":{"tf":1.0},"244":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"/":{"c":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"h":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"211":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"/":{"0":{".":{"1":{".":{"0":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"3":{"2":{"df":0,"docs":{},"f":{"3":{"0":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"a":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"p":{"a":{"0":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"237":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":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":{"237":{"tf":1.0}}},"n":{"d":{"df":3,"docs":{"172":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0}},"l":{"df":13,"docs":{"148":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"205":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"233":{"tf":1.4142135623730951},"239":{"tf":1.0},"34":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"121":{"tf":1.0},"233":{"tf":1.0}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":7,"docs":{"199":{"tf":1.0},"206":{"tf":1.0},"224":{"tf":1.0},"229":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"5":{"tf":1.0}}}},"i":{"df":1,"docs":{"42":{"tf":1.0}}}}},"r":{"d":{"df":4,"docs":{"191":{"tf":1.0},"217":{"tf":1.0},"36":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"148":{"tf":1.0}}}}}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"148":{"tf":1.0}}}}}},"df":1,"docs":{"240":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"<":{"df":0,"docs":{},"u":{"6":{"4":{"df":1,"docs":{"239":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"137":{"tf":1.0},"230":{"tf":1.0},"232":{"tf":1.0},"241":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"44":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":5,"docs":{"151":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"166":{"tf":1.0},"240":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"206":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"198":{"tf":1.0}}}}},"df":0,"docs":{},"p":{"df":6,"docs":{"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"211":{"tf":1.4142135623730951},"237":{"tf":1.0},"51":{"tf":1.0}}},"v":{"df":0,"docs":{},"i":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"185":{"tf":1.0}},"o":{"df":1,"docs":{"12":{"tf":1.0}}}},"p":{"df":7,"docs":{"143":{"tf":1.0},"162":{"tf":1.0},"198":{"tf":1.0},"219":{"tf":1.4142135623730951},"238":{"tf":1.0},"242":{"tf":1.0},"89":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"151":{"tf":1.0},"161":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"199":{"tf":1.0}}},"df":26,"docs":{"101":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"140":{"tf":1.0},"162":{"tf":1.0},"169":{"tf":1.0},"177":{"tf":1.0},"194":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"21":{"tf":1.7320508075688772},"218":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.4142135623730951},"233":{"tf":2.0},"239":{"tf":1.0},"240":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"87":{"tf":1.0},"94":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"243":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"154":{"tf":1.0},"156":{"tf":1.0}}}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":4,"docs":{"136":{"tf":1.4142135623730951},"206":{"tf":1.0},"250":{"tf":1.0},"252":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"200":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"170":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"202":{"tf":1.0},"240":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"207":{"tf":1.0}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"240":{"tf":1.0}}}}}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}},"r":{"df":1,"docs":{"170":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"209":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"156":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"198":{"tf":1.0},"218":{"tf":1.0},"235":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"187":{"tf":1.0}}}},"t":{"df":1,"docs":{"50":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":2,"docs":{"185":{"tf":1.0},"237":{"tf":1.0}},"s":{":":{"/":{"/":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"0":{".":{"1":{"4":{".":{"5":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"237":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"3":{"2":{"df":0,"docs":{},"f":{"3":{"0":{"df":0,"docs":{},"x":{"df":1,"docs":{"237":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"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":{"5":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"228":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"237":{"tf":1.0}}}}}}},"i":{".":{"df":1,"docs":{"241":{"tf":1.0}},"e":{",":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"149":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"3":{"2":{"df":2,"docs":{"87":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"155":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"8":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"df":1,"docs":{"239":{"tf":1.7320508075688772}},"e":{"a":{"df":8,"docs":{"115":{"tf":1.0},"146":{"tf":1.0},"151":{"tf":1.4142135623730951},"199":{"tf":1.7320508075688772},"217":{"tf":1.0},"218":{"tf":1.0},"232":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"17":{"tf":1.0},"170":{"tf":1.0},"240":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"113":{"tf":1.0},"174":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":6,"docs":{"199":{"tf":1.0},"243":{"tf":1.0},"42":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.0},"78":{"tf":1.0}}}},"df":9,"docs":{"144":{"tf":1.0},"18":{"tf":1.0},"194":{"tf":1.0},"22":{"tf":1.0},"224":{"tf":1.0},"226":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.4142135623730951},"55":{"tf":1.7320508075688772}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"240":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"148":{"tf":1.0},"206":{"tf":1.0},"8":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"i":{"df":1,"docs":{"9":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"206":{"tf":1.0},"8":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"106":{"tf":1.0},"147":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":3,"docs":{"199":{"tf":1.0},"37":{"tf":1.7320508075688772},"83":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"100":{"tf":1.0},"101":{"tf":1.4142135623730951},"172":{"tf":1.0},"209":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"227":{"tf":1.4142135623730951},"228":{"tf":1.4142135623730951},"229":{"tf":1.4142135623730951},"232":{"tf":1.0}}}},"l":{"<":{"'":{"_":{"df":1,"docs":{"237":{"tf":1.0}}},"a":{"df":3,"docs":{"120":{"tf":1.0},"127":{"tf":1.0},"140":{"tf":1.4142135623730951}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"199":{"tf":1.0}}}}},"df":0,"docs":{},"p":{"df":1,"docs":{"233":{"tf":1.0}}},"t":{"df":3,"docs":{"140":{"tf":1.0},"237":{"tf":1.0},"25":{"tf":1.0}}}},"df":30,"docs":{"118":{"tf":1.7320508075688772},"119":{"tf":1.0},"132":{"tf":1.4142135623730951},"135":{"tf":1.0},"148":{"tf":1.7320508075688772},"151":{"tf":1.0},"155":{"tf":1.0},"16":{"tf":1.0},"162":{"tf":1.4142135623730951},"17":{"tf":1.7320508075688772},"170":{"tf":1.0},"199":{"tf":1.0},"203":{"tf":1.0},"21":{"tf":1.0},"217":{"tf":1.4142135623730951},"222":{"tf":1.4142135623730951},"223":{"tf":1.0},"232":{"tf":1.4142135623730951},"233":{"tf":2.8284271247461903},"234":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":1.7320508075688772},"240":{"tf":1.4142135623730951},"33":{"tf":1.0},"36":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":47,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"130":{"tf":1.0},"133":{"tf":1.7320508075688772},"135":{"tf":1.0},"136":{"tf":1.4142135623730951},"140":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"146":{"tf":2.0},"148":{"tf":1.0},"149":{"tf":1.7320508075688772},"150":{"tf":1.0},"151":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951},"167":{"tf":1.0},"17":{"tf":2.0},"170":{"tf":1.0},"18":{"tf":1.0},"199":{"tf":1.7320508075688772},"2":{"tf":1.0},"20":{"tf":2.23606797749979},"203":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"218":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"233":{"tf":1.4142135623730951},"234":{"tf":1.0},"235":{"tf":1.4142135623730951},"237":{"tf":1.7320508075688772},"239":{"tf":1.4142135623730951},"240":{"tf":2.23606797749979},"241":{"tf":1.0},"25":{"tf":1.7320508075688772},"257":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.7320508075688772},"33":{"tf":1.0},"44":{"tf":1.4142135623730951},"77":{"tf":1.0},"78":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"22":{"tf":1.0},"240":{"tf":1.0}}}}}}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":8,"docs":{"222":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.4142135623730951},"25":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"8":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"df":1,"docs":{"73":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"224":{"tf":1.0},"68":{"tf":1.0}}}}}}},"df":1,"docs":{"196":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"110":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"218":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"v":{"df":1,"docs":{"235":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":7,"docs":{"151":{"tf":1.0},"202":{"tf":1.0},"222":{"tf":1.0},"233":{"tf":1.0},"241":{"tf":1.0},"25":{"tf":1.0},"250":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"132":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":5,"docs":{"113":{"tf":1.0},"150":{"tf":1.0},"211":{"tf":1.0},"235":{"tf":1.0},"7":{"tf":1.0}}}},"d":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"199":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"103":{"tf":1.0},"84":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"176":{"tf":1.0},"181":{"tf":1.7320508075688772},"50":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"df":1,"docs":{"29":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"n":{"a":{"df":2,"docs":{"43":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}},"c":{"df":6,"docs":{"180":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"36":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"225":{"tf":1.0},"7":{"tf":2.0}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":2,"docs":{"119":{"tf":1.0},"218":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"207":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"191":{"tf":1.0},"211":{"tf":1.0}}}},"df":0,"docs":{}}}},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"194":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"68":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}}},"x":{".":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"127":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"126":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":9,"docs":{"156":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"233":{"tf":1.0},"239":{"tf":1.0},"250":{"tf":1.0},"256":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"217":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"221":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":2.0},"225":{"tf":1.0},"232":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"139":{"tf":1.4142135623730951},"164":{"tf":1.0}}}}}},"df":11,"docs":{"203":{"tf":1.0},"21":{"tf":1.0},"236":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.0},"67":{"tf":1.0},"74":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"152":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"222":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"170":{"tf":1.4142135623730951},"190":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"240":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":6,"docs":{"105":{"tf":1.0},"198":{"tf":1.0},"252":{"tf":1.0},"33":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"240":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":14,"docs":{"112":{"tf":1.0},"124":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"16":{"tf":1.0},"21":{"tf":1.4142135623730951},"211":{"tf":1.0},"22":{"tf":1.0},"222":{"tf":1.0},"247":{"tf":1.0},"42":{"tf":1.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.0},"88":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"86":{"tf":1.0},"88":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":18,"docs":{"119":{"tf":1.0},"120":{"tf":1.0},"16":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.7320508075688772},"222":{"tf":1.0},"236":{"tf":1.4142135623730951},"240":{"tf":1.0},"25":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"198":{"tf":2.449489742783178},"199":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"g":{"df":3,"docs":{"200":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"211":{"tf":1.0},"212":{"tf":1.0}}}}}},"n":{"d":{"df":2,"docs":{"224":{"tf":1.0},"225":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.0},"214":{"tf":1.0},"225":{"tf":1.4142135623730951}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"202":{"tf":1.0},"224":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"239":{"tf":1.0},"45":{"tf":1.0}}}}},"f":{"a":{"c":{"df":8,"docs":{"133":{"tf":1.0},"189":{"tf":1.4142135623730951},"191":{"tf":1.0},"192":{"tf":1.0},"224":{"tf":1.0},"241":{"tf":1.0},"247":{"tf":1.7320508075688772},"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"110":{"tf":1.0},"170":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":8,"docs":{"136":{"tf":1.4142135623730951},"197":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"205":{"tf":1.0},"211":{"tf":1.0},"233":{"tf":1.0},"237":{"tf":1.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":5,"docs":{"123":{"tf":1.0},"124":{"tf":1.7320508075688772},"128":{"tf":1.0},"129":{"tf":1.0},"155":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"\"":{"1":{"df":1,"docs":{"127":{"tf":1.0}}},"2":{"+":{"3":{"df":1,"docs":{"127":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"<":{"'":{"a":{"df":1,"docs":{"127":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"i":{"6":{"4":{"df":2,"docs":{"155":{"tf":1.0},"170":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"o":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"73":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{">":{">":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"74":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"77":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}}}},"r":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":1,"docs":{"127":{"tf":1.4142135623730951}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":5,"docs":{"191":{"tf":1.0},"217":{"tf":1.0},"224":{"tf":1.0},"36":{"tf":1.0},"91":{"tf":1.0}},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"241":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"197":{"tf":1.0},"199":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":7,"docs":{"148":{"tf":1.0},"189":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"237":{"tf":1.0},"251":{"tf":1.0},"68":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"233":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"146":{"tf":1.4142135623730951},"247":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"k":{"df":6,"docs":{"116":{"tf":1.0},"117":{"tf":1.7320508075688772},"119":{"tf":1.0},"211":{"tf":1.0},"7":{"tf":1.0},"95":{"tf":1.0}}},"l":{"df":0,"docs":{},"v":{"df":5,"docs":{"198":{"tf":1.0},"200":{"tf":1.0},"233":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}}}}}}},"o":{":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"49":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"49":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"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":{"d":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"59":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"225":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":1,"docs":{"247":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"59":{"tf":1.0},"60":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"u":{"df":10,"docs":{"176":{"tf":1.0},"177":{"tf":1.0},"199":{"tf":1.0},"204":{"tf":1.0},"211":{"tf":1.0},"225":{"tf":1.0},"4":{"tf":1.0},"60":{"tf":1.0},"68":{"tf":1.4142135623730951},"74":{"tf":1.0}}}}},"t":{"'":{"df":12,"docs":{"112":{"tf":1.0},"177":{"tf":1.0},"206":{"tf":1.4142135623730951},"224":{"tf":1.0},"42":{"tf":1.0},"53":{"tf":1.0},"63":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":3,"docs":{"131":{"tf":1.0},"169":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951}}},"r":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"|":{"df":0,"docs":{},"r":{"df":1,"docs":{"239":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"203":{"tf":1.0},"206":{"tf":1.0}}}}}}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"'":{"df":3,"docs":{"118":{"tf":1.0},"173":{"tf":1.0},"206":{"tf":1.4142135623730951}}},".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"|":{"df":0,"docs":{},"r":{"df":1,"docs":{"239":{"tf":1.0}}}}},"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":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"79":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"m":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"171":{"tf":1.0},"79":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"=":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"239":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"239":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":15,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"156":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.4142135623730951},"199":{"tf":3.7416573867739413},"200":{"tf":1.4142135623730951},"203":{"tf":2.449489742783178},"205":{"tf":1.4142135623730951},"206":{"tf":3.0},"229":{"tf":1.0},"239":{"tf":1.4142135623730951},"76":{"tf":1.0},"78":{"tf":1.4142135623730951},"79":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":10,"docs":{"162":{"tf":1.0},"170":{"tf":1.4142135623730951},"194":{"tf":1.0},"200":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.7320508075688772},"241":{"tf":1.0},"256":{"tf":1.0},"55":{"tf":1.0}}}}}}}},"j":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"239":{"tf":1.0},"240":{"tf":1.0}}}},"v":{"a":{"df":6,"docs":{"157":{"tf":1.0},"166":{"tf":1.0},"222":{"tf":1.4142135623730951},"224":{"tf":1.4142135623730951},"232":{"tf":1.4142135623730951},"34":{"tf":1.0}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"232":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"9":{"tf":1.0}},"o":{"b":{"df":1,"docs":{"240":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"239":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"43":{"tf":1.0},"45":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"240":{"tf":1.0}}},"df":6,"docs":{"147":{"tf":1.0},"148":{"tf":1.7320508075688772},"149":{"tf":1.0},"151":{"tf":1.4142135623730951},"239":{"tf":1.0},"240":{"tf":2.0}}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"200":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"'":{"df":1,"docs":{"193":{"tf":1.0}}},"df":0,"docs":{}}}}},"k":{"df":1,"docs":{"148":{"tf":2.0}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":13,"docs":{"140":{"tf":1.4142135623730951},"197":{"tf":1.0},"198":{"tf":1.0},"202":{"tf":1.0},"212":{"tf":1.0},"233":{"tf":1.0},"240":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"65":{"tf":1.0}}}},"p":{"df":0,"docs":{},"t":{"df":5,"docs":{"148":{"tf":1.0},"198":{"tf":1.0},"249":{"tf":1.0},"37":{"tf":1.4142135623730951},"5":{"tf":1.0}}}},"y":{".":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"199":{"tf":1.0}}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"199":{"tf":1.0}}}}}},"df":8,"docs":{"198":{"tf":1.0},"199":{"tf":2.0},"206":{"tf":1.7320508075688772},"232":{"tf":1.0},"240":{"tf":1.4142135623730951},"249":{"tf":1.0},"26":{"tf":1.0},"5":{"tf":1.0}},"s":{"<":{"'":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{">":{"(":{"&":{"'":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"199":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"133":{"tf":1.0}}}}}}}},"n":{"d":{"df":6,"docs":{"124":{"tf":1.0},"147":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.4142135623730951},"29":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"249":{"tf":1.0},"5":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":11,"docs":{"117":{"tf":1.0},"136":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.4142135623730951},"150":{"tf":1.0},"181":{"tf":1.0},"198":{"tf":1.7320508075688772},"207":{"tf":1.4142135623730951},"233":{"tf":1.4142135623730951},"240":{"tf":1.0},"258":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":2,"docs":{"110":{"tf":1.0},"248":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":4,"docs":{"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"232":{"tf":1.4142135623730951},"239":{"tf":1.0}}}}}}},"l":{"a":{"b":{"df":1,"docs":{"233":{"tf":1.7320508075688772}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"166":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":31,"docs":{"110":{"tf":2.23606797749979},"124":{"tf":2.0},"128":{"tf":1.4142135623730951},"135":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"16":{"tf":1.0},"166":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951},"196":{"tf":1.0},"197":{"tf":1.7320508075688772},"2":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.4142135623730951},"222":{"tf":1.0},"224":{"tf":1.0},"227":{"tf":1.0},"232":{"tf":2.449489742783178},"239":{"tf":1.7320508075688772},"240":{"tf":1.4142135623730951},"255":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"57":{"tf":1.0},"62":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"g":{"df":3,"docs":{"176":{"tf":1.0},"185":{"tf":1.0},"5":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"189":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"230":{"tf":1.0},"68":{"tf":1.0},"8":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"116":{"tf":1.4142135623730951},"119":{"tf":1.0},"171":{"tf":1.0},"177":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"78":{"tf":1.0},"88":{"tf":1.0}}}}}},"w":{"df":1,"docs":{"250":{"tf":1.0}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"240":{"tf":1.4142135623730951},"5":{"tf":1.0},"7":{"tf":2.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"198":{"tf":1.0},"222":{"tf":1.0}}}}}}},"df":1,"docs":{"199":{"tf":2.23606797749979}},"e":{"a":{"d":{"df":5,"docs":{"176":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"185":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":1,"docs":{"170":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"229":{"tf":1.0},"53":{"tf":1.0}}}},"v":{"df":3,"docs":{"233":{"tf":1.0},"239":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"126":{"tf":1.0}}}},"g":{"a":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"239":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"_":{"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":{"151":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":4,"docs":{"199":{"tf":1.7320508075688772},"239":{"tf":2.23606797749979},"240":{"tf":2.449489742783178},"241":{"tf":1.7320508075688772}},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"128":{"tf":1.4142135623730951},"198":{"tf":1.0},"199":{"tf":1.4142135623730951},"66":{"tf":1.0},"68":{"tf":1.0}}}}},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"{":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":4,"docs":{"238":{"tf":1.0},"239":{"tf":2.23606797749979},"240":{"tf":2.0},"241":{"tf":1.4142135623730951}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"<":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"!":{"[":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"239":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"239":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"s":{"df":7,"docs":{"166":{"tf":1.0},"172":{"tf":1.0},"185":{"tf":1.0},"200":{"tf":1.4142135623730951},"206":{"tf":1.0},"226":{"tf":1.0},"90":{"tf":1.0}}},"t":{"df":1,"docs":{"233":{"tf":1.0}}}},"t":{"'":{"df":3,"docs":{"126":{"tf":1.0},"228":{"tf":1.0},"8":{"tf":1.0}}},"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"170":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"155":{"tf":1.0}}}},"df":0,"docs":{}}},"df":3,"docs":{"179":{"tf":1.0},"42":{"tf":1.0},"7":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":8,"docs":{"110":{"tf":1.0},"146":{"tf":1.0},"170":{"tf":1.0},"202":{"tf":1.0},"240":{"tf":1.0},"45":{"tf":1.0},"67":{"tf":2.23606797749979},"68":{"tf":2.0}}}}},"x":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"206":{"tf":1.0}}}}},"df":0,"docs":{}}}},"h":{"df":2,"docs":{"155":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951}}},"i":{"b":{"c":{":":{":":{"c":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"199":{"tf":1.0},"206":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"(":{"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":{},"r":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{"df":1,"docs":{"68":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":15,"docs":{"107":{"tf":1.0},"140":{"tf":1.0},"17":{"tf":1.0},"183":{"tf":1.0},"196":{"tf":1.4142135623730951},"198":{"tf":2.6457513110645907},"199":{"tf":1.0},"206":{"tf":1.4142135623730951},"233":{"tf":1.0},"237":{"tf":1.4142135623730951},"240":{"tf":2.23606797749979},"243":{"tf":1.0},"66":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0}}},"y":{"'":{"df":1,"docs":{"198":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"170":{"tf":1.0},"198":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":16,"docs":{"143":{"tf":2.0},"198":{"tf":1.0},"199":{"tf":2.23606797749979},"200":{"tf":1.0},"202":{"tf":1.4142135623730951},"204":{"tf":1.0},"206":{"tf":1.4142135623730951},"37":{"tf":1.0},"48":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"179":{"tf":1.0},"200":{"tf":1.0},"225":{"tf":1.0},"7":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":9,"docs":{"103":{"tf":1.0},"210":{"tf":1.7320508075688772},"217":{"tf":1.0},"218":{"tf":1.0},"234":{"tf":1.0},"42":{"tf":1.0},"61":{"tf":2.0},"8":{"tf":1.4142135623730951},"95":{"tf":1.0}},"r":{"df":1,"docs":{"164":{"tf":1.0}}}},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"255":{"tf":1.0}}}}}}},"k":{"df":1,"docs":{"185":{"tf":1.0}}},"t":{"df":3,"docs":{"217":{"tf":2.23606797749979},"218":{"tf":2.23606797749979},"219":{"tf":1.7320508075688772}},"s":{"=":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"217":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":1,"docs":{"243":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"247":{"tf":1.0}}}}},"t":{"df":4,"docs":{"218":{"tf":1.4142135623730951},"219":{"tf":1.4142135623730951},"22":{"tf":1.0},"258":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"233":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"11":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"l":{"df":6,"docs":{"197":{"tf":1.0},"223":{"tf":1.0},"241":{"tf":1.0},"250":{"tf":1.0},"29":{"tf":1.0},"45":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":5,"docs":{"49":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"k":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"140":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"140":{"tf":1.4142135623730951}}}},"d":{"df":1,"docs":{"250":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":2,"docs":{"116":{"tf":1.0},"67":{"tf":1.0}},"i":{"c":{"df":2,"docs":{"205":{"tf":1.0},"233":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":2.23606797749979}},"s":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{")":{".":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"78":{"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":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"106":{"tf":1.0},"124":{"tf":1.0},"198":{"tf":1.0},"239":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"217":{"tf":1.0},"49":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":8,"docs":{"199":{"tf":1.0},"203":{"tf":1.4142135623730951},"206":{"tf":1.0},"233":{"tf":1.7320508075688772},"240":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"8":{"tf":1.4142135623730951}}},"p":{"df":4,"docs":{"199":{"tf":1.7320508075688772},"229":{"tf":1.0},"36":{"tf":1.0},"78":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"199":{"tf":1.0},"237":{"tf":1.0}}}},"t":{"df":5,"docs":{"135":{"tf":1.0},"162":{"tf":1.4142135623730951},"199":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0}}},"w":{"df":1,"docs":{"45":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"202":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"p":{"df":1,"docs":{"247":{"tf":1.0}}}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"185":{"tf":1.0}}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"241":{"tf":1.0}}}}}}},"m":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"222":{"tf":1.0},"223":{"tf":1.0}}}}}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"186":{"tf":1.0},"233":{"tf":1.4142135623730951},"5":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"128":{"tf":1.7320508075688772},"129":{"tf":1.0}}}}}},"df":5,"docs":{"239":{"tf":1.7320508075688772},"240":{"tf":1.7320508075688772},"241":{"tf":1.0},"34":{"tf":1.0},"74":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"df":4,"docs":{"100":{"tf":1.0},"211":{"tf":1.0},"249":{"tf":1.0},"5":{"tf":1.0}}}},"df":1,"docs":{"43":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"222":{"tf":1.0}}}}}},"df":19,"docs":{"106":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"132":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"151":{"tf":1.4142135623730951},"198":{"tf":1.0},"21":{"tf":1.0},"222":{"tf":1.0},"233":{"tf":1.7320508075688772},"240":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0},"8":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"2":{"tf":1.0}}}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"89":{"tf":1.0},"90":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"e":{"df":34,"docs":{"131":{"tf":1.0},"136":{"tf":1.0},"143":{"tf":1.4142135623730951},"151":{"tf":1.0},"166":{"tf":1.0},"172":{"tf":1.0},"181":{"tf":1.4142135623730951},"183":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"2":{"tf":1.4142135623730951},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.4142135623730951},"206":{"tf":1.0},"211":{"tf":1.0},"217":{"tf":1.0},"222":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.4142135623730951},"237":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"256":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0},"71":{"tf":1.0},"8":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"97":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"185":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"c":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"198":{"tf":1.0},"60":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":6,"docs":{"196":{"tf":1.0},"198":{"tf":1.0},"202":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"233":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":17,"docs":{"111":{"tf":1.0},"112":{"tf":1.0},"137":{"tf":1.0},"150":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"166":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"209":{"tf":1.0},"227":{"tf":1.0},"232":{"tf":1.4142135623730951},"247":{"tf":1.0},"29":{"tf":1.0},"68":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"197":{"tf":1.0},"206":{"tf":1.0},"66":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"159":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"12":{"tf":1.0},"151":{"tf":1.0},"206":{"tf":1.4142135623730951},"225":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"(":{"df":0,"docs":{},"|":{"c":{"df":0,"docs":{},"m":{"d":{"df":2,"docs":{"118":{"tf":1.0},"119":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":8,"docs":{"151":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"79":{"tf":1.0}}},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"199":{"tf":1.0}}}},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"78":{"tf":1.4142135623730951}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":17,"docs":{"106":{"tf":1.0},"127":{"tf":1.0},"155":{"tf":1.4142135623730951},"157":{"tf":1.0},"170":{"tf":1.0},"206":{"tf":1.0},"233":{"tf":1.0},"239":{"tf":1.0},"41":{"tf":1.0},"60":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"78":{"tf":1.0},"8":{"tf":1.4142135623730951},"86":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"125":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"233":{"tf":1.0},"32":{"tf":1.0},"8":{"tf":1.0}}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"72":{"tf":1.0}}}}}},"df":1,"docs":{"222":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":15,"docs":{"135":{"tf":1.0},"140":{"tf":1.0},"162":{"tf":1.0},"172":{"tf":1.0},"198":{"tf":2.0},"202":{"tf":1.0},"206":{"tf":1.0},"222":{"tf":1.4142135623730951},"233":{"tf":1.0},"234":{"tf":1.0},"37":{"tf":1.4142135623730951},"50":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"106":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":5,"docs":{"159":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.7320508075688772},"259":{"tf":1.4142135623730951},"34":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"139":{"tf":1.0},"143":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}},"m":{":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":2,"docs":{"42":{"tf":1.0},"44":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"42":{"tf":1.4142135623730951}},"e":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"{":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"(":{"_":{"df":2,"docs":{"212":{"tf":1.0},"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"232":{"tf":1.4142135623730951},"239":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":11,"docs":{"194":{"tf":1.0},"197":{"tf":2.0},"198":{"tf":1.7320508075688772},"199":{"tf":2.23606797749979},"202":{"tf":1.7320508075688772},"206":{"tf":1.0},"211":{"tf":1.0},"222":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.4142135623730951},"74":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"57":{"tf":1.0},"60":{"tf":1.0},"67":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"233":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"232":{"tf":1.0}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"240":{"tf":1.0}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":38,"docs":{"107":{"tf":1.4142135623730951},"11":{"tf":1.0},"135":{"tf":1.4142135623730951},"140":{"tf":1.0},"143":{"tf":1.0},"149":{"tf":1.0},"151":{"tf":1.4142135623730951},"157":{"tf":1.7320508075688772},"162":{"tf":1.0},"164":{"tf":1.4142135623730951},"166":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"189":{"tf":1.0},"192":{"tf":1.0},"20":{"tf":1.4142135623730951},"217":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.7320508075688772},"224":{"tf":1.0},"225":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.7320508075688772},"234":{"tf":1.4142135623730951},"237":{"tf":1.7320508075688772},"240":{"tf":1.4142135623730951},"25":{"tf":1.0},"252":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"42":{"tf":1.0},"54":{"tf":1.0},"66":{"tf":1.0},"88":{"tf":1.0},"94":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"253":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"117":{"tf":1.0},"118":{"tf":2.23606797749979}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"'":{"a":{"df":1,"docs":{"120":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"133":{"tf":1.0}}}},"n":{"d":{"df":2,"docs":{"198":{"tf":1.0},"240":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":10,"docs":{"162":{"tf":1.0},"189":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"55":{"tf":1.0},"65":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"217":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"df":3,"docs":{"110":{"tf":1.0},"198":{"tf":1.0},"218":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"d":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"218":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"k":{"df":3,"docs":{"233":{"tf":1.0},"68":{"tf":1.0},"74":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"221":{"tf":1.0},"224":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"199":{"tf":1.0},"217":{"tf":1.0}}}}},"x":{"df":1,"docs":{"11":{"tf":1.0}}}},"o":{"d":{"df":10,"docs":{"155":{"tf":1.4142135623730951},"170":{"tf":1.4142135623730951},"206":{"tf":1.0},"233":{"tf":1.7320508075688772},"60":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"87":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"t":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":1,"docs":{"237":{"tf":1.4142135623730951}},"l":{"df":2,"docs":{"240":{"tf":1.7320508075688772},"89":{"tf":1.0}}}},"i":{"df":0,"docs":{},"f":{"df":3,"docs":{"247":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0}},"i":{"df":6,"docs":{"100":{"tf":1.0},"147":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"71":{"tf":1.0},"8":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"184":{"tf":1.0},"2":{"tf":1.0},"241":{"tf":1.0},"255":{"tf":1.0}}}},"df":19,"docs":{"121":{"tf":1.0},"132":{"tf":1.0},"136":{"tf":1.0},"146":{"tf":1.0},"150":{"tf":1.4142135623730951},"151":{"tf":2.0},"188":{"tf":1.0},"189":{"tf":1.7320508075688772},"190":{"tf":1.4142135623730951},"206":{"tf":1.0},"233":{"tf":1.7320508075688772},"255":{"tf":1.0},"256":{"tf":1.7320508075688772},"257":{"tf":1.0},"258":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"240":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":3,"docs":{"232":{"tf":1.0},"235":{"tf":1.0},"51":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"147":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":50,"docs":{"103":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.0},"121":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.4142135623730951},"136":{"tf":1.0},"143":{"tf":1.0},"151":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.7320508075688772},"169":{"tf":1.4142135623730951},"171":{"tf":1.4142135623730951},"172":{"tf":1.0},"173":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":1.0},"183":{"tf":1.4142135623730951},"184":{"tf":1.4142135623730951},"2":{"tf":1.0},"20":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"204":{"tf":1.0},"206":{"tf":1.0},"218":{"tf":1.0},"225":{"tf":1.0},"232":{"tf":1.4142135623730951},"233":{"tf":1.0},"239":{"tf":1.7320508075688772},"240":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"57":{"tf":1.0},"68":{"tf":1.7320508075688772},"7":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.4142135623730951},"83":{"tf":1.0},"87":{"tf":1.0},"9":{"tf":1.0},"96":{"tf":1.0}},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"183":{"tf":1.0},"2":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"172":{"tf":1.0},"88":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":19,"docs":{"107":{"tf":1.0},"116":{"tf":1.0},"125":{"tf":1.0},"133":{"tf":1.4142135623730951},"141":{"tf":1.0},"147":{"tf":1.0},"156":{"tf":1.0},"163":{"tf":1.0},"171":{"tf":1.0},"178":{"tf":1.0},"197":{"tf":1.0},"211":{"tf":1.0},"26":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0},"94":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"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":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"233":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"233":{"tf":2.0}}}}}}}},"df":1,"docs":{"233":{"tf":2.0}}}}},"v":{"df":0,"docs":{},"e":{"df":9,"docs":{"105":{"tf":1.0},"108":{"tf":1.0},"136":{"tf":1.0},"239":{"tf":1.0},"37":{"tf":1.0},"52":{"tf":1.0},"81":{"tf":1.7320508075688772},"82":{"tf":1.7320508075688772},"83":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"g":{"_":{"c":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"68":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"68":{"tf":1.0}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{".":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"68":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"68":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"68":{"tf":1.7320508075688772}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"67":{"tf":1.0},"68":{"tf":1.0}}}}}},"df":1,"docs":{"67":{"tf":1.4142135623730951}}}},"u":{"c":{"df":0,"docs":{},"h":{"df":9,"docs":{"151":{"tf":1.0},"183":{"tf":1.0},"190":{"tf":1.0},"197":{"tf":1.0},"200":{"tf":1.0},"57":{"tf":1.0},"68":{"tf":1.0},"90":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":15,"docs":{"154":{"tf":1.0},"166":{"tf":1.0},"18":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"194":{"tf":1.0},"20":{"tf":1.4142135623730951},"200":{"tf":1.0},"202":{"tf":1.0},"234":{"tf":1.0},"240":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"48":{"tf":1.4142135623730951},"94":{"tf":1.0}}}},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":12,"docs":{"100":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"166":{"tf":1.0},"172":{"tf":1.0},"177":{"tf":1.0},"206":{"tf":1.7320508075688772},"209":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"54":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":3,"docs":{"102":{"tf":1.0},"172":{"tf":1.4142135623730951},"67":{"tf":1.0}}}},"df":27,"docs":{"101":{"tf":1.4142135623730951},"106":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"127":{"tf":2.0},"128":{"tf":1.0},"148":{"tf":2.8284271247461903},"157":{"tf":1.0},"166":{"tf":1.0},"177":{"tf":2.449489742783178},"199":{"tf":1.4142135623730951},"206":{"tf":1.7320508075688772},"21":{"tf":1.0},"210":{"tf":1.4142135623730951},"229":{"tf":1.0},"233":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"49":{"tf":2.23606797749979},"53":{"tf":1.0},"60":{"tf":2.23606797749979},"68":{"tf":1.0},"73":{"tf":1.4142135623730951},"78":{"tf":1.0},"8":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"x":{"<":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":1,"docs":{"140":{"tf":1.0}}}}},"t":{"df":1,"docs":{"140":{"tf":1.4142135623730951}}}},"df":1,"docs":{"140":{"tf":2.23606797749979}},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{"<":{"'":{"a":{"df":1,"docs":{"140":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":1,"docs":{"140":{"tf":1.0}}}},"df":1,"docs":{"140":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"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":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":1,"docs":{"21":{"tf":1.7320508075688772}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{":":{":":{"a":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}},"b":{"df":3,"docs":{"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"i":{"b":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{"df":1,"docs":{"68":{"tf":1.0}}}}}},"df":1,"docs":{"67":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{")":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}}}}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"(":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"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":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"206":{"tf":1.4142135623730951}}}}}}},"df":2,"docs":{"203":{"tf":1.4142135623730951},"206":{"tf":2.449489742783178}},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":2,"docs":{"203":{"tf":1.4142135623730951},"206":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}}}}},"n":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"128":{"tf":1.0}}}}}}},"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"162":{"tf":1.0}}}}}},"df":24,"docs":{"12":{"tf":1.0},"139":{"tf":1.0},"155":{"tf":1.7320508075688772},"162":{"tf":1.0},"166":{"tf":1.4142135623730951},"170":{"tf":1.7320508075688772},"175":{"tf":1.0},"20":{"tf":1.0},"218":{"tf":1.0},"230":{"tf":1.0},"233":{"tf":1.0},"239":{"tf":1.7320508075688772},"240":{"tf":2.0},"37":{"tf":1.0},"40":{"tf":1.7320508075688772},"41":{"tf":3.4641016151377544},"42":{"tf":1.7320508075688772},"66":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.7320508075688772},"94":{"tf":1.4142135623730951},"95":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"203":{"tf":1.0},"65":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"166":{"tf":1.0}}}}}},"df":4,"docs":{"128":{"tf":1.7320508075688772},"148":{"tf":1.0},"155":{"tf":1.7320508075688772},"170":{"tf":1.7320508075688772}},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"232":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"100":{"tf":1.0},"211":{"tf":1.0},"29":{"tf":1.0},"48":{"tf":1.0},"72":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"132":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":30,"docs":{"112":{"tf":1.4142135623730951},"126":{"tf":1.0},"135":{"tf":1.0},"147":{"tf":1.4142135623730951},"151":{"tf":1.0},"172":{"tf":1.0},"189":{"tf":1.0},"198":{"tf":1.0},"206":{"tf":1.7320508075688772},"217":{"tf":1.0},"233":{"tf":1.4142135623730951},"236":{"tf":1.0},"239":{"tf":1.4142135623730951},"240":{"tf":2.23606797749979},"241":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.7320508075688772},"52":{"tf":1.4142135623730951},"73":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"88":{"tf":1.0},"94":{"tf":1.0},"97":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"103":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"233":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"100":{"tf":1.0},"112":{"tf":1.0},"134":{"tf":1.0},"210":{"tf":1.0},"37":{"tf":1.0},"8":{"tf":1.0},"95":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"238":{"tf":1.0}}}}}}}}}}}},"w":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"127":{"tf":1.0}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":26,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"147":{"tf":1.0},"158":{"tf":1.0},"16":{"tf":1.4142135623730951},"162":{"tf":1.0},"169":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"170":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"18":{"tf":1.0},"20":{"tf":1.0},"206":{"tf":1.0},"21":{"tf":1.0},"211":{"tf":1.4142135623730951},"217":{"tf":1.0},"222":{"tf":1.0},"232":{"tf":1.0},"240":{"tf":1.0},"41":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":7,"docs":{"130":{"tf":1.4142135623730951},"132":{"tf":1.0},"133":{"tf":1.7320508075688772},"134":{"tf":1.4142135623730951},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.7320508075688772}}}}}},"x":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"203":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"203":{"tf":1.4142135623730951}}}}}},"df":4,"docs":{"199":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"42":{"tf":1.0}}}}},"f":{"df":1,"docs":{"233":{"tf":3.7416573867739413}},"s":{"(":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{":":{":":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"233":{"tf":1.0}}}}}}}}}},"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":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"233":{"tf":1.4142135623730951}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"166":{"tf":1.0},"199":{"tf":1.0}}},"h":{"df":1,"docs":{"238":{"tf":1.0}},"o":{"df":0,"docs":{},"l":{"a":{"df":1,"docs":{"243":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"232":{"tf":1.0}}}}}},"o":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"199":{"tf":1.7320508075688772},"60":{"tf":1.0},"67":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"218":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":2,"docs":{"94":{"tf":1.0},"97":{"tf":1.4142135623730951}}}}}},"d":{"df":0,"docs":{},"e":{"df":5,"docs":{"156":{"tf":1.0},"170":{"tf":2.449489742783178},"171":{"tf":2.0},"172":{"tf":2.0},"173":{"tf":1.0}}}},"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"87":{"tf":2.0},"88":{"tf":1.0},"89":{"tf":2.23606797749979},"90":{"tf":1.7320508075688772},"91":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"218":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":8,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"11":{"tf":1.0},"126":{"tf":1.0},"171":{"tf":1.0},"234":{"tf":1.0},"66":{"tf":1.0},"87":{"tf":1.0}},"e":{"df":9,"docs":{"127":{"tf":1.0},"199":{"tf":1.0},"203":{"tf":1.0},"21":{"tf":1.0},"217":{"tf":1.0},"233":{"tf":1.4142135623730951},"42":{"tf":1.0},"69":{"tf":1.0},"75":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"199":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"157":{"tf":1.0}}}},"r":{"df":0,"docs":{},"m":{"!":{"(":{"0":{".":{"5":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{},"x":{",":{"1":{",":{"2":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"128":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"196":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0}}}},"df":2,"docs":{"128":{"tf":1.0},"3":{"tf":1.0}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"20":{"tf":1.0},"202":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"125":{"tf":1.0},"257":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":13,"docs":{"126":{"tf":1.0},"143":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"189":{"tf":1.0},"198":{"tf":1.0},"203":{"tf":1.0},"21":{"tf":1.0},"218":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"78":{"tf":1.0},"95":{"tf":1.0}}},"h":{"df":2,"docs":{"202":{"tf":1.0},"203":{"tf":1.0}}},"i":{"c":{"df":2,"docs":{"239":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"224":{"tf":1.0}}}}}},"w":{"df":7,"docs":{"17":{"tf":1.0},"177":{"tf":1.4142135623730951},"183":{"tf":1.0},"230":{"tf":1.0},"233":{"tf":1.0},"40":{"tf":1.0},"8":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"203":{"tf":1.0},"205":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"60":{"tf":1.0},"68":{"tf":1.0}},"l":{"df":5,"docs":{"199":{"tf":1.0},"200":{"tf":1.0},"55":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.4142135623730951}}}},"m":{"1":{"df":1,"docs":{"82":{"tf":2.23606797749979}}},"2":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"82":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"82":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":1,"docs":{"82":{"tf":2.23606797749979}}},"3":{".":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"82":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"_":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"82":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"82":{"tf":2.23606797749979}}},"_":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":1,"docs":{"186":{"tf":1.0}}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"150":{"tf":1.4142135623730951},"186":{"tf":1.0},"199":{"tf":1.4142135623730951},"200":{"tf":1.0},"228":{"tf":1.0},"239":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"'":{"df":2,"docs":{"252":{"tf":1.0},"32":{"tf":1.0}}},"df":44,"docs":{"113":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.7320508075688772},"124":{"tf":1.0},"139":{"tf":1.7320508075688772},"143":{"tf":1.4142135623730951},"154":{"tf":1.7320508075688772},"156":{"tf":1.0},"159":{"tf":2.0},"16":{"tf":1.0},"161":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.4142135623730951},"18":{"tf":1.0},"194":{"tf":1.4142135623730951},"195":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":2.6457513110645907},"200":{"tf":1.7320508075688772},"202":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"232":{"tf":1.4142135623730951},"237":{"tf":1.0},"247":{"tf":1.0},"250":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":2.23606797749979},"29":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":2.0},"48":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":3,"docs":{"206":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"42":{"tf":1.0}}}}}}},"c":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"199":{"tf":1.0}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"110":{"tf":1.0},"124":{"tf":1.0},"206":{"tf":1.0},"73":{"tf":1.0}}}}},"df":0,"docs":{},"p":{"df":1,"docs":{"247":{"tf":1.0}}}},"d":{"d":{"df":1,"docs":{"240":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"8":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"24":{"tf":1.0},"257":{"tf":1.0},"26":{"tf":1.0},"86":{"tf":1.0}}}}}},"h":{"df":1,"docs":{"94":{"tf":1.0}}},"k":{"(":{"_":{"df":1,"docs":{"206":{"tf":1.0}}},"df":2,"docs":{"67":{"tf":1.0},"68":{"tf":1.0}}},"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"67":{"tf":1.0}}}},"df":7,"docs":{"106":{"tf":1.4142135623730951},"177":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"49":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}}},"l":{"d":{"df":4,"docs":{"170":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"217":{"tf":1.0}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"233":{"tf":1.0},"239":{"tf":2.0},"240":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"240":{"tf":1.0}}}}}},"n":{"c":{"df":4,"docs":{"176":{"tf":1.0},"177":{"tf":1.0},"234":{"tf":1.4142135623730951},"8":{"tf":1.0}}},"df":37,"docs":{"103":{"tf":1.0},"110":{"tf":1.0},"126":{"tf":1.0},"147":{"tf":1.0},"150":{"tf":1.4142135623730951},"151":{"tf":1.0},"155":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.0},"170":{"tf":1.4142135623730951},"172":{"tf":1.0},"173":{"tf":1.0},"183":{"tf":1.0},"185":{"tf":1.4142135623730951},"198":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":1.7320508075688772},"200":{"tf":1.0},"202":{"tf":1.0},"206":{"tf":1.4142135623730951},"209":{"tf":1.0},"211":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"239":{"tf":2.0},"240":{"tf":2.23606797749979},"247":{"tf":1.7320508075688772},"258":{"tf":1.4142135623730951},"45":{"tf":1.0},"54":{"tf":1.0},"72":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"244":{"tf":1.0}}}}},"u":{"df":1,"docs":{"192":{"tf":1.0}}}},"o":{"df":4,"docs":{"158":{"tf":1.0},"172":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0}}},"p":{"a":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":5,"docs":{"131":{"tf":1.0},"194":{"tf":1.0},"196":{"tf":1.0},"198":{"tf":1.0},"200":{"tf":1.0}}}}},"df":1,"docs":{"127":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"n":{"/":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"247":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":3,"docs":{"198":{"tf":1.0},"247":{"tf":1.0},"4":{"tf":1.0}}},"r":{"df":24,"docs":{"11":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":2.0},"118":{"tf":1.0},"125":{"tf":1.0},"14":{"tf":1.0},"148":{"tf":1.0},"154":{"tf":1.4142135623730951},"171":{"tf":2.23606797749979},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"192":{"tf":1.4142135623730951},"198":{"tf":1.0},"206":{"tf":1.0},"222":{"tf":1.0},"225":{"tf":1.0},"239":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"252":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"59":{"tf":1.0},"66":{"tf":1.4142135623730951},"74":{"tf":1.0}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"197":{"tf":1.0}}}}}},"s":{"df":3,"docs":{"134":{"tf":1.0},"157":{"tf":1.0},"44":{"tf":1.0}}}}},"t":{"df":1,"docs":{"217":{"tf":1.0}},"i":{"c":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"239":{"tf":1.4142135623730951}}}}}},"df":3,"docs":{"239":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"241":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":8,"docs":{"185":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"210":{"tf":1.0},"211":{"tf":1.0},"233":{"tf":1.0},"44":{"tf":1.0},"50":{"tf":1.0},"74":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"22":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"<":{"&":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"203":{"tf":1.4142135623730951}}}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"233":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{">":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"127":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"<":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"'":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":2,"docs":{"21":{"tf":1.0},"233":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":2,"docs":{"54":{"tf":1.0},"79":{"tf":1.0}}}},"df":11,"docs":{"162":{"tf":1.0},"192":{"tf":1.0},"21":{"tf":1.0},"219":{"tf":1.0},"42":{"tf":1.0},"54":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":2.0},"79":{"tf":1.4142135623730951},"89":{"tf":1.0}},"s":{"'":{"df":1,"docs":{"151":{"tf":1.0}}},"df":0,"docs":{}},"’":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}},"r":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":1,"docs":{"237":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"151":{"tf":1.0},"198":{"tf":1.0},"217":{"tf":1.0},"222":{"tf":1.0},"233":{"tf":1.4142135623730951},"240":{"tf":1.0},"29":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"234":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"121":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"232":{"tf":1.0},"253":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"3":{"tf":1.4142135623730951}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"107":{"tf":1.0},"172":{"tf":1.7320508075688772},"176":{"tf":1.0},"42":{"tf":1.0},"68":{"tf":1.0}}}}}}},"s":{"df":1,"docs":{"140":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"166":{"tf":1.0},"202":{"tf":1.0}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":5,"docs":{"163":{"tf":1.0},"209":{"tf":1.0},"233":{"tf":1.0},"37":{"tf":1.4142135623730951},"88":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"(":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"127":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"127":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":17,"docs":{"1":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"127":{"tf":1.4142135623730951},"157":{"tf":1.0},"206":{"tf":1.4142135623730951},"210":{"tf":1.0},"217":{"tf":1.0},"225":{"tf":1.0},"229":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"45":{"tf":1.0},"53":{"tf":1.0},"89":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"189":{"tf":1.0},"190":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":4,"docs":{"140":{"tf":1.0},"143":{"tf":1.7320508075688772},"199":{"tf":1.0},"53":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"149":{"tf":1.0},"21":{"tf":1.0},"240":{"tf":1.0},"8":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"185":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"184":{"tf":1.0},"233":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":19,"docs":{"126":{"tf":1.0},"147":{"tf":1.0},"154":{"tf":1.4142135623730951},"169":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.0},"192":{"tf":1.0},"20":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"239":{"tf":1.0},"246":{"tf":1.0},"48":{"tf":1.0},"54":{"tf":1.0},"7":{"tf":2.0},"76":{"tf":1.0},"78":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"218":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"134":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"217":{"tf":1.0}}}},"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"110":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"246":{"tf":1.0}}}}}}}}},"w":{"df":0,"docs":{},"n":{"df":16,"docs":{"196":{"tf":1.4142135623730951},"198":{"tf":1.7320508075688772},"199":{"tf":1.0},"212":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.4142135623730951},"37":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.4142135623730951},"71":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"199":{"tf":1.4142135623730951},"45":{"tf":1.0}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":9,"docs":{"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"211":{"tf":1.7320508075688772},"212":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"41":{"tf":1.0},"71":{"tf":1.0}}}}}}}}}}},"p":{":":{":":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"233":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"183":{"tf":1.0},"185":{"tf":1.0}}}},"df":1,"docs":{"128":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"!":{"(":{"\"":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"127":{"tf":1.0},"155":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":2.0},"68":{"tf":1.0},"90":{"tf":1.0}},"k":{"df":3,"docs":{"34":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.0}}}}},"r":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"df":2,"docs":{"227":{"tf":1.7320508075688772},"228":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"184":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"115":{"tf":1.0},"232":{"tf":1.7320508075688772},"239":{"tf":1.0},"240":{"tf":1.0},"8":{"tf":1.0},"94":{"tf":1.0}}}}}},"df":1,"docs":{"199":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"199":{"tf":1.0},"232":{"tf":1.0}}}}},"s":{"df":1,"docs":{"240":{"tf":3.0}},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"61":{"tf":2.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"61":{"tf":2.0}}}}}}},"r":{"df":3,"docs":{"127":{"tf":1.0},"128":{"tf":1.0},"240":{"tf":1.0}}}}},"t":{"df":15,"docs":{"133":{"tf":1.0},"143":{"tf":1.0},"146":{"tf":1.0},"184":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"232":{"tf":1.4142135623730951},"233":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.4142135623730951},"247":{"tf":1.0},"256":{"tf":1.0},"42":{"tf":1.0},"52":{"tf":1.0},"98":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"21":{"tf":1.0},"236":{"tf":1.0},"239":{"tf":1.0}},"e":{"df":0,"docs":{},"q":{"df":2,"docs":{"162":{"tf":1.0},"21":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"1":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"146":{"tf":1.0},"2":{"tf":1.0},"232":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"211":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"183":{"tf":1.0},"252":{"tf":1.0}}}}},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"243":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":14,"docs":{"115":{"tf":1.0},"119":{"tf":1.0},"121":{"tf":1.0},"135":{"tf":1.0},"200":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"55":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"218":{"tf":1.0}}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"233":{"tf":2.449489742783178}}}}},"df":3,"docs":{"233":{"tf":2.23606797749979},"50":{"tf":1.0},"90":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":59,"docs":{"110":{"tf":2.449489742783178},"111":{"tf":1.4142135623730951},"112":{"tf":1.7320508075688772},"113":{"tf":2.0},"115":{"tf":1.0},"122":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"129":{"tf":1.0},"130":{"tf":1.0},"137":{"tf":1.0},"139":{"tf":1.4142135623730951},"140":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.7320508075688772},"144":{"tf":1.0},"146":{"tf":1.4142135623730951},"151":{"tf":1.7320508075688772},"152":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.4142135623730951},"158":{"tf":1.7320508075688772},"159":{"tf":1.7320508075688772},"166":{"tf":1.7320508075688772},"167":{"tf":1.7320508075688772},"171":{"tf":1.7320508075688772},"173":{"tf":1.7320508075688772},"174":{"tf":1.4142135623730951},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"18":{"tf":1.0},"181":{"tf":1.7320508075688772},"194":{"tf":1.4142135623730951},"2":{"tf":1.7320508075688772},"200":{"tf":1.0},"202":{"tf":1.4142135623730951},"205":{"tf":1.0},"207":{"tf":2.449489742783178},"209":{"tf":1.0},"211":{"tf":1.7320508075688772},"222":{"tf":1.4142135623730951},"224":{"tf":2.23606797749979},"236":{"tf":1.4142135623730951},"237":{"tf":2.0},"238":{"tf":1.0},"240":{"tf":1.4142135623730951},"243":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":2.449489742783178},"30":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":2.0},"97":{"tf":1.0},"98":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"218":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"y":{"df":1,"docs":{"206":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"94":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"243":{"tf":1.0}}}}}}},"df":1,"docs":{"233":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"128":{"tf":1.0}}}}}},"df":2,"docs":{"20":{"tf":1.0},"200":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":14,"docs":{"108":{"tf":1.0},"121":{"tf":1.7320508075688772},"154":{"tf":1.0},"157":{"tf":1.0},"171":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"185":{"tf":1.0},"198":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"239":{"tf":1.0},"44":{"tf":1.0},"50":{"tf":1.0},"81":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":3,"docs":{"171":{"tf":1.0},"200":{"tf":1.0},"42":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"o":{"d":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"106":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":2,"docs":{"106":{"tf":1.0},"217":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"253":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"259":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"239":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"199":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"42":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"c":{"df":3,"docs":{"199":{"tf":1.0},"240":{"tf":1.0},"248":{"tf":1.0}}},"df":0,"docs":{}},"n":{"<":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"237":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"237":{"tf":1.7320508075688772}}},"t":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"204":{"tf":1.0},"206":{"tf":1.0}}}},"df":0,"docs":{}}},"x":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"241":{"tf":1.0}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":8,"docs":{"143":{"tf":1.0},"172":{"tf":1.0},"202":{"tf":1.0},"239":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"86":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"147":{"tf":1.0}}}},"n":{"df":1,"docs":{"177":{"tf":1.0}}},"y":{"df":2,"docs":{"199":{"tf":1.0},"229":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"126":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"237":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":11,"docs":{"102":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.7320508075688772},"199":{"tf":1.0},"200":{"tf":1.0},"211":{"tf":1.0},"230":{"tf":1.0},"233":{"tf":1.7320508075688772},"29":{"tf":1.7320508075688772},"34":{"tf":1.0},"67":{"tf":1.4142135623730951}},"e":{"df":1,"docs":{"202":{"tf":1.0}},"r":{"df":28,"docs":{"119":{"tf":2.0},"121":{"tf":1.4142135623730951},"140":{"tf":1.0},"172":{"tf":1.4142135623730951},"194":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":2.23606797749979},"199":{"tf":2.0},"200":{"tf":1.0},"202":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"212":{"tf":1.0},"225":{"tf":1.4142135623730951},"226":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"45":{"tf":1.0},"55":{"tf":1.4142135623730951},"60":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.7320508075688772},"7":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.7320508075688772}}}}}}},"l":{"a":{"df":1,"docs":{"254":{"tf":1.0}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"145":{"tf":1.0},"152":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"125":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":6,"docs":{"220":{"tf":1.0},"222":{"tf":1.0},"232":{"tf":1.4142135623730951},"239":{"tf":1.0},"240":{"tf":1.0},"30":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"185":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"237":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":3,"docs":{"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":13,"docs":{"108":{"tf":1.0},"11":{"tf":1.0},"157":{"tf":1.0},"189":{"tf":1.0},"197":{"tf":1.7320508075688772},"202":{"tf":1.0},"203":{"tf":1.0},"233":{"tf":1.0},"250":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.4142135623730951},"78":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"225":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"127":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.7320508075688772}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"197":{"tf":1.0},"209":{"tf":1.0},"217":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"173":{"tf":1.0},"239":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":5,"docs":{"197":{"tf":1.0},"198":{"tf":1.0},"2":{"tf":1.0},"57":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"133":{"tf":1.0},"251":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":3,"docs":{"14":{"tf":1.0},"198":{"tf":1.0},"241":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"121":{"tf":1.0},"172":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"211":{"tf":1.0},"239":{"tf":1.0},"7":{"tf":1.0},"78":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"149":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"132":{"tf":1.0},"189":{"tf":1.0},"192":{"tf":1.0}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"170":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"222":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":12,"docs":{"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"164":{"tf":1.0},"176":{"tf":1.0},"199":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"233":{"tf":1.0},"252":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":2,"docs":{"151":{"tf":1.0},"42":{"tf":1.0}},"s":{"df":1,"docs":{"259":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"206":{"tf":1.0}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"133":{"tf":1.0},"154":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":13,"docs":{"112":{"tf":1.0},"181":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":2.23606797749979},"249":{"tf":1.0},"250":{"tf":1.0},"254":{"tf":1.0},"5":{"tf":1.0},"65":{"tf":1.0},"71":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{",":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"126":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"df":1,"docs":{"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":2,"docs":{"229":{"tf":1.0},"8":{"tf":1.0}},"l":{"df":0,"docs":{},"n":{"!":{"(":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":1,"docs":{"21":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"87":{"tf":2.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":{"106":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"106":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"177":{"tf":1.4142135623730951},"210":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.7320508075688772}}}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"210":{"tf":1.0}}}},"s":{"df":0,"docs":{},"m":{"df":3,"docs":{"238":{"tf":1.0},"240":{"tf":2.23606797749979},"241":{"tf":1.0}}}},"v":{"a":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"134":{"tf":1.0},"224":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":5,"docs":{"134":{"tf":1.0},"233":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":2.0}},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"218":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"162":{"tf":1.0},"180":{"tf":1.0},"222":{"tf":1.0},"225":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":16,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"124":{"tf":2.0},"126":{"tf":1.0},"128":{"tf":1.4142135623730951},"146":{"tf":1.0},"159":{"tf":1.4142135623730951},"2":{"tf":1.7320508075688772},"206":{"tf":1.0},"207":{"tf":1.4142135623730951},"218":{"tf":1.0},"232":{"tf":1.4142135623730951},"239":{"tf":1.0},"240":{"tf":1.0},"3":{"tf":1.7320508075688772},"86":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"241":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":2,"docs":{"240":{"tf":1.0},"253":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"100":{"tf":1.4142135623730951},"166":{"tf":1.0},"207":{"tf":1.0},"230":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"158":{"tf":1.0},"179":{"tf":1.0},"211":{"tf":1.0},"253":{"tf":1.4142135623730951}},"t":{"df":1,"docs":{"126":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":16,"docs":{"110":{"tf":1.7320508075688772},"180":{"tf":1.0},"224":{"tf":1.0},"227":{"tf":2.449489742783178},"228":{"tf":2.0},"229":{"tf":1.7320508075688772},"230":{"tf":1.0},"232":{"tf":1.4142135623730951},"233":{"tf":1.0},"239":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"243":{"tf":1.0},"247":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0}},"m":{"df":5,"docs":{"199":{"tf":1.4142135623730951},"200":{"tf":1.0},"206":{"tf":1.4142135623730951},"224":{"tf":1.4142135623730951},"233":{"tf":1.0}}}}},"df":0,"docs":{}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"147":{"tf":1.0},"184":{"tf":1.7320508075688772},"185":{"tf":1.0},"211":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"l":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"206":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"164":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"17":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"34":{"tf":1.0}}}},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"88":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"74":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"143":{"tf":1.0},"26":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"240":{"tf":1.0},"250":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"57":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"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":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"233":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"{":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":1,"docs":{"233":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"233":{"tf":1.0}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"233":{"tf":3.0}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"233":{"tf":2.23606797749979}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"211":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"196":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":2,"docs":{"197":{"tf":1.0},"199":{"tf":1.0}}}},"i":{"d":{"df":14,"docs":{"121":{"tf":1.0},"130":{"tf":1.0},"136":{"tf":1.0},"151":{"tf":1.0},"157":{"tf":1.4142135623730951},"186":{"tf":1.7320508075688772},"197":{"tf":1.4142135623730951},"2":{"tf":1.0},"211":{"tf":1.0},"29":{"tf":1.4142135623730951},"32":{"tf":1.0},"42":{"tf":1.0},"7":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"b":{"(":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"233":{"tf":2.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":26,"docs":{"106":{"tf":1.4142135623730951},"118":{"tf":1.7320508075688772},"127":{"tf":2.0},"132":{"tf":1.4142135623730951},"136":{"tf":1.0},"151":{"tf":1.0},"155":{"tf":2.0},"157":{"tf":1.0},"16":{"tf":1.7320508075688772},"162":{"tf":2.449489742783178},"17":{"tf":2.0},"170":{"tf":2.0},"199":{"tf":2.0},"203":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"233":{"tf":2.0},"239":{"tf":2.6457513110645907},"240":{"tf":1.7320508075688772},"60":{"tf":1.7320508075688772},"61":{"tf":2.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"73":{"tf":1.0},"74":{"tf":1.0},"87":{"tf":1.7320508075688772},"88":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"c":{"df":7,"docs":{"136":{"tf":1.0},"183":{"tf":1.0},"222":{"tf":1.0},"86":{"tf":1.4142135623730951},"87":{"tf":1.0},"89":{"tf":1.0},"98":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"238":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":3,"docs":{"247":{"tf":1.0},"83":{"tf":1.0},"89":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"df":3,"docs":{"11":{"tf":1.0},"116":{"tf":1.0},"14":{"tf":1.0}}}},"t":{"df":7,"docs":{"199":{"tf":1.0},"205":{"tf":1.0},"237":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"68":{"tf":1.0}}}},"x":{"df":0,"docs":{},"e":{"df":1,"docs":{"233":{"tf":1.0}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"232":{"tf":1.0}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"186":{"tf":1.0},"253":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"198":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"93":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":3,"docs":{"205":{"tf":1.0},"53":{"tf":1.0},"74":{"tf":1.0}}}}}},"r":{".":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"i":{"d":{"(":{")":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"i":{"d":{"(":{")":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"(":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"!":{"(":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"i":{"d":{")":{")":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"202":{"tf":1.0}}}},"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":1,"docs":{"9":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"df":7,"docs":{"138":{"tf":1.0},"139":{"tf":1.4142135623730951},"141":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.0},"38":{"tf":1.0},"54":{"tf":1.0}}},"s":{"df":2,"docs":{"240":{"tf":1.0},"74":{"tf":1.0}}}},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"193":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"198":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"229":{"tf":1.4142135623730951},"230":{"tf":1.7320508075688772},"29":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"90":{"tf":1.4142135623730951}}}},"w":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"c":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"1":{"df":1,"docs":{"82":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"82":{"tf":1.4142135623730951}}},"3":{"df":1,"docs":{"82":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"t":{"df":2,"docs":{"211":{"tf":1.0},"212":{"tf":1.0}}}},"df":1,"docs":{"37":{"tf":1.0}}},"df":2,"docs":{"120":{"tf":1.4142135623730951},"239":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"225":{"tf":1.0},"37":{"tf":1.0}}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":8,"docs":{"13":{"tf":1.0},"211":{"tf":1.0},"241":{"tf":1.0},"49":{"tf":1.7320508075688772},"5":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.0},"79":{"tf":1.0}}}},"df":0,"docs":{}},"df":14,"docs":{"198":{"tf":1.4142135623730951},"199":{"tf":1.4142135623730951},"206":{"tf":1.0},"224":{"tf":1.0},"234":{"tf":1.0},"240":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"68":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":3,"docs":{"140":{"tf":1.0},"170":{"tf":1.0},"199":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"174":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"136":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"230":{"tf":1.0},"239":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"136":{"tf":1.0},"17":{"tf":1.0},"172":{"tf":1.0},"240":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"101":{"tf":1.0},"81":{"tf":1.0}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"74":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"232":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"r":{"d":{"df":2,"docs":{"239":{"tf":1.0},"240":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{")":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"|":{"df":0,"docs":{},"r":{"df":1,"docs":{"239":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"v":{"df":1,"docs":{"59":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"2":{"tf":1.0},"207":{"tf":1.0}},"s":{"df":2,"docs":{"126":{"tf":1.0},"127":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"100":{"tf":1.4142135623730951},"103":{"tf":1.0}}}}}},"u":{"c":{"df":2,"docs":{"136":{"tf":1.0},"44":{"tf":1.0}}},"df":0,"docs":{}}},"df":4,"docs":{"172":{"tf":1.0},"184":{"tf":1.0},"225":{"tf":1.0},"233":{"tf":1.0}},"f":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"186":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}}}}},"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"177":{"tf":1.0},"180":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":3,"docs":{"155":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"45":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":19,"docs":{"140":{"tf":1.7320508075688772},"143":{"tf":2.449489742783178},"166":{"tf":1.0},"172":{"tf":1.4142135623730951},"206":{"tf":2.23606797749979},"209":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"212":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"68":{"tf":1.0},"74":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"240":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"240":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"224":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"121":{"tf":1.0},"237":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"173":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"224":{"tf":1.0},"25":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":3,"docs":{"174":{"tf":1.0},"200":{"tf":1.0},"25":{"tf":1.0}}}}}}}}}}},"df":2,"docs":{"199":{"tf":1.0},"207":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"217":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":3,"docs":{"139":{"tf":1.0},"181":{"tf":1.0},"36":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"240":{"tf":1.4142135623730951}}},"df":4,"docs":{"146":{"tf":1.0},"224":{"tf":1.0},"232":{"tf":1.0},"241":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":3,"docs":{"218":{"tf":1.0},"230":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"233":{"tf":1.0}}},"v":{"df":10,"docs":{"111":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"126":{"tf":1.0},"148":{"tf":1.0},"183":{"tf":1.0},"217":{"tf":1.0},"8":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"119":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"170":{"tf":2.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"206":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"59":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"248":{"tf":1.0},"94":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"44":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"124":{"tf":1.0},"34":{"tf":1.0},"96":{"tf":1.0}}}}}},"l":{"a":{"c":{"df":4,"docs":{"247":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.7320508075688772},"45":{"tf":1.0}},"e":{"(":{"_":{"df":2,"docs":{"212":{"tf":1.0},"39":{"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":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":{"(":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"148":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"148":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"<":{"df":1,"docs":{"74":{"tf":1.0}}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"<":{"df":1,"docs":{"73":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":3,"docs":{"147":{"tf":1.7320508075688772},"148":{"tf":2.0},"149":{"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":{"4":{"tf":1.0}}}}}}}}},"r":{"(":{"c":{"df":2,"docs":{"222":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":4,"docs":{"136":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":2.23606797749979},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"170":{"tf":1.0},"248":{"tf":1.0},"57":{"tf":1.0}}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{")":{".":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"233":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"\"":{"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":{"d":{"df":1,"docs":{"94":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":4,"docs":{"233":{"tf":2.8284271247461903},"237":{"tf":1.0},"94":{"tf":2.0},"95":{"tf":2.449489742783178}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"94":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"i":{"df":0,"docs":{},"r":{"df":21,"docs":{"103":{"tf":1.0},"124":{"tf":1.0},"147":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"17":{"tf":1.0},"181":{"tf":1.0},"202":{"tf":1.0},"211":{"tf":1.0},"218":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"36":{"tf":1.0},"53":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.0},"8":{"tf":1.0},"87":{"tf":1.4142135623730951},"90":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"68":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":2,"docs":{"209":{"tf":1.0},"211":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":7,"docs":{"139":{"tf":1.7320508075688772},"141":{"tf":1.4142135623730951},"142":{"tf":1.4142135623730951},"143":{"tf":2.449489742783178},"242":{"tf":1.0},"37":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"3":{"tf":1.0},"68":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":5,"docs":{"202":{"tf":1.0},"247":{"tf":1.4142135623730951},"29":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}},"t":{"df":3,"docs":{"177":{"tf":1.0},"233":{"tf":1.0},"240":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"136":{"tf":1.0},"190":{"tf":1.0},"200":{"tf":1.0},"239":{"tf":1.0},"252":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":1,"docs":{"12":{"tf":1.0}}}}}}},"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{":":{":":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"240":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"240":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"94":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":1,"docs":{"73":{"tf":1.0}}}}},"v":{":":{":":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"240":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":19,"docs":{"106":{"tf":1.0},"116":{"tf":1.0},"12":{"tf":1.7320508075688772},"159":{"tf":1.0},"170":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.4142135623730951},"203":{"tf":1.0},"230":{"tf":1.7320508075688772},"232":{"tf":1.0},"240":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"107":{"tf":1.0}},"e":{"df":0,"docs":{},"v":{"df":3,"docs":{"198":{"tf":1.0},"233":{"tf":1.0},"259":{"tf":2.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":31,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"107":{"tf":1.0},"143":{"tf":1.0},"157":{"tf":1.0},"16":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"170":{"tf":1.0},"199":{"tf":2.6457513110645907},"200":{"tf":1.0},"222":{"tf":1.0},"227":{"tf":1.0},"233":{"tf":1.0},"237":{"tf":1.0},"240":{"tf":2.23606797749979},"33":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"42":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"60":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"74":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"110":{"tf":1.0},"172":{"tf":1.0},"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":4,"docs":{"148":{"tf":1.0},"172":{"tf":1.7320508075688772},"199":{"tf":1.0},"221":{"tf":1.0}}}},"v":{"df":2,"docs":{"118":{"tf":1.0},"119":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"176":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"117":{"tf":1.0},"118":{"tf":1.0},"125":{"tf":1.0}}}}}}},"f":{"c":{"df":2,"docs":{"225":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}},"h":{"df":2,"docs":{"155":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951}}},"i":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"237":{"tf":1.0},"57":{"tf":1.0}}}},"d":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":2,"docs":{"166":{"tf":1.0},"200":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"k":{"df":3,"docs":{"199":{"tf":1.0},"202":{"tf":1.0},"207":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":3,"docs":{"118":{"tf":2.0},"119":{"tf":1.0},"120":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":4,"docs":{"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.7320508075688772},"120":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"214":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"72":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":1,"docs":{"121":{"tf":1.0}}}}},"s":{"df":2,"docs":{"239":{"tf":1.0},"241":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":7,"docs":{"126":{"tf":1.0},"128":{"tf":1.0},"198":{"tf":1.0},"202":{"tf":1.0},"206":{"tf":1.7320508075688772},"233":{"tf":1.0},"41":{"tf":1.0}}}},"n":{"df":16,"docs":{"149":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":2.0},"37":{"tf":2.0},"59":{"tf":1.0},"60":{"tf":1.0},"8":{"tf":1.4142135623730951},"95":{"tf":1.0},"97":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":4,"docs":{"134":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.4142135623730951},"88":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"'":{"df":10,"docs":{"173":{"tf":1.0},"181":{"tf":1.0},"199":{"tf":1.0},"202":{"tf":1.0},"206":{"tf":1.4142135623730951},"217":{"tf":1.0},"232":{"tf":1.7320508075688772},"240":{"tf":1.0},"57":{"tf":1.0},"66":{"tf":1.0}}},"c":{"df":2,"docs":{"218":{"tf":1.0},"219":{"tf":1.4142135623730951}}},"d":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"98":{"tf":1.0}}},"df":0,"docs":{}}},"df":61,"docs":{"111":{"tf":1.7320508075688772},"112":{"tf":1.4142135623730951},"128":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"139":{"tf":1.0},"143":{"tf":1.4142135623730951},"151":{"tf":1.7320508075688772},"157":{"tf":1.0},"16":{"tf":1.0},"166":{"tf":1.7320508075688772},"169":{"tf":1.0},"17":{"tf":1.4142135623730951},"172":{"tf":1.0},"181":{"tf":1.0},"184":{"tf":1.0},"187":{"tf":1.0},"194":{"tf":1.4142135623730951},"196":{"tf":1.7320508075688772},"197":{"tf":2.6457513110645907},"198":{"tf":2.0},"199":{"tf":2.0},"20":{"tf":1.4142135623730951},"200":{"tf":1.0},"202":{"tf":2.0},"203":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":2.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"217":{"tf":1.0},"219":{"tf":1.4142135623730951},"222":{"tf":1.0},"225":{"tf":1.7320508075688772},"227":{"tf":1.4142135623730951},"232":{"tf":1.4142135623730951},"233":{"tf":1.4142135623730951},"237":{"tf":1.0},"238":{"tf":1.4142135623730951},"239":{"tf":2.0},"240":{"tf":2.0},"243":{"tf":1.7320508075688772},"244":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.7320508075688772},"32":{"tf":1.0},"37":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"53":{"tf":2.0},"55":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":2.6457513110645907},"68":{"tf":1.0},"72":{"tf":1.4142135623730951},"74":{"tf":1.0},"86":{"tf":1.0},"9":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"243":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"218":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":1,"docs":{"237":{"tf":1.0}}}}}}},"s":{".":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"(":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"151":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"148":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"151":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":2,"docs":{"16":{"tf":1.0},"17":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":12,"docs":{"189":{"tf":1.4142135623730951},"192":{"tf":1.0},"194":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"206":{"tf":1.4142135623730951},"212":{"tf":1.0},"218":{"tf":1.0},"232":{"tf":1.0},"66":{"tf":1.0}},"r":{"df":1,"docs":{"204":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":13,"docs":{"130":{"tf":1.0},"194":{"tf":1.0},"197":{"tf":1.4142135623730951},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"206":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"67":{"tf":1.7320508075688772},"68":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"74":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"127":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":21,"docs":{"121":{"tf":1.0},"132":{"tf":1.0},"143":{"tf":1.0},"146":{"tf":1.0},"148":{"tf":1.0},"154":{"tf":1.0},"157":{"tf":1.0},"185":{"tf":1.0},"198":{"tf":1.0},"21":{"tf":1.0},"211":{"tf":1.0},"217":{"tf":1.0},"222":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0},"89":{"tf":1.0}}}},"n":{"d":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":4,"docs":{"208":{"tf":1.0},"211":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"223":{"tf":1.0},"239":{"tf":1.0}}}},"y":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"c":{"a":{"df":0,"docs":{},"l":{"a":{"df":1,"docs":{"241":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":3,"docs":{"86":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"34":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"a":{".":{"a":{"d":{"d":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"a":{"d":{"d":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"119":{"tf":1.0},"120":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":2,"docs":{"119":{"tf":1.0},"120":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":3,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0}}}}}},"df":0,"docs":{}},"<":{"'":{"a":{"df":1,"docs":{"120":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"118":{"tf":1.7320508075688772},"119":{"tf":1.7320508075688772},"120":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"241":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"227":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":3,"docs":{"37":{"tf":1.4142135623730951},"53":{"tf":1.0},"81":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"185":{"tf":1.0}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"206":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"df":15,"docs":{"106":{"tf":1.4142135623730951},"148":{"tf":2.23606797749979},"151":{"tf":1.4142135623730951},"155":{"tf":1.7320508075688772},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"170":{"tf":1.4142135623730951},"240":{"tf":1.0},"60":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"87":{"tf":1.7320508075688772},"88":{"tf":1.7320508075688772}},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"21":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":2,"docs":{"222":{"tf":1.0},"25":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"4":{"2":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"72":{"tf":1.0}}}}},"df":7,"docs":{"16":{"tf":2.23606797749979},"17":{"tf":3.1622776601683795},"200":{"tf":1.0},"218":{"tf":1.0},"234":{"tf":1.0},"42":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"194":{"tf":1.0},"55":{"tf":1.0},"67":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"130":{"tf":1.0},"233":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"e":{"df":40,"docs":{"112":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"129":{"tf":1.0},"137":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"152":{"tf":1.0},"158":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"169":{"tf":1.0},"173":{"tf":1.0},"18":{"tf":1.0},"187":{"tf":1.0},"193":{"tf":1.0},"20":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.0},"212":{"tf":1.0},"219":{"tf":1.0},"22":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"229":{"tf":1.0},"233":{"tf":1.0},"237":{"tf":2.449489742783178},"240":{"tf":1.0},"241":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":1.0},"38":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.0},"67":{"tf":1.0},"79":{"tf":1.0},"86":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951},"91":{"tf":1.0},"98":{"tf":1.0}},"m":{"df":2,"docs":{"198":{"tf":1.0},"236":{"tf":1.0}}},"n":{"df":2,"docs":{"166":{"tf":1.0},"48":{"tf":1.0}}}},"g":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"197":{"tf":1.0}}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"199":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"247":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"f":{".":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"233":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"b":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"162":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"118":{"tf":1.0},"119":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{")":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"|":{"c":{"df":0,"docs":{},"m":{"d":{"df":2,"docs":{"118":{"tf":1.0},"119":{"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":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"(":{"c":{"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"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":{}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"239":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"140":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{")":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"|":{"c":{"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"120":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"f":{".":{"df":0,"docs":{},"m":{"df":1,"docs":{"223":{"tf":1.0}}}},"df":1,"docs":{"222":{"tf":1.0}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"233":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"(":{"df":1,"docs":{"170":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"203":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"233":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"233":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"203":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"127":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"203":{"tf":1.0}}}}}},"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":{".":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"233":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"233":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"(":{")":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"|":{"c":{"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"120":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"(":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":2,"docs":{"16":{"tf":1.0},"17":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"(":{"df":1,"docs":{"155":{"tf":1.0}},"l":{"df":0,"docs":{},"h":{"df":1,"docs":{"155":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"h":{"df":1,"docs":{"155":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},":":{":":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"233":{"tf":1.7320508075688772}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"240":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":18,"docs":{"118":{"tf":1.7320508075688772},"119":{"tf":1.7320508075688772},"120":{"tf":1.7320508075688772},"127":{"tf":2.23606797749979},"132":{"tf":1.0},"140":{"tf":1.7320508075688772},"143":{"tf":1.7320508075688772},"155":{"tf":2.449489742783178},"16":{"tf":1.7320508075688772},"162":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"170":{"tf":2.0},"199":{"tf":1.0},"203":{"tf":1.4142135623730951},"206":{"tf":1.0},"224":{"tf":1.0},"256":{"tf":1.0},"33":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"136":{"tf":1.4142135623730951},"224":{"tf":1.0},"26":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"d":{"(":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"106":{"tf":1.4142135623730951}}}}},"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":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":3,"docs":{"106":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"94":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"106":{"tf":1.0}}}}}},"df":1,"docs":{"106":{"tf":1.0}}}}}}}},"df":0,"docs":{},"s":{"df":4,"docs":{"169":{"tf":1.0},"173":{"tf":1.0},"181":{"tf":1.0},"198":{"tf":1.4142135623730951}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"90":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"72":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"124":{"tf":1.0},"8":{"tf":1.7320508075688772}},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"200":{"tf":1.0},"55":{"tf":1.0}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"c":{"df":0,"docs":{},"q":{"df":1,"docs":{"253":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":13,"docs":{"115":{"tf":1.0},"120":{"tf":1.0},"146":{"tf":1.4142135623730951},"149":{"tf":1.0},"151":{"tf":1.7320508075688772},"154":{"tf":1.0},"164":{"tf":1.0},"171":{"tf":1.0},"176":{"tf":1.0},"199":{"tf":1.0},"211":{"tf":1.0},"234":{"tf":1.0},"81":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"121":{"tf":1.0}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"116":{"tf":1.0},"227":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"d":{"df":3,"docs":{"151":{"tf":1.4142135623730951},"240":{"tf":2.8284271247461903},"241":{"tf":1.0}},"e":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"240":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"c":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"151":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"151":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"151":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"151":{"tf":1.4142135623730951}}}},"df":4,"docs":{"14":{"tf":1.0},"233":{"tf":1.0},"237":{"tf":1.0},"9":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":2,"docs":{"199":{"tf":1.0},"211":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"233":{"tf":1.0}}}},"i":{"c":{"df":1,"docs":{"257":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"184":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"233":{"tf":1.0}}}}}}},"t":{"df":12,"docs":{"117":{"tf":1.0},"126":{"tf":1.0},"162":{"tf":1.7320508075688772},"199":{"tf":1.0},"218":{"tf":1.7320508075688772},"229":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.4142135623730951},"258":{"tf":1.0},"68":{"tf":1.0},"86":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"c":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{".":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"73":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"73":{"tf":1.0}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"t":{"d":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{":":{":":{"c":{"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":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"(":{")":{")":{"?":{".":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"74":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"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":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"176":{"tf":1.0},"194":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":1.0},"55":{"tf":1.0},"94":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"225":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":11,"docs":{"110":{"tf":1.0},"133":{"tf":1.0},"157":{"tf":1.0},"173":{"tf":1.0},"2":{"tf":1.0},"206":{"tf":1.4142135623730951},"211":{"tf":1.0},"234":{"tf":1.0},"29":{"tf":1.0},"37":{"tf":1.0},"68":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"228":{"tf":1.0}}}},"m":{"df":1,"docs":{"197":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}}},"df":1,"docs":{"216":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"143":{"tf":1.0},"42":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"136":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"w":{"df":2,"docs":{"228":{"tf":1.0},"57":{"tf":1.0}},"n":{"df":3,"docs":{"151":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"163":{"tf":1.0},"197":{"tf":1.4142135623730951},"253":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"143":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"200":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"89":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":12,"docs":{"130":{"tf":1.0},"151":{"tf":1.4142135623730951},"158":{"tf":1.0},"170":{"tf":1.0},"2":{"tf":1.0},"206":{"tf":1.0},"225":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"25":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":14,"docs":{"124":{"tf":1.4142135623730951},"125":{"tf":1.0},"128":{"tf":1.0},"165":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.4142135623730951},"174":{"tf":1.0},"203":{"tf":1.0},"206":{"tf":1.0},"240":{"tf":1.4142135623730951},"249":{"tf":1.0},"5":{"tf":1.4142135623730951},"68":{"tf":1.0},"72":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"166":{"tf":1.0},"167":{"tf":1.0}}}},"i":{"c":{"df":4,"docs":{"121":{"tf":1.0},"125":{"tf":1.0},"249":{"tf":1.0},"5":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"'":{"df":1,"docs":{"127":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":8,"docs":{"127":{"tf":1.0},"199":{"tf":1.0},"206":{"tf":1.4142135623730951},"21":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"45":{"tf":1.0},"8":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"140":{"tf":1.0},"240":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"106":{"tf":1.0},"239":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":11,"docs":{"131":{"tf":1.0},"151":{"tf":1.0},"166":{"tf":1.0},"224":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.4142135623730951},"247":{"tf":1.4142135623730951},"248":{"tf":1.0},"258":{"tf":1.0},"29":{"tf":1.0},"53":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"159":{"tf":1.0}}}},"df":0,"docs":{}}},"z":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":7,"docs":{"14":{"tf":1.0},"198":{"tf":1.7320508075688772},"235":{"tf":1.0},"240":{"tf":1.7320508075688772},"29":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"146":{"tf":1.0}}}}}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":7,"docs":{"198":{"tf":1.0},"199":{"tf":1.0},"25":{"tf":1.4142135623730951},"29":{"tf":1.0},"7":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"109":{"tf":1.0},"237":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"74":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":11,"docs":{"121":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"188":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"68":{"tf":1.0},"74":{"tf":1.0},"86":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"176":{"tf":1.4142135623730951},"177":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"183":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"189":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"226":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"180":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"217":{"tf":1.0}}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"233":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"(":{"\"":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"233":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":1,"docs":{"233":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":14,"docs":{"110":{"tf":1.0},"112":{"tf":1.0},"146":{"tf":1.0},"181":{"tf":1.0},"2":{"tf":1.4142135623730951},"233":{"tf":1.0},"247":{"tf":1.0},"251":{"tf":1.4142135623730951},"253":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.4142135623730951},"259":{"tf":1.0}},"e":{"'":{"df":1,"docs":{"247":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"247":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":8,"docs":{"110":{"tf":1.0},"127":{"tf":1.0},"176":{"tf":1.0},"2":{"tf":1.0},"207":{"tf":1.0},"233":{"tf":1.0},"239":{"tf":1.0},"86":{"tf":1.0}}}},"v":{"df":9,"docs":{"124":{"tf":1.7320508075688772},"128":{"tf":1.0},"146":{"tf":1.0},"159":{"tf":1.0},"177":{"tf":1.0},"2":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"240":{"tf":1.0},"3":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"e":{"(":{"\"":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"151":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"78":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"127":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"79":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"203":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"127":{"tf":1.0}}}},"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":{"233":{"tf":1.0}}}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"87":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"159":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":11,"docs":{"21":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"228":{"tf":1.0},"233":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}},"i":{"df":0,"docs":{},"m":{"df":9,"docs":{"176":{"tf":1.4142135623730951},"180":{"tf":1.0},"191":{"tf":1.0},"205":{"tf":1.0},"211":{"tf":1.0},"217":{"tf":1.4142135623730951},"222":{"tf":1.0},"68":{"tf":1.7320508075688772},"94":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"101":{"tf":1.0},"90":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"128":{"tf":1.0},"211":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":8,"docs":{"128":{"tf":1.0},"135":{"tf":1.0},"205":{"tf":1.0},"211":{"tf":1.0},"232":{"tf":1.0},"237":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":11,"docs":{"110":{"tf":1.0},"124":{"tf":1.0},"128":{"tf":1.0},"146":{"tf":2.449489742783178},"149":{"tf":1.4142135623730951},"20":{"tf":1.0},"233":{"tf":1.4142135623730951},"240":{"tf":1.0},"247":{"tf":1.7320508075688772},"251":{"tf":1.0},"46":{"tf":1.0}},"i":{"df":5,"docs":{"218":{"tf":1.0},"232":{"tf":1.0},"240":{"tf":1.0},"42":{"tf":1.0},"67":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"198":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"189":{"tf":1.0},"211":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"206":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"184":{"tf":1.0},"233":{"tf":1.0},"236":{"tf":1.0},"240":{"tf":1.0}}}}}},"r":{"c":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":1,"docs":{"247":{"tf":1.0}}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"217":{"tf":1.0}}}},"l":{"df":1,"docs":{"225":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"206":{"tf":1.0},"37":{"tf":1.4142135623730951},"47":{"tf":1.0},"60":{"tf":1.0},"68":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":5,"docs":{"107":{"tf":1.0},"17":{"tf":1.0},"198":{"tf":1.0},"237":{"tf":1.0},"66":{"tf":1.0}}},"df":0,"docs":{}}},"df":3,"docs":{"112":{"tf":1.0},"139":{"tf":1.0},"170":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"126":{"tf":1.0},"229":{"tf":1.4142135623730951},"230":{"tf":1.0},"37":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":9,"docs":{"156":{"tf":1.0},"170":{"tf":1.0},"198":{"tf":1.4142135623730951},"200":{"tf":1.0},"227":{"tf":1.0},"234":{"tf":2.0},"237":{"tf":1.7320508075688772},"252":{"tf":1.0},"37":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"199":{"tf":1.4142135623730951},"227":{"tf":1.0}}}}}}},"i":{"c":{"df":9,"docs":{"120":{"tf":2.0},"121":{"tf":1.0},"143":{"tf":1.0},"222":{"tf":1.0},"232":{"tf":1.4142135623730951},"237":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"94":{"tf":1.0}}}}},"d":{"'":{"df":1,"docs":{"192":{"tf":1.0}}},":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"148":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"f":{"df":1,"docs":{"49":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{":":{":":{"c":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{")":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"67":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":1,"docs":{"68":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"c":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"68":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"(":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"73":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"73":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":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":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"73":{"tf":1.0}}}}}}}}}}}}}}}}},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"73":{"tf":1.0},"74":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"49":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"78":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":3,"docs":{"140":{"tf":1.0},"222":{"tf":1.0},"25":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{":":{":":{"df":0,"docs":{},"{":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"233":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{"df":1,"docs":{"68":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{".":{"a":{"d":{"d":{"(":{"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":{},"r":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"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":{}}}},"r":{"c":{":":{":":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"82":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{":":{":":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"<":{"'":{"a":{"df":1,"docs":{"127":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{":":{":":{"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":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"106":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"{":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{":":{":":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"21":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"140":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"49":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":2,"docs":{"51":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"143":{"tf":1.0}}},"p":{"df":2,"docs":{"124":{"tf":1.0},"229":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":5,"docs":{"206":{"tf":1.0},"211":{"tf":1.0},"52":{"tf":1.0},"8":{"tf":1.0},"97":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"(":{"df":1,"docs":{"170":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"155":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"n":{"df":1,"docs":{"170":{"tf":1.0}}}},"df":1,"docs":{"155":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":2,"docs":{"155":{"tf":1.7320508075688772},"170":{"tf":1.0}}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"216":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"233":{"tf":1.7320508075688772},"257":{"tf":1.0},"259":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":12,"docs":{"116":{"tf":1.0},"119":{"tf":1.4142135623730951},"120":{"tf":1.0},"140":{"tf":1.0},"149":{"tf":1.0},"198":{"tf":1.0},"206":{"tf":1.0},"222":{"tf":1.0},"259":{"tf":1.7320508075688772},"37":{"tf":1.0},"44":{"tf":1.0},"66":{"tf":1.0}}},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"199":{"tf":1.0},"233":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":9,"docs":{"112":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":1.4142135623730951},"150":{"tf":2.0},"151":{"tf":2.0},"152":{"tf":1.0},"236":{"tf":1.0}}}}}}},"df":14,"docs":{"118":{"tf":2.449489742783178},"12":{"tf":1.0},"120":{"tf":2.23606797749979},"127":{"tf":1.0},"151":{"tf":1.4142135623730951},"237":{"tf":1.4142135623730951},"240":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.7320508075688772},"8":{"tf":3.0},"9":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"94":{"tf":1.7320508075688772},"95":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"225":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"\"":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"106":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"(":{"\"":{"df":0,"docs":{},"i":{"df":1,"docs":{"162":{"tf":1.0}}},"x":{"df":1,"docs":{"162":{"tf":1.0}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"8":{"df":1,"docs":{"107":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":1,"docs":{"148":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"127":{"tf":1.0},"42":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":39,"docs":{"10":{"tf":1.0},"106":{"tf":1.0},"11":{"tf":1.7320508075688772},"119":{"tf":1.7320508075688772},"12":{"tf":1.4142135623730951},"127":{"tf":1.7320508075688772},"13":{"tf":1.0},"130":{"tf":1.0},"14":{"tf":1.7320508075688772},"148":{"tf":2.23606797749979},"155":{"tf":1.0},"162":{"tf":1.7320508075688772},"170":{"tf":1.0},"192":{"tf":1.7320508075688772},"200":{"tf":1.7320508075688772},"237":{"tf":1.0},"239":{"tf":2.449489742783178},"240":{"tf":2.6457513110645907},"25":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":2.449489742783178},"42":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"57":{"tf":1.0},"60":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":2.0},"66":{"tf":3.3166247903554},"67":{"tf":1.0},"68":{"tf":2.6457513110645907},"7":{"tf":2.0},"70":{"tf":1.0},"71":{"tf":2.0},"72":{"tf":1.4142135623730951},"8":{"tf":3.3166247903554},"87":{"tf":1.0},"9":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"256":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"68":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"225":{"tf":1.0}}}}}}},"u":{"c":{"df":0,"docs":{},"t":{"'":{"df":2,"docs":{"240":{"tf":1.0},"88":{"tf":1.0}}},"df":46,"docs":{"106":{"tf":1.0},"118":{"tf":2.0},"119":{"tf":1.4142135623730951},"120":{"tf":1.0},"121":{"tf":1.0},"127":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.4142135623730951},"136":{"tf":1.0},"140":{"tf":1.7320508075688772},"148":{"tf":2.0},"151":{"tf":1.0},"155":{"tf":1.4142135623730951},"16":{"tf":1.0},"162":{"tf":1.4142135623730951},"165":{"tf":1.0},"17":{"tf":1.4142135623730951},"170":{"tf":1.7320508075688772},"175":{"tf":1.0},"176":{"tf":2.449489742783178},"177":{"tf":2.6457513110645907},"180":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":1.4142135623730951},"20":{"tf":1.0},"203":{"tf":1.0},"206":{"tf":1.0},"21":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.7320508075688772},"233":{"tf":2.8284271247461903},"237":{"tf":1.0},"239":{"tf":2.6457513110645907},"240":{"tf":2.23606797749979},"241":{"tf":1.0},"25":{"tf":1.0},"33":{"tf":1.0},"61":{"tf":1.4142135623730951},"86":{"tf":1.7320508075688772},"87":{"tf":1.4142135623730951},"88":{"tf":2.6457513110645907},"89":{"tf":1.7320508075688772},"91":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":17,"docs":{"121":{"tf":1.0},"158":{"tf":1.0},"170":{"tf":1.4142135623730951},"171":{"tf":2.23606797749979},"172":{"tf":2.6457513110645907},"173":{"tf":2.23606797749979},"174":{"tf":1.0},"196":{"tf":1.0},"239":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"250":{"tf":1.0},"252":{"tf":1.0},"26":{"tf":1.4142135623730951},"28":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"217":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":6,"docs":{"144":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"5":{"tf":1.0},"65":{"tf":1.0},"72":{"tf":1.0}}}}}},"u":{"b":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":2,"docs":{"155":{"tf":1.0},"170":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"250":{"tf":1.0}}}}}}}},"df":1,"docs":{"224":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"192":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"247":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"l":{"df":3,"docs":{"198":{"tf":1.0},"199":{"tf":1.0},"68":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"198":{"tf":1.0},"37":{"tf":1.0}}}}},"i":{"df":1,"docs":{"224":{"tf":1.4142135623730951}}}},"y":{"df":0,"docs":{},"p":{"df":2,"docs":{"224":{"tf":1.0},"247":{"tf":1.0}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"106":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":18,"docs":{"130":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"200":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"222":{"tf":1.0},"238":{"tf":1.0},"240":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"55":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.0},"77":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{},"x":{"df":1,"docs":{"37":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"121":{"tf":1.0},"159":{"tf":1.0},"191":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"df":2,"docs":{"228":{"tf":1.0},"229":{"tf":2.23606797749979}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{":":{":":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"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":{}}}}}}},"{":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"233":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"217":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":11,"docs":{"135":{"tf":1.0},"17":{"tf":1.0},"197":{"tf":1.0},"205":{"tf":1.0},"224":{"tf":1.0},"233":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"240":{"tf":1.0},"258":{"tf":1.0},"29":{"tf":1.0},"72":{"tf":1.0}}}},"s":{"df":4,"docs":{"116":{"tf":1.0},"233":{"tf":1.4142135623730951},"239":{"tf":1.0},"240":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"211":{"tf":1.0},"222":{"tf":1.0},"97":{"tf":1.0}}},"f":{"a":{"c":{"df":1,"docs":{"202":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"224":{"tf":1.4142135623730951},"254":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"83":{"tf":1.0}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"211":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"151":{"tf":1.0},"42":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"(":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"y":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"126":{"tf":1.7320508075688772},"127":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"n":{"c":{"df":1,"docs":{"89":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"211":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"127":{"tf":1.0},"255":{"tf":1.0}}}},"df":0,"docs":{},"x":{"df":3,"docs":{"128":{"tf":1.4142135623730951},"233":{"tf":1.0},"29":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"'":{"df":1,"docs":{"74":{"tf":1.0}}},"df":15,"docs":{"116":{"tf":1.0},"134":{"tf":1.0},"139":{"tf":1.0},"219":{"tf":1.0},"232":{"tf":1.4142135623730951},"239":{"tf":1.0},"240":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"254":{"tf":1.0},"258":{"tf":1.4142135623730951},"29":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"57":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{")":{".":{"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":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"(":{"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":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"106":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"t":{"1":{"df":1,"docs":{"136":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"136":{"tf":1.7320508075688772}}},"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"117":{"tf":1.4142135623730951},"118":{"tf":2.0},"119":{"tf":1.4142135623730951},"120":{"tf":2.0}},"e":{"\"":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"119":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"78":{"tf":1.0}},"l":{"df":1,"docs":{"218":{"tf":1.0}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":18,"docs":{"143":{"tf":1.0},"166":{"tf":1.4142135623730951},"17":{"tf":1.0},"177":{"tf":1.0},"183":{"tf":1.0},"20":{"tf":1.0},"225":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"72":{"tf":1.0},"8":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"95":{"tf":1.0}},"n":{"df":1,"docs":{"28":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"k":{"df":1,"docs":{"243":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"140":{"tf":1.0},"197":{"tf":1.0},"222":{"tf":1.4142135623730951},"25":{"tf":1.0},"29":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"126":{"tf":1.0},"2":{"tf":1.0}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"166":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"(":{"\"":{"1":{"2":{"7":{".":{"0":{".":{"0":{".":{"1":{":":{"3":{"4":{"2":{"5":{"4":{"df":1,"docs":{"94":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":14,"docs":{"140":{"tf":3.1622776601683795},"143":{"tf":1.4142135623730951},"148":{"tf":1.0},"155":{"tf":1.7320508075688772},"166":{"tf":1.0},"186":{"tf":1.4142135623730951},"211":{"tf":1.0},"222":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"25":{"tf":2.0},"29":{"tf":1.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"2":{"tf":1.0}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":4,"docs":{"146":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":1.0},"243":{"tf":1.0}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"162":{"tf":1.0},"232":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"99":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"211":{"tf":1.0}}}}},"n":{"df":1,"docs":{"125":{"tf":1.0}}},"r":{"df":0,"docs":{},"m":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":2,"docs":{"126":{"tf":2.23606797749979},"169":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"126":{"tf":1.4142135623730951},"66":{"tf":1.0},"68":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"139":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"162":{"tf":1.0},"2":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.4142135623730951}}}},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"147":{"tf":1.0},"148":{"tf":1.7320508075688772},"149":{"tf":1.0},"151":{"tf":1.4142135623730951}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":2,"docs":{"199":{"tf":1.0},"210":{"tf":1.0}}}},"t":{"'":{"df":4,"docs":{"211":{"tf":1.0},"224":{"tf":1.0},"3":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"198":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"143":{"tf":1.0},"249":{"tf":1.0},"36":{"tf":1.0},"5":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"237":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":7,"docs":{"147":{"tf":1.0},"149":{"tf":1.0},"183":{"tf":1.0},"198":{"tf":1.0},"205":{"tf":1.0},"217":{"tf":1.0},"45":{"tf":1.0}}},"k":{"df":1,"docs":{"228":{"tf":1.0}}}},"r":{"d":{"df":1,"docs":{"183":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":6,"docs":{"198":{"tf":1.7320508075688772},"199":{"tf":1.0},"217":{"tf":1.0},"232":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":4,"docs":{"197":{"tf":1.0},"200":{"tf":1.0},"211":{"tf":1.0},"97":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":4,"docs":{"206":{"tf":1.0},"212":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"(":{"\"":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}},"&":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"8":{"tf":2.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":4,"docs":{"119":{"tf":1.0},"197":{"tf":1.0},"3":{"tf":1.0},"8":{"tf":2.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":9,"docs":{"135":{"tf":1.0},"146":{"tf":1.0},"197":{"tf":1.0},"203":{"tf":1.0},"229":{"tf":1.4142135623730951},"257":{"tf":1.7320508075688772},"57":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"237":{"tf":1.0}}}}}}}},"w":{"df":1,"docs":{"112":{"tf":1.0}}}}},"u":{"df":13,"docs":{"136":{"tf":1.0},"156":{"tf":1.0},"169":{"tf":1.0},"177":{"tf":1.0},"199":{"tf":1.0},"202":{"tf":1.0},"217":{"tf":1.0},"221":{"tf":1.0},"224":{"tf":1.0},"239":{"tf":1.0},"34":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}},"i":{"df":1,"docs":{"240":{"tf":1.0}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{":":{":":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":21,"docs":{"106":{"tf":1.0},"116":{"tf":1.0},"119":{"tf":1.0},"130":{"tf":1.0},"147":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"177":{"tf":1.0},"185":{"tf":1.4142135623730951},"199":{"tf":1.0},"206":{"tf":1.4142135623730951},"21":{"tf":1.0},"225":{"tf":1.0},"229":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"240":{"tf":1.0},"29":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0},"90":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"o":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"237":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"o":{"df":2,"docs":{"175":{"tf":1.0},"178":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":7,"docs":{"175":{"tf":1.0},"176":{"tf":1.0},"194":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"239":{"tf":1.0},"83":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"df":7,"docs":{"126":{"tf":1.0},"183":{"tf":1.0},"186":{"tf":1.0},"2":{"tf":1.0},"218":{"tf":1.0},"59":{"tf":1.0},"89":{"tf":1.0}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"192":{"tf":1.0}}}}}},"p":{"df":1,"docs":{"240":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"237":{"tf":1.0}}}}},"y":{"df":1,"docs":{"151":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"45":{"tf":1.0},"68":{"tf":1.4142135623730951}}}},"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"121":{"tf":1.0},"172":{"tf":1.0}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"240":{"tf":1.0}}},"df":31,"docs":{"112":{"tf":1.0},"118":{"tf":2.0},"119":{"tf":1.0},"120":{"tf":1.7320508075688772},"121":{"tf":1.7320508075688772},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"148":{"tf":1.4142135623730951},"149":{"tf":1.0},"151":{"tf":1.4142135623730951},"155":{"tf":1.0},"17":{"tf":1.0},"170":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":1.0},"221":{"tf":1.0},"224":{"tf":1.4142135623730951},"225":{"tf":1.7320508075688772},"226":{"tf":1.0},"233":{"tf":1.0},"237":{"tf":1.4142135623730951},"239":{"tf":2.0},"24":{"tf":1.0},"240":{"tf":3.1622776601683795},"28":{"tf":1.4142135623730951},"30":{"tf":1.0},"44":{"tf":1.0},"77":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"116":{"tf":1.0},"196":{"tf":1.0},"198":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"198":{"tf":1.4142135623730951},"71":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"126":{"tf":1.0},"202":{"tf":1.0},"81":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"217":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"125":{"tf":1.4142135623730951},"126":{"tf":1.0},"199":{"tf":1.0},"4":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.4142135623730951}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"196":{"tf":1.0},"198":{"tf":1.4142135623730951},"57":{"tf":1.0}}}},"df":0,"docs":{}}}},"p":{"df":2,"docs":{"194":{"tf":1.0},"55":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"154":{"tf":1.0},"157":{"tf":1.0},"171":{"tf":1.0}}}}},"i":{"df":1,"docs":{"218":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"140":{"tf":1.0},"24":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"170":{"tf":1.0},"227":{"tf":1.0}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"212":{"tf":1.0}},"i":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":7,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"159":{"tf":1.0},"181":{"tf":1.0},"206":{"tf":1.0},"225":{"tf":1.0},"240":{"tf":1.0}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"p":{"df":1,"docs":{"72":{"tf":1.0}}},"v":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"_":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"218":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"_":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"218":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"e":{"df":7,"docs":{"106":{"tf":1.0},"199":{"tf":1.0},"209":{"tf":1.0},"21":{"tf":1.4142135623730951},"233":{"tf":1.0},"240":{"tf":1.0},"8":{"tf":1.7320508075688772}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"197":{"tf":1.0},"202":{"tf":1.0}}}}}},"s":{"df":1,"docs":{"25":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"131":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"78":{"tf":1.7320508075688772}}},"n":{"df":2,"docs":{"217":{"tf":1.4142135623730951},"232":{"tf":1.0}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"241":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"172":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":22,"docs":{"106":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"125":{"tf":1.0},"177":{"tf":1.4142135623730951},"185":{"tf":1.0},"198":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.4142135623730951},"217":{"tf":1.0},"218":{"tf":1.0},"222":{"tf":1.0},"232":{"tf":1.7320508075688772},"233":{"tf":1.0},"29":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951},"86":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"240":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"74":{"tf":1.0}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"198":{"tf":1.0}}}}},"df":65,"docs":{"109":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"130":{"tf":2.0},"131":{"tf":2.0},"132":{"tf":1.7320508075688772},"133":{"tf":1.4142135623730951},"134":{"tf":2.23606797749979},"135":{"tf":1.7320508075688772},"136":{"tf":2.449489742783178},"137":{"tf":1.4142135623730951},"139":{"tf":1.0},"140":{"tf":1.0},"148":{"tf":1.0},"151":{"tf":1.0},"155":{"tf":1.0},"17":{"tf":1.7320508075688772},"185":{"tf":1.0},"194":{"tf":1.4142135623730951},"196":{"tf":2.0},"198":{"tf":3.1622776601683795},"199":{"tf":1.0},"20":{"tf":2.449489742783178},"200":{"tf":1.4142135623730951},"201":{"tf":1.0},"202":{"tf":2.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"217":{"tf":1.0},"219":{"tf":1.4142135623730951},"222":{"tf":1.4142135623730951},"225":{"tf":2.0},"231":{"tf":1.0},"232":{"tf":4.123105625617661},"233":{"tf":2.8284271247461903},"234":{"tf":1.0},"236":{"tf":1.4142135623730951},"237":{"tf":2.23606797749979},"239":{"tf":3.872983346207417},"240":{"tf":5.0990195135927845},"241":{"tf":1.0},"25":{"tf":1.0},"251":{"tf":1.0},"29":{"tf":1.7320508075688772},"3":{"tf":1.0},"44":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":2.0},"57":{"tf":1.7320508075688772},"6":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.4142135623730951},"66":{"tf":1.0},"7":{"tf":2.6457513110645907},"72":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":2.449489742783178},"88":{"tf":1.0},"9":{"tf":1.0},"95":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"237":{"tf":1.0}}}}}}}},"u":{"1":{"6":{"df":1,"docs":{"61":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"3":{"2":{"df":4,"docs":{"148":{"tf":1.0},"177":{"tf":3.1622776601683795},"239":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"6":{"4":{"df":4,"docs":{"16":{"tf":1.7320508075688772},"17":{"tf":2.0},"239":{"tf":2.8284271247461903},"240":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"8":{"df":4,"docs":{"151":{"tf":2.23606797749979},"40":{"tf":1.0},"41":{"tf":1.0},"60":{"tf":1.0}}},"b":{"df":2,"docs":{"206":{"tf":1.4142135623730951},"72":{"tf":1.0}}},"df":1,"docs":{"8":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"206":{"tf":1.0},"68":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"248":{"tf":1.0}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"172":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"169":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"218":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"197":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951}}}}},"r":{"df":1,"docs":{"206":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"140":{"tf":1.7320508075688772},"143":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":8,"docs":{"184":{"tf":1.0},"199":{"tf":1.4142135623730951},"203":{"tf":1.0},"211":{"tf":1.0},"228":{"tf":1.0},"238":{"tf":1.0},"240":{"tf":1.7320508075688772},"5":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"211":{"tf":1.0}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"241":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"89":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"116":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}}}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"239":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":1,"docs":{"185":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"239":{"tf":1.0}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"239":{"tf":1.0},"257":{"tf":1.4142135623730951}}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"155":{"tf":1.0}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"197":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"199":{"tf":1.0},"53":{"tf":1.0},"68":{"tf":1.0}}}}}},"q":{"df":0,"docs":{},"u":{"df":5,"docs":{"111":{"tf":1.4142135623730951},"181":{"tf":1.0},"234":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"df":0,"docs":{},"i":{">":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"239":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"239":{"tf":1.0},"240":{"tf":1.0}},"s":{"<":{"df":0,"docs":{},"t":{">":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"<":{"df":0,"docs":{},"r":{"df":1,"docs":{"239":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"df":6,"docs":{"133":{"tf":1.0},"136":{"tf":1.0},"176":{"tf":1.0},"181":{"tf":1.0},"184":{"tf":1.0},"255":{"tf":1.4142135623730951}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"198":{"tf":1.0},"90":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"217":{"tf":1.0},"41":{"tf":1.0},"71":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"k":{"df":6,"docs":{"203":{"tf":1.0},"232":{"tf":1.0},"237":{"tf":1.0},"240":{"tf":1.0},"34":{"tf":1.0},"74":{"tf":1.0}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"140":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"110":{"tf":1.4142135623730951},"211":{"tf":1.0},"249":{"tf":1.0},"5":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"222":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":21,"docs":{"189":{"tf":1.7320508075688772},"190":{"tf":1.0},"192":{"tf":1.4142135623730951},"193":{"tf":1.0},"194":{"tf":1.4142135623730951},"197":{"tf":1.7320508075688772},"200":{"tf":1.0},"203":{"tf":1.0},"206":{"tf":1.4142135623730951},"209":{"tf":1.0},"44":{"tf":1.0},"55":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":2.23606797749979},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951}},"e":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":5,"docs":{"206":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":5,"docs":{"188":{"tf":1.0},"189":{"tf":1.0},"197":{"tf":1.4142135623730951},"199":{"tf":1.0},"202":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"198":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":5,"docs":{"230":{"tf":1.0},"233":{"tf":1.0},"239":{"tf":1.0},"37":{"tf":1.0},"73":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"68":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":3,"docs":{"218":{"tf":1.0},"53":{"tf":1.0},"88":{"tf":1.0}},"e":{"d":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"218":{"tf":1.0}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"218":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"r":{"df":1,"docs":{"218":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"r":{"a":{"c":{"df":1,"docs":{"218":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"218":{"tf":1.0}}}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"218":{"tf":1.0}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"218":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"37":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"p":{"df":6,"docs":{"11":{"tf":1.0},"176":{"tf":1.0},"180":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"240":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"189":{"tf":1.0},"199":{"tf":1.0},"68":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"189":{"tf":1.0},"196":{"tf":1.0},"247":{"tf":1.0},"5":{"tf":1.0},"8":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"l":{":":{"0":{".":{"5":{"df":1,"docs":{"185":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{".":{"0":{"df":1,"docs":{"185":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"184":{"tf":1.0},"185":{"tf":2.0},"186":{"tf":1.4142135623730951}}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"232":{"tf":1.0},"237":{"tf":1.0},"240":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":4,"docs":{"101":{"tf":1.0},"177":{"tf":1.0},"227":{"tf":1.0},"50":{"tf":1.0}}}},"df":109,"docs":{"101":{"tf":1.4142135623730951},"106":{"tf":1.0},"107":{"tf":1.4142135623730951},"11":{"tf":1.7320508075688772},"112":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":2.449489742783178},"13":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"133":{"tf":1.4142135623730951},"134":{"tf":1.0},"136":{"tf":2.0},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.7320508075688772},"142":{"tf":1.0},"143":{"tf":2.0},"146":{"tf":1.0},"148":{"tf":1.4142135623730951},"151":{"tf":2.23606797749979},"155":{"tf":1.7320508075688772},"156":{"tf":1.7320508075688772},"16":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.7320508075688772},"169":{"tf":1.0},"17":{"tf":1.0},"170":{"tf":2.0},"171":{"tf":1.4142135623730951},"172":{"tf":2.0},"173":{"tf":1.0},"176":{"tf":1.4142135623730951},"177":{"tf":1.0},"178":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.4142135623730951},"185":{"tf":1.4142135623730951},"189":{"tf":1.0},"192":{"tf":1.0},"194":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.7320508075688772},"199":{"tf":2.449489742783178},"20":{"tf":1.4142135623730951},"202":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.4142135623730951},"21":{"tf":1.0},"211":{"tf":2.0},"217":{"tf":1.4142135623730951},"222":{"tf":2.23606797749979},"224":{"tf":1.7320508075688772},"225":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":2.8284271247461903},"236":{"tf":1.0},"237":{"tf":2.6457513110645907},"238":{"tf":1.4142135623730951},"239":{"tf":2.0},"24":{"tf":1.0},"240":{"tf":2.23606797749979},"241":{"tf":1.0},"25":{"tf":1.0},"252":{"tf":1.0},"255":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":2.0},"41":{"tf":1.7320508075688772},"42":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"66":{"tf":1.7320508075688772},"68":{"tf":1.0},"7":{"tf":2.23606797749979},"71":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.7320508075688772},"8":{"tf":3.3166247903554},"81":{"tf":1.4142135623730951},"82":{"tf":1.7320508075688772},"83":{"tf":1.0},"86":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":2.449489742783178},"89":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"181":{"tf":1.0}}}}}},"r":{"'":{"df":1,"docs":{"233":{"tf":1.0}}},"df":24,"docs":{"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"136":{"tf":1.0},"150":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.0},"189":{"tf":1.0},"192":{"tf":1.4142135623730951},"194":{"tf":1.0},"196":{"tf":1.4142135623730951},"198":{"tf":3.605551275463989},"199":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"209":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.4142135623730951},"240":{"tf":1.0},"241":{"tf":1.0},"254":{"tf":1.4142135623730951},"26":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.7320508075688772},"98":{"tf":1.0}}}},"i":{"df":0,"docs":{},"z":{"df":3,"docs":{"203":{"tf":1.0},"206":{"tf":1.0},"73":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":12,"docs":{"13":{"tf":1.0},"14":{"tf":1.4142135623730951},"169":{"tf":1.0},"170":{"tf":1.0},"173":{"tf":1.0},"202":{"tf":1.0},"207":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"29":{"tf":1.4142135623730951},"42":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"f":{"df":4,"docs":{"107":{"tf":1.0},"192":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"y":{"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":{},"y":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"151":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"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":{},"y":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"151":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"151":{"tf":1.0}},"i":{"d":{"df":4,"docs":{"107":{"tf":1.0},"192":{"tf":1.4142135623730951},"199":{"tf":1.0},"67":{"tf":1.0}}},"df":0,"docs":{}},"u":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"207":{"tf":1.0}}}},"df":0,"docs":{}},"df":31,"docs":{"106":{"tf":2.23606797749979},"155":{"tf":1.0},"16":{"tf":1.7320508075688772},"162":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"17":{"tf":2.23606797749979},"170":{"tf":1.4142135623730951},"173":{"tf":1.0},"185":{"tf":1.0},"198":{"tf":1.4142135623730951},"200":{"tf":1.0},"206":{"tf":1.7320508075688772},"21":{"tf":1.4142135623730951},"211":{"tf":1.0},"212":{"tf":1.0},"222":{"tf":1.0},"227":{"tf":1.0},"229":{"tf":1.0},"232":{"tf":1.0},"239":{"tf":1.4142135623730951},"240":{"tf":3.605551275463989},"252":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":3.1622776601683795},"45":{"tf":1.4142135623730951},"48":{"tf":1.0},"53":{"tf":1.7320508075688772},"55":{"tf":1.0}},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"16":{"tf":1.0},"17":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":14,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"103":{"tf":1.0},"121":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"37":{"tf":2.0},"48":{"tf":1.0},"53":{"tf":2.0},"74":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"83":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"87":{"tf":1.0}}},"b":{"df":1,"docs":{"87":{"tf":1.0}}},"c":{"df":1,"docs":{"87":{"tf":1.0}}},"df":7,"docs":{"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"86":{"tf":1.4142135623730951},"87":{"tf":1.7320508075688772},"89":{"tf":1.7320508075688772},"90":{"tf":1.4142135623730951}}}}},"df":2,"docs":{"147":{"tf":1.0},"3":{"tf":1.0}}}}},"df":2,"docs":{"148":{"tf":2.0},"240":{"tf":2.6457513110645907}},"e":{"c":{"!":{"[":{"\"":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"78":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"0":{"df":0,"docs":{},"u":{"8":{"df":1,"docs":{"73":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"c":{"a":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"68":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"<":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"118":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951}}}}}},"a":{"c":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"118":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"232":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"119":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"232":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"'":{"a":{"df":1,"docs":{"120":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"21":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"119":{"tf":1.4142135623730951}}}}},"t":{"df":4,"docs":{"237":{"tf":1.0},"25":{"tf":2.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"u":{"8":{"df":2,"docs":{"192":{"tf":1.0},"237":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":7,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.4142135623730951},"128":{"tf":1.0},"21":{"tf":1.0},"25":{"tf":1.4142135623730951},"71":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"<":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"232":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"232":{"tf":1.0}}}}}},"df":8,"docs":{"101":{"tf":1.0},"107":{"tf":1.4142135623730951},"120":{"tf":1.0},"128":{"tf":1.0},"21":{"tf":1.0},"232":{"tf":1.0},"68":{"tf":1.7320508075688772},"74":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"180":{"tf":1.0},"68":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":11,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"110":{"tf":1.0},"124":{"tf":1.0},"136":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"237":{"tf":1.0},"251":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":14,"docs":{"140":{"tf":1.0},"158":{"tf":1.0},"185":{"tf":1.4142135623730951},"206":{"tf":1.7320508075688772},"222":{"tf":1.0},"239":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.0},"68":{"tf":1.0},"74":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}}}},"u":{"df":1,"docs":{"8":{"tf":1.7320508075688772}}}}}},"i":{"a":{"df":3,"docs":{"28":{"tf":1.0},"29":{"tf":1.0},"65":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"239":{"tf":1.0}}}}}},"df":7,"docs":{"198":{"tf":1.0},"239":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"29":{"tf":2.23606797749979},"77":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"<":{"df":0,"docs":{},"e":{">":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"240":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":1,"docs":{"157":{"tf":1.0}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"155":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"155":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"155":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"<":{"df":0,"docs":{},"e":{">":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"240":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"u":{"6":{"4":{"<":{"df":0,"docs":{},"e":{">":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"240":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":3,"docs":{"155":{"tf":1.7320508075688772},"158":{"tf":1.0},"240":{"tf":2.449489742783178}},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":1,"docs":{"157":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"h":{"df":1,"docs":{"157":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"<":{"'":{"d":{"df":1,"docs":{"240":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"6":{"4":{"df":1,"docs":{"155":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"df":1,"docs":{"155":{"tf":1.0}}}},"df":10,"docs":{"153":{"tf":1.0},"154":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951},"156":{"tf":1.7320508075688772},"157":{"tf":1.0},"158":{"tf":1.4142135623730951},"171":{"tf":1.0},"173":{"tf":1.4142135623730951},"238":{"tf":1.0},"240":{"tf":3.7416573867739413}}}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"157":{"tf":1.0},"198":{"tf":2.0},"222":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":2.8284271247461903}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"8":{"tf":2.0}}}}}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}},"l":{"df":0,"docs":{},"k":{"_":{"df":1,"docs":{"157":{"tf":1.0}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"157":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}},"df":2,"docs":{"155":{"tf":1.0},"173":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":16,"docs":{"107":{"tf":1.0},"116":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"156":{"tf":1.0},"171":{"tf":1.0},"218":{"tf":1.7320508075688772},"222":{"tf":1.4142135623730951},"233":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.4142135623730951},"8":{"tf":1.0},"81":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"214":{"tf":1.0},"217":{"tf":2.23606797749979},"218":{"tf":1.7320508075688772},"37":{"tf":1.0},"88":{"tf":1.0}}}},"y":{"df":32,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"110":{"tf":1.4142135623730951},"121":{"tf":1.0},"128":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"146":{"tf":1.0},"151":{"tf":1.0},"157":{"tf":1.0},"174":{"tf":1.0},"176":{"tf":1.0},"180":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"206":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"235":{"tf":1.0},"239":{"tf":1.7320508075688772},"240":{"tf":1.7320508075688772},"254":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0},"89":{"tf":1.4142135623730951}}}},"df":1,"docs":{"219":{"tf":1.0}},"e":{"'":{"df":0,"docs":{},"r":{"df":1,"docs":{"136":{"tf":1.0}}}},"b":{"df":1,"docs":{"185":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"222":{"tf":1.0},"68":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"l":{"df":20,"docs":{"119":{"tf":1.0},"143":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.0},"183":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"222":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"237":{"tf":1.0},"240":{"tf":1.0},"53":{"tf":1.0},"8":{"tf":1.0},"87":{"tf":1.0},"89":{"tf":1.0},"98":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"230":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":5,"docs":{"108":{"tf":1.0},"217":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.4142135623730951},"7":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":4,"docs":{"149":{"tf":1.0},"228":{"tf":1.0},"29":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"211":{"tf":1.0},"233":{"tf":1.0},"257":{"tf":1.0},"37":{"tf":1.0},"83":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"218":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"o":{"a":{"df":1,"docs":{"230":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":7,"docs":{"111":{"tf":1.0},"117":{"tf":1.0},"121":{"tf":1.0},"169":{"tf":1.0},"176":{"tf":1.0},"51":{"tf":1.0},"81":{"tf":1.0}}}},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"206":{"tf":1.0},"74":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":4,"docs":{"20":{"tf":1.0},"200":{"tf":1.0},"237":{"tf":1.0},"73":{"tf":1.4142135623730951}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"181":{"tf":1.0},"184":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"a":{"df":6,"docs":{"113":{"tf":1.0},"144":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"167":{"tf":1.0},"174":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"l":{"d":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"87":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"232":{"tf":1.0}}}}},"n":{"df":1,"docs":{"232":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"8":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"100":{"tf":1.0},"110":{"tf":1.0},"248":{"tf":1.0},"88":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":13,"docs":{"143":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"210":{"tf":1.0},"214":{"tf":1.0},"218":{"tf":1.0},"241":{"tf":1.4142135623730951},"247":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":4,"docs":{"42":{"tf":1.0},"51":{"tf":1.0},"67":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"d":{".":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":3,"docs":{"146":{"tf":1.0},"232":{"tf":1.0},"8":{"tf":2.23606797749979}},"i":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":26,"docs":{"143":{"tf":1.7320508075688772},"147":{"tf":1.0},"166":{"tf":1.0},"179":{"tf":1.0},"183":{"tf":1.4142135623730951},"186":{"tf":1.0},"199":{"tf":1.0},"222":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"239":{"tf":1.4142135623730951},"240":{"tf":2.0},"249":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.4142135623730951},"66":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":1.4142135623730951},"88":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"146":{"tf":1.0}}}}}}},"l":{"d":{"df":1,"docs":{"172":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":3,"docs":{"180":{"tf":1.0},"199":{"tf":1.0},"206":{"tf":1.0}},"t":{"df":1,"docs":{"199":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"205":{"tf":1.0},"89":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":10,"docs":{"133":{"tf":1.0},"134":{"tf":1.7320508075688772},"135":{"tf":1.0},"203":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.4142135623730951},"240":{"tf":1.0},"42":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"131":{"tf":1.0},"134":{"tf":1.4142135623730951},"135":{"tf":1.0},"192":{"tf":1.0},"194":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.4142135623730951},"203":{"tf":1.0},"206":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":17,"docs":{"112":{"tf":1.0},"128":{"tf":1.0},"148":{"tf":1.0},"166":{"tf":1.0},"190":{"tf":1.0},"194":{"tf":1.0},"197":{"tf":1.0},"211":{"tf":1.0},"225":{"tf":1.0},"233":{"tf":1.0},"243":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"93":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":14,"docs":{"124":{"tf":1.0},"154":{"tf":1.0},"185":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"202":{"tf":1.0},"209":{"tf":1.0},"217":{"tf":1.0},"233":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":6,"docs":{"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"233":{"tf":1.0},"44":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"112":{"tf":1.4142135623730951}}}}}}},"x":{",":{"1":{",":{"2":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"210":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"140":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":7,"docs":{"128":{"tf":1.0},"140":{"tf":1.0},"151":{"tf":2.449489742783178},"177":{"tf":2.23606797749979},"210":{"tf":2.23606797749979},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951}},"x":{"'":{"df":1,"docs":{"140":{"tf":1.0}}},".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":1,"docs":{"140":{"tf":1.0}}}}}},"df":1,"docs":{"140":{"tf":1.4142135623730951}}}},"y":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"112":{"tf":1.7320508075688772}}}}}},"df":4,"docs":{"128":{"tf":1.4142135623730951},"151":{"tf":2.8284271247461903},"177":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"79":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"'":{"d":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.4142135623730951}}},"df":0,"docs":{},"r":{"df":2,"docs":{"44":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"248":{"tf":1.0},"8":{"tf":1.0}}}}}}}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":9,"docs":{"134":{"tf":1.0},"199":{"tf":1.4142135623730951},"21":{"tf":1.0},"40":{"tf":1.0},"66":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"77":{"tf":1.0},"79":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"74":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"breadcrumbs":{"root":{"0":{".":{".":{"2":{"df":1,"docs":{"106":{"tf":1.0}}},"df":0,"docs":{}},"0":{"df":1,"docs":{"128":{"tf":1.0}}},"5":{"df":2,"docs":{"128":{"tf":1.7320508075688772},"185":{"tf":1.0}}},"df":0,"docs":{}},"2":{"df":1,"docs":{"239":{"tf":1.0}}},"df":13,"docs":{"125":{"tf":1.0},"126":{"tf":1.7320508075688772},"128":{"tf":1.4142135623730951},"151":{"tf":1.4142135623730951},"17":{"tf":1.0},"199":{"tf":2.449489742783178},"203":{"tf":1.0},"206":{"tf":1.0},"229":{"tf":1.4142135623730951},"230":{"tf":2.0},"41":{"tf":1.0},"60":{"tf":1.0},"8":{"tf":2.0}}},"1":{".":{".":{"1":{"1":{")":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"(":{"0":{"df":1,"docs":{"230":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"229":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"df":1,"docs":{"185":{"tf":1.0}}},"4":{"8":{".":{"0":{"df":1,"docs":{"218":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"2":{"3":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"73":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"df":1,"docs":{"73":{"tf":1.0}}},"df":0,"docs":{}},"4":{"8":{"5":{"7":{"6":{"3":{"3":{"2":{"df":2,"docs":{"239":{"tf":1.4142135623730951},"240":{"tf":1.0}}},"3":{"df":1,"docs":{"239":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"228":{"tf":1.0},"229":{"tf":1.7320508075688772},"230":{"tf":2.23606797749979}}},"2":{"df":1,"docs":{"127":{"tf":1.0}}},"5":{"df":2,"docs":{"229":{"tf":1.0},"230":{"tf":1.4142135623730951}}},"df":19,"docs":{"106":{"tf":1.0},"126":{"tf":1.0},"148":{"tf":1.4142135623730951},"151":{"tf":1.7320508075688772},"199":{"tf":2.0},"203":{"tf":1.0},"206":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.7320508075688772},"230":{"tf":3.0},"237":{"tf":1.0},"239":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"73":{"tf":1.0},"8":{"tf":1.4142135623730951}},"k":{"df":1,"docs":{"74":{"tf":1.0}}}},"2":{"+":{"3":{"df":1,"docs":{"127":{"tf":1.0}}},"5":{"df":1,"docs":{"127":{"tf":1.0}}},"df":0,"docs":{}},"0":{"0":{"2":{"df":1,"docs":{"239":{"tf":1.0}}},"df":0,"docs":{}},"1":{"5":{"df":1,"docs":{"9":{"tf":1.0}}},"6":{"df":1,"docs":{"243":{"tf":1.0}}},"7":{"df":1,"docs":{"243":{"tf":1.0}}},"8":{"df":1,"docs":{"243":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"2":{"1":{"df":1,"docs":{"239":{"tf":1.0}}},"2":{"df":1,"docs":{"239":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"229":{"tf":1.0},"230":{"tf":1.4142135623730951}}},"3":{"df":1,"docs":{"127":{"tf":1.0}}},"4":{"df":1,"docs":{"239":{"tf":1.0}}},"8":{"df":2,"docs":{"229":{"tf":1.0},"230":{"tf":1.4142135623730951}}},"df":12,"docs":{"106":{"tf":1.0},"125":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.0},"148":{"tf":1.4142135623730951},"151":{"tf":1.0},"211":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.7320508075688772},"237":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}},"3":{"+":{"4":{"df":1,"docs":{"127":{"tf":1.0}}},"df":0,"docs":{}},"4":{"df":1,"docs":{"127":{"tf":1.0}}},"6":{"df":2,"docs":{"229":{"tf":1.0},"230":{"tf":1.4142135623730951}}},"df":9,"docs":{"126":{"tf":1.0},"151":{"tf":1.0},"211":{"tf":1.0},"229":{"tf":1.4142135623730951},"230":{"tf":2.0},"237":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"8":{"tf":1.4142135623730951}},"f":{"6":{"4":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"4":{"5":{"df":2,"docs":{"229":{"tf":1.0},"230":{"tf":1.4142135623730951}}},"df":7,"docs":{"125":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.0},"211":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"237":{"tf":1.0}},"f":{"6":{"4":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"5":{"5":{"df":2,"docs":{"229":{"tf":1.0},"230":{"tf":1.0}}},"df":6,"docs":{"126":{"tf":1.0},"151":{"tf":1.0},"210":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"237":{"tf":1.0}}},"6":{"df":4,"docs":{"126":{"tf":1.0},"229":{"tf":1.4142135623730951},"230":{"tf":1.7320508075688772},"237":{"tf":1.0}}},"7":{"df":3,"docs":{"126":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0}}},"8":{"df":7,"docs":{"107":{"tf":1.0},"126":{"tf":1.0},"192":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0}}},"9":{"df":4,"docs":{"125":{"tf":1.0},"126":{"tf":1.7320508075688772},"229":{"tf":1.0},"230":{"tf":1.0}}},"_":{"b":{"df":1,"docs":{"88":{"tf":1.0}}},"df":7,"docs":{"106":{"tf":1.0},"233":{"tf":1.0},"37":{"tf":1.4142135623730951},"60":{"tf":1.0},"8":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.0}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.4142135623730951}}}}}}},"a":{".":{"b":{"df":2,"docs":{"177":{"tf":1.0},"181":{"tf":1.0}}},"c":{"df":2,"docs":{"177":{"tf":1.0},"181":{"tf":1.0}}},"df":0,"docs":{},"f":{"1":{"df":1,"docs":{"177":{"tf":1.0}}},"2":{"df":1,"docs":{"177":{"tf":1.0}}},"3":{"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{}}},":":{":":{"a":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"87":{"tf":1.4142135623730951}}},"b":{"df":1,"docs":{"87":{"tf":1.0}}},"c":{"df":1,"docs":{"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":{}},"df":1,"docs":{"87":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"b":{"(":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"i":{"df":1,"docs":{"197":{"tf":1.0}},"l":{"df":1,"docs":{"74":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}},"v":{"df":7,"docs":{"172":{"tf":1.0},"198":{"tf":1.4142135623730951},"203":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.4142135623730951},"42":{"tf":1.0},"95":{"tf":1.0}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"36":{"tf":1.0},"37":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":16,"docs":{"133":{"tf":1.0},"134":{"tf":1.0},"136":{"tf":1.4142135623730951},"146":{"tf":1.7320508075688772},"148":{"tf":1.0},"155":{"tf":1.0},"170":{"tf":1.0},"180":{"tf":1.0},"191":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"239":{"tf":1.0},"247":{"tf":1.0},"251":{"tf":1.0},"253":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":12,"docs":{"157":{"tf":1.0},"172":{"tf":1.0},"185":{"tf":1.0},"200":{"tf":1.4142135623730951},"55":{"tf":1.0},"64":{"tf":1.7320508075688772},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":15,"docs":{"134":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"202":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.4142135623730951},"239":{"tf":2.449489742783178},"252":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"29":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"239":{"tf":1.0},"241":{"tf":1.0}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"127":{"tf":1.0},"206":{"tf":1.0},"250":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"239":{"tf":2.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"239":{"tf":2.0}}}}}},"df":4,"docs":{"239":{"tf":2.449489742783178},"240":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"239":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"239":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"181":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"139":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":1,"docs":{"112":{"tf":1.0}}}}}}},"t":{"df":5,"docs":{"194":{"tf":1.0},"196":{"tf":1.0},"198":{"tf":1.0},"240":{"tf":2.0},"55":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":8,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.4142135623730951},"151":{"tf":1.0},"210":{"tf":1.0},"37":{"tf":1.0},"90":{"tf":1.4142135623730951}}}},"x":{"df":1,"docs":{"121":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":6,"docs":{"232":{"tf":1.0},"233":{"tf":1.4142135623730951},"240":{"tf":1.0},"68":{"tf":1.0},"74":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"d":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":2,"docs":{"155":{"tf":1.0},"170":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"f":{">":{"(":{"df":0,"docs":{},"x":{"df":1,"docs":{"151":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"119":{"tf":1.0},"120":{"tf":1.0}}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"118":{"tf":1.0},"119":{"tf":1.0}}}}}},"df":0,"docs":{}},"<":{"df":1,"docs":{"120":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":15,"docs":{"110":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"183":{"tf":1.0},"21":{"tf":1.0},"218":{"tf":1.4142135623730951},"225":{"tf":1.0},"229":{"tf":1.0},"233":{"tf":1.0},"4":{"tf":1.0},"86":{"tf":1.4142135623730951},"88":{"tf":1.0},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"a":{"d":{"d":{"(":{"0":{"df":1,"docs":{"151":{"tf":1.0}}},"1":{"df":1,"docs":{"151":{"tf":1.0}}},"4":{"df":1,"docs":{"151":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"151":{"tf":1.4142135623730951}}}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"t":{"df":29,"docs":{"103":{"tf":1.0},"116":{"tf":1.0},"199":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"230":{"tf":1.0},"232":{"tf":1.4142135623730951},"233":{"tf":1.4142135623730951},"242":{"tf":1.7320508075688772},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"72":{"tf":1.4142135623730951},"84":{"tf":1.0},"89":{"tf":1.4142135623730951}}}}},"df":8,"docs":{"159":{"tf":1.0},"192":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"68":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.7320508075688772},"89":{"tf":1.4142135623730951}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"146":{"tf":1.0}}}}},"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":{"233":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"87":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"110":{"tf":1.0},"137":{"tf":1.0},"203":{"tf":1.0}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":28,"docs":{"102":{"tf":1.4142135623730951},"108":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"142":{"tf":1.4142135623730951},"149":{"tf":1.7320508075688772},"162":{"tf":1.0},"164":{"tf":1.4142135623730951},"166":{"tf":1.0},"17":{"tf":1.0},"179":{"tf":1.4142135623730951},"183":{"tf":1.0},"184":{"tf":1.4142135623730951},"190":{"tf":1.4142135623730951},"199":{"tf":1.4142135623730951},"204":{"tf":1.7320508075688772},"216":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"199":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"171":{"tf":1.0},"247":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"199":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"199":{"tf":1.0},"230":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"86":{"tf":1.0},"88":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"5":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"143":{"tf":1.0}}}},"k":{"a":{"df":2,"docs":{"126":{"tf":1.0},"145":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"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":5,"docs":{"146":{"tf":2.0},"154":{"tf":1.4142135623730951},"156":{"tf":1.0},"157":{"tf":1.0},"169":{"tf":1.0}},"’":{"df":1,"docs":{"146":{"tf":1.0}}}}}}}}}},"i":{"a":{"df":2,"docs":{"131":{"tf":1.0},"45":{"tf":1.0}},"s":{"df":5,"docs":{"130":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.0},"202":{"tf":1.0},"206":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"v":{"df":1,"docs":{"37":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":9,"docs":{"14":{"tf":1.0},"198":{"tf":1.0},"211":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"51":{"tf":1.0},"60":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{},"w":{"df":29,"docs":{"112":{"tf":1.0},"128":{"tf":1.0},"133":{"tf":1.4142135623730951},"146":{"tf":1.0},"151":{"tf":1.0},"154":{"tf":1.4142135623730951},"156":{"tf":1.0},"171":{"tf":1.0},"184":{"tf":1.4142135623730951},"197":{"tf":1.0},"20":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"218":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"237":{"tf":1.4142135623730951},"239":{"tf":2.449489742783178},"240":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"57":{"tf":1.0},"66":{"tf":1.4142135623730951},"89":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":7,"docs":{"151":{"tf":1.0},"20":{"tf":1.0},"206":{"tf":1.0},"36":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"247":{"tf":1.0}},"n":{"df":12,"docs":{"107":{"tf":1.0},"199":{"tf":1.0},"218":{"tf":1.7320508075688772},"225":{"tf":1.0},"236":{"tf":1.4142135623730951},"258":{"tf":1.0},"42":{"tf":1.0},"68":{"tf":1.0},"79":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.4142135623730951},"98":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":3,"docs":{"169":{"tf":1.0},"176":{"tf":1.0},"2":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":9,"docs":{"107":{"tf":1.0},"121":{"tf":1.0},"139":{"tf":1.0},"211":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"7":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"226":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"216":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.0}}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"29":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":3,"docs":{"214":{"tf":1.0},"217":{"tf":1.0},"98":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":10,"docs":{"110":{"tf":1.0},"119":{"tf":1.0},"122":{"tf":1.0},"130":{"tf":1.0},"150":{"tf":1.0},"22":{"tf":1.0},"239":{"tf":1.0},"42":{"tf":1.4142135623730951},"74":{"tf":1.0},"88":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"198":{"tf":1.0},"206":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":24,"docs":{"207":{"tf":2.6457513110645907},"208":{"tf":1.0},"209":{"tf":1.4142135623730951},"210":{"tf":1.0},"211":{"tf":1.4142135623730951},"212":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.4142135623730951},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"149":{"tf":1.0},"216":{"tf":1.0},"250":{"tf":1.0},"51":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"42":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"156":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"i":{"'":{"df":1,"docs":{"200":{"tf":1.0}}},"df":27,"docs":{"133":{"tf":1.0},"18":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.7320508075688772},"196":{"tf":1.7320508075688772},"197":{"tf":2.449489742783178},"198":{"tf":2.0},"199":{"tf":3.0},"200":{"tf":1.7320508075688772},"202":{"tf":1.7320508075688772},"203":{"tf":1.7320508075688772},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"217":{"tf":1.0},"218":{"tf":1.0},"233":{"tf":1.4142135623730951},"236":{"tf":1.4142135623730951},"237":{"tf":1.7320508075688772},"238":{"tf":1.0},"240":{"tf":2.449489742783178},"241":{"tf":1.0},"244":{"tf":1.0},"26":{"tf":1.0},"62":{"tf":1.0},"71":{"tf":1.0},"98":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"169":{"tf":1.0},"2":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"c":{"df":5,"docs":{"121":{"tf":1.4142135623730951},"199":{"tf":1.7320508075688772},"2":{"tf":1.0},"20":{"tf":1.0},"233":{"tf":1.0}}},"df":11,"docs":{"112":{"tf":1.4142135623730951},"156":{"tf":1.0},"162":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"227":{"tf":1.0},"233":{"tf":1.0},"237":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":11,"docs":{"107":{"tf":1.0},"118":{"tf":1.4142135623730951},"119":{"tf":1.7320508075688772},"120":{"tf":1.4142135623730951},"156":{"tf":1.0},"166":{"tf":1.0},"172":{"tf":1.0},"233":{"tf":1.0},"239":{"tf":1.0},"72":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"171":{"tf":1.0},"29":{"tf":1.0},"89":{"tf":1.0}}}}}}}}},"r":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"225":{"tf":1.0},"66":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"<":{"df":0,"docs":{},"t":{"df":2,"docs":{"211":{"tf":1.0},"212":{"tf":1.0}}}},"df":2,"docs":{"20":{"tf":1.0},"211":{"tf":1.7320508075688772}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"202":{"tf":1.0}}},"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}}},"g":{"df":9,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"222":{"tf":1.0},"49":{"tf":1.4142135623730951},"52":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":14,"docs":{"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"107":{"tf":1.0},"108":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"217":{"tf":1.0},"6":{"tf":1.7320508075688772},"7":{"tf":1.7320508075688772},"78":{"tf":1.0},"8":{"tf":2.23606797749979},"9":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"209":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"_":{"a":{"d":{"d":{"df":1,"docs":{"151":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"68":{"tf":1.4142135623730951}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"179":{"tf":1.0},"202":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"116":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":2,"docs":{"158":{"tf":1.0},"241":{"tf":1.0}}}},"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":2,"docs":{"49":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"k":{"df":2,"docs":{"206":{"tf":1.0},"50":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"28":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"!":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"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":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"\"":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"148":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":1,"docs":{"148":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"#":{"\"":{"df":0,"docs":{},"{":{"\"":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"\"":{":":{"\"":{"1":{"df":1,"docs":{"148":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"\"":{":":{"\"":{"2":{"df":1,"docs":{"148":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"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":{},"q":{"!":{"(":{"0":{"df":2,"docs":{"151":{"tf":1.0},"17":{"tf":1.4142135623730951}},"f":{"6":{"4":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"1":{"df":0,"docs":{},"f":{"6":{"4":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"3":{"df":0,"docs":{},"f":{"6":{"4":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"4":{"2":{"df":1,"docs":{"16":{"tf":1.0}}},"df":1,"docs":{"151":{"tf":1.0}}},"5":{"df":1,"docs":{"151":{"tf":1.0}},"f":{"6":{"4":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"8":{"2":{"df":1,"docs":{"151":{"tf":1.0}}},"df":0,"docs":{}},"9":{"df":1,"docs":{"151":{"tf":1.0}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":1,"docs":{"162":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"127":{"tf":1.4142135623730951}}}}}}}}},"v":{"df":0,"docs":{},"e":{"c":{"!":{"[":{"\"":{"c":{"df":0,"docs":{},"r":{"df":3,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":3,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"98":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"211":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"37":{"tf":1.0},"41":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"16":{"tf":1.4142135623730951},"200":{"tf":1.0},"240":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"250":{"tf":1.0}}}}},"t":{"df":2,"docs":{"155":{"tf":2.23606797749979},"170":{"tf":2.6457513110645907}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"254":{"tf":1.7320508075688772}}}}}}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"232":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"206":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"219":{"tf":1.0},"239":{"tf":1.4142135623730951},"91":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"200":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"190":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"233":{"tf":2.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":1,"docs":{"233":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"233":{"tf":2.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"233":{"tf":1.0}}}}}},"df":1,"docs":{"233":{"tf":2.6457513110645907}}}}}},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"197":{"tf":1.0},"214":{"tf":1.0},"217":{"tf":1.0},"86":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"248":{"tf":1.0}}}}}}},"o":{"df":2,"docs":{"21":{"tf":1.0},"25":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"167":{"tf":1.0},"20":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"257":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":15,"docs":{"167":{"tf":1.0},"194":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.4142135623730951},"202":{"tf":1.0},"204":{"tf":1.4142135623730951},"206":{"tf":1.0},"249":{"tf":1.0},"42":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.4142135623730951},"88":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"162":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"90":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"b":{".":{"df":0,"docs":{},"f":{"2":{"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{}},"m":{"df":1,"docs":{"222":{"tf":1.4142135623730951}}}},"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"105":{"tf":1.0},"107":{"tf":1.0},"45":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"148":{"tf":1.0}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"228":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":4,"docs":{"133":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"d":{"df":3,"docs":{"199":{"tf":1.7320508075688772},"211":{"tf":1.0},"217":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"224":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"45":{"tf":1.0}}},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"225":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"239":{"tf":1.0}}}},"r":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"177":{"tf":1.0}}}}}},"a":{"df":1,"docs":{"177":{"tf":1.4142135623730951}}},"c":{"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":1,"docs":{"132":{"tf":1.0}}}}}},":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"132":{"tf":1.0}}}}}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":8,"docs":{"132":{"tf":2.0},"136":{"tf":1.7320508075688772},"162":{"tf":2.6457513110645907},"222":{"tf":3.1622776601683795},"223":{"tf":1.0},"224":{"tf":1.4142135623730951},"29":{"tf":1.0},"33":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"e":{"df":13,"docs":{"152":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.7320508075688772},"196":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951},"198":{"tf":1.4142135623730951},"199":{"tf":2.0},"200":{"tf":1.0},"204":{"tf":1.0},"224":{"tf":1.0},"237":{"tf":1.0},"240":{"tf":2.6457513110645907},"52":{"tf":1.0}}},"i":{"c":{"df":9,"docs":{"115":{"tf":1.0},"124":{"tf":1.0},"146":{"tf":1.0},"159":{"tf":1.0},"17":{"tf":1.0},"206":{"tf":1.0},"233":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":1.0}}},"df":0,"docs":{}}},"z":{"(":{"a":{"df":1,"docs":{"177":{"tf":1.4142135623730951}}},"df":0,"docs":{},"x":{"df":1,"docs":{"140":{"tf":1.0}}}},"df":1,"docs":{"33":{"tf":1.0}}}},"df":8,"docs":{"132":{"tf":1.7320508075688772},"177":{"tf":2.449489742783178},"222":{"tf":1.4142135623730951},"230":{"tf":2.6457513110645907},"40":{"tf":1.4142135623730951},"41":{"tf":2.0},"87":{"tf":1.0},"88":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":8,"docs":{"197":{"tf":1.0},"20":{"tf":1.0},"200":{"tf":1.0},"217":{"tf":1.0},"239":{"tf":1.0},"34":{"tf":1.0},"57":{"tf":1.0},"68":{"tf":1.0}}}}},"df":11,"docs":{"151":{"tf":1.0},"166":{"tf":1.0},"176":{"tf":1.0},"206":{"tf":1.4142135623730951},"207":{"tf":1.0},"217":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":2.0},"37":{"tf":1.0},"72":{"tf":1.0},"86":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":7,"docs":{"101":{"tf":1.0},"211":{"tf":1.0},"217":{"tf":1.7320508075688772},"225":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"211":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":3,"docs":{"130":{"tf":1.0},"254":{"tf":1.4142135623730951},"89":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":8,"docs":{"151":{"tf":1.0},"192":{"tf":1.0},"196":{"tf":1.4142135623730951},"198":{"tf":1.0},"206":{"tf":1.0},"232":{"tf":2.0},"236":{"tf":1.0},"254":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"df":51,"docs":{"113":{"tf":1.7320508075688772},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.4142135623730951},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"176":{"tf":1.0},"197":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"66":{"tf":1.0},"68":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"146":{"tf":1.0},"198":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"169":{"tf":1.0},"198":{"tf":1.0},"48":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"111":{"tf":1.0},"189":{"tf":1.0},"3":{"tf":1.0},"54":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"253":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"112":{"tf":1.0},"172":{"tf":1.0},"198":{"tf":1.4142135623730951},"200":{"tf":1.0},"249":{"tf":1.0},"5":{"tf":1.0},"57":{"tf":1.0},"72":{"tf":1.0}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"257":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"108":{"tf":1.0},"12":{"tf":1.0},"175":{"tf":1.4142135623730951},"176":{"tf":1.0},"179":{"tf":1.0},"219":{"tf":1.0},"225":{"tf":1.0},"234":{"tf":1.0},"236":{"tf":1.0},"247":{"tf":1.0},"5":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":18,"docs":{"121":{"tf":1.0},"133":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.0},"184":{"tf":1.0},"198":{"tf":1.0},"202":{"tf":1.0},"204":{"tf":1.0},"211":{"tf":1.0},"221":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":2.0},"236":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"66":{"tf":1.4142135623730951}}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"197":{"tf":1.0},"37":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"228":{"tf":1.0},"232":{"tf":1.0}}}}}}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"235":{"tf":1.0},"237":{"tf":1.0}}},"y":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"p":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"237":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":3,"docs":{"197":{"tf":1.0},"239":{"tf":1.0},"44":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":13,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"103":{"tf":1.7320508075688772},"206":{"tf":1.0},"232":{"tf":1.4142135623730951},"233":{"tf":1.4142135623730951},"234":{"tf":1.7320508075688772},"239":{"tf":1.0},"240":{"tf":1.7320508075688772},"32":{"tf":1.0},"37":{"tf":1.0},"68":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"g":{"df":3,"docs":{"193":{"tf":1.0},"225":{"tf":1.0},"9":{"tf":1.0}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"197":{"tf":1.0}}}}}},"o":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"103":{"tf":1.0},"84":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":8,"docs":{"135":{"tf":1.0},"167":{"tf":1.0},"223":{"tf":1.0},"226":{"tf":1.0},"232":{"tf":1.0},"36":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"k":{"'":{"df":1,"docs":{"211":{"tf":1.0}}},"df":5,"docs":{"1":{"tf":1.0},"126":{"tf":1.0},"137":{"tf":1.0},"244":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951}}},"l":{"_":{"a":{"d":{"d":{"df":1,"docs":{"151":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"21":{"tf":1.4142135623730951},"240":{"tf":1.0},"8":{"tf":1.7320508075688772}}},"t":{"df":1,"docs":{"233":{"tf":1.0}},"p":{"(":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{":":{":":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{":":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"233":{"tf":1.0}}}}}}}}}},"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":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"233":{"tf":1.4142135623730951}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"233":{"tf":2.8284271247461903}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":33,"docs":{"140":{"tf":1.0},"143":{"tf":1.7320508075688772},"166":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.4142135623730951},"176":{"tf":1.7320508075688772},"177":{"tf":2.23606797749979},"179":{"tf":1.0},"181":{"tf":2.449489742783178},"208":{"tf":1.7320508075688772},"209":{"tf":1.4142135623730951},"210":{"tf":2.23606797749979},"211":{"tf":2.0},"212":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"29":{"tf":2.0},"3":{"tf":1.0},"42":{"tf":2.0},"44":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.7320508075688772},"6":{"tf":1.7320508075688772},"65":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":2.0},"8":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"9":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"h":{"df":11,"docs":{"17":{"tf":1.0},"172":{"tf":1.0},"18":{"tf":1.0},"185":{"tf":1.0},"206":{"tf":1.0},"233":{"tf":1.4142135623730951},"234":{"tf":1.0},"239":{"tf":1.7320508075688772},"34":{"tf":1.0},"51":{"tf":1.0},"8":{"tf":1.0}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"240":{"tf":1.0},"68":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"194":{"tf":1.0},"197":{"tf":1.0},"88":{"tf":1.0}}}}},"df":3,"docs":{"199":{"tf":1.4142135623730951},"224":{"tf":1.0},"28":{"tf":1.0}}},"df":0,"docs":{}}},"x":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"a":{"d":{"d":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"170":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"(":{"df":1,"docs":{"170":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"n":{"df":1,"docs":{"170":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":4,"docs":{"118":{"tf":1.0},"120":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":2,"docs":{"155":{"tf":1.4142135623730951},"170":{"tf":2.23606797749979}}}}}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":1,"docs":{"37":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"170":{"tf":2.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":1,"docs":{"170":{"tf":1.4142135623730951}}}}}},"t":{"df":2,"docs":{"7":{"tf":1.0},"8":{"tf":1.0}}}},"df":3,"docs":{"172":{"tf":1.0},"20":{"tf":1.0},"52":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":7,"docs":{"106":{"tf":1.0},"199":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"3":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"240":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"246":{"tf":1.4142135623730951}}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"240":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"234":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"184":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"148":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"148":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":1,"docs":{"148":{"tf":1.7320508075688772}}}}}}},"df":1,"docs":{"148":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"73":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":4,"docs":{"148":{"tf":1.0},"241":{"tf":1.0},"60":{"tf":1.0},"73":{"tf":1.0}}}}}},"g":{"df":4,"docs":{"197":{"tf":1.0},"199":{"tf":2.0},"34":{"tf":1.0},"68":{"tf":1.7320508075688772}}},"i":{"df":0,"docs":{},"l":{"d":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"162":{"tf":1.0}}}}}}},"df":10,"docs":{"11":{"tf":1.0},"164":{"tf":1.0},"183":{"tf":1.0},"189":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.4142135623730951},"218":{"tf":2.0},"239":{"tf":1.0},"240":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"162":{"tf":1.0}}}}}}},"df":10,"docs":{"160":{"tf":1.7320508075688772},"161":{"tf":1.4142135623730951},"162":{"tf":2.449489742783178},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":2.449489742783178},"167":{"tf":1.4142135623730951},"18":{"tf":1.0},"236":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"184":{"tf":1.0},"197":{"tf":1.0},"241":{"tf":1.0},"72":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"137":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"121":{"tf":1.0},"198":{"tf":1.0}}}},"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"252":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"202":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"116":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"198":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.4142135623730951}}}}}},"c":{".":{"df":0,"docs":{},"f":{"1":{"df":1,"docs":{"177":{"tf":1.0}}},"3":{"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{}}},"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"60":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"73":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.4142135623730951}}}}}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"95":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":21,"docs":{"107":{"tf":1.0},"128":{"tf":1.0},"146":{"tf":1.0},"161":{"tf":1.0},"189":{"tf":1.0},"198":{"tf":1.7320508075688772},"199":{"tf":1.7320508075688772},"200":{"tf":1.0},"203":{"tf":1.7320508075688772},"206":{"tf":1.0},"222":{"tf":1.4142135623730951},"232":{"tf":1.0},"239":{"tf":2.0},"240":{"tf":3.3166247903554},"37":{"tf":1.7320508075688772},"66":{"tf":1.0},"67":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.7320508075688772},"74":{"tf":1.0},"98":{"tf":1.0}},"e":{"df":1,"docs":{"71":{"tf":1.0}},"r":{"'":{"df":1,"docs":{"67":{"tf":1.0}}},"df":2,"docs":{"233":{"tf":1.4142135623730951},"67":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"233":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"243":{"tf":1.4142135623730951}}}}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"140":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":1,"docs":{"217":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"57":{"tf":1.0},"81":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":6,"docs":{"149":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"225":{"tf":1.0},"37":{"tf":1.0},"5":{"tf":1.0}}},"g":{"df":0,"docs":{},"o":{"df":4,"docs":{"183":{"tf":1.0},"211":{"tf":1.0},"218":{"tf":1.0},"97":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"113":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":26,"docs":{"107":{"tf":1.4142135623730951},"121":{"tf":1.7320508075688772},"130":{"tf":1.4142135623730951},"149":{"tf":1.0},"157":{"tf":1.0},"166":{"tf":1.0},"170":{"tf":1.0},"192":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.7320508075688772},"225":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"29":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"36":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"53":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":1.0},"78":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.4142135623730951}}},"t":{"df":3,"docs":{"198":{"tf":1.4142135623730951},"206":{"tf":1.0},"237":{"tf":1.4142135623730951}},"e":{"d":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"206":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":9,"docs":{"176":{"tf":1.0},"177":{"tf":1.0},"199":{"tf":1.7320508075688772},"206":{"tf":1.7320508075688772},"211":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"240":{"tf":1.0},"68":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"89":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":26,"docs":{"144":{"tf":1.0},"166":{"tf":1.0},"177":{"tf":2.449489742783178},"183":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951},"198":{"tf":2.23606797749979},"199":{"tf":2.449489742783178},"206":{"tf":2.8284271247461903},"224":{"tf":1.0},"232":{"tf":1.7320508075688772},"41":{"tf":1.7320508075688772},"45":{"tf":1.0},"57":{"tf":1.4142135623730951},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":2.6457513110645907},"67":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":2.0},"87":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"197":{"tf":1.0},"206":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"199":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"h":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"(":{"1":{"0":{"df":1,"docs":{"127":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"240":{"tf":1.4142135623730951}}}}}}},"n":{"df":0,"docs":{},"g":{"df":19,"docs":{"116":{"tf":1.0},"133":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.4142135623730951},"200":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"217":{"tf":1.4142135623730951},"218":{"tf":1.4142135623730951},"227":{"tf":1.0},"232":{"tf":1.0},"236":{"tf":1.0},"247":{"tf":1.0},"39":{"tf":1.4142135623730951},"40":{"tf":1.0},"42":{"tf":1.7320508075688772},"8":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"211":{"tf":1.0},"3":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"60":{"tf":1.0},"68":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"194":{"tf":1.0},"197":{"tf":1.0},"3":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"198":{"tf":1.0},"61":{"tf":1.0}}}},"df":2,"docs":{"127":{"tf":1.0},"61":{"tf":2.0}},"e":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"8":{"tf":1.0}}},"t":{"df":1,"docs":{"206":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"94":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":12,"docs":{"1":{"tf":1.0},"132":{"tf":1.0},"177":{"tf":1.0},"199":{"tf":1.0},"206":{"tf":1.0},"21":{"tf":1.4142135623730951},"224":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"28":{"tf":1.0},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":17,"docs":{"140":{"tf":1.0},"143":{"tf":1.7320508075688772},"155":{"tf":1.0},"166":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.4142135623730951},"179":{"tf":1.0},"181":{"tf":1.7320508075688772},"208":{"tf":1.7320508075688772},"209":{"tf":1.4142135623730951},"210":{"tf":1.0},"211":{"tf":2.0},"212":{"tf":1.0},"3":{"tf":1.0},"42":{"tf":1.7320508075688772},"44":{"tf":1.0},"46":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"166":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"170":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"200":{"tf":1.0},"258":{"tf":1.4142135623730951},"27":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"146":{"tf":1.0},"150":{"tf":1.0},"232":{"tf":1.0},"239":{"tf":1.0}}}}}},"i":{"df":1,"docs":{"218":{"tf":1.0}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"172":{"tf":1.0},"206":{"tf":1.0},"225":{"tf":1.0},"90":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"5":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":14,"docs":{"111":{"tf":1.0},"146":{"tf":1.4142135623730951},"192":{"tf":1.0},"222":{"tf":1.4142135623730951},"224":{"tf":1.7320508075688772},"231":{"tf":1.7320508075688772},"232":{"tf":2.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"247":{"tf":1.4142135623730951},"252":{"tf":1.0}},"i":{"c":{"df":3,"docs":{"140":{"tf":1.0},"199":{"tf":1.0},"203":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":4,"docs":{"194":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"202":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"181":{"tf":1.0},"241":{"tf":1.0}}}}},"r":{"df":4,"docs":{"206":{"tf":1.0},"36":{"tf":1.0},"62":{"tf":1.0},"83":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"239":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"146":{"tf":1.0},"185":{"tf":1.0},"237":{"tf":1.4142135623730951},"247":{"tf":1.0},"27":{"tf":1.0},"88":{"tf":1.7320508075688772},"89":{"tf":1.4142135623730951},"90":{"tf":1.7320508075688772}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":3,"docs":{"211":{"tf":1.0},"217":{"tf":1.0},"219":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":11,"docs":{"107":{"tf":1.0},"172":{"tf":1.4142135623730951},"208":{"tf":1.7320508075688772},"209":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"211":{"tf":3.4641016151377544},"212":{"tf":1.4142135623730951},"40":{"tf":1.0},"42":{"tf":1.7320508075688772},"46":{"tf":1.0},"82":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":5,"docs":{"173":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.7320508075688772},"240":{"tf":1.0},"247":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"df":10,"docs":{"119":{"tf":1.0},"121":{"tf":1.0},"151":{"tf":1.0},"230":{"tf":1.0},"259":{"tf":1.4142135623730951},"80":{"tf":1.7320508075688772},"81":{"tf":2.0},"82":{"tf":1.7320508075688772},"83":{"tf":2.0},"84":{"tf":1.4142135623730951}}}}}}},"m":{"d":{"(":{")":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{")":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},")":{"(":{")":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"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":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"118":{"tf":1.0},"119":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":1,"docs":{"118":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"62":{"tf":1.0}}},"df":62,"docs":{"112":{"tf":1.7320508075688772},"121":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"136":{"tf":1.0},"155":{"tf":1.0},"157":{"tf":1.0},"166":{"tf":1.0},"172":{"tf":1.0},"180":{"tf":1.4142135623730951},"181":{"tf":1.0},"184":{"tf":1.7320508075688772},"189":{"tf":1.7320508075688772},"190":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"197":{"tf":1.7320508075688772},"198":{"tf":1.7320508075688772},"199":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"203":{"tf":1.7320508075688772},"206":{"tf":2.23606797749979},"207":{"tf":1.0},"209":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"214":{"tf":1.0},"218":{"tf":1.7320508075688772},"219":{"tf":1.0},"224":{"tf":1.0},"232":{"tf":1.4142135623730951},"233":{"tf":2.23606797749979},"234":{"tf":1.0},"239":{"tf":1.7320508075688772},"240":{"tf":1.7320508075688772},"3":{"tf":1.7320508075688772},"32":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"5":{"tf":2.0},"50":{"tf":2.0},"51":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.7320508075688772},"57":{"tf":2.0},"58":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.7320508075688772},"7":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0},"90":{"tf":1.7320508075688772},"96":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":2,"docs":{"7":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"7":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":18,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"154":{"tf":1.4142135623730951},"169":{"tf":1.4142135623730951},"2":{"tf":1.0},"203":{"tf":1.4142135623730951},"219":{"tf":1.4142135623730951},"226":{"tf":1.0},"23":{"tf":1.7320508075688772},"239":{"tf":1.0},"24":{"tf":1.4142135623730951},"242":{"tf":1.0},"25":{"tf":1.7320508075688772},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":3.0},"30":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":5,"docs":{"116":{"tf":1.0},"2":{"tf":1.0},"228":{"tf":1.0},"239":{"tf":1.0},"66":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":12,"docs":{"114":{"tf":1.7320508075688772},"115":{"tf":1.4142135623730951},"116":{"tf":2.23606797749979},"117":{"tf":2.23606797749979},"118":{"tf":2.23606797749979},"119":{"tf":2.23606797749979},"120":{"tf":1.7320508075688772},"121":{"tf":2.0},"122":{"tf":1.7320508075688772},"217":{"tf":1.0},"218":{"tf":1.0},"253":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"198":{"tf":1.0}}}}},"df":2,"docs":{"67":{"tf":1.0},"8":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":20,"docs":{"113":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"136":{"tf":1.4142135623730951},"144":{"tf":1.0},"157":{"tf":1.7320508075688772},"158":{"tf":1.0},"17":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.7320508075688772},"18":{"tf":1.0},"2":{"tf":1.4142135623730951},"206":{"tf":1.0},"222":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.4142135623730951},"246":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"34":{"tf":1.0},"74":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"110":{"tf":1.0},"29":{"tf":1.0},"5":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":6,"docs":{"113":{"tf":1.4142135623730951},"156":{"tf":1.0},"187":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"135":{"tf":1.0}}},"t":{"df":6,"docs":{"133":{"tf":1.0},"134":{"tf":1.0},"197":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":23,"docs":{"102":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.0},"151":{"tf":1.0},"169":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"206":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"217":{"tf":1.0},"229":{"tf":1.0},"232":{"tf":1.4142135623730951},"233":{"tf":1.0},"235":{"tf":1.0},"37":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"97":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"242":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"t":{"df":6,"docs":{"147":{"tf":1.0},"198":{"tf":1.0},"211":{"tf":1.0},"224":{"tf":1.0},"240":{"tf":1.0},"68":{"tf":1.0}}},"x":{"df":12,"docs":{"109":{"tf":1.0},"110":{"tf":1.0},"159":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"249":{"tf":1.0},"28":{"tf":1.0},"5":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}}}},"i":{"c":{"df":5,"docs":{"162":{"tf":1.0},"211":{"tf":1.0},"249":{"tf":1.0},"5":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"251":{"tf":1.0},"252":{"tf":1.0},"254":{"tf":1.0}}},"s":{"df":10,"docs":{"175":{"tf":1.7320508075688772},"176":{"tf":1.4142135623730951},"177":{"tf":1.4142135623730951},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"227":{"tf":1.0},"230":{"tf":1.4142135623730951},"240":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"222":{"tf":1.0},"239":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":3,"docs":{"197":{"tf":1.0},"205":{"tf":1.0},"62":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"128":{"tf":1.4142135623730951},"227":{"tf":1.0},"241":{"tf":1.0},"257":{"tf":1.0},"5":{"tf":1.4142135623730951}}}}}},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":5,"docs":{"10":{"tf":1.7320508075688772},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"20":{"tf":1.0}}}},"p":{"df":0,"docs":{},"t":{"df":6,"docs":{"173":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.4142135623730951},"239":{"tf":2.0},"240":{"tf":1.4142135623730951},"241":{"tf":1.0}},"u":{"df":1,"docs":{"240":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"146":{"tf":1.0},"149":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"96":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"136":{"tf":1.0},"155":{"tf":1.0},"170":{"tf":1.0},"240":{"tf":1.4142135623730951},"247":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"206":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"199":{"tf":1.4142135623730951},"209":{"tf":1.0},"48":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"42":{"tf":1.0},"54":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{".":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"1":{"df":1,"docs":{"21":{"tf":1.4142135623730951}}},"df":1,"docs":{"21":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"18":{"tf":1.0},"233":{"tf":1.0},"237":{"tf":1.0}}}}},"n":{"df":1,"docs":{"207":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"185":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":3,"docs":{"134":{"tf":1.0},"211":{"tf":1.0},"233":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"94":{"tf":2.23606797749979},"95":{"tf":2.23606797749979}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"_":{"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":{},"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":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"237":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":2.0}}}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":2,"docs":{"198":{"tf":1.0},"211":{"tf":1.4142135623730951}}}}},"i":{"d":{"df":10,"docs":{"199":{"tf":1.7320508075688772},"200":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"236":{"tf":1.0},"240":{"tf":1.4142135623730951},"68":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"130":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"125":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":9,"docs":{"194":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.7320508075688772},"202":{"tf":1.4142135623730951},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"217":{"tf":1.0}}}}},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"218":{"tf":1.0}}}}}},"df":5,"docs":{"199":{"tf":1.4142135623730951},"60":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.4142135623730951}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"211":{"tf":1.0},"232":{"tf":1.0},"53":{"tf":1.0}}}}}},"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":22,"docs":{"12":{"tf":1.0},"16":{"tf":1.4142135623730951},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"167":{"tf":1.4142135623730951},"173":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"227":{"tf":1.0},"232":{"tf":1.0},"236":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.4142135623730951},"253":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"41":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":15,"docs":{"132":{"tf":1.0},"139":{"tf":1.0},"15":{"tf":1.7320508075688772},"16":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"17":{"tf":2.6457513110645907},"18":{"tf":1.0},"20":{"tf":1.7320508075688772},"22":{"tf":1.0},"232":{"tf":1.0},"89":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":9,"docs":{"104":{"tf":1.7320508075688772},"105":{"tf":1.4142135623730951},"106":{"tf":1.0},"107":{"tf":1.4142135623730951},"108":{"tf":1.0},"109":{"tf":1.0},"162":{"tf":1.0},"173":{"tf":1.0},"83":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":22,"docs":{"107":{"tf":1.0},"143":{"tf":1.0},"188":{"tf":1.7320508075688772},"189":{"tf":1.7320508075688772},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.4142135623730951},"193":{"tf":1.0},"194":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":2.0},"203":{"tf":1.0},"233":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":1.7320508075688772},"55":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"192":{"tf":1.4142135623730951},"206":{"tf":1.0},"242":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":5,"docs":{"110":{"tf":1.0},"126":{"tf":1.7320508075688772},"129":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":6,"docs":{"183":{"tf":1.0},"230":{"tf":1.0},"233":{"tf":1.0},"240":{"tf":1.0},"34":{"tf":1.0},"73":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"196":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"1":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"v":{"df":1,"docs":{"177":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":7,"docs":{"133":{"tf":1.0},"159":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"233":{"tf":1.0},"237":{"tf":1.0},"54":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}},"t":{"df":3,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"230":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":4,"docs":{"225":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.0}}},"t":{"df":8,"docs":{"186":{"tf":1.0},"225":{"tf":1.0},"57":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}}},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"35":{"tf":1.0}}},"i":{"df":11,"docs":{"136":{"tf":1.0},"172":{"tf":1.0},"211":{"tf":1.4142135623730951},"218":{"tf":1.0},"232":{"tf":1.0},"50":{"tf":1.0},"60":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.7320508075688772},"81":{"tf":1.0},"83":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"143":{"tf":1.4142135623730951},"237":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"202":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"247":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"198":{"tf":1.4142135623730951},"206":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"229":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"255":{"tf":1.0}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"197":{"tf":1.0},"199":{"tf":1.4142135623730951},"60":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"134":{"tf":1.0},"200":{"tf":1.0},"50":{"tf":1.0},"66":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"d":{"b":{"df":0,"docs":{},"m":{"df":1,"docs":{"199":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":5,"docs":{"172":{"tf":1.0},"190":{"tf":1.0},"198":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"207":{"tf":1.0}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"207":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"s":{"df":5,"docs":{"194":{"tf":1.0},"199":{"tf":1.0},"233":{"tf":1.0},"42":{"tf":1.0},"55":{"tf":1.0}}}}},"w":{"<":{"'":{"_":{"df":1,"docs":{"237":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"20":{"tf":1.0},"237":{"tf":1.0}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"144":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"u":{"df":1,"docs":{"186":{"tf":1.0}}}},"r":{"a":{"b":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"116":{"tf":1.0},"36":{"tf":1.0},"68":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"98":{"tf":1.0}}},":":{":":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{":":{"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":{"233":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"68":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"67":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"67":{"tf":1.0},"68":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"67":{"tf":1.0},"68":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":21,"docs":{"132":{"tf":1.0},"137":{"tf":1.0},"151":{"tf":2.23606797749979},"167":{"tf":1.0},"182":{"tf":1.7320508075688772},"183":{"tf":1.4142135623730951},"184":{"tf":2.449489742783178},"185":{"tf":2.23606797749979},"186":{"tf":2.0},"187":{"tf":1.4142135623730951},"192":{"tf":1.0},"197":{"tf":1.0},"214":{"tf":1.4142135623730951},"217":{"tf":1.4142135623730951},"226":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.4142135623730951},"79":{"tf":1.0},"88":{"tf":1.4142135623730951}},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":3,"docs":{"183":{"tf":1.4142135623730951},"185":{"tf":1.0},"187":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":31,"docs":{"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.4142135623730951},"120":{"tf":1.0},"121":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"159":{"tf":1.0},"16":{"tf":1.0},"162":{"tf":1.0},"165":{"tf":1.0},"169":{"tf":1.4142135623730951},"170":{"tf":1.0},"173":{"tf":1.0},"189":{"tf":1.0},"192":{"tf":1.0},"198":{"tf":1.0},"206":{"tf":1.4142135623730951},"21":{"tf":1.0},"232":{"tf":1.4142135623730951},"233":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":3.0},"241":{"tf":1.0},"3":{"tf":1.0},"61":{"tf":1.0},"68":{"tf":1.0},"74":{"tf":1.0},"95":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":16,"docs":{"159":{"tf":2.6457513110645907},"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},"74":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"239":{"tf":1.7320508075688772},"240":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"232":{"tf":1.0}}},"df":0,"docs":{}}}},"u":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"66":{"tf":1.4142135623730951},"72":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"66":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.7320508075688772},"74":{"tf":1.4142135623730951}}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"110":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"185":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"8":{"tf":2.23606797749979}},"s":{"\"":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"144":{"tf":1.0},"233":{"tf":1.0},"235":{"tf":1.0},"60":{"tf":1.0}}}}},"i":{"df":2,"docs":{"239":{"tf":1.0},"240":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"a":{"d":{"d":{"df":1,"docs":{"151":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"130":{"tf":1.0},"151":{"tf":1.0},"225":{"tf":1.0},"239":{"tf":2.0},"29":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"239":{"tf":2.6457513110645907},"240":{"tf":2.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{">":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"239":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":2,"docs":{"239":{"tf":2.0},"240":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}}},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"240":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"74":{"tf":1.4142135623730951}}}}},"t":{"a":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"\"":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"148":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"\"":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"148":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"148":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"148":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"101":{"tf":1.4142135623730951}}}}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":5,"docs":{"117":{"tf":1.4142135623730951},"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"239":{"tf":1.4142135623730951},"60":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"(":{"_":{"df":1,"docs":{"60":{"tf":1.0}}},"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"_":{"df":1,"docs":{"60":{"tf":1.0}}},"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"60":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":2,"docs":{"59":{"tf":1.4142135623730951},"60":{"tf":2.0}}}}}}}}}},"df":0,"docs":{}},"df":41,"docs":{"100":{"tf":1.7320508075688772},"101":{"tf":2.8284271247461903},"102":{"tf":1.0},"103":{"tf":1.0},"116":{"tf":1.0},"140":{"tf":1.7320508075688772},"143":{"tf":1.4142135623730951},"148":{"tf":3.0},"149":{"tf":1.0},"154":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"157":{"tf":1.0},"158":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.7320508075688772},"171":{"tf":2.0},"172":{"tf":2.8284271247461903},"173":{"tf":2.23606797749979},"196":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"202":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.4142135623730951},"239":{"tf":2.0},"24":{"tf":1.0},"240":{"tf":2.449489742783178},"241":{"tf":1.0},"25":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.7320508075688772},"26":{"tf":2.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":2.23606797749979},"66":{"tf":1.0},"67":{"tf":1.0},"71":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.4142135623730951}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":5,"docs":{"157":{"tf":1.0},"198":{"tf":3.3166247903554},"199":{"tf":2.23606797749979},"206":{"tf":1.4142135623730951},"29":{"tf":1.0}}}}}},"b":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"c":{"df":1,"docs":{"251":{"tf":1.4142135623730951}}},"df":1,"docs":{"199":{"tf":1.0}},"m":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"d":{"b":{"df":0,"docs":{},"m":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"(":{"d":{"b":{"df":1,"docs":{"199":{"tf":1.0}},"m":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"199":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"d":{"b":{"df":0,"docs":{},"m":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"d":{"b":{"df":0,"docs":{},"m":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"(":{"d":{"b":{"df":0,"docs":{},"m":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"(":{"d":{"b":{"df":0,"docs":{},"m":{"df":2,"docs":{"198":{"tf":1.0},"199":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"(":{"*":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"199":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"d":{"b":{"df":1,"docs":{"199":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"199":{"tf":1.0}}}}}},"df":0,"docs":{}},"x":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"199":{"tf":1.0}}}}}},"df":1,"docs":{"199":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"(":{"d":{"b":{"df":0,"docs":{},"m":{"df":2,"docs":{"198":{"tf":1.0},"199":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"198":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"198":{"tf":1.0},"199":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"(":{"d":{"b":{"df":0,"docs":{},"m":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":3,"docs":{"198":{"tf":2.6457513110645907},"199":{"tf":2.8284271247461903},"200":{"tf":1.0}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"199":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"<":{"'":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"199":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":3,"docs":{"218":{"tf":1.0},"240":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772}},"e":{"a":{"d":{"_":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"218":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":1,"docs":{"159":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"21":{"tf":1.0},"239":{"tf":1.7320508075688772},"36":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"3":{"tf":1.0},"42":{"tf":1.0},"7":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"198":{"tf":1.0},"233":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":7,"docs":{"206":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.0},"230":{"tf":1.7320508075688772},"48":{"tf":1.0},"49":{"tf":1.0},"8":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"176":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"146":{"tf":1.0},"218":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"234":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"217":{"tf":1.0}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":15,"docs":{"134":{"tf":1.0},"157":{"tf":1.0},"17":{"tf":3.4641016151377544},"170":{"tf":1.0},"18":{"tf":1.7320508075688772},"185":{"tf":1.0},"19":{"tf":1.7320508075688772},"20":{"tf":2.6457513110645907},"21":{"tf":2.8284271247461903},"22":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"81":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":18,"docs":{"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.4142135623730951},"124":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.0},"146":{"tf":1.0},"170":{"tf":1.0},"198":{"tf":2.0},"210":{"tf":1.0},"224":{"tf":1.0},"232":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"251":{"tf":1.0},"33":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":8,"docs":{"127":{"tf":1.0},"198":{"tf":1.0},"205":{"tf":1.0},"225":{"tf":1.0},"227":{"tf":1.0},"240":{"tf":1.0},"251":{"tf":1.0},"83":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"225":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"226":{"tf":1.4142135623730951}}},"t":{"df":1,"docs":{"29":{"tf":1.0}}}},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"211":{"tf":1.0},"89":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"250":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"151":{"tf":1.0},"206":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"i":{"df":4,"docs":{"206":{"tf":1.0},"217":{"tf":1.4142135623730951},"218":{"tf":2.23606797749979},"233":{"tf":1.0}}},"y":{"(":{"b":{"a":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":1,"docs":{"218":{"tf":1.0}}}}}}},"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":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"218":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":7,"docs":{"213":{"tf":1.7320508075688772},"214":{"tf":1.0},"215":{"tf":1.4142135623730951},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":9,"docs":{"126":{"tf":1.0},"146":{"tf":1.7320508075688772},"152":{"tf":1.0},"183":{"tf":1.0},"185":{"tf":1.4142135623730951},"200":{"tf":1.0},"225":{"tf":1.0},"247":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"c":{"df":3,"docs":{"217":{"tf":1.0},"218":{"tf":1.4142135623730951},"219":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"18":{"tf":1.0},"199":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":3,"docs":{"140":{"tf":1.0},"222":{"tf":1.0},"25":{"tf":1.0}}}}}}},"df":0,"docs":{}},"<":{"'":{"a":{">":{"(":{"&":{"'":{"a":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"=":{"b":{"a":{"df":0,"docs":{},"r":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":13,"docs":{"140":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"220":{"tf":1.7320508075688772},"221":{"tf":1.4142135623730951},"222":{"tf":2.0},"223":{"tf":1.0},"224":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"226":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":2,"docs":{"222":{"tf":1.0},"29":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":4,"docs":{"222":{"tf":1.4142135623730951},"225":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"i":{"df":0,"docs":{},"v":{"df":6,"docs":{"137":{"tf":1.0},"146":{"tf":1.0},"17":{"tf":1.4142135623730951},"21":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0}},"e":{"(":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"233":{"tf":1.0},"239":{"tf":1.7320508075688772}}}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":4,"docs":{"162":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"240":{"tf":1.0}}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"22":{"tf":1.0}}}}}},"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"167":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"137":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":4,"docs":{"110":{"tf":1.0},"228":{"tf":1.4142135623730951},"230":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":36,"docs":{"100":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"124":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"154":{"tf":1.4142135623730951},"16":{"tf":1.4142135623730951},"161":{"tf":1.4142135623730951},"167":{"tf":1.0},"169":{"tf":1.4142135623730951},"176":{"tf":1.4142135623730951},"18":{"tf":1.0},"183":{"tf":1.4142135623730951},"189":{"tf":1.4142135623730951},"196":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"209":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951},"221":{"tf":1.4142135623730951},"232":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"<":{"'":{"d":{"df":1,"docs":{"240":{"tf":1.0}}},"df":0,"docs":{}},"d":{">":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"240":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"<":{"df":0,"docs":{},"v":{">":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"240":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"<":{"df":0,"docs":{},"v":{">":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"240":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"<":{"'":{"d":{"df":1,"docs":{"240":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"151":{"tf":1.0},"240":{"tf":4.47213595499958}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":123,"docs":{"110":{"tf":2.8284271247461903},"111":{"tf":1.7320508075688772},"112":{"tf":1.7320508075688772},"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.7320508075688772},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.4142135623730951},"152":{"tf":1.4142135623730951},"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":2.23606797749979},"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.7320508075688772},"175":{"tf":1.0},"176":{"tf":1.7320508075688772},"177":{"tf":1.4142135623730951},"178":{"tf":1.0},"179":{"tf":1.4142135623730951},"180":{"tf":1.4142135623730951},"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.7320508075688772},"195":{"tf":1.0},"196":{"tf":2.0},"197":{"tf":2.23606797749979},"198":{"tf":2.0},"199":{"tf":2.23606797749979},"2":{"tf":1.7320508075688772},"200":{"tf":2.0},"201":{"tf":1.0},"202":{"tf":1.7320508075688772},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"211":{"tf":1.0},"225":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.7320508075688772},"240":{"tf":1.7320508075688772},"241":{"tf":1.0},"243":{"tf":1.0},"245":{"tf":1.7320508075688772},"246":{"tf":1.7320508075688772},"247":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.4142135623730951},"250":{"tf":1.0},"251":{"tf":2.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.4142135623730951},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"3":{"tf":2.23606797749979},"5":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"37":{"tf":1.7320508075688772}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":12,"docs":{"139":{"tf":1.0},"140":{"tf":1.4142135623730951},"144":{"tf":1.0},"31":{"tf":1.7320508075688772},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"36":{"tf":2.23606797749979},"37":{"tf":2.8284271247461903},"38":{"tf":1.0},"54":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":7,"docs":{"126":{"tf":1.0},"133":{"tf":1.0},"169":{"tf":1.0},"2":{"tf":1.0},"225":{"tf":1.0},"241":{"tf":1.0},"57":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"211":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"233":{"tf":1.0},"237":{"tf":1.0},"240":{"tf":2.0},"8":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"106":{"tf":1.0},"107":{"tf":1.0}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":6,"docs":{"184":{"tf":1.0},"2":{"tf":1.4142135623730951},"209":{"tf":1.4142135623730951},"211":{"tf":1.0},"218":{"tf":1.0},"5":{"tf":1.4142135623730951}}}}}},"i":{"c":{"df":1,"docs":{"237":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"i":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"197":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"240":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":27,"docs":{"116":{"tf":1.0},"119":{"tf":1.4142135623730951},"146":{"tf":1.0},"147":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"154":{"tf":1.0},"170":{"tf":1.0},"185":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":1.0},"205":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"230":{"tf":1.0},"232":{"tf":3.0},"233":{"tf":1.4142135623730951},"237":{"tf":2.23606797749979},"239":{"tf":1.7320508075688772},"241":{"tf":1.0},"29":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":1.0}}}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":4,"docs":{"205":{"tf":1.0},"206":{"tf":1.0},"34":{"tf":1.0},"68":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"125":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"128":{"tf":1.0}}}}}}}}},"p":{"df":1,"docs":{"247":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"118":{"tf":1.0},"252":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":6,"docs":{"165":{"tf":1.0},"189":{"tf":1.0},"54":{"tf":1.0},"65":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"a":{"d":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":23,"docs":{"103":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"14":{"tf":1.4142135623730951},"150":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951},"180":{"tf":1.4142135623730951},"185":{"tf":1.4142135623730951},"191":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"224":{"tf":1.4142135623730951},"235":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"217":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"211":{"tf":1.0}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"206":{"tf":1.0}}}},"df":0,"docs":{}}},"v":{"df":2,"docs":{"162":{"tf":1.0},"217":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":18,"docs":{"121":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"151":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"166":{"tf":1.4142135623730951},"169":{"tf":1.0},"172":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"9":{"tf":1.0},"98":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":12,"docs":{"121":{"tf":1.7320508075688772},"225":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"47":{"tf":1.7320508075688772},"48":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"130":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"181":{"tf":1.0},"232":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"133":{"tf":1.4142135623730951}}}}}}}}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"b":{"df":1,"docs":{"239":{"tf":1.7320508075688772}}},"c":{"(":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"98":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":9,"docs":{"67":{"tf":1.0},"86":{"tf":1.0},"92":{"tf":1.7320508075688772},"93":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":16,"docs":{"185":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"212":{"tf":1.4142135623730951},"219":{"tf":1.0},"22":{"tf":1.0},"224":{"tf":1.0},"226":{"tf":1.0},"240":{"tf":1.0},"256":{"tf":1.4142135623730951},"30":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.0},"79":{"tf":1.0},"86":{"tf":1.0}}}}}}}},"df":4,"docs":{"113":{"tf":1.0},"194":{"tf":1.0},"43":{"tf":1.0},"55":{"tf":1.0}},"e":{"df":2,"docs":{"239":{"tf":1.0},"240":{"tf":1.0}},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":5,"docs":{"107":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"44":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"124":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"'":{"df":0,"docs":{},"t":{"df":9,"docs":{"102":{"tf":1.0},"147":{"tf":1.0},"151":{"tf":1.0},"172":{"tf":1.0},"181":{"tf":1.0},"198":{"tf":1.4142135623730951},"33":{"tf":1.0},"41":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":8,"docs":{"100":{"tf":1.0},"139":{"tf":1.0},"171":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"42":{"tf":1.0}}},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"248":{"tf":1.4142135623730951}}}}},"t":{"df":2,"docs":{"222":{"tf":1.0},"225":{"tf":1.0}}},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":3,"docs":{"22":{"tf":1.0},"234":{"tf":1.0},"68":{"tf":1.0}},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"135":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"198":{"tf":1.0},"199":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"126":{"tf":1.0}}}}},"w":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"200":{"tf":1.0},"217":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"241":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"248":{"tf":1.4142135623730951}}},"o":{"df":0,"docs":{},"p":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"140":{"tf":1.0},"33":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":9,"docs":{"117":{"tf":1.0},"118":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"140":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"53":{"tf":1.0},"83":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"198":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"33":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"e":{"df":9,"docs":{"110":{"tf":1.4142135623730951},"130":{"tf":1.0},"172":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"34":{"tf":1.0},"68":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"234":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.4142135623730951},"67":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"206":{"tf":1.4142135623730951},"71":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"157":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":12,"docs":{"121":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"240":{"tf":1.0},"29":{"tf":1.0},"47":{"tf":1.7320508075688772},"48":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.0}}}},"df":2,"docs":{"49":{"tf":1.0},"53":{"tf":1.0}}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":15,"docs":{"107":{"tf":1.0},"117":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"136":{"tf":1.0},"147":{"tf":1.0},"151":{"tf":1.7320508075688772},"157":{"tf":1.0},"20":{"tf":1.0},"206":{"tf":1.0},"217":{"tf":1.0},"223":{"tf":1.0},"240":{"tf":1.0},"29":{"tf":1.0},"37":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"206":{"tf":1.0}}}}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":23,"docs":{"117":{"tf":1.4142135623730951},"119":{"tf":1.0},"120":{"tf":1.0},"150":{"tf":1.0},"154":{"tf":1.0},"157":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.4142135623730951},"173":{"tf":1.0},"176":{"tf":1.0},"181":{"tf":1.0},"203":{"tf":1.4142135623730951},"227":{"tf":1.0},"229":{"tf":1.0},"232":{"tf":1.0},"239":{"tf":1.7320508075688772},"240":{"tf":2.0},"29":{"tf":1.0},"37":{"tf":1.4142135623730951},"50":{"tf":1.0},"53":{"tf":1.4142135623730951},"8":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"34":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"171":{"tf":1.0},"198":{"tf":1.0},"240":{"tf":1.7320508075688772}}}}}}},"s":{"df":1,"docs":{"174":{"tf":1.0}},"i":{"df":11,"docs":{"183":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"53":{"tf":1.0},"92":{"tf":1.7320508075688772},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"128":{"tf":1.0},"172":{"tf":1.0},"184":{"tf":1.0},"190":{"tf":1.0},"200":{"tf":1.4142135623730951},"205":{"tf":1.0},"234":{"tf":1.0},"95":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"151":{"tf":1.0},"63":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"237":{"tf":1.0},"240":{"tf":1.0}}}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"183":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"116":{"tf":1.0}}}}}}},"df":11,"docs":{"120":{"tf":1.4142135623730951},"155":{"tf":2.0},"157":{"tf":1.4142135623730951},"170":{"tf":1.4142135623730951},"240":{"tf":2.449489742783178},"41":{"tf":2.23606797749979},"42":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":2.0},"61":{"tf":1.0},"8":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"163":{"tf":1.0},"2":{"tf":1.0},"240":{"tf":1.0},"253":{"tf":1.0}},"s":{".":{".":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"253":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"i":{"df":8,"docs":{"107":{"tf":1.0},"128":{"tf":1.0},"14":{"tf":1.4142135623730951},"166":{"tf":1.0},"172":{"tf":1.4142135623730951},"203":{"tf":1.0},"205":{"tf":1.4142135623730951},"206":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"200":{"tf":1.0},"93":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":1,"docs":{"128":{"tf":1.0}}}}}}},"df":7,"docs":{"128":{"tf":1.0},"20":{"tf":1.0},"230":{"tf":1.4142135623730951},"3":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.4142135623730951}}}}}}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"143":{"tf":1.0}}}}},"m":{"b":{"df":1,"docs":{"189":{"tf":1.0}},"e":{"d":{"df":2,"docs":{"222":{"tf":1.0},"237":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"217":{"tf":1.0}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"240":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":4,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"221":{"tf":1.0},"222":{"tf":1.0}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"146":{"tf":1.0},"206":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":7,"docs":{"116":{"tf":1.0},"118":{"tf":1.0},"130":{"tf":1.0},"154":{"tf":1.0},"196":{"tf":1.7320508075688772},"198":{"tf":1.0},"252":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"184":{"tf":1.0}}}},"df":0,"docs":{}}}}},"d":{"df":15,"docs":{"127":{"tf":1.0},"148":{"tf":1.0},"176":{"tf":1.0},"180":{"tf":1.0},"199":{"tf":1.4142135623730951},"203":{"tf":1.0},"232":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"37":{"tf":1.4142135623730951},"53":{"tf":1.0},"60":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.7320508075688772},"78":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"130":{"tf":1.0},"225":{"tf":1.0},"233":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"181":{"tf":1.0},"184":{"tf":1.0},"2":{"tf":1.0}}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"3":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":4,"docs":{"130":{"tf":1.0},"233":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":16,"docs":{"102":{"tf":1.0},"134":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"143":{"tf":2.0},"192":{"tf":1.0},"202":{"tf":1.0},"206":{"tf":1.0},"209":{"tf":1.0},"214":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"74":{"tf":1.0},"88":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"199":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":5,"docs":{"194":{"tf":1.0},"206":{"tf":1.0},"233":{"tf":1.0},"55":{"tf":1.0},"68":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"174":{"tf":1.0},"247":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"144":{"tf":1.0},"148":{"tf":1.4142135623730951},"198":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":15,"docs":{"155":{"tf":1.4142135623730951},"170":{"tf":1.4142135623730951},"212":{"tf":1.0},"233":{"tf":1.0},"39":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"42":{"tf":2.0},"57":{"tf":1.4142135623730951},"59":{"tf":1.7320508075688772},"60":{"tf":1.7320508075688772},"86":{"tf":1.7320508075688772},"87":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"2":{"tf":1.0},"81":{"tf":1.4142135623730951}}}}}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"203":{"tf":1.0}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":6,"docs":{"198":{"tf":1.0},"232":{"tf":1.0},"32":{"tf":1.0},"42":{"tf":1.0},"66":{"tf":1.0},"78":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"240":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"206":{"tf":1.0},"240":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"239":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":7,"docs":{"143":{"tf":1.0},"151":{"tf":1.0},"166":{"tf":1.0},"172":{"tf":1.0},"189":{"tf":1.0},"225":{"tf":1.0},"90":{"tf":1.0}}}}}}},"r":{"(":{"df":3,"docs":{"206":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"106":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":2,"docs":{"34":{"tf":1.0},"73":{"tf":1.0}},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"59":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{".":{"a":{"df":0,"docs":{},"s":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{")":{".":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"df":1,"docs":{"60":{"tf":1.4142135623730951}}}}}},"df":30,"docs":{"104":{"tf":1.7320508075688772},"105":{"tf":1.4142135623730951},"106":{"tf":1.0},"107":{"tf":1.4142135623730951},"108":{"tf":1.0},"109":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"142":{"tf":1.0},"143":{"tf":1.0},"148":{"tf":1.0},"177":{"tf":1.4142135623730951},"199":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"209":{"tf":1.0},"211":{"tf":1.0},"217":{"tf":1.4142135623730951},"233":{"tf":1.4142135623730951},"240":{"tf":2.8284271247461903},"55":{"tf":1.4142135623730951},"56":{"tf":1.7320508075688772},"57":{"tf":2.449489742783178},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":2.23606797749979},"61":{"tf":1.7320508075688772},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"74":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":6,"docs":{"11":{"tf":1.0},"135":{"tf":1.0},"14":{"tf":1.0},"240":{"tf":1.0},"34":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"139":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"36":{"tf":1.0}}}}}}}},"t":{"c":{"df":3,"docs":{"224":{"tf":1.4142135623730951},"28":{"tf":1.0},"35":{"tf":1.0}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"169":{"tf":1.0}}}}}}}}},"u":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"128":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":16,"docs":{"132":{"tf":1.0},"17":{"tf":1.0},"172":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":1.0},"200":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"233":{"tf":1.0},"239":{"tf":1.0},"241":{"tf":1.0},"29":{"tf":1.0},"37":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0},"89":{"tf":1.0}},"t":{"df":1,"docs":{"116":{"tf":1.0}},"u":{"df":1,"docs":{"240":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"198":{"tf":1.0},"20":{"tf":1.0},"206":{"tf":1.0},"240":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"90":{"tf":1.0}}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"197":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"225":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"211":{"tf":1.0},"37":{"tf":1.0},"79":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"143":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":69,"docs":{"101":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"122":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"132":{"tf":1.4142135623730951},"140":{"tf":1.7320508075688772},"147":{"tf":1.0},"148":{"tf":1.7320508075688772},"149":{"tf":1.0},"151":{"tf":2.23606797749979},"155":{"tf":2.0},"157":{"tf":1.4142135623730951},"16":{"tf":1.0},"162":{"tf":1.4142135623730951},"166":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"170":{"tf":2.0},"172":{"tf":1.0},"177":{"tf":1.7320508075688772},"181":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.4142135623730951},"192":{"tf":1.4142135623730951},"197":{"tf":1.0},"198":{"tf":1.7320508075688772},"199":{"tf":1.0},"203":{"tf":1.7320508075688772},"205":{"tf":1.0},"207":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"215":{"tf":1.4142135623730951},"217":{"tf":1.0},"222":{"tf":1.7320508075688772},"232":{"tf":1.0},"233":{"tf":1.7320508075688772},"237":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"240":{"tf":2.23606797749979},"241":{"tf":1.0},"25":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"36":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"49":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"68":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.0},"78":{"tf":1.4142135623730951},"8":{"tf":3.1622776601683795},"82":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"93":{"tf":1.0},"94":{"tf":2.0},"95":{"tf":2.0},"96":{"tf":1.0},"97":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"199":{"tf":1.0}},"l":{"df":2,"docs":{"198":{"tf":1.0},"2":{"tf":1.0}}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"198":{"tf":1.0},"206":{"tf":1.0}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"172":{"tf":1.0},"206":{"tf":2.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":10,"docs":{"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.7320508075688772},"120":{"tf":1.7320508075688772},"140":{"tf":1.0},"199":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"90":{"tf":1.0}},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":3,"docs":{"118":{"tf":2.0},"119":{"tf":1.0},"120":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"258":{"tf":1.0},"87":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":9,"docs":{"147":{"tf":1.0},"17":{"tf":1.0},"206":{"tf":1.7320508075688772},"209":{"tf":1.4142135623730951},"210":{"tf":1.0},"211":{"tf":1.0},"42":{"tf":1.0},"78":{"tf":1.0},"86":{"tf":1.0}}}},"t":{"df":5,"docs":{"140":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"126":{"tf":2.6457513110645907}},"e":{"c":{"df":0,"docs":{},"t":{"df":10,"docs":{"14":{"tf":1.0},"17":{"tf":1.4142135623730951},"198":{"tf":1.0},"206":{"tf":1.0},"224":{"tf":1.0},"240":{"tf":1.7320508075688772},"25":{"tf":1.0},"254":{"tf":1.0},"61":{"tf":2.0},"68":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"172":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"224":{"tf":1.0},"26":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"241":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"72":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.0},"140":{"tf":1.0},"225":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"218":{"tf":1.4142135623730951},"50":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"121":{"tf":1.0}}}},"r":{"df":1,"docs":{"238":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"202":{"tf":1.0},"203":{"tf":1.0},"233":{"tf":1.0}}}},"s":{"df":10,"docs":{"133":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"143":{"tf":1.0},"151":{"tf":1.0},"196":{"tf":1.0},"237":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0},"90":{"tf":1.0}}}},"r":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":1,"docs":{"170":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":1,"docs":{"155":{"tf":1.0}}}}}}},":":{":":{"a":{"d":{"d":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":2,"docs":{"155":{"tf":1.0},"157":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"(":{"_":{"df":1,"docs":{"157":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":1,"docs":{"155":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"u":{"b":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":2,"docs":{"155":{"tf":1.0},"157":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"155":{"tf":2.0},"157":{"tf":1.0},"170":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":8,"docs":{"110":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":2.0},"126":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"200":{"tf":1.0},"227":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"139":{"tf":1.0},"206":{"tf":1.0},"222":{"tf":1.0},"251":{"tf":1.0},"48":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":11,"docs":{"2":{"tf":1.0},"237":{"tf":1.4142135623730951},"247":{"tf":1.0},"68":{"tf":1.0},"85":{"tf":1.7320508075688772},"86":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":6,"docs":{"199":{"tf":1.7320508075688772},"60":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"89":{"tf":1.0}}}}},"r":{"a":{"df":4,"docs":{"148":{"tf":1.0},"232":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"90":{"tf":1.0}}}}}}}},"f":{"(":{"df":0,"docs":{},"x":{"df":1,"docs":{"151":{"tf":1.0}}}},"1":{"df":1,"docs":{"177":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"177":{"tf":1.4142135623730951}}},"3":{"df":1,"docs":{"177":{"tf":1.4142135623730951}}},"6":{"4":{")":{"*":{"(":{"$":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"128":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"128":{"tf":1.0},"133":{"tf":1.0}}},"df":0,"docs":{}},"a":{"c":{"a":{"d":{"df":1,"docs":{"225":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"198":{"tf":1.0}}}}}},"t":{"df":7,"docs":{"128":{"tf":1.0},"151":{"tf":1.0},"206":{"tf":1.4142135623730951},"217":{"tf":1.0},"53":{"tf":1.0},"7":{"tf":1.0},"90":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"157":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":8,"docs":{"199":{"tf":1.0},"206":{"tf":1.4142135623730951},"210":{"tf":1.0},"240":{"tf":1.4142135623730951},"44":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"8":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"218":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"105":{"tf":1.0},"106":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":3,"docs":{"106":{"tf":1.0},"21":{"tf":1.0},"8":{"tf":1.7320508075688772}}}},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"217":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"240":{"tf":1.7320508075688772}}}}}},"r":{"df":1,"docs":{"233":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"172":{"tf":1.0}}}}}},"t":{"df":2,"docs":{"50":{"tf":1.0},"74":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"121":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"7":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"199":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"225":{"tf":1.4142135623730951}}}}}}},"b":{".":{"a":{"df":1,"docs":{"166":{"tf":1.0}}},"b":{"df":1,"docs":{"166":{"tf":1.0}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"166":{"tf":1.0}}},"df":4,"docs":{"132":{"tf":1.0},"151":{"tf":1.7320508075688772},"166":{"tf":1.0},"222":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"110":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"151":{"tf":1.7320508075688772},"217":{"tf":1.0},"224":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":2,"docs":{"239":{"tf":1.0},"43":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":2.0}},"s":{"\"":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"149":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"198":{"tf":1.0},"234":{"tf":1.0}}}}}},"f":{"df":0,"docs":{},"i":{"df":34,"docs":{"194":{"tf":2.23606797749979},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.7320508075688772},"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"200":{"tf":1.7320508075688772},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"55":{"tf":2.449489742783178},"56":{"tf":1.7320508075688772},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.0},"73":{"tf":1.7320508075688772},"74":{"tf":1.0},"75":{"tf":1.0}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"\"":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"119":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":19,"docs":{"117":{"tf":1.4142135623730951},"118":{"tf":2.0},"119":{"tf":1.4142135623730951},"120":{"tf":2.0},"131":{"tf":1.0},"134":{"tf":1.0},"162":{"tf":1.7320508075688772},"17":{"tf":1.0},"176":{"tf":1.0},"181":{"tf":1.0},"20":{"tf":1.0},"222":{"tf":1.7320508075688772},"234":{"tf":1.4142135623730951},"239":{"tf":2.449489742783178},"240":{"tf":2.23606797749979},"85":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"88":{"tf":3.3166247903554},"89":{"tf":2.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"233":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"233":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"49":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}},"e":{"d":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"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":{"<":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"233":{"tf":1.0}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":1,"docs":{"233":{"tf":1.4142135623730951}}}},"p":{"df":1,"docs":{"233":{"tf":1.4142135623730951}}}},"df":1,"docs":{"233":{"tf":1.7320508075688772}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":6,"docs":{"151":{"tf":1.4142135623730951},"198":{"tf":1.0},"233":{"tf":1.7320508075688772},"240":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.4142135623730951}}},"l":{"df":2,"docs":{"232":{"tf":1.4142135623730951},"54":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":7,"docs":{"120":{"tf":1.0},"224":{"tf":1.0},"239":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":2.449489742783178}},"i":{"df":0,"docs":{},"s":{"df":14,"docs":{"139":{"tf":1.0},"141":{"tf":1.7320508075688772},"142":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"144":{"tf":1.0},"31":{"tf":1.7320508075688772},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.7320508075688772},"37":{"tf":1.0},"38":{"tf":1.0},"54":{"tf":1.0}}}}}},"d":{"df":3,"docs":{"191":{"tf":1.0},"2":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":4,"docs":{"183":{"tf":1.0},"211":{"tf":1.0},"53":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"y":{"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":{"151":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"203":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"203":{"tf":1.0}}}}}},"df":10,"docs":{"200":{"tf":1.0},"206":{"tf":1.0},"210":{"tf":1.0},"218":{"tf":1.0},"230":{"tf":1.4142135623730951},"234":{"tf":1.0},"240":{"tf":1.0},"42":{"tf":1.0},"49":{"tf":1.0},"74":{"tf":1.0}}}}},"x":{"df":2,"docs":{"45":{"tf":1.0},"8":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"151":{"tf":1.0}}},"t":{"df":2,"docs":{"57":{"tf":1.0},"59":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":9,"docs":{"113":{"tf":1.0},"121":{"tf":1.0},"173":{"tf":1.0},"176":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":1.0},"26":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"(":{"df":0,"docs":{},"u":{"8":{"df":1,"docs":{"151":{"tf":1.0}}},"df":0,"docs":{}}},"df":44,"docs":{"106":{"tf":1.4142135623730951},"118":{"tf":3.3166247903554},"119":{"tf":3.0},"12":{"tf":1.0},"120":{"tf":3.605551275463989},"121":{"tf":1.0},"127":{"tf":2.23606797749979},"128":{"tf":1.0},"132":{"tf":1.4142135623730951},"140":{"tf":2.0},"143":{"tf":1.0},"148":{"tf":2.23606797749979},"151":{"tf":1.7320508075688772},"155":{"tf":2.449489742783178},"157":{"tf":1.0},"16":{"tf":1.4142135623730951},"162":{"tf":2.23606797749979},"17":{"tf":1.7320508075688772},"170":{"tf":2.0},"177":{"tf":2.449489742783178},"199":{"tf":2.0},"203":{"tf":1.4142135623730951},"206":{"tf":1.0},"21":{"tf":1.0},"222":{"tf":1.7320508075688772},"223":{"tf":1.0},"233":{"tf":3.1622776601683795},"239":{"tf":2.449489742783178},"240":{"tf":2.449489742783178},"25":{"tf":1.0},"33":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"49":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":2.0},"74":{"tf":1.0},"8":{"tf":2.23606797749979},"87":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"119":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"119":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"119":{"tf":2.23606797749979}}}}}},"o":{"c":{"df":0,"docs":{},"u":{"df":1,"docs":{"240":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"177":{"tf":1.0}}}},"l":{"d":{"_":{"df":1,"docs":{"172":{"tf":1.0}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"170":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"170":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"170":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":9,"docs":{"158":{"tf":1.0},"168":{"tf":1.7320508075688772},"169":{"tf":1.7320508075688772},"170":{"tf":2.449489742783178},"171":{"tf":1.7320508075688772},"172":{"tf":1.0},"173":{"tf":2.449489742783178},"202":{"tf":1.0},"230":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"169":{"tf":1.0},"170":{"tf":2.23606797749979}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":15,"docs":{"119":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.0},"132":{"tf":1.0},"151":{"tf":1.0},"197":{"tf":1.0},"214":{"tf":1.0},"218":{"tf":1.4142135623730951},"222":{"tf":1.0},"227":{"tf":1.0},"3":{"tf":1.0},"51":{"tf":1.0},"65":{"tf":1.0},"71":{"tf":1.0},"8":{"tf":1.0}}}}}},"o":{"\"":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"170":{"tf":1.0},"94":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"177":{"tf":1.0}}}}}},"a":{"df":1,"docs":{"177":{"tf":1.4142135623730951}}},"b":{"a":{"df":0,"docs":{},"r":{"<":{"df":0,"docs":{},"t":{"1":{"df":1,"docs":{"136":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.7320508075688772}}}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"162":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"162":{"tf":3.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"162":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{")":{".":{"a":{"(":{")":{".":{"b":{"(":{")":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"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":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"(":{"\"":{"df":0,"docs":{},"y":{"\"":{")":{")":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"166":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":10,"docs":{"132":{"tf":2.23606797749979},"136":{"tf":1.0},"140":{"tf":2.0},"162":{"tf":3.3166247903554},"170":{"tf":1.4142135623730951},"222":{"tf":3.605551275463989},"224":{"tf":1.4142135623730951},"225":{"tf":1.0},"33":{"tf":2.0},"87":{"tf":1.4142135623730951}}},"r":{"c":{"df":3,"docs":{"107":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.7320508075688772}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":34,"docs":{"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.7320508075688772},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.4142135623730951},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.4142135623730951},"206":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"128":{"tf":1.0},"251":{"tf":1.0}}},"t":{"!":{"(":{"\"":{"c":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"60":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"i":{"/":{"df":0,"docs":{},"o":{"df":1,"docs":{"60":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":1,"docs":{"148":{"tf":1.0}}}},"df":0,"docs":{}},"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"148":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}},"df":9,"docs":{"10":{"tf":1.7320508075688772},"11":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"147":{"tf":2.0},"148":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":2.6457513110645907}},"t":{"df":1,"docs":{"148":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"151":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"151":{"tf":1.0}}}}}}},"df":0,"docs":{}},">":{"(":{"df":0,"docs":{},"g":{"df":1,"docs":{"148":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":3,"docs":{"159":{"tf":1.0},"240":{"tf":1.4142135623730951},"88":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"121":{"tf":1.0},"184":{"tf":1.0},"240":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"71":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":3,"docs":{"37":{"tf":1.0},"60":{"tf":1.0},"68":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{".":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"199":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":5,"docs":{"126":{"tf":1.7320508075688772},"129":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"202":{"tf":1.0}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"166":{"tf":1.0},"238":{"tf":1.0},"74":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"172":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"m":{"(":{"df":3,"docs":{"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}},"<":{"c":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"237":{"tf":1.0}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"59":{"tf":1.0},"60":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"61":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"c":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"237":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"8":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"107":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":1,"docs":{"107":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"s":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"49":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":5,"docs":{"151":{"tf":1.0},"197":{"tf":1.0},"211":{"tf":1.0},"241":{"tf":1.0},"57":{"tf":1.0}},"i":{"df":1,"docs":{"211":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":82,"docs":{"105":{"tf":1.0},"107":{"tf":1.0},"119":{"tf":2.6457513110645907},"121":{"tf":2.23606797749979},"128":{"tf":1.0},"132":{"tf":1.0},"136":{"tf":1.4142135623730951},"140":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"16":{"tf":1.4142135623730951},"165":{"tf":1.0},"17":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.4142135623730951},"181":{"tf":1.0},"186":{"tf":1.4142135623730951},"189":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.4142135623730951},"197":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":2.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.4142135623730951},"204":{"tf":1.0},"205":{"tf":1.4142135623730951},"206":{"tf":1.7320508075688772},"227":{"tf":2.6457513110645907},"228":{"tf":1.4142135623730951},"229":{"tf":1.0},"230":{"tf":2.0},"231":{"tf":1.0},"232":{"tf":2.0},"233":{"tf":1.4142135623730951},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.4142135623730951},"238":{"tf":1.4142135623730951},"239":{"tf":3.3166247903554},"240":{"tf":2.6457513110645907},"241":{"tf":1.0},"253":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"37":{"tf":1.7320508075688772},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.7320508075688772},"70":{"tf":1.0},"71":{"tf":1.7320508075688772},"72":{"tf":1.7320508075688772},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"79":{"tf":1.4142135623730951},"8":{"tf":2.23606797749979},"93":{"tf":1.0},"95":{"tf":1.4142135623730951},"97":{"tf":1.0}},"s":{"/":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"128":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"126":{"tf":1.0},"155":{"tf":1.0},"37":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"154":{"tf":1.0},"217":{"tf":1.0},"224":{"tf":1.0},"44":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":8,"docs":{"147":{"tf":1.0},"183":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"224":{"tf":1.0},"235":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0}}}}}}},"g":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"(":{"&":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"148":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"189":{"tf":1.0},"237":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"199":{"tf":1.0}}}}},"c":{"'":{"d":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"45":{"tf":1.0}}},"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":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"148":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":27,"docs":{"110":{"tf":1.0},"136":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.7320508075688772},"148":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"211":{"tf":1.0},"219":{"tf":1.0},"22":{"tf":1.0},"224":{"tf":1.0},"231":{"tf":1.7320508075688772},"232":{"tf":2.6457513110645907},"233":{"tf":1.7320508075688772},"234":{"tf":1.4142135623730951},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.4142135623730951},"240":{"tf":3.1622776601683795},"241":{"tf":1.0},"247":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"77":{"tf":1.0},"89":{"tf":1.0}}}}},"t":{"_":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"i":{"d":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"239":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"239":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"73":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"101":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":4,"docs":{"206":{"tf":1.0},"233":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"46":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"73":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"73":{"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":{},"v":{"df":0,"docs":{},"e":{"df":15,"docs":{"111":{"tf":1.0},"121":{"tf":1.0},"133":{"tf":1.0},"172":{"tf":1.0},"198":{"tf":1.0},"207":{"tf":1.0},"217":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"8":{"tf":1.4142135623730951},"81":{"tf":1.0}},"n":{"df":6,"docs":{"107":{"tf":1.0},"110":{"tf":1.0},"146":{"tf":1.0},"166":{"tf":1.0},"233":{"tf":1.0},"250":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"237":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"206":{"tf":1.0}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"125":{"tf":1.0},"197":{"tf":1.0},"233":{"tf":1.0},"249":{"tf":1.0},"5":{"tf":1.0}}}},"df":6,"docs":{"112":{"tf":1.0},"126":{"tf":1.0},"230":{"tf":1.0},"233":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"66":{"tf":1.0}},"e":{"df":2,"docs":{"240":{"tf":1.0},"37":{"tf":1.4142135623730951}}},"o":{"d":{"df":12,"docs":{"151":{"tf":1.0},"180":{"tf":1.0},"194":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"211":{"tf":1.0},"218":{"tf":1.0},"225":{"tf":1.0},"240":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"217":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"202":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"183":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"124":{"tf":1.0},"126":{"tf":2.0},"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"129":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"241":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"110":{"tf":1.4142135623730951},"111":{"tf":1.0},"207":{"tf":1.0},"211":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"198":{"tf":1.0},"60":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"194":{"tf":1.0},"200":{"tf":1.0},"83":{"tf":1.0}}}}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":7,"docs":{"190":{"tf":1.0},"192":{"tf":1.0},"199":{"tf":1.4142135623730951},"232":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"67":{"tf":1.4142135623730951}}}}}},"d":{"df":9,"docs":{"138":{"tf":1.7320508075688772},"139":{"tf":1.7320508075688772},"140":{"tf":1.7320508075688772},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":2.8284271247461903},"144":{"tf":1.0},"38":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"68":{"tf":1.0}}}}},"i":{"d":{"df":2,"docs":{"144":{"tf":1.0},"167":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"1":{"tf":1.0},"244":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"/":{"c":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"h":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"211":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"/":{"0":{".":{"1":{".":{"0":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"3":{"2":{"df":0,"docs":{},"f":{"3":{"0":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"a":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"p":{"a":{"0":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"237":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":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":{"237":{"tf":1.0}}},"n":{"d":{"df":3,"docs":{"172":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0}},"l":{"df":13,"docs":{"148":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"205":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"233":{"tf":1.4142135623730951},"239":{"tf":1.0},"34":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"9":{"tf":1.0},"90":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"121":{"tf":1.0},"233":{"tf":1.0}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":7,"docs":{"199":{"tf":1.0},"206":{"tf":1.0},"224":{"tf":1.0},"229":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"5":{"tf":1.0}}}},"i":{"df":1,"docs":{"42":{"tf":1.0}}}}},"r":{"d":{"df":4,"docs":{"191":{"tf":1.0},"217":{"tf":1.0},"36":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"148":{"tf":1.0}}}}}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"148":{"tf":1.0}}}}}},"df":1,"docs":{"240":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"<":{"df":0,"docs":{},"u":{"6":{"4":{"df":1,"docs":{"239":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"137":{"tf":1.0},"230":{"tf":1.0},"232":{"tf":1.0},"241":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"44":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":5,"docs":{"151":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"166":{"tf":1.0},"240":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"206":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"198":{"tf":1.0}}}}},"df":0,"docs":{},"p":{"df":6,"docs":{"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"211":{"tf":1.4142135623730951},"237":{"tf":1.0},"51":{"tf":1.0}}},"v":{"df":0,"docs":{},"i":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"185":{"tf":1.0}},"o":{"df":1,"docs":{"12":{"tf":1.0}}}},"p":{"df":7,"docs":{"143":{"tf":1.0},"162":{"tf":1.0},"198":{"tf":1.0},"219":{"tf":1.4142135623730951},"238":{"tf":1.0},"242":{"tf":1.0},"89":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"151":{"tf":1.0},"161":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"199":{"tf":1.0}}},"df":26,"docs":{"101":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"140":{"tf":1.0},"162":{"tf":1.0},"169":{"tf":1.0},"177":{"tf":1.0},"194":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"21":{"tf":1.7320508075688772},"218":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.4142135623730951},"233":{"tf":2.0},"239":{"tf":1.0},"240":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"87":{"tf":1.0},"94":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"243":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"154":{"tf":1.0},"156":{"tf":1.0}}}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":4,"docs":{"136":{"tf":1.4142135623730951},"206":{"tf":1.0},"250":{"tf":1.0},"252":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"200":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"170":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"202":{"tf":1.0},"240":{"tf":1.7320508075688772}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"207":{"tf":1.0}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"240":{"tf":1.0}}}}}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}},"r":{"df":1,"docs":{"170":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"209":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"156":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"198":{"tf":1.0},"218":{"tf":1.0},"235":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"187":{"tf":1.0}}}},"t":{"df":1,"docs":{"50":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":2,"docs":{"185":{"tf":1.0},"237":{"tf":1.0}},"s":{":":{"/":{"/":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"0":{".":{"1":{"4":{".":{"5":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"237":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"3":{"2":{"df":0,"docs":{},"f":{"3":{"0":{"df":0,"docs":{},"x":{"df":1,"docs":{"237":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"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":{"5":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"228":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"237":{"tf":1.0}}}}}}},"i":{".":{"df":1,"docs":{"241":{"tf":1.0}},"e":{",":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"149":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"3":{"2":{"df":2,"docs":{"87":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"155":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"8":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"df":1,"docs":{"239":{"tf":1.7320508075688772}},"e":{"a":{"df":8,"docs":{"115":{"tf":1.0},"146":{"tf":1.0},"151":{"tf":1.4142135623730951},"199":{"tf":1.7320508075688772},"217":{"tf":1.0},"218":{"tf":1.0},"232":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"17":{"tf":1.0},"170":{"tf":1.0},"240":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"113":{"tf":1.0},"174":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":14,"docs":{"199":{"tf":1.0},"243":{"tf":1.0},"42":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"78":{"tf":1.0}}}},"df":110,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"144":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"194":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"224":{"tf":1.0},"226":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"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":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":2.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":2.23606797749979},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"9":{"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}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"240":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"148":{"tf":1.0},"206":{"tf":1.0},"8":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"i":{"df":1,"docs":{"9":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"206":{"tf":1.0},"8":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"106":{"tf":1.0},"147":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":3,"docs":{"199":{"tf":1.0},"37":{"tf":1.7320508075688772},"83":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"100":{"tf":1.0},"101":{"tf":1.4142135623730951},"172":{"tf":1.0},"209":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"227":{"tf":1.4142135623730951},"228":{"tf":1.4142135623730951},"229":{"tf":1.7320508075688772},"232":{"tf":1.0}}}},"l":{"<":{"'":{"_":{"df":1,"docs":{"237":{"tf":1.0}}},"a":{"df":3,"docs":{"120":{"tf":1.0},"127":{"tf":1.0},"140":{"tf":1.4142135623730951}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"199":{"tf":1.0}}}}},"df":0,"docs":{},"p":{"df":1,"docs":{"233":{"tf":1.0}}},"t":{"df":3,"docs":{"140":{"tf":1.0},"237":{"tf":1.0},"25":{"tf":1.0}}}},"df":30,"docs":{"118":{"tf":1.7320508075688772},"119":{"tf":1.0},"132":{"tf":1.4142135623730951},"135":{"tf":1.0},"148":{"tf":1.7320508075688772},"151":{"tf":1.0},"155":{"tf":1.0},"16":{"tf":1.0},"162":{"tf":1.4142135623730951},"17":{"tf":1.7320508075688772},"170":{"tf":1.0},"199":{"tf":1.0},"203":{"tf":1.0},"21":{"tf":1.0},"217":{"tf":1.4142135623730951},"222":{"tf":1.4142135623730951},"223":{"tf":1.0},"232":{"tf":1.4142135623730951},"233":{"tf":2.8284271247461903},"234":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":1.7320508075688772},"240":{"tf":1.4142135623730951},"33":{"tf":1.0},"36":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":47,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"130":{"tf":1.0},"133":{"tf":1.7320508075688772},"135":{"tf":1.0},"136":{"tf":1.4142135623730951},"140":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"146":{"tf":2.0},"148":{"tf":1.0},"149":{"tf":1.7320508075688772},"150":{"tf":1.0},"151":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951},"167":{"tf":1.0},"17":{"tf":2.0},"170":{"tf":1.0},"18":{"tf":1.0},"199":{"tf":1.7320508075688772},"2":{"tf":1.0},"20":{"tf":2.23606797749979},"203":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"218":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"233":{"tf":1.4142135623730951},"234":{"tf":1.0},"235":{"tf":1.4142135623730951},"237":{"tf":1.7320508075688772},"239":{"tf":1.4142135623730951},"240":{"tf":2.23606797749979},"241":{"tf":1.0},"25":{"tf":1.7320508075688772},"257":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.7320508075688772},"33":{"tf":1.0},"44":{"tf":1.4142135623730951},"77":{"tf":1.0},"78":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"22":{"tf":1.0},"240":{"tf":1.0}}}}}}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":8,"docs":{"222":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.4142135623730951},"25":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"8":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"df":1,"docs":{"73":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"224":{"tf":1.0},"68":{"tf":1.0}}}}}}},"df":1,"docs":{"196":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"110":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"218":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"v":{"df":1,"docs":{"235":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":7,"docs":{"151":{"tf":1.0},"202":{"tf":1.0},"222":{"tf":1.0},"233":{"tf":1.0},"241":{"tf":1.0},"25":{"tf":1.0},"250":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"132":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":5,"docs":{"113":{"tf":1.0},"150":{"tf":1.0},"211":{"tf":1.0},"235":{"tf":1.0},"7":{"tf":1.0}}}},"d":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"199":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"103":{"tf":1.0},"84":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"176":{"tf":1.0},"181":{"tf":1.7320508075688772},"50":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"df":1,"docs":{"29":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"n":{"a":{"df":2,"docs":{"43":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}},"c":{"df":6,"docs":{"180":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"36":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"225":{"tf":1.0},"7":{"tf":2.0}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":2,"docs":{"119":{"tf":1.0},"218":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"207":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"191":{"tf":1.0},"211":{"tf":1.0}}}},"df":0,"docs":{}}}},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"194":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"68":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}}},"x":{".":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"127":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"126":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":9,"docs":{"156":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"233":{"tf":1.0},"239":{"tf":1.0},"250":{"tf":1.0},"256":{"tf":1.0},"57":{"tf":1.0},"62":{"tf":1.0}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"217":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"221":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":2.0},"225":{"tf":1.0},"232":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"139":{"tf":1.4142135623730951},"164":{"tf":1.0}}}}}},"df":16,"docs":{"203":{"tf":1.0},"21":{"tf":1.0},"236":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.0},"67":{"tf":1.0},"74":{"tf":1.0},"92":{"tf":1.7320508075688772},"93":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"152":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"222":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"170":{"tf":1.4142135623730951},"190":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"240":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":6,"docs":{"105":{"tf":1.0},"198":{"tf":1.0},"252":{"tf":1.0},"33":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"240":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":14,"docs":{"112":{"tf":1.0},"124":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"16":{"tf":1.0},"21":{"tf":1.4142135623730951},"211":{"tf":1.0},"22":{"tf":1.0},"222":{"tf":1.0},"247":{"tf":1.0},"42":{"tf":1.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.0},"88":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"86":{"tf":1.0},"88":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":18,"docs":{"119":{"tf":1.0},"120":{"tf":1.0},"16":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.7320508075688772},"222":{"tf":1.0},"236":{"tf":1.4142135623730951},"240":{"tf":1.0},"25":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"198":{"tf":2.449489742783178},"199":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"g":{"df":3,"docs":{"200":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"211":{"tf":1.0},"212":{"tf":1.0}}}}}},"n":{"d":{"df":2,"docs":{"224":{"tf":1.0},"225":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.0},"214":{"tf":1.0},"225":{"tf":1.4142135623730951}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"202":{"tf":1.0},"224":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"239":{"tf":1.0},"45":{"tf":1.0}}}}},"f":{"a":{"c":{"df":42,"docs":{"133":{"tf":1.0},"189":{"tf":1.4142135623730951},"191":{"tf":1.0},"192":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"224":{"tf":1.0},"241":{"tf":1.0},"247":{"tf":1.7320508075688772},"251":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"110":{"tf":1.0},"170":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":8,"docs":{"136":{"tf":1.4142135623730951},"197":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"205":{"tf":1.0},"211":{"tf":1.0},"233":{"tf":1.0},"237":{"tf":1.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":8,"docs":{"123":{"tf":1.7320508075688772},"124":{"tf":2.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"155":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"\"":{"1":{"df":1,"docs":{"127":{"tf":1.0}}},"2":{"+":{"3":{"df":1,"docs":{"127":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"<":{"'":{"a":{"df":1,"docs":{"127":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"i":{"6":{"4":{"df":2,"docs":{"155":{"tf":1.0},"170":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"o":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"73":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{">":{">":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"74":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"77":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}}}},"r":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":1,"docs":{"127":{"tf":1.4142135623730951}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":5,"docs":{"191":{"tf":1.0},"217":{"tf":1.0},"224":{"tf":1.0},"36":{"tf":1.0},"91":{"tf":1.0}},"t":{"df":5,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"241":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"197":{"tf":1.0},"199":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":7,"docs":{"148":{"tf":1.0},"189":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"237":{"tf":1.0},"251":{"tf":1.0},"68":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"233":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"146":{"tf":1.4142135623730951},"247":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"k":{"df":6,"docs":{"116":{"tf":1.0},"117":{"tf":1.7320508075688772},"119":{"tf":1.0},"211":{"tf":1.0},"7":{"tf":1.0},"95":{"tf":1.0}}},"l":{"df":0,"docs":{},"v":{"df":5,"docs":{"198":{"tf":1.0},"200":{"tf":1.0},"233":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}}}}}}},"o":{":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"49":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"49":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"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":{"d":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"59":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"225":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":1,"docs":{"247":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"59":{"tf":1.0},"60":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"u":{"df":10,"docs":{"176":{"tf":1.0},"177":{"tf":1.0},"199":{"tf":1.0},"204":{"tf":1.0},"211":{"tf":1.0},"225":{"tf":1.0},"4":{"tf":1.0},"60":{"tf":1.0},"68":{"tf":1.4142135623730951},"74":{"tf":1.0}}}}},"t":{"'":{"df":12,"docs":{"112":{"tf":1.0},"177":{"tf":1.0},"206":{"tf":1.4142135623730951},"224":{"tf":1.0},"42":{"tf":1.0},"53":{"tf":1.0},"63":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":3,"docs":{"131":{"tf":1.0},"169":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951}}},"r":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"|":{"df":0,"docs":{},"r":{"df":1,"docs":{"239":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"203":{"tf":1.0},"206":{"tf":1.0}}}}}}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"'":{"df":3,"docs":{"118":{"tf":1.0},"173":{"tf":1.0},"206":{"tf":1.4142135623730951}}},".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"|":{"df":0,"docs":{},"r":{"df":1,"docs":{"239":{"tf":1.0}}}}},"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":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"79":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"m":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"171":{"tf":1.0},"79":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"=":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"239":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"239":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":16,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"156":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.4142135623730951},"199":{"tf":3.7416573867739413},"200":{"tf":1.4142135623730951},"203":{"tf":2.449489742783178},"205":{"tf":1.4142135623730951},"206":{"tf":3.1622776601683795},"229":{"tf":1.0},"239":{"tf":1.4142135623730951},"76":{"tf":1.7320508075688772},"77":{"tf":1.0},"78":{"tf":1.7320508075688772},"79":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":10,"docs":{"162":{"tf":1.0},"170":{"tf":1.4142135623730951},"194":{"tf":1.0},"200":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.7320508075688772},"241":{"tf":1.0},"256":{"tf":1.0},"55":{"tf":1.0}}}}}}}},"j":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"239":{"tf":1.0},"240":{"tf":1.0}}}},"v":{"a":{"df":6,"docs":{"157":{"tf":1.0},"166":{"tf":1.0},"222":{"tf":1.4142135623730951},"224":{"tf":1.4142135623730951},"232":{"tf":1.4142135623730951},"34":{"tf":1.0}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"232":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"9":{"tf":1.0}},"o":{"b":{"df":1,"docs":{"240":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"239":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"43":{"tf":1.0},"45":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"240":{"tf":1.0}}},"df":6,"docs":{"147":{"tf":1.0},"148":{"tf":1.7320508075688772},"149":{"tf":1.0},"151":{"tf":1.4142135623730951},"239":{"tf":1.0},"240":{"tf":2.0}}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"200":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"'":{"df":1,"docs":{"193":{"tf":1.0}}},"df":0,"docs":{}}}}},"k":{"df":1,"docs":{"148":{"tf":2.0}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":13,"docs":{"140":{"tf":1.4142135623730951},"197":{"tf":1.0},"198":{"tf":1.0},"202":{"tf":1.0},"212":{"tf":1.0},"233":{"tf":1.0},"240":{"tf":1.0},"39":{"tf":1.4142135623730951},"40":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"65":{"tf":1.0}}}},"p":{"df":0,"docs":{},"t":{"df":5,"docs":{"148":{"tf":1.0},"198":{"tf":1.0},"249":{"tf":1.0},"37":{"tf":1.4142135623730951},"5":{"tf":1.0}}}},"y":{".":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"199":{"tf":1.0}}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"199":{"tf":1.0}}}}}},"df":8,"docs":{"198":{"tf":1.0},"199":{"tf":2.0},"206":{"tf":1.7320508075688772},"232":{"tf":1.0},"240":{"tf":1.4142135623730951},"249":{"tf":1.0},"26":{"tf":1.0},"5":{"tf":1.0}},"s":{"<":{"'":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{">":{"(":{"&":{"'":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"199":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"133":{"tf":1.0}}}}}}}},"n":{"d":{"df":6,"docs":{"124":{"tf":1.0},"147":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.4142135623730951},"29":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"249":{"tf":1.4142135623730951},"5":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":11,"docs":{"117":{"tf":1.0},"136":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.4142135623730951},"150":{"tf":1.0},"181":{"tf":1.0},"198":{"tf":1.7320508075688772},"207":{"tf":1.4142135623730951},"233":{"tf":1.4142135623730951},"240":{"tf":1.0},"258":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":2,"docs":{"110":{"tf":1.0},"248":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":4,"docs":{"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"232":{"tf":1.4142135623730951},"239":{"tf":1.0}}}}}}},"l":{"a":{"b":{"df":1,"docs":{"233":{"tf":1.7320508075688772}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"166":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":31,"docs":{"110":{"tf":2.23606797749979},"124":{"tf":2.0},"128":{"tf":1.4142135623730951},"135":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"16":{"tf":1.0},"166":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951},"196":{"tf":1.0},"197":{"tf":1.7320508075688772},"2":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.4142135623730951},"222":{"tf":1.0},"224":{"tf":1.0},"227":{"tf":1.0},"232":{"tf":2.449489742783178},"239":{"tf":1.7320508075688772},"240":{"tf":1.4142135623730951},"255":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"57":{"tf":1.0},"62":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"g":{"df":3,"docs":{"176":{"tf":1.0},"185":{"tf":1.0},"5":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"189":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"230":{"tf":1.0},"68":{"tf":1.0},"8":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"116":{"tf":1.4142135623730951},"119":{"tf":1.0},"171":{"tf":1.0},"177":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"78":{"tf":1.0},"88":{"tf":1.0}}}}}},"w":{"df":1,"docs":{"250":{"tf":1.4142135623730951}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"240":{"tf":1.4142135623730951},"5":{"tf":1.0},"7":{"tf":2.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"198":{"tf":1.0},"222":{"tf":1.0}}}}}}},"df":1,"docs":{"199":{"tf":2.23606797749979}},"e":{"a":{"d":{"df":5,"docs":{"176":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"185":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":1,"docs":{"170":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"229":{"tf":1.0},"53":{"tf":1.0}}}},"v":{"df":3,"docs":{"233":{"tf":1.0},"239":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"126":{"tf":1.0}}}},"g":{"a":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"239":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"_":{"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":{"151":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":4,"docs":{"199":{"tf":1.7320508075688772},"239":{"tf":2.23606797749979},"240":{"tf":2.449489742783178},"241":{"tf":1.7320508075688772}},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"128":{"tf":1.4142135623730951},"198":{"tf":1.0},"199":{"tf":1.4142135623730951},"66":{"tf":1.0},"68":{"tf":1.0}}}}},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"{":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":4,"docs":{"238":{"tf":1.7320508075688772},"239":{"tf":2.6457513110645907},"240":{"tf":2.23606797749979},"241":{"tf":1.7320508075688772}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"<":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"!":{"[":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"239":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"239":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"s":{"df":7,"docs":{"166":{"tf":1.0},"172":{"tf":1.0},"185":{"tf":1.0},"200":{"tf":1.4142135623730951},"206":{"tf":1.0},"226":{"tf":1.0},"90":{"tf":1.0}}},"t":{"df":1,"docs":{"233":{"tf":1.0}}}},"t":{"'":{"df":3,"docs":{"126":{"tf":1.0},"228":{"tf":1.0},"8":{"tf":1.0}}},"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"170":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"155":{"tf":1.0}}}},"df":0,"docs":{}}},"df":3,"docs":{"179":{"tf":1.0},"42":{"tf":1.0},"7":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":8,"docs":{"110":{"tf":1.0},"146":{"tf":1.0},"170":{"tf":1.0},"202":{"tf":1.0},"240":{"tf":1.0},"45":{"tf":1.0},"67":{"tf":2.23606797749979},"68":{"tf":2.0}}}}},"x":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"206":{"tf":1.0}}}}},"df":0,"docs":{}}}},"h":{"df":2,"docs":{"155":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951}}},"i":{"b":{"c":{":":{":":{"c":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"199":{"tf":1.0},"206":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"(":{"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":{},"r":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{"df":1,"docs":{"68":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":15,"docs":{"107":{"tf":1.0},"140":{"tf":1.0},"17":{"tf":1.0},"183":{"tf":1.0},"196":{"tf":1.4142135623730951},"198":{"tf":2.6457513110645907},"199":{"tf":1.0},"206":{"tf":1.4142135623730951},"233":{"tf":1.0},"237":{"tf":1.4142135623730951},"240":{"tf":2.23606797749979},"243":{"tf":1.0},"66":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0}}},"y":{"'":{"df":1,"docs":{"198":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"170":{"tf":1.0},"198":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":16,"docs":{"143":{"tf":2.0},"198":{"tf":1.0},"199":{"tf":2.23606797749979},"200":{"tf":1.0},"202":{"tf":1.4142135623730951},"204":{"tf":1.0},"206":{"tf":1.4142135623730951},"37":{"tf":1.0},"48":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"179":{"tf":1.0},"200":{"tf":1.0},"225":{"tf":1.0},"7":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":9,"docs":{"103":{"tf":1.0},"210":{"tf":1.7320508075688772},"217":{"tf":1.0},"218":{"tf":1.0},"234":{"tf":1.0},"42":{"tf":1.0},"61":{"tf":2.0},"8":{"tf":1.4142135623730951},"95":{"tf":1.0}},"r":{"df":1,"docs":{"164":{"tf":1.0}}}},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"255":{"tf":1.4142135623730951}}}}}}},"k":{"df":1,"docs":{"185":{"tf":1.0}}},"t":{"df":3,"docs":{"217":{"tf":2.23606797749979},"218":{"tf":2.23606797749979},"219":{"tf":1.7320508075688772}},"s":{"=":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"217":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":1,"docs":{"243":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"247":{"tf":1.0}}}}},"t":{"df":4,"docs":{"218":{"tf":1.4142135623730951},"219":{"tf":1.4142135623730951},"22":{"tf":1.0},"258":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"233":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"11":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"l":{"df":6,"docs":{"197":{"tf":1.0},"223":{"tf":1.0},"241":{"tf":1.0},"250":{"tf":1.0},"29":{"tf":1.0},"45":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":5,"docs":{"49":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"k":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"140":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"140":{"tf":1.4142135623730951}}}},"d":{"df":1,"docs":{"250":{"tf":1.4142135623730951}}},"df":0,"docs":{},"g":{"df":2,"docs":{"116":{"tf":1.0},"67":{"tf":1.0}},"i":{"c":{"df":2,"docs":{"205":{"tf":1.0},"233":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":2.23606797749979}},"s":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{")":{".":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"78":{"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":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"106":{"tf":1.0},"124":{"tf":1.0},"198":{"tf":1.0},"239":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"217":{"tf":1.0},"49":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":8,"docs":{"199":{"tf":1.0},"203":{"tf":1.4142135623730951},"206":{"tf":1.0},"233":{"tf":1.7320508075688772},"240":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"8":{"tf":1.4142135623730951}}},"p":{"df":4,"docs":{"199":{"tf":1.7320508075688772},"229":{"tf":1.0},"36":{"tf":1.0},"78":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"199":{"tf":1.0},"237":{"tf":1.0}}}},"t":{"df":5,"docs":{"135":{"tf":1.0},"162":{"tf":1.4142135623730951},"199":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0}}},"w":{"df":1,"docs":{"45":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"202":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"p":{"df":1,"docs":{"247":{"tf":1.0}}}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"185":{"tf":1.0}}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"241":{"tf":1.0}}}}}}},"m":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"222":{"tf":1.0},"223":{"tf":1.0}}}}}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"186":{"tf":1.0},"233":{"tf":1.4142135623730951},"5":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"128":{"tf":1.7320508075688772},"129":{"tf":1.0}}}}}},"df":5,"docs":{"239":{"tf":1.7320508075688772},"240":{"tf":1.7320508075688772},"241":{"tf":1.0},"34":{"tf":1.0},"74":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"df":4,"docs":{"100":{"tf":1.0},"211":{"tf":1.0},"249":{"tf":1.0},"5":{"tf":1.0}}}},"df":1,"docs":{"43":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"222":{"tf":1.0}}}}}},"df":19,"docs":{"106":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"132":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"151":{"tf":1.4142135623730951},"198":{"tf":1.0},"21":{"tf":1.0},"222":{"tf":1.0},"233":{"tf":1.7320508075688772},"240":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0},"8":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"2":{"tf":1.0}}}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"89":{"tf":1.0},"90":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"e":{"df":34,"docs":{"131":{"tf":1.0},"136":{"tf":1.0},"143":{"tf":1.4142135623730951},"151":{"tf":1.0},"166":{"tf":1.0},"172":{"tf":1.0},"181":{"tf":1.4142135623730951},"183":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"2":{"tf":1.4142135623730951},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.4142135623730951},"206":{"tf":1.0},"211":{"tf":1.0},"217":{"tf":1.0},"222":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.4142135623730951},"237":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"256":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0},"71":{"tf":1.0},"8":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"97":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"185":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"c":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"198":{"tf":1.0},"60":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":6,"docs":{"196":{"tf":1.0},"198":{"tf":1.0},"202":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"233":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":17,"docs":{"111":{"tf":1.0},"112":{"tf":1.0},"137":{"tf":1.0},"150":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"166":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"209":{"tf":1.0},"227":{"tf":1.0},"232":{"tf":1.4142135623730951},"247":{"tf":1.0},"29":{"tf":1.0},"68":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"197":{"tf":1.0},"206":{"tf":1.0},"66":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"159":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"12":{"tf":1.0},"151":{"tf":1.0},"206":{"tf":1.4142135623730951},"225":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"(":{"df":0,"docs":{},"|":{"c":{"df":0,"docs":{},"m":{"d":{"df":2,"docs":{"118":{"tf":1.0},"119":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":8,"docs":{"151":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"79":{"tf":1.0}}},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"199":{"tf":1.0}}}},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"78":{"tf":1.4142135623730951}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":17,"docs":{"106":{"tf":1.0},"127":{"tf":1.0},"155":{"tf":1.4142135623730951},"157":{"tf":1.0},"170":{"tf":1.0},"206":{"tf":1.0},"233":{"tf":1.0},"239":{"tf":1.0},"41":{"tf":1.0},"60":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"78":{"tf":1.0},"8":{"tf":1.4142135623730951},"86":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"125":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"233":{"tf":1.0},"32":{"tf":1.0},"8":{"tf":1.0}}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"72":{"tf":1.0}}}}}},"df":1,"docs":{"222":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":15,"docs":{"135":{"tf":1.0},"140":{"tf":1.0},"162":{"tf":1.0},"172":{"tf":1.0},"198":{"tf":2.0},"202":{"tf":1.0},"206":{"tf":1.0},"222":{"tf":1.4142135623730951},"233":{"tf":1.0},"234":{"tf":1.0},"37":{"tf":1.4142135623730951},"50":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"106":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":5,"docs":{"159":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.7320508075688772},"259":{"tf":1.4142135623730951},"34":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"139":{"tf":1.0},"143":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}},"m":{":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":2,"docs":{"42":{"tf":1.0},"44":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"42":{"tf":1.4142135623730951}},"e":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"{":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"(":{"_":{"df":9,"docs":{"212":{"tf":1.0},"39":{"tf":1.7320508075688772},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"232":{"tf":1.4142135623730951},"239":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":11,"docs":{"194":{"tf":1.0},"197":{"tf":2.0},"198":{"tf":1.7320508075688772},"199":{"tf":2.23606797749979},"202":{"tf":1.7320508075688772},"206":{"tf":1.0},"211":{"tf":1.0},"222":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.4142135623730951},"74":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"57":{"tf":1.0},"60":{"tf":1.0},"67":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"233":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"232":{"tf":1.0}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"240":{"tf":1.0}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":38,"docs":{"107":{"tf":1.4142135623730951},"11":{"tf":1.0},"135":{"tf":1.4142135623730951},"140":{"tf":1.0},"143":{"tf":1.0},"149":{"tf":1.0},"151":{"tf":1.4142135623730951},"157":{"tf":1.7320508075688772},"162":{"tf":1.0},"164":{"tf":1.4142135623730951},"166":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"189":{"tf":1.0},"192":{"tf":1.0},"20":{"tf":1.4142135623730951},"217":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.7320508075688772},"224":{"tf":1.0},"225":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.7320508075688772},"234":{"tf":1.4142135623730951},"237":{"tf":1.7320508075688772},"240":{"tf":1.4142135623730951},"25":{"tf":1.0},"252":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"42":{"tf":1.0},"54":{"tf":1.0},"66":{"tf":1.0},"88":{"tf":1.0},"94":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"253":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"117":{"tf":1.0},"118":{"tf":2.23606797749979}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"'":{"a":{"df":1,"docs":{"120":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"133":{"tf":1.0}}}},"n":{"d":{"df":2,"docs":{"198":{"tf":1.0},"240":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":10,"docs":{"162":{"tf":1.0},"189":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"55":{"tf":1.0},"65":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"217":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"df":3,"docs":{"110":{"tf":1.0},"198":{"tf":1.0},"218":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"d":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"218":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"k":{"df":3,"docs":{"233":{"tf":1.0},"68":{"tf":1.0},"74":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"221":{"tf":1.0},"224":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"199":{"tf":1.0},"217":{"tf":1.0}}}}},"x":{"df":1,"docs":{"11":{"tf":1.0}}}},"o":{"d":{"df":10,"docs":{"155":{"tf":1.4142135623730951},"170":{"tf":1.4142135623730951},"206":{"tf":1.0},"233":{"tf":1.7320508075688772},"60":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"87":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"t":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":1,"docs":{"237":{"tf":1.4142135623730951}},"l":{"df":2,"docs":{"240":{"tf":1.7320508075688772},"89":{"tf":1.0}}}},"i":{"df":0,"docs":{},"f":{"df":3,"docs":{"247":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0}},"i":{"df":6,"docs":{"100":{"tf":1.0},"147":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"71":{"tf":1.0},"8":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"184":{"tf":1.0},"2":{"tf":1.0},"241":{"tf":1.0},"255":{"tf":1.4142135623730951}}}},"df":22,"docs":{"121":{"tf":1.0},"132":{"tf":1.0},"136":{"tf":1.0},"146":{"tf":1.0},"150":{"tf":1.4142135623730951},"151":{"tf":2.0},"188":{"tf":1.7320508075688772},"189":{"tf":2.0},"190":{"tf":1.7320508075688772},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"206":{"tf":1.0},"233":{"tf":1.7320508075688772},"255":{"tf":1.0},"256":{"tf":1.7320508075688772},"257":{"tf":1.0},"258":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"240":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":3,"docs":{"232":{"tf":1.0},"235":{"tf":1.0},"51":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"147":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":50,"docs":{"103":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.0},"121":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.4142135623730951},"136":{"tf":1.0},"143":{"tf":1.0},"151":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.7320508075688772},"169":{"tf":1.4142135623730951},"171":{"tf":1.4142135623730951},"172":{"tf":1.0},"173":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":1.0},"183":{"tf":1.4142135623730951},"184":{"tf":1.4142135623730951},"2":{"tf":1.0},"20":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"204":{"tf":1.0},"206":{"tf":1.0},"218":{"tf":1.0},"225":{"tf":1.0},"232":{"tf":1.4142135623730951},"233":{"tf":1.0},"239":{"tf":1.7320508075688772},"240":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"57":{"tf":1.0},"68":{"tf":1.7320508075688772},"7":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.4142135623730951},"83":{"tf":1.0},"87":{"tf":1.0},"9":{"tf":1.0},"96":{"tf":1.0}},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"183":{"tf":1.0},"2":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"172":{"tf":1.0},"88":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":19,"docs":{"107":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"133":{"tf":1.7320508075688772},"141":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"163":{"tf":1.4142135623730951},"171":{"tf":1.4142135623730951},"178":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"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":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"233":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"233":{"tf":2.0}}}}}}}},"df":1,"docs":{"233":{"tf":2.0}}}}},"v":{"df":0,"docs":{},"e":{"df":9,"docs":{"105":{"tf":1.0},"108":{"tf":1.0},"136":{"tf":1.0},"239":{"tf":1.0},"37":{"tf":1.0},"52":{"tf":1.0},"81":{"tf":1.7320508075688772},"82":{"tf":1.7320508075688772},"83":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"g":{"_":{"c":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"68":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"68":{"tf":1.0}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{".":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"68":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"68":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"68":{"tf":1.7320508075688772}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"67":{"tf":1.0},"68":{"tf":1.0}}}}}},"df":1,"docs":{"67":{"tf":1.4142135623730951}}}},"u":{"c":{"df":0,"docs":{},"h":{"df":9,"docs":{"151":{"tf":1.0},"183":{"tf":1.0},"190":{"tf":1.0},"197":{"tf":1.0},"200":{"tf":1.0},"57":{"tf":1.0},"68":{"tf":1.0},"90":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":15,"docs":{"154":{"tf":1.0},"166":{"tf":1.0},"18":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"194":{"tf":1.0},"20":{"tf":1.4142135623730951},"200":{"tf":1.0},"202":{"tf":1.0},"234":{"tf":1.0},"240":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"48":{"tf":1.4142135623730951},"94":{"tf":1.0}}}},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":15,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"166":{"tf":1.0},"172":{"tf":1.0},"177":{"tf":1.0},"206":{"tf":1.7320508075688772},"209":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"54":{"tf":1.0},"99":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"t":{"df":3,"docs":{"102":{"tf":1.0},"172":{"tf":1.4142135623730951},"67":{"tf":1.0}}}},"df":27,"docs":{"101":{"tf":1.4142135623730951},"106":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"127":{"tf":2.0},"128":{"tf":1.0},"148":{"tf":2.8284271247461903},"157":{"tf":1.0},"166":{"tf":1.0},"177":{"tf":2.449489742783178},"199":{"tf":1.4142135623730951},"206":{"tf":1.7320508075688772},"21":{"tf":1.0},"210":{"tf":1.4142135623730951},"229":{"tf":1.0},"233":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"49":{"tf":2.23606797749979},"53":{"tf":1.0},"60":{"tf":2.23606797749979},"68":{"tf":1.0},"73":{"tf":1.4142135623730951},"78":{"tf":1.0},"8":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"x":{"<":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":1,"docs":{"140":{"tf":1.0}}}}},"t":{"df":1,"docs":{"140":{"tf":1.4142135623730951}}}},"df":1,"docs":{"140":{"tf":2.23606797749979}},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"d":{"<":{"'":{"a":{"df":1,"docs":{"140":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":1,"docs":{"140":{"tf":1.0}}}},"df":1,"docs":{"140":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"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":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":1,"docs":{"21":{"tf":1.7320508075688772}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{":":{":":{"a":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}},"b":{"df":3,"docs":{"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"i":{"b":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{"df":1,"docs":{"68":{"tf":1.0}}}}}},"df":1,"docs":{"67":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{")":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}}}}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"(":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"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":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"206":{"tf":1.4142135623730951}}}}}}},"df":2,"docs":{"203":{"tf":1.4142135623730951},"206":{"tf":2.449489742783178}},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":2,"docs":{"203":{"tf":1.4142135623730951},"206":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}}}}},"n":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"128":{"tf":1.0}}}}}}},"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"162":{"tf":1.0}}}}}},"df":24,"docs":{"12":{"tf":1.0},"139":{"tf":1.0},"155":{"tf":1.7320508075688772},"162":{"tf":1.0},"166":{"tf":1.4142135623730951},"170":{"tf":1.7320508075688772},"175":{"tf":1.0},"20":{"tf":1.0},"218":{"tf":1.0},"230":{"tf":1.0},"233":{"tf":1.0},"239":{"tf":1.7320508075688772},"240":{"tf":2.0},"37":{"tf":1.0},"40":{"tf":1.7320508075688772},"41":{"tf":3.4641016151377544},"42":{"tf":1.7320508075688772},"66":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.7320508075688772},"94":{"tf":1.4142135623730951},"95":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"203":{"tf":1.0},"65":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"166":{"tf":1.0}}}}}},"df":4,"docs":{"128":{"tf":1.7320508075688772},"148":{"tf":1.0},"155":{"tf":1.7320508075688772},"170":{"tf":1.7320508075688772}},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"232":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"100":{"tf":1.0},"211":{"tf":1.0},"29":{"tf":1.0},"48":{"tf":1.0},"72":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"132":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":30,"docs":{"112":{"tf":1.4142135623730951},"126":{"tf":1.0},"135":{"tf":1.0},"147":{"tf":1.4142135623730951},"151":{"tf":1.0},"172":{"tf":1.0},"189":{"tf":1.0},"198":{"tf":1.0},"206":{"tf":1.7320508075688772},"217":{"tf":1.0},"233":{"tf":1.4142135623730951},"236":{"tf":1.0},"239":{"tf":1.4142135623730951},"240":{"tf":2.23606797749979},"241":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.7320508075688772},"52":{"tf":1.4142135623730951},"73":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"88":{"tf":1.0},"94":{"tf":1.0},"97":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"103":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"233":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"100":{"tf":1.0},"112":{"tf":1.0},"134":{"tf":1.0},"210":{"tf":1.0},"37":{"tf":1.0},"8":{"tf":1.0},"95":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"238":{"tf":1.0}}}}}}}}}}}},"w":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"127":{"tf":1.0}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":26,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"147":{"tf":1.0},"158":{"tf":1.0},"16":{"tf":1.4142135623730951},"162":{"tf":1.0},"169":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"170":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"18":{"tf":1.0},"20":{"tf":1.0},"206":{"tf":1.0},"21":{"tf":1.0},"211":{"tf":1.4142135623730951},"217":{"tf":1.0},"222":{"tf":1.0},"232":{"tf":1.0},"240":{"tf":1.0},"41":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":8,"docs":{"130":{"tf":2.0},"131":{"tf":1.0},"132":{"tf":1.4142135623730951},"133":{"tf":2.0},"134":{"tf":1.7320508075688772},"135":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"137":{"tf":2.0}}}}}},"x":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"203":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"203":{"tf":1.4142135623730951}}}}}},"df":4,"docs":{"199":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"42":{"tf":1.0}}}}},"f":{"df":1,"docs":{"233":{"tf":3.7416573867739413}},"s":{"(":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{":":{":":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"233":{"tf":1.0}}}}}}}}}},"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":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"233":{"tf":1.4142135623730951}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"166":{"tf":1.0},"199":{"tf":1.0}}},"h":{"df":1,"docs":{"238":{"tf":1.0}},"o":{"df":0,"docs":{},"l":{"a":{"df":1,"docs":{"243":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"232":{"tf":1.0}}}}}},"o":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":3,"docs":{"199":{"tf":1.7320508075688772},"60":{"tf":1.0},"67":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"218":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":2,"docs":{"94":{"tf":1.0},"97":{"tf":1.4142135623730951}}}}}},"d":{"df":0,"docs":{},"e":{"df":5,"docs":{"156":{"tf":1.0},"170":{"tf":2.449489742783178},"171":{"tf":2.0},"172":{"tf":2.0},"173":{"tf":1.0}}}},"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"85":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"87":{"tf":2.0},"88":{"tf":1.0},"89":{"tf":2.23606797749979},"90":{"tf":1.7320508075688772},"91":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"218":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":8,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"11":{"tf":1.0},"126":{"tf":1.0},"171":{"tf":1.0},"234":{"tf":1.0},"66":{"tf":1.0},"87":{"tf":1.0}},"e":{"df":9,"docs":{"127":{"tf":1.0},"199":{"tf":1.0},"203":{"tf":1.0},"21":{"tf":1.0},"217":{"tf":1.0},"233":{"tf":1.4142135623730951},"42":{"tf":1.0},"69":{"tf":1.0},"75":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"199":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"157":{"tf":1.0}}}},"r":{"df":0,"docs":{},"m":{"!":{"(":{"0":{".":{"5":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{},"x":{",":{"1":{",":{"2":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"128":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"196":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0}}}},"df":2,"docs":{"128":{"tf":1.0},"3":{"tf":1.0}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"20":{"tf":1.0},"202":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"125":{"tf":1.0},"257":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":13,"docs":{"126":{"tf":1.0},"143":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"189":{"tf":1.0},"198":{"tf":1.0},"203":{"tf":1.0},"21":{"tf":1.0},"218":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"78":{"tf":1.0},"95":{"tf":1.0}}},"h":{"df":2,"docs":{"202":{"tf":1.0},"203":{"tf":1.0}}},"i":{"c":{"df":2,"docs":{"239":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"224":{"tf":1.0}}}}}},"w":{"df":7,"docs":{"17":{"tf":1.0},"177":{"tf":1.4142135623730951},"183":{"tf":1.0},"230":{"tf":1.0},"233":{"tf":1.0},"40":{"tf":1.0},"8":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"203":{"tf":1.0},"205":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"60":{"tf":1.0},"68":{"tf":1.0}},"l":{"df":5,"docs":{"199":{"tf":1.0},"200":{"tf":1.0},"55":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.4142135623730951}}}},"m":{"1":{"df":1,"docs":{"82":{"tf":2.23606797749979}}},"2":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"82":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"82":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":1,"docs":{"82":{"tf":2.23606797749979}}},"3":{".":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"82":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"_":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"82":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"82":{"tf":2.23606797749979}}},"_":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":1,"docs":{"186":{"tf":1.0}}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"150":{"tf":1.4142135623730951},"186":{"tf":1.0},"199":{"tf":1.4142135623730951},"200":{"tf":1.0},"228":{"tf":1.0},"239":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"'":{"df":2,"docs":{"252":{"tf":1.0},"32":{"tf":1.0}}},"df":45,"docs":{"113":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"121":{"tf":1.7320508075688772},"124":{"tf":1.0},"139":{"tf":1.7320508075688772},"143":{"tf":1.4142135623730951},"154":{"tf":1.7320508075688772},"156":{"tf":1.0},"159":{"tf":2.0},"16":{"tf":1.0},"161":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.4142135623730951},"18":{"tf":1.0},"194":{"tf":1.4142135623730951},"195":{"tf":1.7320508075688772},"196":{"tf":1.0},"197":{"tf":1.4142135623730951},"198":{"tf":1.4142135623730951},"199":{"tf":2.8284271247461903},"200":{"tf":2.0},"202":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"232":{"tf":1.4142135623730951},"237":{"tf":1.0},"247":{"tf":1.0},"250":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":2.23606797749979},"29":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":2.0},"48":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":3,"docs":{"206":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"42":{"tf":1.0}}}}}}},"c":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"199":{"tf":1.0}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"110":{"tf":1.0},"124":{"tf":1.0},"206":{"tf":1.0},"73":{"tf":1.0}}}}},"df":0,"docs":{},"p":{"df":1,"docs":{"247":{"tf":1.0}}}},"d":{"d":{"df":1,"docs":{"240":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"8":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"24":{"tf":1.0},"257":{"tf":1.0},"26":{"tf":1.0},"86":{"tf":1.0}}}}}},"h":{"df":1,"docs":{"94":{"tf":1.0}}},"k":{"(":{"_":{"df":1,"docs":{"206":{"tf":1.0}}},"df":2,"docs":{"67":{"tf":1.0},"68":{"tf":1.0}}},"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"67":{"tf":1.0}}}},"df":7,"docs":{"106":{"tf":1.4142135623730951},"177":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"49":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}}},"l":{"d":{"df":4,"docs":{"170":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"217":{"tf":1.0}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"233":{"tf":1.0},"239":{"tf":2.0},"240":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"240":{"tf":1.0}}}}}},"n":{"c":{"df":4,"docs":{"176":{"tf":1.0},"177":{"tf":1.0},"234":{"tf":1.4142135623730951},"8":{"tf":1.0}}},"df":37,"docs":{"103":{"tf":1.0},"110":{"tf":1.0},"126":{"tf":1.0},"147":{"tf":1.0},"150":{"tf":1.4142135623730951},"151":{"tf":1.0},"155":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.0},"170":{"tf":1.4142135623730951},"172":{"tf":1.0},"173":{"tf":1.0},"183":{"tf":1.0},"185":{"tf":1.4142135623730951},"198":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":1.7320508075688772},"200":{"tf":1.0},"202":{"tf":1.0},"206":{"tf":1.4142135623730951},"209":{"tf":1.0},"211":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"239":{"tf":2.0},"240":{"tf":2.23606797749979},"247":{"tf":1.7320508075688772},"258":{"tf":1.4142135623730951},"45":{"tf":1.0},"54":{"tf":1.0},"72":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"244":{"tf":1.4142135623730951}}}}},"u":{"df":1,"docs":{"192":{"tf":1.0}}}},"o":{"df":4,"docs":{"158":{"tf":1.0},"172":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0}}},"p":{"a":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":5,"docs":{"131":{"tf":1.0},"194":{"tf":1.0},"196":{"tf":1.0},"198":{"tf":1.0},"200":{"tf":1.0}}}}},"df":1,"docs":{"127":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"n":{"/":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"247":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":3,"docs":{"198":{"tf":1.0},"247":{"tf":1.0},"4":{"tf":1.0}}},"r":{"df":24,"docs":{"11":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":2.0},"118":{"tf":1.0},"125":{"tf":1.0},"14":{"tf":1.0},"148":{"tf":1.0},"154":{"tf":1.4142135623730951},"171":{"tf":2.23606797749979},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"192":{"tf":1.4142135623730951},"198":{"tf":1.0},"206":{"tf":1.0},"222":{"tf":1.0},"225":{"tf":1.0},"239":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"252":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"59":{"tf":1.0},"66":{"tf":1.4142135623730951},"74":{"tf":1.0}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"197":{"tf":1.0}}}}}},"s":{"df":3,"docs":{"134":{"tf":1.0},"157":{"tf":1.0},"44":{"tf":1.0}}}}},"t":{"df":1,"docs":{"217":{"tf":1.0}},"i":{"c":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"239":{"tf":1.4142135623730951}}}}}},"df":3,"docs":{"239":{"tf":1.4142135623730951},"240":{"tf":1.7320508075688772},"241":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":8,"docs":{"185":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"210":{"tf":1.0},"211":{"tf":1.0},"233":{"tf":1.0},"44":{"tf":1.0},"50":{"tf":1.0},"74":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"22":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"<":{"&":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"203":{"tf":1.4142135623730951}}}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"233":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{">":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"127":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"<":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"'":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":2,"docs":{"21":{"tf":1.0},"233":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":2,"docs":{"54":{"tf":1.0},"79":{"tf":1.0}}}},"df":11,"docs":{"162":{"tf":1.0},"192":{"tf":1.0},"21":{"tf":1.0},"219":{"tf":1.0},"42":{"tf":1.0},"54":{"tf":1.0},"76":{"tf":1.7320508075688772},"77":{"tf":1.4142135623730951},"78":{"tf":2.23606797749979},"79":{"tf":1.7320508075688772},"89":{"tf":1.0}},"s":{"'":{"df":1,"docs":{"151":{"tf":1.0}}},"df":0,"docs":{}},"’":{"df":1,"docs":{"42":{"tf":1.0}}}}}}}},"r":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"df":1,"docs":{"237":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"151":{"tf":1.0},"198":{"tf":1.0},"217":{"tf":1.0},"222":{"tf":1.0},"233":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"29":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"234":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"121":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"232":{"tf":1.0},"253":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"3":{"tf":1.4142135623730951}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"107":{"tf":1.0},"172":{"tf":1.7320508075688772},"176":{"tf":1.0},"42":{"tf":1.0},"68":{"tf":1.0}}}}}}},"s":{"df":1,"docs":{"140":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"166":{"tf":1.0},"202":{"tf":1.0}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":5,"docs":{"163":{"tf":1.0},"209":{"tf":1.0},"233":{"tf":1.0},"37":{"tf":1.4142135623730951},"88":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"(":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"127":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"127":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":17,"docs":{"1":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"127":{"tf":1.4142135623730951},"157":{"tf":1.0},"206":{"tf":1.4142135623730951},"210":{"tf":1.0},"217":{"tf":1.0},"225":{"tf":1.0},"229":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"45":{"tf":1.0},"53":{"tf":1.0},"89":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"189":{"tf":1.0},"190":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":4,"docs":{"140":{"tf":1.0},"143":{"tf":1.7320508075688772},"199":{"tf":1.0},"53":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"149":{"tf":1.0},"21":{"tf":1.0},"240":{"tf":1.0},"8":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"185":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"184":{"tf":1.0},"233":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":21,"docs":{"126":{"tf":1.0},"147":{"tf":1.0},"154":{"tf":1.4142135623730951},"169":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.0},"192":{"tf":1.0},"20":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"239":{"tf":1.0},"246":{"tf":1.4142135623730951},"48":{"tf":1.0},"54":{"tf":1.0},"7":{"tf":2.0},"76":{"tf":1.7320508075688772},"77":{"tf":1.0},"78":{"tf":1.4142135623730951},"79":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"218":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"134":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"217":{"tf":1.0}}}},"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"110":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"246":{"tf":1.4142135623730951}}}}}}}}},"w":{"df":0,"docs":{},"n":{"df":16,"docs":{"196":{"tf":1.4142135623730951},"198":{"tf":1.7320508075688772},"199":{"tf":1.0},"212":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.4142135623730951},"37":{"tf":1.0},"39":{"tf":1.4142135623730951},"42":{"tf":1.0},"45":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.4142135623730951},"71":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"199":{"tf":1.4142135623730951},"45":{"tf":1.0}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":9,"docs":{"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"211":{"tf":1.7320508075688772},"212":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"41":{"tf":1.0},"71":{"tf":1.0}}}}}}}}}}},"p":{":":{":":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"233":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"183":{"tf":1.0},"185":{"tf":1.0}}}},"df":1,"docs":{"128":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"!":{"(":{"\"":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"127":{"tf":1.0},"155":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":2.0},"68":{"tf":1.0},"90":{"tf":1.0}},"k":{"df":3,"docs":{"34":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.0}}}}},"r":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"df":4,"docs":{"227":{"tf":1.7320508075688772},"228":{"tf":1.7320508075688772},"229":{"tf":1.0},"230":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"184":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"115":{"tf":1.0},"232":{"tf":1.7320508075688772},"239":{"tf":1.0},"240":{"tf":1.0},"8":{"tf":1.0},"94":{"tf":1.0}}}}}},"df":1,"docs":{"199":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"199":{"tf":1.0},"232":{"tf":1.0}}}}},"s":{"df":1,"docs":{"240":{"tf":3.0}},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"61":{"tf":2.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"61":{"tf":2.0}}}}}}},"r":{"df":3,"docs":{"127":{"tf":1.0},"128":{"tf":1.0},"240":{"tf":1.0}}}}},"t":{"df":15,"docs":{"133":{"tf":1.0},"143":{"tf":1.0},"146":{"tf":1.0},"184":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"232":{"tf":1.4142135623730951},"233":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.4142135623730951},"247":{"tf":1.0},"256":{"tf":1.0},"42":{"tf":1.0},"52":{"tf":1.0},"98":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"21":{"tf":1.0},"236":{"tf":1.0},"239":{"tf":1.0}},"e":{"df":0,"docs":{},"q":{"df":2,"docs":{"162":{"tf":1.0},"21":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"1":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"146":{"tf":1.0},"2":{"tf":1.0},"232":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"211":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"183":{"tf":1.0},"252":{"tf":1.0}}}}},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"243":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":21,"docs":{"115":{"tf":1.0},"119":{"tf":1.0},"121":{"tf":1.0},"135":{"tf":1.0},"200":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"55":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.7320508075688772},"71":{"tf":1.4142135623730951},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.7320508075688772},"81":{"tf":1.4142135623730951},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"218":{"tf":1.0}}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"233":{"tf":2.449489742783178}}}}},"df":3,"docs":{"233":{"tf":2.23606797749979},"50":{"tf":1.0},"90":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":136,"docs":{"110":{"tf":2.8284271247461903},"111":{"tf":2.0},"112":{"tf":2.0},"113":{"tf":2.449489742783178},"114":{"tf":1.0},"115":{"tf":1.4142135623730951},"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.7320508075688772},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.7320508075688772},"129":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.4142135623730951},"138":{"tf":1.0},"139":{"tf":1.7320508075688772},"140":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"142":{"tf":1.0},"143":{"tf":2.0},"144":{"tf":1.4142135623730951},"145":{"tf":1.0},"146":{"tf":1.7320508075688772},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":2.0},"152":{"tf":1.4142135623730951},"153":{"tf":1.0},"154":{"tf":1.4142135623730951},"155":{"tf":1.0},"156":{"tf":1.7320508075688772},"157":{"tf":1.0},"158":{"tf":2.0},"159":{"tf":2.23606797749979},"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":2.0},"167":{"tf":2.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":2.0},"172":{"tf":1.0},"173":{"tf":2.0},"174":{"tf":2.0},"175":{"tf":1.0},"176":{"tf":1.4142135623730951},"177":{"tf":1.4142135623730951},"178":{"tf":1.4142135623730951},"179":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":2.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":2.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"2":{"tf":2.0},"200":{"tf":1.4142135623730951},"201":{"tf":1.0},"202":{"tf":1.7320508075688772},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.4142135623730951},"206":{"tf":1.0},"207":{"tf":2.8284271247461903},"208":{"tf":1.0},"209":{"tf":1.4142135623730951},"210":{"tf":1.0},"211":{"tf":2.0},"212":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.7320508075688772},"223":{"tf":1.0},"224":{"tf":2.449489742783178},"225":{"tf":1.0},"226":{"tf":1.0},"236":{"tf":1.4142135623730951},"237":{"tf":2.0},"238":{"tf":1.0},"240":{"tf":1.4142135623730951},"243":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":2.6457513110645907},"30":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":2.0},"97":{"tf":1.0},"98":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"218":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"y":{"df":1,"docs":{"206":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"94":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"243":{"tf":1.0}}}}}}},"df":1,"docs":{"233":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"128":{"tf":1.0}}}}}},"df":2,"docs":{"20":{"tf":1.0},"200":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":14,"docs":{"108":{"tf":1.0},"121":{"tf":1.7320508075688772},"154":{"tf":1.0},"157":{"tf":1.0},"171":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"185":{"tf":1.0},"198":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"239":{"tf":1.0},"44":{"tf":1.0},"50":{"tf":1.0},"81":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":3,"docs":{"171":{"tf":1.0},"200":{"tf":1.0},"42":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"o":{"d":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"106":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":2,"docs":{"106":{"tf":1.0},"217":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"253":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"259":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"239":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"199":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"42":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"c":{"df":3,"docs":{"199":{"tf":1.0},"240":{"tf":1.0},"248":{"tf":1.0}}},"df":0,"docs":{}},"n":{"<":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"237":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"237":{"tf":1.7320508075688772}}},"t":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"204":{"tf":1.0},"206":{"tf":1.0}}}},"df":0,"docs":{}}},"x":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"241":{"tf":1.0}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":8,"docs":{"143":{"tf":1.0},"172":{"tf":1.0},"202":{"tf":1.0},"239":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"86":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"147":{"tf":1.0}}}},"n":{"df":1,"docs":{"177":{"tf":1.0}}},"y":{"df":2,"docs":{"199":{"tf":1.0},"229":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"126":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"237":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":11,"docs":{"102":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.7320508075688772},"199":{"tf":1.0},"200":{"tf":1.0},"211":{"tf":1.0},"230":{"tf":1.0},"233":{"tf":1.7320508075688772},"29":{"tf":1.7320508075688772},"34":{"tf":1.0},"67":{"tf":1.4142135623730951}},"e":{"df":1,"docs":{"202":{"tf":1.0}},"r":{"df":33,"docs":{"119":{"tf":2.23606797749979},"121":{"tf":1.4142135623730951},"140":{"tf":1.0},"172":{"tf":1.4142135623730951},"194":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":2.23606797749979},"199":{"tf":2.0},"200":{"tf":1.0},"202":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"212":{"tf":1.0},"225":{"tf":1.4142135623730951},"226":{"tf":1.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":2.0},"30":{"tf":1.0},"37":{"tf":1.4142135623730951},"45":{"tf":1.0},"55":{"tf":1.4142135623730951},"60":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.7320508075688772},"7":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.7320508075688772}}}}}}},"l":{"a":{"df":1,"docs":{"254":{"tf":1.4142135623730951}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"145":{"tf":1.4142135623730951},"152":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"125":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":11,"docs":{"220":{"tf":1.7320508075688772},"221":{"tf":1.0},"222":{"tf":1.4142135623730951},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"232":{"tf":1.4142135623730951},"239":{"tf":1.0},"240":{"tf":1.0},"30":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"185":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"237":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":3,"docs":{"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":13,"docs":{"108":{"tf":1.0},"11":{"tf":1.0},"157":{"tf":1.0},"189":{"tf":1.0},"197":{"tf":1.7320508075688772},"202":{"tf":1.0},"203":{"tf":1.0},"233":{"tf":1.0},"250":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.4142135623730951},"78":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"225":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"127":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.7320508075688772}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"197":{"tf":1.0},"209":{"tf":1.0},"217":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"173":{"tf":1.0},"239":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":5,"docs":{"197":{"tf":1.0},"198":{"tf":1.0},"2":{"tf":1.0},"57":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"133":{"tf":1.0},"251":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":3,"docs":{"14":{"tf":1.0},"198":{"tf":1.0},"241":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"121":{"tf":1.0},"172":{"tf":1.0},"182":{"tf":1.7320508075688772},"183":{"tf":1.4142135623730951},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"211":{"tf":1.0},"239":{"tf":1.0},"7":{"tf":1.0},"78":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"149":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"132":{"tf":1.0},"189":{"tf":1.0},"192":{"tf":1.0}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"170":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"222":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":12,"docs":{"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"164":{"tf":1.0},"176":{"tf":1.0},"199":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"233":{"tf":1.0},"252":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":2,"docs":{"151":{"tf":1.0},"42":{"tf":1.0}},"s":{"df":1,"docs":{"259":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"206":{"tf":1.0}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"133":{"tf":1.0},"154":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":22,"docs":{"112":{"tf":1.0},"181":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"245":{"tf":1.7320508075688772},"246":{"tf":1.7320508075688772},"247":{"tf":2.449489742783178},"248":{"tf":1.0},"249":{"tf":1.7320508075688772},"250":{"tf":1.4142135623730951},"251":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.7320508075688772},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"5":{"tf":1.0},"65":{"tf":1.0},"71":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{",":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"126":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"df":1,"docs":{"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":2,"docs":{"229":{"tf":1.0},"8":{"tf":1.0}},"l":{"df":0,"docs":{},"n":{"!":{"(":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":1,"docs":{"21":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"87":{"tf":2.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":{"106":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"106":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"177":{"tf":1.4142135623730951},"210":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.7320508075688772}}}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"210":{"tf":1.0}}}},"s":{"df":0,"docs":{},"m":{"df":4,"docs":{"238":{"tf":1.7320508075688772},"239":{"tf":1.0},"240":{"tf":2.6457513110645907},"241":{"tf":1.4142135623730951}}}},"v":{"a":{"c":{"df":0,"docs":{},"i":{"df":9,"docs":{"134":{"tf":1.0},"224":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":5,"docs":{"134":{"tf":1.0},"233":{"tf":1.0},"85":{"tf":1.4142135623730951},"86":{"tf":1.0},"88":{"tf":2.23606797749979}},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"218":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"162":{"tf":1.0},"180":{"tf":1.0},"222":{"tf":1.0},"225":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":16,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"124":{"tf":2.0},"126":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"146":{"tf":1.0},"159":{"tf":1.4142135623730951},"2":{"tf":1.7320508075688772},"206":{"tf":1.0},"207":{"tf":1.4142135623730951},"218":{"tf":1.0},"232":{"tf":1.4142135623730951},"239":{"tf":1.0},"240":{"tf":1.0},"3":{"tf":1.7320508075688772},"86":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"241":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":2,"docs":{"240":{"tf":1.0},"253":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"100":{"tf":1.4142135623730951},"166":{"tf":1.0},"207":{"tf":1.0},"230":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"158":{"tf":1.0},"179":{"tf":1.0},"211":{"tf":1.0},"253":{"tf":1.4142135623730951}},"t":{"df":1,"docs":{"126":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":23,"docs":{"110":{"tf":1.7320508075688772},"180":{"tf":1.0},"224":{"tf":1.0},"227":{"tf":2.6457513110645907},"228":{"tf":2.6457513110645907},"229":{"tf":2.23606797749979},"230":{"tf":1.7320508075688772},"231":{"tf":1.0},"232":{"tf":1.7320508075688772},"233":{"tf":1.4142135623730951},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.7320508075688772},"240":{"tf":1.7320508075688772},"241":{"tf":1.0},"243":{"tf":1.0},"247":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0}},"m":{"df":5,"docs":{"199":{"tf":1.4142135623730951},"200":{"tf":1.0},"206":{"tf":1.4142135623730951},"224":{"tf":1.4142135623730951},"233":{"tf":1.0}}}}},"df":0,"docs":{}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"147":{"tf":1.0},"184":{"tf":1.7320508075688772},"185":{"tf":1.0},"211":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"l":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"206":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"164":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"17":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"34":{"tf":1.0}}}},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"88":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"74":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"143":{"tf":1.0},"26":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"240":{"tf":1.0},"250":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"57":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"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":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"233":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"{":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":1,"docs":{"233":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"233":{"tf":1.0}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"233":{"tf":3.0}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"233":{"tf":2.23606797749979}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"211":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"196":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":2,"docs":{"197":{"tf":1.0},"199":{"tf":1.0}}}},"i":{"d":{"df":14,"docs":{"121":{"tf":1.0},"130":{"tf":1.0},"136":{"tf":1.0},"151":{"tf":1.0},"157":{"tf":1.4142135623730951},"186":{"tf":1.7320508075688772},"197":{"tf":1.4142135623730951},"2":{"tf":1.0},"211":{"tf":1.0},"29":{"tf":1.4142135623730951},"32":{"tf":1.0},"42":{"tf":1.0},"7":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"b":{"(":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"233":{"tf":2.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":26,"docs":{"106":{"tf":1.4142135623730951},"118":{"tf":1.7320508075688772},"127":{"tf":2.0},"132":{"tf":1.4142135623730951},"136":{"tf":1.0},"151":{"tf":1.0},"155":{"tf":2.0},"157":{"tf":1.0},"16":{"tf":1.7320508075688772},"162":{"tf":2.449489742783178},"17":{"tf":2.0},"170":{"tf":2.0},"199":{"tf":2.0},"203":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"233":{"tf":2.0},"239":{"tf":2.6457513110645907},"240":{"tf":1.7320508075688772},"60":{"tf":1.7320508075688772},"61":{"tf":2.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"73":{"tf":1.0},"74":{"tf":1.0},"87":{"tf":1.7320508075688772},"88":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"c":{"df":7,"docs":{"136":{"tf":1.0},"183":{"tf":1.0},"222":{"tf":1.0},"86":{"tf":1.4142135623730951},"87":{"tf":1.0},"89":{"tf":1.0},"98":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"238":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":3,"docs":{"247":{"tf":1.0},"83":{"tf":1.0},"89":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"df":3,"docs":{"11":{"tf":1.0},"116":{"tf":1.0},"14":{"tf":1.0}}}},"t":{"df":7,"docs":{"199":{"tf":1.0},"205":{"tf":1.0},"237":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"68":{"tf":1.0}}}},"x":{"df":0,"docs":{},"e":{"df":1,"docs":{"233":{"tf":1.0}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"232":{"tf":1.0}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"186":{"tf":1.0},"253":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"198":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"93":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":3,"docs":{"205":{"tf":1.0},"53":{"tf":1.0},"74":{"tf":1.0}}}}}},"r":{".":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"(":{")":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"i":{"d":{"(":{")":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"i":{"d":{"(":{")":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"(":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"!":{"(":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"i":{"d":{")":{")":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"202":{"tf":1.0}}}},"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":1,"docs":{"9":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"df":9,"docs":{"138":{"tf":1.7320508075688772},"139":{"tf":1.7320508075688772},"140":{"tf":1.0},"141":{"tf":1.4142135623730951},"142":{"tf":1.0},"143":{"tf":1.7320508075688772},"144":{"tf":1.4142135623730951},"38":{"tf":1.0},"54":{"tf":1.0}}},"s":{"df":2,"docs":{"240":{"tf":1.0},"74":{"tf":1.0}}}},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"193":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"198":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"229":{"tf":1.4142135623730951},"230":{"tf":1.7320508075688772},"29":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"90":{"tf":1.4142135623730951}}}},"w":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"c":{"<":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"1":{"df":1,"docs":{"82":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"82":{"tf":1.4142135623730951}}},"3":{"df":1,"docs":{"82":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"t":{"df":2,"docs":{"211":{"tf":1.0},"212":{"tf":1.0}}}},"df":1,"docs":{"37":{"tf":1.0}}},"df":2,"docs":{"120":{"tf":1.4142135623730951},"239":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"225":{"tf":1.0},"37":{"tf":1.0}}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":8,"docs":{"13":{"tf":1.0},"211":{"tf":1.0},"241":{"tf":1.0},"49":{"tf":1.7320508075688772},"5":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.0},"79":{"tf":1.0}}}},"df":0,"docs":{}},"df":14,"docs":{"198":{"tf":1.4142135623730951},"199":{"tf":1.4142135623730951},"206":{"tf":1.0},"224":{"tf":1.0},"234":{"tf":1.0},"240":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"68":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":3,"docs":{"140":{"tf":1.0},"170":{"tf":1.0},"199":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"174":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"136":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"230":{"tf":1.0},"239":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"136":{"tf":1.0},"17":{"tf":1.0},"172":{"tf":1.0},"240":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"101":{"tf":1.0},"81":{"tf":1.0}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"74":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"232":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"r":{"d":{"df":2,"docs":{"239":{"tf":1.0},"240":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{")":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"|":{"df":0,"docs":{},"r":{"df":1,"docs":{"239":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"v":{"df":1,"docs":{"59":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"2":{"tf":1.0},"207":{"tf":1.0}},"s":{"df":2,"docs":{"126":{"tf":1.0},"127":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"100":{"tf":1.4142135623730951},"103":{"tf":1.0}}}}}},"u":{"c":{"df":2,"docs":{"136":{"tf":1.0},"44":{"tf":1.0}}},"df":0,"docs":{}}},"df":4,"docs":{"172":{"tf":1.0},"184":{"tf":1.0},"225":{"tf":1.0},"233":{"tf":1.0}},"f":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"186":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}}}}},"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"177":{"tf":1.0},"180":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":3,"docs":{"155":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"45":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":19,"docs":{"140":{"tf":1.7320508075688772},"143":{"tf":2.449489742783178},"166":{"tf":1.0},"172":{"tf":1.4142135623730951},"206":{"tf":2.23606797749979},"209":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"212":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"68":{"tf":1.0},"74":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"240":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"240":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"224":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"121":{"tf":1.0},"237":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"173":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"224":{"tf":1.0},"25":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":3,"docs":{"174":{"tf":1.0},"200":{"tf":1.0},"25":{"tf":1.0}}}}}}}}}}},"df":2,"docs":{"199":{"tf":1.0},"207":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"217":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":3,"docs":{"139":{"tf":1.0},"181":{"tf":1.0},"36":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"240":{"tf":1.4142135623730951}}},"df":4,"docs":{"146":{"tf":1.0},"224":{"tf":1.0},"232":{"tf":1.0},"241":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":3,"docs":{"218":{"tf":1.0},"230":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"233":{"tf":1.0}}},"v":{"df":10,"docs":{"111":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"126":{"tf":1.0},"148":{"tf":1.0},"183":{"tf":1.0},"217":{"tf":1.0},"8":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"119":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"170":{"tf":2.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"206":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"59":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"248":{"tf":1.4142135623730951},"94":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"44":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"124":{"tf":1.0},"34":{"tf":1.0},"96":{"tf":1.0}}}}}},"l":{"a":{"c":{"df":4,"docs":{"247":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.7320508075688772},"45":{"tf":1.0}},"e":{"(":{"_":{"df":9,"docs":{"212":{"tf":1.0},"39":{"tf":1.7320508075688772},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"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":{},"e":{"(":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"148":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"148":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"<":{"df":1,"docs":{"74":{"tf":1.0}}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"<":{"df":1,"docs":{"73":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":3,"docs":{"147":{"tf":1.7320508075688772},"148":{"tf":2.0},"149":{"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":{"4":{"tf":1.0}}}}}}}}},"r":{"(":{"c":{"df":2,"docs":{"222":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":4,"docs":{"136":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":2.23606797749979},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"170":{"tf":1.0},"248":{"tf":1.0},"57":{"tf":1.0}}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{")":{".":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"233":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"\"":{"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":{"d":{"df":1,"docs":{"94":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":4,"docs":{"233":{"tf":2.8284271247461903},"237":{"tf":1.0},"94":{"tf":2.0},"95":{"tf":2.449489742783178}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"94":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"i":{"df":0,"docs":{},"r":{"df":21,"docs":{"103":{"tf":1.0},"124":{"tf":1.0},"147":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"17":{"tf":1.0},"181":{"tf":1.0},"202":{"tf":1.0},"211":{"tf":1.0},"218":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"36":{"tf":1.0},"53":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.0},"8":{"tf":1.0},"87":{"tf":1.4142135623730951},"90":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"68":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":2,"docs":{"209":{"tf":1.0},"211":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":24,"docs":{"139":{"tf":1.7320508075688772},"141":{"tf":1.4142135623730951},"142":{"tf":1.4142135623730951},"143":{"tf":2.449489742783178},"242":{"tf":1.7320508075688772},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"37":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"3":{"tf":1.0},"68":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":5,"docs":{"202":{"tf":1.0},"247":{"tf":1.4142135623730951},"29":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}},"t":{"df":3,"docs":{"177":{"tf":1.0},"233":{"tf":1.0},"240":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"136":{"tf":1.0},"190":{"tf":1.0},"200":{"tf":1.0},"239":{"tf":1.0},"252":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":1,"docs":{"12":{"tf":1.0}}}}}}},"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{":":{":":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"240":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"240":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"94":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":1,"docs":{"73":{"tf":1.0}}}}},"v":{":":{":":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"240":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":19,"docs":{"106":{"tf":1.0},"116":{"tf":1.0},"12":{"tf":1.7320508075688772},"159":{"tf":1.0},"170":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.4142135623730951},"203":{"tf":1.0},"230":{"tf":1.7320508075688772},"232":{"tf":1.0},"240":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"107":{"tf":1.0}},"e":{"df":0,"docs":{},"v":{"df":3,"docs":{"198":{"tf":1.0},"233":{"tf":1.0},"259":{"tf":2.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":34,"docs":{"103":{"tf":1.0},"104":{"tf":1.7320508075688772},"105":{"tf":1.4142135623730951},"106":{"tf":1.0},"107":{"tf":1.4142135623730951},"108":{"tf":1.0},"109":{"tf":1.0},"143":{"tf":1.0},"157":{"tf":1.0},"16":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"170":{"tf":1.0},"199":{"tf":2.6457513110645907},"200":{"tf":1.0},"222":{"tf":1.0},"227":{"tf":1.0},"233":{"tf":1.0},"237":{"tf":1.0},"240":{"tf":2.23606797749979},"33":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"42":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"60":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"74":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"110":{"tf":1.0},"172":{"tf":1.0},"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":4,"docs":{"148":{"tf":1.0},"172":{"tf":1.7320508075688772},"199":{"tf":1.0},"221":{"tf":1.0}}}},"v":{"df":2,"docs":{"118":{"tf":1.0},"119":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"176":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"117":{"tf":1.0},"118":{"tf":1.0},"125":{"tf":1.0}}}}}}},"f":{"c":{"df":2,"docs":{"225":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}},"h":{"df":2,"docs":{"155":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951}}},"i":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"237":{"tf":1.0},"57":{"tf":1.0}}}},"d":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":2,"docs":{"166":{"tf":1.0},"200":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"k":{"df":3,"docs":{"199":{"tf":1.0},"202":{"tf":1.0},"207":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":3,"docs":{"118":{"tf":2.0},"119":{"tf":1.0},"120":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":4,"docs":{"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.7320508075688772},"120":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"214":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"72":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":1,"docs":{"121":{"tf":1.0}}}}},"s":{"df":2,"docs":{"239":{"tf":1.0},"241":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":7,"docs":{"126":{"tf":1.0},"128":{"tf":1.0},"198":{"tf":1.0},"202":{"tf":1.0},"206":{"tf":1.7320508075688772},"233":{"tf":1.0},"41":{"tf":1.0}}}},"n":{"df":16,"docs":{"149":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":2.0},"37":{"tf":2.0},"59":{"tf":1.0},"60":{"tf":1.0},"8":{"tf":1.4142135623730951},"95":{"tf":1.0},"97":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":4,"docs":{"134":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.4142135623730951},"88":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"'":{"df":10,"docs":{"173":{"tf":1.0},"181":{"tf":1.0},"199":{"tf":1.0},"202":{"tf":1.0},"206":{"tf":1.4142135623730951},"217":{"tf":1.0},"232":{"tf":1.7320508075688772},"240":{"tf":1.0},"57":{"tf":1.0},"66":{"tf":1.0}}},"c":{"df":2,"docs":{"218":{"tf":1.0},"219":{"tf":1.4142135623730951}}},"d":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"98":{"tf":1.0}}},"df":0,"docs":{}}},"df":61,"docs":{"111":{"tf":2.0},"112":{"tf":1.4142135623730951},"128":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"139":{"tf":1.0},"143":{"tf":1.4142135623730951},"151":{"tf":1.7320508075688772},"157":{"tf":1.0},"16":{"tf":1.0},"166":{"tf":1.7320508075688772},"169":{"tf":1.0},"17":{"tf":1.4142135623730951},"172":{"tf":1.0},"181":{"tf":1.0},"184":{"tf":1.0},"187":{"tf":1.0},"194":{"tf":1.4142135623730951},"196":{"tf":1.7320508075688772},"197":{"tf":2.6457513110645907},"198":{"tf":2.0},"199":{"tf":2.0},"20":{"tf":1.4142135623730951},"200":{"tf":1.0},"202":{"tf":2.0},"203":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":2.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"217":{"tf":1.0},"219":{"tf":1.4142135623730951},"222":{"tf":1.0},"225":{"tf":1.7320508075688772},"227":{"tf":1.7320508075688772},"232":{"tf":1.4142135623730951},"233":{"tf":1.4142135623730951},"237":{"tf":1.0},"238":{"tf":1.4142135623730951},"239":{"tf":2.0},"240":{"tf":2.0},"243":{"tf":1.7320508075688772},"244":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":2.0},"32":{"tf":1.0},"37":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"53":{"tf":2.0},"55":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":2.6457513110645907},"68":{"tf":1.0},"72":{"tf":1.4142135623730951},"74":{"tf":1.0},"86":{"tf":1.0},"9":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"243":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"218":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":1,"docs":{"237":{"tf":1.0}}}}}}},"s":{".":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"(":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"151":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"148":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"151":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":2,"docs":{"16":{"tf":1.0},"17":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":12,"docs":{"189":{"tf":1.4142135623730951},"192":{"tf":1.0},"194":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"206":{"tf":1.4142135623730951},"212":{"tf":1.0},"218":{"tf":1.0},"232":{"tf":1.0},"66":{"tf":1.0}},"r":{"df":1,"docs":{"204":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":13,"docs":{"130":{"tf":1.0},"194":{"tf":1.0},"197":{"tf":1.4142135623730951},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"206":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"67":{"tf":1.7320508075688772},"68":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"74":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"127":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":21,"docs":{"121":{"tf":1.0},"132":{"tf":1.0},"143":{"tf":1.0},"146":{"tf":1.0},"148":{"tf":1.0},"154":{"tf":1.0},"157":{"tf":1.0},"185":{"tf":1.0},"198":{"tf":1.0},"21":{"tf":1.0},"211":{"tf":1.0},"217":{"tf":1.0},"222":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0},"89":{"tf":1.0}}}},"n":{"d":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":7,"docs":{"208":{"tf":1.7320508075688772},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.4142135623730951},"212":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"223":{"tf":1.0},"239":{"tf":1.0}}}},"y":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"c":{"a":{"df":0,"docs":{},"l":{"a":{"df":1,"docs":{"241":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":3,"docs":{"86":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"34":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"a":{".":{"a":{"d":{"d":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"a":{"d":{"d":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"119":{"tf":1.0},"120":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":2,"docs":{"119":{"tf":1.0},"120":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":3,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0}}}}}},"df":0,"docs":{}},"<":{"'":{"a":{"df":1,"docs":{"120":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"118":{"tf":1.7320508075688772},"119":{"tf":1.7320508075688772},"120":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"241":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"227":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":3,"docs":{"37":{"tf":1.4142135623730951},"53":{"tf":1.0},"81":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"185":{"tf":1.0}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"206":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"df":15,"docs":{"106":{"tf":1.4142135623730951},"148":{"tf":2.23606797749979},"151":{"tf":1.4142135623730951},"155":{"tf":1.7320508075688772},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"170":{"tf":1.4142135623730951},"240":{"tf":1.0},"60":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"87":{"tf":1.7320508075688772},"88":{"tf":1.7320508075688772}},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"21":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":2,"docs":{"222":{"tf":1.0},"25":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"4":{"2":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"72":{"tf":1.0}}}}},"df":7,"docs":{"16":{"tf":2.23606797749979},"17":{"tf":3.1622776601683795},"200":{"tf":1.0},"218":{"tf":1.0},"234":{"tf":1.0},"42":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"194":{"tf":1.0},"55":{"tf":1.0},"67":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"130":{"tf":1.0},"233":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"e":{"df":40,"docs":{"112":{"tf":1.0},"122":{"tf":1.4142135623730951},"126":{"tf":1.0},"129":{"tf":1.4142135623730951},"137":{"tf":1.4142135623730951},"143":{"tf":1.0},"144":{"tf":1.4142135623730951},"152":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"166":{"tf":1.0},"167":{"tf":1.4142135623730951},"169":{"tf":1.0},"173":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"187":{"tf":1.4142135623730951},"193":{"tf":1.4142135623730951},"20":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.0},"212":{"tf":1.4142135623730951},"219":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"225":{"tf":1.0},"226":{"tf":1.4142135623730951},"229":{"tf":1.0},"233":{"tf":1.0},"237":{"tf":2.6457513110645907},"240":{"tf":1.0},"241":{"tf":1.4142135623730951},"28":{"tf":1.0},"30":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"67":{"tf":1.0},"79":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"9":{"tf":1.7320508075688772},"91":{"tf":1.4142135623730951},"98":{"tf":1.0}},"m":{"df":2,"docs":{"198":{"tf":1.0},"236":{"tf":1.0}}},"n":{"df":2,"docs":{"166":{"tf":1.0},"48":{"tf":1.0}}}},"g":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"197":{"tf":1.0}}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"199":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"247":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"f":{".":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"233":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"b":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"162":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"118":{"tf":1.0},"119":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{")":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"|":{"c":{"df":0,"docs":{},"m":{"d":{"df":2,"docs":{"118":{"tf":1.0},"119":{"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":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"(":{"c":{"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"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":{}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"239":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"140":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{")":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"|":{"c":{"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"120":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"f":{".":{"df":0,"docs":{},"m":{"df":1,"docs":{"223":{"tf":1.0}}}},"df":1,"docs":{"222":{"tf":1.0}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"233":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"(":{"df":1,"docs":{"170":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"203":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"233":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"233":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"(":{")":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"203":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"127":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"203":{"tf":1.0}}}}}},"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":{".":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"233":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"233":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"(":{")":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"|":{"c":{"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"120":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"(":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":2,"docs":{"16":{"tf":1.0},"17":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"(":{"df":1,"docs":{"155":{"tf":1.0}},"l":{"df":0,"docs":{},"h":{"df":1,"docs":{"155":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"h":{"df":1,"docs":{"155":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},":":{":":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"233":{"tf":1.7320508075688772}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"240":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":18,"docs":{"118":{"tf":1.7320508075688772},"119":{"tf":1.7320508075688772},"120":{"tf":1.7320508075688772},"127":{"tf":2.23606797749979},"132":{"tf":1.0},"140":{"tf":1.7320508075688772},"143":{"tf":1.7320508075688772},"155":{"tf":2.449489742783178},"16":{"tf":1.7320508075688772},"162":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"170":{"tf":2.0},"199":{"tf":1.0},"203":{"tf":1.4142135623730951},"206":{"tf":1.0},"224":{"tf":1.0},"256":{"tf":1.4142135623730951},"33":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"136":{"tf":1.4142135623730951},"224":{"tf":1.0},"26":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"d":{"(":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"106":{"tf":1.4142135623730951}}}}},"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":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":3,"docs":{"106":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"94":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"106":{"tf":1.0}}}}}},"df":1,"docs":{"106":{"tf":1.0}}}}}}}},"df":0,"docs":{},"s":{"df":4,"docs":{"169":{"tf":1.0},"173":{"tf":1.0},"181":{"tf":1.0},"198":{"tf":1.4142135623730951}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"90":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"72":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"124":{"tf":1.0},"8":{"tf":1.7320508075688772}},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"200":{"tf":1.0},"55":{"tf":1.0}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"c":{"df":0,"docs":{},"q":{"df":1,"docs":{"253":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":13,"docs":{"115":{"tf":1.0},"120":{"tf":1.0},"146":{"tf":1.4142135623730951},"149":{"tf":1.0},"151":{"tf":1.7320508075688772},"154":{"tf":1.0},"164":{"tf":1.0},"171":{"tf":1.0},"176":{"tf":1.0},"199":{"tf":1.0},"211":{"tf":1.0},"234":{"tf":1.0},"81":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"121":{"tf":1.0}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"116":{"tf":1.0},"227":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"d":{"df":3,"docs":{"151":{"tf":1.4142135623730951},"240":{"tf":2.8284271247461903},"241":{"tf":1.0}},"e":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"240":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"c":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"151":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"151":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"151":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"151":{"tf":1.4142135623730951}}}},"df":4,"docs":{"14":{"tf":1.0},"233":{"tf":1.0},"237":{"tf":1.0},"9":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":2,"docs":{"199":{"tf":1.0},"211":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"233":{"tf":1.0}}}},"i":{"c":{"df":1,"docs":{"257":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"184":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"233":{"tf":1.0}}}}}}},"t":{"df":12,"docs":{"117":{"tf":1.0},"126":{"tf":1.0},"162":{"tf":1.7320508075688772},"199":{"tf":1.0},"218":{"tf":1.7320508075688772},"229":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.4142135623730951},"258":{"tf":1.0},"68":{"tf":1.0},"86":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"(":{"c":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{".":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"73":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"73":{"tf":1.0}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"t":{"d":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{":":{":":{"c":{"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":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"(":{")":{")":{"?":{".":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"74":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"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":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"176":{"tf":1.0},"194":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":1.0},"55":{"tf":1.0},"94":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"225":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":11,"docs":{"110":{"tf":1.0},"133":{"tf":1.0},"157":{"tf":1.0},"173":{"tf":1.0},"2":{"tf":1.0},"206":{"tf":1.4142135623730951},"211":{"tf":1.0},"234":{"tf":1.0},"29":{"tf":1.0},"37":{"tf":1.0},"68":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"228":{"tf":1.0}}}},"m":{"df":1,"docs":{"197":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}}},"df":1,"docs":{"216":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"143":{"tf":1.0},"42":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"136":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"w":{"df":2,"docs":{"228":{"tf":1.0},"57":{"tf":1.0}},"n":{"df":3,"docs":{"151":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"163":{"tf":1.0},"197":{"tf":1.4142135623730951},"253":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"143":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"200":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"89":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":12,"docs":{"130":{"tf":1.0},"151":{"tf":1.4142135623730951},"158":{"tf":1.0},"170":{"tf":1.0},"2":{"tf":1.0},"206":{"tf":1.0},"225":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"25":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":14,"docs":{"124":{"tf":1.4142135623730951},"125":{"tf":1.0},"128":{"tf":1.0},"165":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.4142135623730951},"174":{"tf":1.0},"203":{"tf":1.0},"206":{"tf":1.0},"240":{"tf":1.4142135623730951},"249":{"tf":1.0},"5":{"tf":1.4142135623730951},"68":{"tf":1.0},"72":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"166":{"tf":1.0},"167":{"tf":1.0}}}},"i":{"c":{"df":4,"docs":{"121":{"tf":1.0},"125":{"tf":1.0},"249":{"tf":1.0},"5":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"'":{"df":1,"docs":{"127":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":8,"docs":{"127":{"tf":1.0},"199":{"tf":1.0},"206":{"tf":1.4142135623730951},"21":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"45":{"tf":1.0},"8":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"140":{"tf":1.0},"240":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"106":{"tf":1.0},"239":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":11,"docs":{"131":{"tf":1.0},"151":{"tf":1.0},"166":{"tf":1.0},"224":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.4142135623730951},"247":{"tf":1.4142135623730951},"248":{"tf":1.0},"258":{"tf":1.4142135623730951},"29":{"tf":1.0},"53":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"159":{"tf":1.0}}}},"df":0,"docs":{}}},"z":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":7,"docs":{"14":{"tf":1.0},"198":{"tf":1.7320508075688772},"235":{"tf":1.0},"240":{"tf":1.7320508075688772},"29":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"146":{"tf":1.0}}}}}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":7,"docs":{"198":{"tf":1.0},"199":{"tf":1.0},"25":{"tf":1.4142135623730951},"29":{"tf":1.0},"7":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"109":{"tf":1.0},"237":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"74":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":18,"docs":{"121":{"tf":1.0},"182":{"tf":1.7320508075688772},"183":{"tf":1.4142135623730951},"184":{"tf":1.4142135623730951},"185":{"tf":1.4142135623730951},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.7320508075688772},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"68":{"tf":1.0},"74":{"tf":1.0},"86":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"176":{"tf":1.4142135623730951},"177":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"183":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"189":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"t":{"df":9,"docs":{"226":{"tf":1.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":2.0},"30":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"180":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"217":{"tf":1.0}}}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"233":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"(":{"\"":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"233":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":1,"docs":{"233":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":14,"docs":{"110":{"tf":1.0},"112":{"tf":1.0},"146":{"tf":1.0},"181":{"tf":1.0},"2":{"tf":1.4142135623730951},"233":{"tf":1.0},"247":{"tf":1.0},"251":{"tf":1.4142135623730951},"253":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.4142135623730951},"259":{"tf":1.0}},"e":{"'":{"df":1,"docs":{"247":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"247":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":8,"docs":{"110":{"tf":1.0},"127":{"tf":1.4142135623730951},"176":{"tf":1.0},"2":{"tf":1.0},"207":{"tf":1.0},"233":{"tf":1.0},"239":{"tf":1.0},"86":{"tf":1.0}}}},"v":{"df":9,"docs":{"124":{"tf":1.7320508075688772},"128":{"tf":1.0},"146":{"tf":1.0},"159":{"tf":1.0},"177":{"tf":1.0},"2":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"240":{"tf":1.0},"3":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"e":{"(":{"\"":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"151":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"78":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"127":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"79":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"203":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"127":{"tf":1.0}}}},"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":{"233":{"tf":1.0}}}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"87":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"159":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":11,"docs":{"21":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"228":{"tf":1.0},"233":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}},"i":{"df":0,"docs":{},"m":{"df":9,"docs":{"176":{"tf":1.4142135623730951},"180":{"tf":1.0},"191":{"tf":1.0},"205":{"tf":1.0},"211":{"tf":1.0},"217":{"tf":1.4142135623730951},"222":{"tf":1.0},"68":{"tf":1.7320508075688772},"94":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"101":{"tf":1.0},"90":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"128":{"tf":1.0},"211":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":8,"docs":{"128":{"tf":1.0},"135":{"tf":1.0},"205":{"tf":1.0},"211":{"tf":1.0},"232":{"tf":1.0},"237":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":11,"docs":{"110":{"tf":1.0},"124":{"tf":1.0},"128":{"tf":1.0},"146":{"tf":2.449489742783178},"149":{"tf":1.4142135623730951},"20":{"tf":1.0},"233":{"tf":1.4142135623730951},"240":{"tf":1.0},"247":{"tf":1.7320508075688772},"251":{"tf":1.0},"46":{"tf":1.0}},"i":{"df":5,"docs":{"218":{"tf":1.0},"232":{"tf":1.0},"240":{"tf":1.0},"42":{"tf":1.0},"67":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"198":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"189":{"tf":1.0},"211":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"206":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"184":{"tf":1.0},"233":{"tf":1.0},"236":{"tf":1.0},"240":{"tf":1.0}}}}}},"r":{"c":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":1,"docs":{"247":{"tf":1.0}}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"217":{"tf":1.0}}}},"l":{"df":1,"docs":{"225":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":12,"docs":{"206":{"tf":1.0},"37":{"tf":1.4142135623730951},"47":{"tf":1.7320508075688772},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.0},"68":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":5,"docs":{"107":{"tf":1.0},"17":{"tf":1.0},"198":{"tf":1.0},"237":{"tf":1.0},"66":{"tf":1.0}}},"df":0,"docs":{}}},"df":3,"docs":{"112":{"tf":1.0},"139":{"tf":1.0},"170":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"126":{"tf":1.0},"229":{"tf":1.4142135623730951},"230":{"tf":1.0},"37":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":9,"docs":{"156":{"tf":1.0},"170":{"tf":1.0},"198":{"tf":1.4142135623730951},"200":{"tf":1.0},"227":{"tf":1.0},"234":{"tf":2.0},"237":{"tf":1.7320508075688772},"252":{"tf":1.0},"37":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"199":{"tf":1.4142135623730951},"227":{"tf":1.0}}}}}}},"i":{"c":{"df":9,"docs":{"120":{"tf":2.0},"121":{"tf":1.0},"143":{"tf":1.0},"222":{"tf":1.0},"232":{"tf":1.4142135623730951},"237":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"94":{"tf":1.0}}}}},"d":{"'":{"df":1,"docs":{"192":{"tf":1.0}}},":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"148":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"f":{"df":1,"docs":{"49":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{":":{":":{"c":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{")":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"67":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":1,"docs":{"68":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"c":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"68":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"(":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"73":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"73":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":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":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"73":{"tf":1.0}}}}}}}}}}}}}}}}},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"73":{"tf":1.0},"74":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"49":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"78":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":3,"docs":{"140":{"tf":1.0},"222":{"tf":1.0},"25":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{":":{":":{"df":0,"docs":{},"{":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"233":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"166":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{"df":1,"docs":{"68":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{".":{"a":{"d":{"d":{"(":{"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":{},"r":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"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":{}}}},"r":{"c":{":":{":":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"82":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{":":{":":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"<":{"'":{"a":{"df":1,"docs":{"127":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{":":{":":{"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":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"106":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"{":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{":":{":":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"21":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"140":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"49":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":2,"docs":{"51":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"143":{"tf":1.0}}},"p":{"df":2,"docs":{"124":{"tf":1.0},"229":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":5,"docs":{"206":{"tf":1.0},"211":{"tf":1.0},"52":{"tf":1.0},"8":{"tf":1.0},"97":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"(":{"df":1,"docs":{"170":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"155":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"n":{"df":1,"docs":{"170":{"tf":1.0}}}},"df":1,"docs":{"155":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":2,"docs":{"155":{"tf":1.7320508075688772},"170":{"tf":1.0}}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"216":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"233":{"tf":1.7320508075688772},"257":{"tf":1.0},"259":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":12,"docs":{"116":{"tf":1.0},"119":{"tf":1.4142135623730951},"120":{"tf":1.0},"140":{"tf":1.0},"149":{"tf":1.0},"198":{"tf":1.0},"206":{"tf":1.0},"222":{"tf":1.0},"259":{"tf":1.7320508075688772},"37":{"tf":1.0},"44":{"tf":1.0},"66":{"tf":1.0}}},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"199":{"tf":1.0},"233":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":10,"docs":{"112":{"tf":1.0},"145":{"tf":1.7320508075688772},"146":{"tf":1.7320508075688772},"147":{"tf":1.4142135623730951},"148":{"tf":1.7320508075688772},"149":{"tf":1.0},"150":{"tf":2.23606797749979},"151":{"tf":2.23606797749979},"152":{"tf":1.4142135623730951},"236":{"tf":1.0}}}}}}},"df":14,"docs":{"118":{"tf":2.449489742783178},"12":{"tf":1.0},"120":{"tf":2.23606797749979},"127":{"tf":1.0},"151":{"tf":1.4142135623730951},"237":{"tf":1.4142135623730951},"240":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.7320508075688772},"8":{"tf":3.0},"9":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"94":{"tf":1.7320508075688772},"95":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"225":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"\"":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"106":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"(":{"\"":{"df":0,"docs":{},"i":{"df":1,"docs":{"162":{"tf":1.0}}},"x":{"df":1,"docs":{"162":{"tf":1.0}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"8":{"df":1,"docs":{"107":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":1,"docs":{"148":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"127":{"tf":1.0},"42":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":43,"docs":{"10":{"tf":1.7320508075688772},"106":{"tf":1.0},"11":{"tf":2.0},"119":{"tf":1.7320508075688772},"12":{"tf":1.7320508075688772},"127":{"tf":1.7320508075688772},"13":{"tf":1.4142135623730951},"130":{"tf":1.0},"14":{"tf":2.0},"148":{"tf":2.23606797749979},"155":{"tf":1.0},"162":{"tf":1.7320508075688772},"170":{"tf":1.0},"192":{"tf":1.7320508075688772},"200":{"tf":1.7320508075688772},"237":{"tf":1.0},"239":{"tf":2.449489742783178},"240":{"tf":2.6457513110645907},"25":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":2.449489742783178},"42":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"57":{"tf":1.0},"60":{"tf":1.0},"64":{"tf":1.7320508075688772},"65":{"tf":2.23606797749979},"66":{"tf":3.4641016151377544},"67":{"tf":1.4142135623730951},"68":{"tf":2.8284271247461903},"69":{"tf":1.0},"7":{"tf":2.0},"70":{"tf":1.7320508075688772},"71":{"tf":2.23606797749979},"72":{"tf":1.7320508075688772},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"8":{"tf":3.3166247903554},"87":{"tf":1.0},"9":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"256":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"68":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"225":{"tf":1.0}}}}}}},"u":{"c":{"df":0,"docs":{},"t":{"'":{"df":2,"docs":{"240":{"tf":1.0},"88":{"tf":1.0}}},"df":49,"docs":{"106":{"tf":1.0},"118":{"tf":2.0},"119":{"tf":1.4142135623730951},"120":{"tf":1.0},"121":{"tf":1.0},"127":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.4142135623730951},"136":{"tf":1.0},"140":{"tf":1.7320508075688772},"148":{"tf":2.0},"151":{"tf":1.0},"155":{"tf":1.4142135623730951},"16":{"tf":1.0},"162":{"tf":1.4142135623730951},"165":{"tf":1.0},"17":{"tf":1.4142135623730951},"170":{"tf":1.7320508075688772},"175":{"tf":1.7320508075688772},"176":{"tf":2.6457513110645907},"177":{"tf":2.8284271247461903},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.4142135623730951},"181":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":1.4142135623730951},"20":{"tf":1.0},"203":{"tf":1.0},"206":{"tf":1.0},"21":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.7320508075688772},"233":{"tf":2.8284271247461903},"237":{"tf":1.0},"239":{"tf":2.6457513110645907},"240":{"tf":2.23606797749979},"241":{"tf":1.0},"25":{"tf":1.0},"33":{"tf":1.0},"61":{"tf":1.4142135623730951},"86":{"tf":1.7320508075688772},"87":{"tf":1.4142135623730951},"88":{"tf":2.8284271247461903},"89":{"tf":1.7320508075688772},"91":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":36,"docs":{"121":{"tf":1.0},"158":{"tf":1.0},"170":{"tf":1.4142135623730951},"171":{"tf":2.23606797749979},"172":{"tf":2.6457513110645907},"173":{"tf":2.23606797749979},"174":{"tf":1.7320508075688772},"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},"196":{"tf":1.0},"239":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"250":{"tf":1.0},"252":{"tf":1.0},"26":{"tf":1.4142135623730951},"28":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"217":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":6,"docs":{"144":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"5":{"tf":1.0},"65":{"tf":1.0},"72":{"tf":1.0}}}}}},"u":{"b":{"(":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":2,"docs":{"155":{"tf":1.0},"170":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"250":{"tf":1.0}}}}}}}},"df":1,"docs":{"224":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"192":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"247":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"l":{"df":3,"docs":{"198":{"tf":1.0},"199":{"tf":1.0},"68":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"198":{"tf":1.0},"37":{"tf":1.0}}}}},"i":{"df":1,"docs":{"224":{"tf":1.4142135623730951}}}},"y":{"df":0,"docs":{},"p":{"df":2,"docs":{"224":{"tf":1.0},"247":{"tf":1.0}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"106":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":18,"docs":{"130":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"200":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"222":{"tf":1.0},"238":{"tf":1.0},"240":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"55":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.0},"77":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{},"x":{"df":1,"docs":{"37":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"121":{"tf":1.0},"159":{"tf":1.0},"191":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"df":2,"docs":{"228":{"tf":1.0},"229":{"tf":2.23606797749979}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{":":{":":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"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":{}}}}}}},"{":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"233":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"217":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":11,"docs":{"135":{"tf":1.0},"17":{"tf":1.0},"197":{"tf":1.0},"205":{"tf":1.0},"224":{"tf":1.0},"233":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"240":{"tf":1.0},"258":{"tf":1.0},"29":{"tf":1.0},"72":{"tf":1.0}}}},"s":{"df":4,"docs":{"116":{"tf":1.0},"233":{"tf":1.4142135623730951},"239":{"tf":1.0},"240":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"211":{"tf":1.0},"222":{"tf":1.0},"97":{"tf":1.0}}},"f":{"a":{"c":{"df":1,"docs":{"202":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"224":{"tf":1.4142135623730951},"254":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"83":{"tf":1.0}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"211":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"151":{"tf":1.0},"42":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"(":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"y":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"126":{"tf":1.7320508075688772},"127":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"n":{"c":{"df":1,"docs":{"89":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"211":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"127":{"tf":1.0},"255":{"tf":1.0}}}},"df":0,"docs":{},"x":{"df":3,"docs":{"128":{"tf":1.4142135623730951},"233":{"tf":1.0},"29":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"'":{"df":1,"docs":{"74":{"tf":1.0}}},"df":15,"docs":{"116":{"tf":1.0},"134":{"tf":1.0},"139":{"tf":1.0},"219":{"tf":1.0},"232":{"tf":1.4142135623730951},"239":{"tf":1.0},"240":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"254":{"tf":1.0},"258":{"tf":1.4142135623730951},"29":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"57":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{")":{".":{"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":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"(":{"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":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"106":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"t":{"1":{"df":1,"docs":{"136":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"136":{"tf":1.7320508075688772}}},"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"117":{"tf":1.4142135623730951},"118":{"tf":2.0},"119":{"tf":1.4142135623730951},"120":{"tf":2.0}},"e":{"\"":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"119":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"78":{"tf":1.0}},"l":{"df":1,"docs":{"218":{"tf":1.0}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":18,"docs":{"143":{"tf":1.0},"166":{"tf":1.4142135623730951},"17":{"tf":1.0},"177":{"tf":1.0},"183":{"tf":1.0},"20":{"tf":1.0},"225":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"72":{"tf":1.0},"8":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"95":{"tf":1.0}},"n":{"df":1,"docs":{"28":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"k":{"df":1,"docs":{"243":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"140":{"tf":1.0},"197":{"tf":1.0},"222":{"tf":1.4142135623730951},"25":{"tf":1.0},"29":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"126":{"tf":1.0},"2":{"tf":1.0}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"166":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"(":{"\"":{"1":{"2":{"7":{".":{"0":{".":{"0":{".":{"1":{":":{"3":{"4":{"2":{"5":{"4":{"df":1,"docs":{"94":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":14,"docs":{"140":{"tf":3.1622776601683795},"143":{"tf":1.4142135623730951},"148":{"tf":1.0},"155":{"tf":1.7320508075688772},"166":{"tf":1.0},"186":{"tf":1.4142135623730951},"211":{"tf":1.0},"222":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"25":{"tf":2.0},"29":{"tf":1.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"2":{"tf":1.0}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":4,"docs":{"146":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":1.0},"243":{"tf":1.0}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"162":{"tf":1.0},"232":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"99":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"211":{"tf":1.0}}}}},"n":{"df":1,"docs":{"125":{"tf":1.0}}},"r":{"df":0,"docs":{},"m":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":2,"docs":{"126":{"tf":2.23606797749979},"169":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"126":{"tf":1.4142135623730951},"66":{"tf":1.0},"68":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"139":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"162":{"tf":1.0},"2":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.4142135623730951}}}},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"147":{"tf":1.0},"148":{"tf":1.7320508075688772},"149":{"tf":1.0},"151":{"tf":1.4142135623730951}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":2,"docs":{"199":{"tf":1.0},"210":{"tf":1.0}}}},"t":{"'":{"df":4,"docs":{"211":{"tf":1.0},"224":{"tf":1.0},"3":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"198":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"143":{"tf":1.0},"249":{"tf":1.0},"36":{"tf":1.0},"5":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"237":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":7,"docs":{"147":{"tf":1.0},"149":{"tf":1.0},"183":{"tf":1.0},"198":{"tf":1.0},"205":{"tf":1.0},"217":{"tf":1.0},"45":{"tf":1.0}}},"k":{"df":1,"docs":{"228":{"tf":1.0}}}},"r":{"d":{"df":1,"docs":{"183":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":6,"docs":{"198":{"tf":1.7320508075688772},"199":{"tf":1.0},"217":{"tf":1.0},"232":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":4,"docs":{"197":{"tf":1.0},"200":{"tf":1.0},"211":{"tf":1.0},"97":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":4,"docs":{"206":{"tf":1.0},"212":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"(":{"\"":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}},"&":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"8":{"tf":2.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":4,"docs":{"119":{"tf":1.0},"197":{"tf":1.0},"3":{"tf":1.0},"8":{"tf":2.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":9,"docs":{"135":{"tf":1.0},"146":{"tf":1.0},"197":{"tf":1.0},"203":{"tf":1.0},"229":{"tf":1.4142135623730951},"257":{"tf":1.7320508075688772},"57":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"237":{"tf":1.0}}}}}}}},"w":{"df":1,"docs":{"112":{"tf":1.0}}}}},"u":{"df":13,"docs":{"136":{"tf":1.0},"156":{"tf":1.0},"169":{"tf":1.0},"177":{"tf":1.0},"199":{"tf":1.0},"202":{"tf":1.0},"217":{"tf":1.0},"221":{"tf":1.0},"224":{"tf":1.0},"239":{"tf":1.0},"34":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}},"i":{"df":1,"docs":{"240":{"tf":1.0}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{":":{":":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":21,"docs":{"106":{"tf":1.0},"116":{"tf":1.0},"119":{"tf":1.0},"130":{"tf":1.0},"147":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"177":{"tf":1.0},"185":{"tf":1.4142135623730951},"199":{"tf":1.0},"206":{"tf":1.4142135623730951},"21":{"tf":1.0},"225":{"tf":1.0},"229":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"240":{"tf":1.0},"29":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0},"90":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"o":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"237":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"o":{"df":2,"docs":{"175":{"tf":1.0},"178":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":7,"docs":{"175":{"tf":1.4142135623730951},"176":{"tf":1.0},"194":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"239":{"tf":1.0},"83":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"df":7,"docs":{"126":{"tf":1.0},"183":{"tf":1.0},"186":{"tf":1.0},"2":{"tf":1.0},"218":{"tf":1.0},"59":{"tf":1.0},"89":{"tf":1.0}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"192":{"tf":1.0}}}}}},"p":{"df":1,"docs":{"240":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"237":{"tf":1.0}}}}},"y":{"df":1,"docs":{"151":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"45":{"tf":1.0},"68":{"tf":1.4142135623730951}}}},"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"121":{"tf":1.0},"172":{"tf":1.0}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"240":{"tf":1.0}}},"df":33,"docs":{"112":{"tf":1.0},"118":{"tf":2.23606797749979},"119":{"tf":1.0},"120":{"tf":2.0},"121":{"tf":1.7320508075688772},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"148":{"tf":1.4142135623730951},"149":{"tf":1.0},"151":{"tf":1.4142135623730951},"155":{"tf":1.0},"17":{"tf":1.0},"170":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.7320508075688772},"199":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"221":{"tf":1.0},"224":{"tf":1.4142135623730951},"225":{"tf":1.7320508075688772},"226":{"tf":1.0},"233":{"tf":1.0},"237":{"tf":1.4142135623730951},"239":{"tf":2.0},"24":{"tf":1.0},"240":{"tf":3.1622776601683795},"28":{"tf":1.4142135623730951},"30":{"tf":1.0},"44":{"tf":1.0},"77":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"116":{"tf":1.0},"196":{"tf":1.0},"198":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"198":{"tf":1.4142135623730951},"71":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"126":{"tf":1.0},"202":{"tf":1.0},"81":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"217":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"125":{"tf":1.4142135623730951},"126":{"tf":1.0},"199":{"tf":1.0},"4":{"tf":2.0}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.4142135623730951}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"196":{"tf":1.0},"198":{"tf":1.4142135623730951},"57":{"tf":1.0}}}},"df":0,"docs":{}}}},"p":{"df":2,"docs":{"194":{"tf":1.0},"55":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"154":{"tf":1.0},"157":{"tf":1.0},"171":{"tf":1.0}}}}},"i":{"df":1,"docs":{"218":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"140":{"tf":1.0},"24":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"170":{"tf":1.0},"227":{"tf":1.0}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"212":{"tf":1.0}},"i":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":7,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"159":{"tf":1.0},"181":{"tf":1.0},"206":{"tf":1.4142135623730951},"225":{"tf":1.0},"240":{"tf":1.0}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"p":{"df":1,"docs":{"72":{"tf":1.0}}},"v":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"_":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"218":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"_":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"218":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"e":{"df":7,"docs":{"106":{"tf":1.0},"199":{"tf":1.0},"209":{"tf":1.0},"21":{"tf":1.4142135623730951},"233":{"tf":1.0},"240":{"tf":1.0},"8":{"tf":1.7320508075688772}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"197":{"tf":1.0},"202":{"tf":1.0}}}}}},"s":{"df":1,"docs":{"25":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"131":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"78":{"tf":1.7320508075688772}}},"n":{"df":2,"docs":{"217":{"tf":1.4142135623730951},"232":{"tf":1.0}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"241":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"172":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":22,"docs":{"106":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"125":{"tf":1.0},"177":{"tf":1.4142135623730951},"185":{"tf":1.0},"198":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.4142135623730951},"217":{"tf":1.0},"218":{"tf":1.0},"222":{"tf":1.0},"232":{"tf":1.7320508075688772},"233":{"tf":1.0},"29":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951},"86":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"240":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"74":{"tf":1.0}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"198":{"tf":1.0}}}}},"df":67,"docs":{"109":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"130":{"tf":2.0},"131":{"tf":2.0},"132":{"tf":1.7320508075688772},"133":{"tf":1.4142135623730951},"134":{"tf":2.23606797749979},"135":{"tf":1.7320508075688772},"136":{"tf":2.449489742783178},"137":{"tf":1.4142135623730951},"139":{"tf":1.0},"140":{"tf":1.0},"148":{"tf":1.0},"151":{"tf":1.0},"155":{"tf":1.0},"17":{"tf":1.7320508075688772},"185":{"tf":1.0},"194":{"tf":1.4142135623730951},"196":{"tf":2.0},"198":{"tf":3.1622776601683795},"199":{"tf":1.0},"20":{"tf":2.449489742783178},"200":{"tf":1.4142135623730951},"201":{"tf":1.7320508075688772},"202":{"tf":2.23606797749979},"203":{"tf":1.0},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"211":{"tf":1.0},"217":{"tf":1.0},"219":{"tf":1.4142135623730951},"222":{"tf":1.4142135623730951},"225":{"tf":2.0},"231":{"tf":1.7320508075688772},"232":{"tf":4.242640687119285},"233":{"tf":3.0},"234":{"tf":1.4142135623730951},"235":{"tf":1.0},"236":{"tf":1.7320508075688772},"237":{"tf":2.449489742783178},"239":{"tf":4.0},"240":{"tf":5.0990195135927845},"241":{"tf":1.0},"25":{"tf":1.0},"251":{"tf":1.0},"29":{"tf":1.7320508075688772},"3":{"tf":1.0},"44":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":2.0},"57":{"tf":1.7320508075688772},"6":{"tf":1.7320508075688772},"61":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"66":{"tf":1.0},"7":{"tf":2.8284271247461903},"72":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":2.6457513110645907},"88":{"tf":1.0},"9":{"tf":1.4142135623730951},"95":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"237":{"tf":1.0}}}}}}}},"u":{"1":{"6":{"df":1,"docs":{"61":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"3":{"2":{"df":4,"docs":{"148":{"tf":1.0},"177":{"tf":3.1622776601683795},"239":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"6":{"4":{"df":4,"docs":{"16":{"tf":1.7320508075688772},"17":{"tf":2.0},"239":{"tf":2.8284271247461903},"240":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"8":{"df":4,"docs":{"151":{"tf":2.23606797749979},"40":{"tf":1.0},"41":{"tf":1.0},"60":{"tf":1.0}}},"b":{"df":2,"docs":{"206":{"tf":1.4142135623730951},"72":{"tf":1.0}}},"df":1,"docs":{"8":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"206":{"tf":1.0},"68":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"248":{"tf":1.0}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"252":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"172":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"169":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"218":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"197":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951}}}}},"r":{"df":1,"docs":{"206":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"140":{"tf":1.7320508075688772},"143":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":8,"docs":{"184":{"tf":1.0},"199":{"tf":1.4142135623730951},"203":{"tf":1.0},"211":{"tf":1.0},"228":{"tf":1.0},"238":{"tf":1.0},"240":{"tf":1.7320508075688772},"5":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"211":{"tf":1.0}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"241":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"89":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"116":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}}}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"239":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":1,"docs":{"185":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"239":{"tf":1.0}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"239":{"tf":1.4142135623730951},"257":{"tf":1.7320508075688772}}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"155":{"tf":1.0}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"197":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"199":{"tf":1.0},"53":{"tf":1.0},"68":{"tf":1.0}}}}}},"q":{"df":0,"docs":{},"u":{"df":5,"docs":{"111":{"tf":1.4142135623730951},"181":{"tf":1.0},"234":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"df":0,"docs":{},"i":{">":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"239":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"239":{"tf":1.0},"240":{"tf":1.0}},"s":{"<":{"df":0,"docs":{},"t":{">":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"<":{"df":0,"docs":{},"r":{"df":1,"docs":{"239":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"df":6,"docs":{"133":{"tf":1.0},"136":{"tf":1.0},"176":{"tf":1.0},"181":{"tf":1.0},"184":{"tf":1.0},"255":{"tf":1.7320508075688772}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"198":{"tf":1.0},"90":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"217":{"tf":1.0},"41":{"tf":1.0},"71":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"k":{"df":6,"docs":{"203":{"tf":1.0},"232":{"tf":1.0},"237":{"tf":1.0},"240":{"tf":1.0},"34":{"tf":1.0},"74":{"tf":1.0}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"140":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"110":{"tf":1.4142135623730951},"211":{"tf":1.0},"249":{"tf":1.0},"5":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"222":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":21,"docs":{"189":{"tf":1.7320508075688772},"190":{"tf":1.0},"192":{"tf":1.4142135623730951},"193":{"tf":1.0},"194":{"tf":1.4142135623730951},"197":{"tf":1.7320508075688772},"200":{"tf":1.0},"203":{"tf":1.0},"206":{"tf":1.4142135623730951},"209":{"tf":1.0},"44":{"tf":1.0},"55":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":2.23606797749979},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951}},"e":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":5,"docs":{"206":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":9,"docs":{"188":{"tf":1.7320508075688772},"189":{"tf":1.4142135623730951},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"197":{"tf":1.4142135623730951},"199":{"tf":1.0},"202":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"198":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":5,"docs":{"230":{"tf":1.0},"233":{"tf":1.0},"239":{"tf":1.0},"37":{"tf":1.0},"73":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"68":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":3,"docs":{"218":{"tf":1.0},"53":{"tf":1.0},"88":{"tf":1.0}},"e":{"d":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"218":{"tf":1.0}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"218":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"r":{"df":1,"docs":{"218":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"r":{"a":{"c":{"df":1,"docs":{"218":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"218":{"tf":1.0}}}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"218":{"tf":1.0}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"218":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"37":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"p":{"df":6,"docs":{"11":{"tf":1.0},"176":{"tf":1.0},"180":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"240":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"189":{"tf":1.0},"199":{"tf":1.0},"68":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"189":{"tf":1.0},"196":{"tf":1.0},"247":{"tf":1.0},"5":{"tf":1.0},"8":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"l":{":":{"0":{".":{"5":{"df":1,"docs":{"185":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{".":{"0":{"df":1,"docs":{"185":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"184":{"tf":1.0},"185":{"tf":2.0},"186":{"tf":1.4142135623730951}}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"232":{"tf":1.0},"237":{"tf":1.0},"240":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":4,"docs":{"101":{"tf":1.0},"177":{"tf":1.0},"227":{"tf":1.4142135623730951},"50":{"tf":1.0}}}},"df":110,"docs":{"101":{"tf":1.4142135623730951},"106":{"tf":1.0},"107":{"tf":1.4142135623730951},"11":{"tf":1.7320508075688772},"112":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"12":{"tf":1.0},"120":{"tf":1.4142135623730951},"121":{"tf":2.449489742783178},"13":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"133":{"tf":1.4142135623730951},"134":{"tf":1.0},"136":{"tf":2.0},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.7320508075688772},"142":{"tf":1.0},"143":{"tf":2.0},"146":{"tf":1.0},"148":{"tf":1.4142135623730951},"151":{"tf":2.23606797749979},"155":{"tf":1.7320508075688772},"156":{"tf":1.7320508075688772},"16":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.7320508075688772},"169":{"tf":1.0},"17":{"tf":1.0},"170":{"tf":2.0},"171":{"tf":1.4142135623730951},"172":{"tf":2.0},"173":{"tf":1.0},"176":{"tf":1.4142135623730951},"177":{"tf":1.0},"178":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.4142135623730951},"185":{"tf":1.4142135623730951},"189":{"tf":1.0},"192":{"tf":1.0},"194":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.7320508075688772},"199":{"tf":2.449489742783178},"20":{"tf":1.4142135623730951},"202":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.4142135623730951},"21":{"tf":1.0},"211":{"tf":2.0},"217":{"tf":1.4142135623730951},"222":{"tf":2.23606797749979},"224":{"tf":1.7320508075688772},"225":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":2.8284271247461903},"236":{"tf":1.0},"237":{"tf":2.6457513110645907},"238":{"tf":1.4142135623730951},"239":{"tf":2.0},"24":{"tf":1.0},"240":{"tf":2.23606797749979},"241":{"tf":1.0},"25":{"tf":1.0},"252":{"tf":1.0},"255":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":2.0},"41":{"tf":1.7320508075688772},"42":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.7320508075688772},"60":{"tf":1.0},"66":{"tf":1.7320508075688772},"68":{"tf":1.0},"7":{"tf":2.449489742783178},"71":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.7320508075688772},"8":{"tf":3.4641016151377544},"81":{"tf":1.4142135623730951},"82":{"tf":1.7320508075688772},"83":{"tf":1.0},"86":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":2.449489742783178},"89":{"tf":1.4142135623730951},"9":{"tf":1.0},"90":{"tf":1.4142135623730951},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"181":{"tf":1.0}}}}}},"r":{"'":{"df":1,"docs":{"233":{"tf":1.0}}},"df":24,"docs":{"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"136":{"tf":1.0},"150":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.0},"189":{"tf":1.0},"192":{"tf":1.4142135623730951},"194":{"tf":1.0},"196":{"tf":1.4142135623730951},"198":{"tf":3.605551275463989},"199":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"209":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.4142135623730951},"240":{"tf":1.0},"241":{"tf":1.0},"254":{"tf":1.4142135623730951},"26":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.7320508075688772},"98":{"tf":1.0}}}},"i":{"df":0,"docs":{},"z":{"df":3,"docs":{"203":{"tf":1.0},"206":{"tf":1.0},"73":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":12,"docs":{"13":{"tf":1.0},"14":{"tf":1.4142135623730951},"169":{"tf":1.0},"170":{"tf":1.0},"173":{"tf":1.0},"202":{"tf":1.0},"207":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"29":{"tf":1.4142135623730951},"42":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"f":{"df":4,"docs":{"107":{"tf":1.0},"192":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"y":{"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":{},"y":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"151":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"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":{},"y":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"151":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"151":{"tf":1.0}},"i":{"d":{"df":4,"docs":{"107":{"tf":1.0},"192":{"tf":1.4142135623730951},"199":{"tf":1.0},"67":{"tf":1.0}}},"df":0,"docs":{}},"u":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"207":{"tf":1.0}}}},"df":0,"docs":{}},"df":31,"docs":{"106":{"tf":2.23606797749979},"155":{"tf":1.0},"16":{"tf":1.7320508075688772},"162":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"17":{"tf":2.23606797749979},"170":{"tf":1.4142135623730951},"173":{"tf":1.0},"185":{"tf":1.0},"198":{"tf":1.4142135623730951},"200":{"tf":1.0},"206":{"tf":1.7320508075688772},"21":{"tf":1.4142135623730951},"211":{"tf":1.0},"212":{"tf":1.0},"222":{"tf":1.0},"227":{"tf":1.0},"229":{"tf":1.0},"232":{"tf":1.0},"239":{"tf":1.4142135623730951},"240":{"tf":3.605551275463989},"252":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":3.1622776601683795},"45":{"tf":1.4142135623730951},"48":{"tf":1.0},"53":{"tf":1.7320508075688772},"55":{"tf":1.0}},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"16":{"tf":1.0},"17":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":16,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"103":{"tf":1.0},"121":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"37":{"tf":2.0},"48":{"tf":1.0},"53":{"tf":2.0},"74":{"tf":1.0},"80":{"tf":1.7320508075688772},"81":{"tf":1.7320508075688772},"82":{"tf":1.0},"83":{"tf":1.4142135623730951},"84":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"87":{"tf":1.0}}},"b":{"df":1,"docs":{"87":{"tf":1.0}}},"c":{"df":1,"docs":{"87":{"tf":1.0}}},"df":7,"docs":{"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"86":{"tf":1.4142135623730951},"87":{"tf":1.7320508075688772},"89":{"tf":1.7320508075688772},"90":{"tf":1.4142135623730951}}}}},"df":2,"docs":{"147":{"tf":1.0},"3":{"tf":1.0}}}}},"df":2,"docs":{"148":{"tf":2.0},"240":{"tf":2.6457513110645907}},"e":{"c":{"!":{"[":{"\"":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"78":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"0":{"df":0,"docs":{},"u":{"8":{"df":1,"docs":{"73":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"c":{"a":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"68":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"<":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"118":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951}}}}}},"a":{"c":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"<":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":1,"docs":{"118":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"232":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"119":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"232":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"<":{"'":{"a":{"df":1,"docs":{"120":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"21":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"119":{"tf":1.4142135623730951}}}}},"t":{"df":4,"docs":{"237":{"tf":1.0},"25":{"tf":2.0},"7":{"tf":1.0},"8":{"tf":1.0}}},"u":{"8":{"df":2,"docs":{"192":{"tf":1.0},"237":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":7,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.4142135623730951},"128":{"tf":1.0},"21":{"tf":1.0},"25":{"tf":1.4142135623730951},"71":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"<":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"232":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"232":{"tf":1.0}}}}}},"df":8,"docs":{"101":{"tf":1.0},"107":{"tf":1.4142135623730951},"120":{"tf":1.0},"128":{"tf":1.0},"21":{"tf":1.0},"232":{"tf":1.0},"68":{"tf":1.7320508075688772},"74":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"180":{"tf":1.0},"68":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":11,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"110":{"tf":1.0},"124":{"tf":1.0},"136":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"237":{"tf":1.0},"251":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":14,"docs":{"140":{"tf":1.0},"158":{"tf":1.0},"185":{"tf":1.4142135623730951},"206":{"tf":1.7320508075688772},"222":{"tf":1.0},"239":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.0},"68":{"tf":1.0},"74":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}}}},"u":{"df":1,"docs":{"8":{"tf":1.7320508075688772}}}}}},"i":{"a":{"df":3,"docs":{"28":{"tf":1.0},"29":{"tf":1.0},"65":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"239":{"tf":1.0}}}}}},"df":7,"docs":{"198":{"tf":1.0},"239":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"29":{"tf":2.23606797749979},"77":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"<":{"df":0,"docs":{},"e":{">":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"240":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":1,"docs":{"157":{"tf":1.0}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"155":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"155":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"155":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"<":{"df":0,"docs":{},"e":{">":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"240":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"u":{"6":{"4":{"<":{"df":0,"docs":{},"e":{">":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"240":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":3,"docs":{"155":{"tf":1.7320508075688772},"158":{"tf":1.0},"240":{"tf":2.449489742783178}},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":1,"docs":{"157":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"h":{"df":1,"docs":{"157":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"<":{"'":{"d":{"df":1,"docs":{"240":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"6":{"4":{"df":1,"docs":{"155":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"df":1,"docs":{"155":{"tf":1.0}}}},"df":10,"docs":{"153":{"tf":1.7320508075688772},"154":{"tf":1.7320508075688772},"155":{"tf":1.7320508075688772},"156":{"tf":2.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.7320508075688772},"171":{"tf":1.0},"173":{"tf":1.4142135623730951},"238":{"tf":1.0},"240":{"tf":3.7416573867739413}}}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"157":{"tf":1.0},"198":{"tf":2.0},"222":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":2.8284271247461903}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"8":{"tf":2.0}}}}}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}},"l":{"df":0,"docs":{},"k":{"_":{"df":1,"docs":{"157":{"tf":1.0}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"157":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}},"df":2,"docs":{"155":{"tf":1.0},"173":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":16,"docs":{"107":{"tf":1.0},"116":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"156":{"tf":1.0},"171":{"tf":1.0},"218":{"tf":1.7320508075688772},"222":{"tf":1.4142135623730951},"233":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.4142135623730951},"8":{"tf":1.0},"81":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"214":{"tf":1.0},"217":{"tf":2.23606797749979},"218":{"tf":1.7320508075688772},"37":{"tf":1.0},"88":{"tf":1.0}}}},"y":{"df":32,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"110":{"tf":1.4142135623730951},"121":{"tf":1.0},"128":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"146":{"tf":1.0},"151":{"tf":1.0},"157":{"tf":1.0},"174":{"tf":1.0},"176":{"tf":1.0},"180":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"206":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"235":{"tf":1.0},"239":{"tf":1.7320508075688772},"240":{"tf":1.7320508075688772},"254":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"57":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0},"89":{"tf":1.4142135623730951}}}},"df":1,"docs":{"219":{"tf":1.0}},"e":{"'":{"df":0,"docs":{},"r":{"df":1,"docs":{"136":{"tf":1.0}}}},"b":{"df":1,"docs":{"185":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"222":{"tf":1.0},"68":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"l":{"df":20,"docs":{"119":{"tf":1.0},"143":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.0},"183":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"222":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"237":{"tf":1.0},"240":{"tf":1.0},"53":{"tf":1.0},"8":{"tf":1.0},"87":{"tf":1.0},"89":{"tf":1.0},"98":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"230":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":5,"docs":{"108":{"tf":1.0},"217":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.4142135623730951},"7":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":4,"docs":{"149":{"tf":1.0},"228":{"tf":1.0},"29":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"211":{"tf":1.0},"233":{"tf":1.0},"257":{"tf":1.0},"37":{"tf":1.0},"83":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"218":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"o":{"a":{"df":1,"docs":{"230":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":7,"docs":{"111":{"tf":1.0},"117":{"tf":1.0},"121":{"tf":1.0},"169":{"tf":1.0},"176":{"tf":1.0},"51":{"tf":1.0},"81":{"tf":1.0}}}},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"206":{"tf":1.0},"74":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":4,"docs":{"20":{"tf":1.0},"200":{"tf":1.0},"237":{"tf":1.0},"73":{"tf":1.4142135623730951}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"181":{"tf":1.0},"184":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"a":{"df":6,"docs":{"113":{"tf":1.0},"144":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"167":{"tf":1.0},"174":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"l":{"d":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"87":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"232":{"tf":1.0}}}}},"n":{"df":1,"docs":{"232":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"8":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"100":{"tf":1.0},"110":{"tf":1.0},"248":{"tf":1.0},"88":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":13,"docs":{"143":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"210":{"tf":1.0},"214":{"tf":1.0},"218":{"tf":1.0},"241":{"tf":1.4142135623730951},"247":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":4,"docs":{"42":{"tf":1.0},"51":{"tf":1.0},"67":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"d":{".":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":3,"docs":{"146":{"tf":1.0},"232":{"tf":1.0},"8":{"tf":2.23606797749979}},"i":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":26,"docs":{"143":{"tf":1.7320508075688772},"147":{"tf":1.0},"166":{"tf":1.0},"179":{"tf":1.0},"183":{"tf":1.4142135623730951},"186":{"tf":1.0},"199":{"tf":1.0},"222":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"239":{"tf":1.4142135623730951},"240":{"tf":2.0},"249":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.4142135623730951},"66":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":1.4142135623730951},"88":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"146":{"tf":1.0}}}}}}},"l":{"d":{"df":1,"docs":{"172":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":3,"docs":{"180":{"tf":1.0},"199":{"tf":1.0},"206":{"tf":1.0}},"t":{"df":1,"docs":{"199":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"205":{"tf":1.0},"89":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":10,"docs":{"133":{"tf":1.0},"134":{"tf":1.7320508075688772},"135":{"tf":1.0},"203":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.7320508075688772},"240":{"tf":1.0},"42":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"131":{"tf":1.0},"134":{"tf":1.4142135623730951},"135":{"tf":1.0},"192":{"tf":1.0},"194":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.7320508075688772},"202":{"tf":1.7320508075688772},"203":{"tf":1.4142135623730951},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":17,"docs":{"112":{"tf":1.0},"128":{"tf":1.0},"148":{"tf":1.0},"166":{"tf":1.0},"190":{"tf":1.0},"194":{"tf":1.0},"197":{"tf":1.0},"211":{"tf":1.0},"225":{"tf":1.0},"233":{"tf":1.0},"243":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"93":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":14,"docs":{"124":{"tf":1.0},"154":{"tf":1.0},"185":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"202":{"tf":1.0},"209":{"tf":1.0},"217":{"tf":1.0},"233":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":6,"docs":{"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"233":{"tf":1.0},"44":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"112":{"tf":1.4142135623730951}}}}}}},"x":{",":{"1":{",":{"2":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"210":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"140":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":7,"docs":{"128":{"tf":1.0},"140":{"tf":1.0},"151":{"tf":2.449489742783178},"177":{"tf":2.23606797749979},"210":{"tf":2.23606797749979},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951}},"x":{"'":{"df":1,"docs":{"140":{"tf":1.0}}},".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":1,"docs":{"140":{"tf":1.0}}}}}},"df":1,"docs":{"140":{"tf":1.4142135623730951}}}},"y":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"112":{"tf":2.0}}}}}},"df":4,"docs":{"128":{"tf":1.4142135623730951},"151":{"tf":2.8284271247461903},"177":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"79":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"'":{"d":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.4142135623730951}}},"df":0,"docs":{},"r":{"df":2,"docs":{"44":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"248":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}}}}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":9,"docs":{"134":{"tf":1.0},"199":{"tf":1.4142135623730951},"21":{"tf":1.0},"40":{"tf":1.0},"66":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"77":{"tf":1.0},"79":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"74":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"title":{"root":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"239":{"tf":1.0},"257":{"tf":1.0}}}}}},"df":0,"docs":{}},"d":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"242":{"tf":1.0}}}}},"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":24,"docs":{"102":{"tf":1.0},"108":{"tf":1.0},"13":{"tf":1.0},"134":{"tf":1.0},"142":{"tf":1.0},"149":{"tf":1.0},"164":{"tf":1.0},"179":{"tf":1.0},"184":{"tf":1.0},"190":{"tf":1.0},"199":{"tf":1.0},"204":{"tf":1.0},"216":{"tf":1.0},"223":{"tf":1.0},"234":{"tf":1.0},"27":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"51":{"tf":1.0},"62":{"tf":1.0},"68":{"tf":1.0},"74":{"tf":1.0},"83":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"k":{"a":{"df":1,"docs":{"145":{"tf":1.0}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"218":{"tf":1.0},"236":{"tf":1.0},"88":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"207":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"195":{"tf":1.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"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":2,"docs":{"104":{"tf":1.0},"6":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"254":{"tf":1.0}}}}}}}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"195":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"113":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"244":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"175":{"tf":1.0},"208":{"tf":1.0},"6":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"246":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"160":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"39":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"208":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"258":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"231":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"208":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"259":{"tf":1.0},"80":{"tf":1.0}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":5,"docs":{"198":{"tf":1.0},"203":{"tf":1.0},"58":{"tf":1.0},"67":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"114":{"tf":1.0},"253":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"246":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"201":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"15":{"tf":1.0},"17":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"104":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"188":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"126":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"251":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"182":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"159":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"61":{"tf":1.0}}}}}}}},"d":{"b":{"c":{"df":1,"docs":{"251":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"230":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"19":{"tf":1.0}}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"250":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"y":{"(":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"213":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"220":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":34,"docs":{"100":{"tf":1.0},"105":{"tf":1.0},"11":{"tf":1.0},"115":{"tf":1.0},"124":{"tf":1.0},"131":{"tf":1.0},"139":{"tf":1.0},"146":{"tf":1.0},"154":{"tf":1.0},"16":{"tf":1.0},"161":{"tf":1.0},"169":{"tf":1.0},"176":{"tf":1.0},"183":{"tf":1.0},"189":{"tf":1.0},"196":{"tf":1.0},"20":{"tf":1.0},"202":{"tf":1.0},"209":{"tf":1.0},"214":{"tf":1.0},"221":{"tf":1.0},"232":{"tf":1.0},"24":{"tf":1.0},"32":{"tf":1.0},"40":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0},"65":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.0},"86":{"tf":1.0},"93":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":7,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"2":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"251":{"tf":1.0},"3":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"s":{"a":{"d":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":23,"docs":{"103":{"tf":1.0},"109":{"tf":1.0},"135":{"tf":1.0},"14":{"tf":1.0},"150":{"tf":1.0},"165":{"tf":1.0},"180":{"tf":1.0},"185":{"tf":1.0},"191":{"tf":1.0},"200":{"tf":1.0},"205":{"tf":1.0},"224":{"tf":1.0},"235":{"tf":1.0},"28":{"tf":1.0},"36":{"tf":1.0},"44":{"tf":1.0},"52":{"tf":1.0},"63":{"tf":1.0},"69":{"tf":1.0},"75":{"tf":1.0},"84":{"tf":1.0},"90":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":16,"docs":{"121":{"tf":1.0},"128":{"tf":1.0},"136":{"tf":1.0},"143":{"tf":1.0},"151":{"tf":1.0},"157":{"tf":1.0},"166":{"tf":1.0},"172":{"tf":1.0},"181":{"tf":1.0},"225":{"tf":1.0},"29":{"tf":1.0},"37":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0},"89":{"tf":1.0},"98":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"o":{"c":{"df":1,"docs":{"92":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"256":{"tf":1.0}}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"248":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"w":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"217":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":1,"docs":{"248":{"tf":1.0}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"92":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"252":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"39":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"104":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":32,"docs":{"101":{"tf":1.0},"106":{"tf":1.0},"117":{"tf":1.0},"12":{"tf":1.0},"132":{"tf":1.0},"140":{"tf":1.0},"148":{"tf":1.0},"155":{"tf":1.0},"162":{"tf":1.0},"170":{"tf":1.0},"177":{"tf":1.0},"186":{"tf":1.0},"192":{"tf":1.0},"198":{"tf":1.0},"203":{"tf":1.0},"21":{"tf":1.0},"210":{"tf":1.0},"215":{"tf":1.0},"222":{"tf":1.0},"233":{"tf":1.0},"25":{"tf":1.0},"33":{"tf":1.0},"41":{"tf":1.0},"49":{"tf":1.0},"58":{"tf":1.0},"67":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0},"95":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"85":{"tf":1.0}}}}}}}},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"206":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":3,"docs":{"194":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"85":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}},"n":{"df":1,"docs":{"120":{"tf":1.0}}},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"168":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":1,"docs":{"240":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"126":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"119":{"tf":1.0},"227":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"231":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"126":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"u":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"138":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"240":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"5":{"tf":1.0},"55":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"229":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"92":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"123":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"206":{"tf":1.0},"76":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"39":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"249":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"w":{"df":1,"docs":{"250":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":2,"docs":{"238":{"tf":1.0},"239":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"255":{"tf":1.0}}}}}}}}},"o":{"d":{"df":1,"docs":{"250":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{":":{":":{"df":0,"docs":{},"{":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"(":{"_":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"255":{"tf":1.0}}}},"df":1,"docs":{"188":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":19,"docs":{"107":{"tf":1.0},"116":{"tf":1.0},"125":{"tf":1.0},"133":{"tf":1.0},"141":{"tf":1.0},"147":{"tf":1.0},"156":{"tf":1.0},"163":{"tf":1.0},"171":{"tf":1.0},"178":{"tf":1.0},"197":{"tf":1.0},"211":{"tf":1.0},"26":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0},"94":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"99":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"130":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"85":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"118":{"tf":1.0},"120":{"tf":1.0},"195":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"244":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"240":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"76":{"tf":1.0}}}}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"240":{"tf":1.0}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"246":{"tf":1.0},"76":{"tf":1.0}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"246":{"tf":1.0}}}}}}}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"39":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"df":1,"docs":{"228":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"70":{"tf":1.0},"80":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":9,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"113":{"tf":1.0},"159":{"tf":1.0},"174":{"tf":1.0},"194":{"tf":1.0},"2":{"tf":1.0},"207":{"tf":1.0},"3":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"259":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"119":{"tf":1.0},"23":{"tf":1.0}}}}}}},"l":{"a":{"df":1,"docs":{"254":{"tf":1.0}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"145":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"220":{"tf":1.0}}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"182":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"245":{"tf":1.0},"246":{"tf":1.0},"249":{"tf":1.0},"254":{"tf":1.0}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"m":{"df":2,"docs":{"238":{"tf":1.0},"240":{"tf":1.0}}}},"v":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"85":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"126":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"228":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"253":{"tf":1.0}}}}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"df":1,"docs":{"138":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"248":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"(":{"_":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"242":{"tf":1.0}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"104":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"111":{"tf":1.0},"227":{"tf":1.0},"3":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"208":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":24,"docs":{"122":{"tf":1.0},"129":{"tf":1.0},"137":{"tf":1.0},"144":{"tf":1.0},"152":{"tf":1.0},"158":{"tf":1.0},"167":{"tf":1.0},"173":{"tf":1.0},"18":{"tf":1.0},"187":{"tf":1.0},"193":{"tf":1.0},"212":{"tf":1.0},"219":{"tf":1.0},"22":{"tf":1.0},"226":{"tf":1.0},"237":{"tf":1.0},"241":{"tf":1.0},"30":{"tf":1.0},"38":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.0},"79":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":1.0}}},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"256":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"c":{"df":0,"docs":{},"q":{"df":1,"docs":{"253":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"258":{"tf":1.0}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"182":{"tf":1.0},"188":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"247":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}}}},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"47":{"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":{"145":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"10":{"tf":1.0},"64":{"tf":1.0},"70":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"175":{"tf":1.0},"88":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"174":{"tf":1.0},"60":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":1,"docs":{"243":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"99":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"118":{"tf":1.0},"120":{"tf":1.0},"19":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"206":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":5,"docs":{"201":{"tf":1.0},"231":{"tf":1.0},"239":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"239":{"tf":1.0},"257":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"255":{"tf":1.0}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"188":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"227":{"tf":1.0}}}},"df":4,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"6":{"tf":1.0}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"39":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"153":{"tf":1.0}}}}}}}}},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"206":{"tf":1.0}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"201":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"y":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"112":{"tf":1.0}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"248":{"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